Update Bank Account Payment Rail Settings
Update a bank account by its ID. Only the networks field can be updated.
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
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 ["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 name of the financial institution where the account is held.
"Bank of America"
A descriptive name for this bank account.
"Checking Account"
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 currency of the bank account.
usd "usd"
USD account details including accountNumber, routingNumber, and accountType.
Information about the account owner, including their name and relationship to the customer.
The payment networks supported by this bank account. For USD accounts, includes at least one of "ach" or "wire".
ach, wire ["wire", "ach"]