Counterparty data

The payment message should include the beneficiary data in the counterparty block. The counterparty data can be presented in one of the following formats:

With IBAN

The example presenting beneficiary data in the Counterparty section with IBAN is here.

{
   "paymentParties": [
       {OUR_PARTY},
       
       {
           "typeCode": "COUNTERPARTY",
           "name": "Ben Eficiary",
           "accountNumber": {
               "value": "EE871275295834652820",
               "type": "IBAN"
           }
       }
   ],
   
   "money": {...}
}

With BBAN

The example presenting beneficiary data in the Counterparty section with BBAN is here.

With account alias

The example below shows how to present beneficiary data in the Counterparty section with an account alias, such as a phone number, email address, or other reference data associated with the beneficiary.

With address, identification details and bank ID

If you initiate a cross-border payment, you can amend beneficiary data with its financial institution ID, address and identification details, as visible in the example below.

Sample API calls

To view some sample API call demonstration payment creation, refer to the following examples:

Last updated

Was this helpful?