RecipientUsBankAccount
US Bank Account for third party payment, that might support ACH, RFP, RTP or Wire Transfer.
Required Fields:
- accountNumber
- routingNumber
Account holder name might be required for name matching.
The instrument id
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
]
US_BANK_ACCOUNT
This is the name of the customer or company that owns the bank account. As per regulations, the Wallet holder and bank account holder must be the same.
Possible values: <= 100 characters
John Doe
The bank account number.
Possible values: >= 4 characters
and <= 17 characters
8451902456332
For USD accounts, this is the 9-digit routing number of the bank.
Possible values: >= 9 characters
and <= 9 characters
021000021
The bank name.
JPMorgan Chase
The account type.
Possible values: [SAVINGS
, CHECKING
, LOAN
]
CHECKING
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"instrumentType": "US_BANK_ACCOUNT",
"accountHolderName": "John Doe",
"accountNumber": "8451902456332",
"routingNumber": "021000021",
"bankName": "JPMorgan Chase",
"accountType": "CHECKING"
}