Update Bank Account Payment Rail Settings
Update a bank account by its ID. Update either the networks on a non-SWIFT account, or the intermediary BIC on a USD SWIFT account that does not already have one.
networks, which controls which payment rails are enabled for the account. The new networks value must be compatible with the account’s currency — you cannot add an incompatible network after creation.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The bank account ID
1"bankAccount_ce745ef7f3df4b9a8bff1301ce24b045"
Body
- Networks
- IntermediaryBics
The payment networks supported by this bank account. Must match the bank account currency: USD accounts support ["ach", "wire"], EUR accounts support ["sepa"], BRL accounts support ["pix"].
1ach, wire, sepa, pix 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