Create a bank account for wire transfers associated with an account.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request object used to create a bank account (wires) for an account. Wraps the standard wire creation request with an optional accountId for 3rd-party flows.
Universally unique identifier (UUID v4) idempotency key. This key is utilized to ensure exactly-once execution of mutating requests.
"ba943ff1-ca16-49b2-ba55-1057e70ca5c7"
Account number that identifies the bank account.
6 - 35"12340010"
ABA routing number for the bank account.
"121000248"
The address details for the bank, as provided during bank account creation.
Identifier for the account. Required for 3rd-party flows.
"1000565227"
Successfully created a bank account for wire transfers.