API Suite - October 2024 Release Notes
about 1 month ago by Narjit Aujla
The following enhancements and fixes are included in the October release:
Batch ID included in all webhook events
Where applicable, the batchId
field will not be included in webhook events where it was previously missing. Additionally, the batchId
should now match the associated payments more accurately.
PFG API additional field mapping
Certain data elements from the Payment Validator Resource API have been accurately mapped to the API field instead of being listed as a generic data point. The following fields will now show the correct mapping:
CONTACT_ID_DOCUMENT_TYPE
now maps tobeneficiary.identificationDocumentType
CORPORATE_ID_DOCUMENT_REFERENCE
now maps tobeneficiary.taxId
CONTACT_NATIONALITY
now maps tobeneficiary.countryOfNationality
BANK_ACCOUNT_TYPE
now maps tobankAccount.accountType
ENTITY_NAME
now mapsbeneficiary.firstName, beneficiary.lastName
BUSINESS_NAME
now maps tobeneficiary.businessName
Charge Type validation relaxed
The chargeType
payment field is now allowable for ACH
payment methods. While no charge type will be applied in this case, it shouldn't cause validation errors if you submit chargeType
for ACH
payments.