Register a Customer Bank Account for Transfers
Create a new bank account for a customer. Requires at least one of the customer’s verification profiles to be approved.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
- Option 1
- EUR
- BRL
The unique identifier of the customer who owns this bank account.
1"customer_66c4168d418a410eae282b83883bdc39"
The name of the financial institution where the account is held.
1"Bank of America"
A descriptive name for this bank account (e.g., "Checking Account", "Business Account").
1"Checking Account"
The currency of the bank account. When set to usd, accountDetails must contain either (accountNumber, routingNumber, accountType) for ACH/Wire or (accountNumber, bic) for SWIFT.
usd "usd"
USD account details. For ACH/Wire: accountNumber, routingNumber, accountType. For SWIFT: accountNumber, bic.
Information about the account owner, including their name, address, and relationship to the customer.
The payment networks supported by this bank account. For USD ACH/Wire accounts, must include at least one of "ach" or "wire". For USD SWIFT accounts, must be exactly ["swift"].
1ach, wire ["wire", "ach"]
Response
- USD
- EUR
- BRL
The unique identifier of the bank account.
"bankAccount_ce745ef7f3df4b9a8bff1301ce24b045"
The current status of the bank account.
pending, active, inactive, invalid "active"
The unique identifier of the customer who owns this bank account.
"customer_66c4168d418a410eae282b83883bdc39"
The ISO 8601 timestamp when the bank account was created.
"2025-01-01T00:00:00Z"
The ISO 8601 timestamp when the bank account was last updated.
"2025-01-01T00:00:00Z"
The name of the financial institution where the account is held.
"Bank of America"
A descriptive name for this bank account.
"Checking Account"
The currency of the bank account.
usd "usd"
USD account details. For ACH/Wire: accountNumber, routingNumber, accountType. For SWIFT: accountNumber (masked), bic.
- Option 1
- Option 2
Information about the account owner, including their name and relationship to the customer.
The payment networks supported by this bank account. For USD ACH/Wire accounts, includes at least one of "ach" or "wire". For USD SWIFT accounts, is exactly ["swift"].
ach, wire ["wire", "ach"]