API Suite - March 2023 Release Notes Summary

Summary of changes for the API Suite functional release for March 2023

Payments - Country of Nationality Fields

When submitting a payment with the trade currency set to Indian Rupee (INR), the following fields will be available (if applicable).

  1. beneficiary.countryofNationality
  2. thirdPartyRemitter.countryofNationality
  3. customer.countryofNationality

Payments - Currency Validations for Purpose of Payment Code

The 'purposeOfPaymentCode' field will be validated for the following currencies: Philippines Peso (PHP), United Arab Emirates Dirham (AED), Bahrain Dinar (BHD), Chinese Yuan Renminbi (CNY), Offshore Renminbi (CNH), Indian Rupee (INR), Jordanian Dinar (JOD) and Kazakhstani Tenge (KZT). If the field is not populated, the payment will not be accepted. You can consult the Payments Formatting Guidelines (PFG) document for a complete list of all Purpose of Payment Codes and applicable descriptions.

If a code is indicated in the guidelines, it is recommended to separate the code and descriptions into the following fields below:

// PUT /payment body
{
    "purposeOfPayment": "Sample description",
    "purposeOfPaymentCode": "Sample code"
}