US
Basic information
Country code | US | ||
Supported currency | USD | ||
Scheme |
|
Settlement of payments depends on the receiving entities' capabilities and schedules.
Payment information
Beneficiary information
Beneficiary type | The type of account holder. Set this to |
required enum |
Beneficiary name | The account holder's first and last name. |
required string |
required string | ||
Beneficiary address | The account holder's address. |
OPTIONAL string |
OPTIONAL string | ||
OPTIONAL string | ||
OPTIONAL string | ||
required enum, 2 characters
|
Bank details
Account number | The account holder's account number. |
required string, 20 characters |
Bank code (Routing number / ABA routing number) | The account holder’s routing number or ABA routing number. |
required string, ^[a-z]{6}[a-z0-9]{2}([a-z0-9]{3})?$ |
Beneficiary information
Beneficiary type | The type of account holder. Set this to |
required enum |
Beneficiary name | The account holder's company name. |
required string |
Beneficiary address | The account holder's address. |
required string |
OPTIONAL string | ||
required string | ||
OPTIONAL string | ||
required enum, 2 characters
|
Bank details
Account number | The account holder's account number. |
required string, 20 characters |
Bank code (Routing number / ABA routing number) | The account holder’s routing number or ABA routing number. |
required string, ^[a-z]{6}[a-z0-9]{2}([a-z0-9]{3})?$ |
Example
1{2 "type": "bank_account",3 "account_type": "current",4 "account_number": "00012345678",5 "bank_code": "026000000",6 "currency": "USD",7 "country": "US",8 "account_holder": {9 "type": "individual",10 "first_name": "John",11 "last_name": "Smith",12 "country_code": "US",13 "billing_address": {14 "address_line1": "123 Anywhere St.",15 "state": "AL",16 "zip": "123456",17 "country": "US",18 "city": "Anytown"19 }20 }21}