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
idstring
The instrument id
Example:
97266b06c85f4acd9a3f3aa0eed8b11e
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": "97266b06c85f4acd9a3f3aa0eed8b11e",
"instrumentType": "US_BANK_ACCOUNT"
}