Add a bank account
Adds a new bank account as an off-ramp destination. The type field determines the required fields.
Account Types
| Type | Region | Required Fields | Supported Rails |
|---|---|---|---|
us | United States | routingNumber, accountNumber | ACH, RTP, Wire |
ca | Canada | institutionNumber, transitNumber, accountNumber | EFT |
uk | United Kingdom | sortCode, accountNumber | FPS |
iban | Europe / SEPA | iban, optionally bic | SEPA |
Examples
US Bank Account:
{
"type": "us",
"ownership": "personal",
"routingNumber": "021000021",
"accountNumber": "123456789",
"accountSubtype": "checking"
}
Canadian Bank Account:
{
"type": "ca",
"ownership": "thirdParty",
"accountHolder": { "firstName": "Jane", "lastName": "Smith" },
"institutionNumber": "001",
"transitNumber": "12345",
"accountNumber": "1234567"
}
IBAN (SEPA) Bank Account:
{
"type": "iban",
"ownership": "personal",
"iban": "DE89370400440532013000"
}
The account will be verified before becoming active.
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”Create a bank account. The type field determines the required fields.
US bank account (ACH/Wire)
object
US bank account type
Account holder details. Required when ownership is “thirdParty”.
object
Account holder first name
Account holder last name
Account holder mailing address
object
9-digit ABA routing number
Bank account number
Friendly name for the account
Canadian bank account (EFT)
object
Canadian bank account type
Account holder details. Required when ownership is “thirdParty”.
object
Account holder first name
Account holder last name
Account holder mailing address
object
3-digit financial institution number
5-digit branch transit number
Bank account number (7-12 digits)
Friendly name for the account
UK bank account (BACS/FPS)
object
UK bank account type
Account holder details. Required when ownership is “thirdParty”.
object
Account holder first name
Account holder last name
Account holder mailing address
object
6-digit sort code
8-digit account number
Friendly name for the account
IBAN bank account (SEPA)
object
IBAN bank account type (SEPA)
Account holder details. Required when ownership is “thirdParty”.
object
Account holder first name
Account holder last name
Account holder mailing address
object
International Bank Account Number
Bank Identifier Code (SWIFT). Can often be derived from IBAN.
Friendly name for the account
US bank account (ACH/Wire)
object
US bank account type
Account holder details. Required when ownership is “thirdParty”.
object
Account holder first name
Account holder last name
Account holder mailing address
object
9-digit ABA routing number
Bank account number
Friendly name for the account
Canadian bank account (EFT)
object
Canadian bank account type
Account holder details. Required when ownership is “thirdParty”.
object
Account holder first name
Account holder last name
Account holder mailing address
object
3-digit financial institution number
5-digit branch transit number
Bank account number (7-12 digits)
Friendly name for the account
UK bank account (BACS/FPS)
object
UK bank account type
Account holder details. Required when ownership is “thirdParty”.
object
Account holder first name
Account holder last name
Account holder mailing address
object
6-digit sort code
8-digit account number
Friendly name for the account
IBAN bank account (SEPA)
object
IBAN bank account type (SEPA)
Account holder details. Required when ownership is “thirdParty”.
object
Account holder first name
Account holder last name
Account holder mailing address
object
International Bank Account Number
Bank Identifier Code (SWIFT). Can often be derived from IBAN.
Friendly name for the account
US bank account (ACH/Wire)
object
US bank account type
Account holder details. Required when ownership is “thirdParty”.
object
Account holder first name
Account holder last name
Account holder mailing address
object
9-digit ABA routing number
Bank account number
Friendly name for the account
Canadian bank account (EFT)
object
Canadian bank account type
Account holder details. Required when ownership is “thirdParty”.
object
Account holder first name
Account holder last name
Account holder mailing address
object
3-digit financial institution number
5-digit branch transit number
Bank account number (7-12 digits)
Friendly name for the account
UK bank account (BACS/FPS)
object
UK bank account type
Account holder details. Required when ownership is “thirdParty”.
object
Account holder first name
Account holder last name
Account holder mailing address
object
6-digit sort code
8-digit account number
Friendly name for the account
IBAN bank account (SEPA)
object
IBAN bank account type (SEPA)
Account holder details. Required when ownership is “thirdParty”.
object
Account holder first name
Account holder last name
Account holder mailing address
object
International Bank Account Number
Bank Identifier Code (SWIFT). Can often be derived from IBAN.
Friendly name for the account
Responses
Section titled “ Responses ”Bank account details. The type field indicates the account variant.
US bank account response
object
Unique identifier for the bank account
Name of the account holder
Financial institution details
object
Name of the financial institution
URL to institution logo
Payment rails available for this account
Friendly name for the account
When the account was created
Last 4 digits of account number
Last 4 digits of routing number
Canadian bank account response
object
Unique identifier for the bank account
Name of the account holder
Financial institution details
object
Name of the financial institution
URL to institution logo
Payment rails available for this account
Friendly name for the account
When the account was created
Last 4 digits of account number
3-digit institution number
Last 3 digits of transit number
UK bank account response
object
Unique identifier for the bank account
Name of the account holder
Financial institution details
object
Name of the financial institution
URL to institution logo
Payment rails available for this account
Friendly name for the account
When the account was created
Last 4 digits of account number
6-digit sort code (not sensitive)
IBAN bank account response
object
Unique identifier for the bank account
Name of the account holder
Financial institution details
object
Name of the financial institution
URL to institution logo
Payment rails available for this account
Friendly name for the account
When the account was created
Last 4 characters of IBAN
Bank Identifier Code
Response for status 401
object
A URI reference that identifies the problem type
A short, human-readable summary of the problem type
The HTTP status code
A human-readable explanation specific to this occurrence
A URI reference that identifies the specific occurrence
The authentication realm
The required scope for this resource
Response for status 404
object
A URI reference that identifies the problem type
A short, human-readable summary of the problem type
The HTTP status code
A human-readable explanation specific to this occurrence
A URI reference that identifies the specific occurrence
The type of resource that was not found
The identifier of the resource that was not found
Response for status 500
object
A URI reference that identifies the problem type
A short, human-readable summary of the problem type
The HTTP status code
A human-readable explanation specific to this occurrence
A URI reference that identifies the specific occurrence