RecipientPaymentInstrument
Represents a payment instrument, used for third-party payments. Here are the valid instrumentType values:
- SEPA_BANK_ACCOUNT - IBAN Bank Account for EEA international transfers
- UK_BANK_ACCOUNT - UK Bank Account for somestic UK transfers
- US_BANK_ACCOUNT - US Bank Account for domestic USA transfers
iduuid
The instrument id
instrumentTypeRecipientInstrumentType (string)required
Represents the type of the recipient instrument.
| Value | Description| |---|---| | SEPA_BANK_ACCOUNT| SEPA Bank account | | UK_BANK_ACCOUNT | UK Bank account | | US_BANK_ACCOUNT | US Bank account |
Possible values: [SEPA_BANK_ACCOUNT
, UK_BANK_ACCOUNT
, US_BANK_ACCOUNT
]
Example:
US_BANK_ACCOUNT
RecipientPaymentInstrument
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"instrumentType": "US_BANK_ACCOUNT"
}