Skip to main content

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.

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
accountHolderNamestring

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

Example: John Doe
accountNumberstringrequired

The bank account number.

Possible values: >= 4 characters and <= 17 characters

Example: 8451902456332
routingNumberstringrequired

For USD accounts, this is the 9-digit routing number of the bank.

Possible values: >= 9 characters and <= 9 characters

Example: 021000021
bankNamestring

The bank name.

Example: JPMorgan Chase
accountTypestring

The account type.

Possible values: [SAVINGS, CHECKING, LOAN]

Example: CHECKING
RecipientUsBankAccount
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"instrumentType": "US_BANK_ACCOUNT",
"accountHolderName": "John Doe",
"accountNumber": "8451902456332",
"routingNumber": "021000021",
"bankName": "JPMorgan Chase",
"accountType": "CHECKING"
}