Create a wire bank account
Create a wire bank account
POST
Create a wire bank account
Documentation Index
Fetch the complete documentation index at: https://developers.circle.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
- US Bank Account
- Non US Bank Account - IBAN Supported
- Non US Bank Account - IBAN Not Supported
Relevant fields for U.S. bank accounts.
Universally unique identifier (UUID v4) idempotency key. This key is utilized to ensure exactly-once execution of mutating requests.
Example:
"ba943ff1-ca16-49b2-ba55-1057e70ca5c7"
Account number that identifies the bank account.
Required string length:
6 - 35Example:
"12340010"
ABA routing number for the bank account. Note this has to be specific for bank wire transfers.
Example:
"121000248"
The address details for the bank, as provided during bank account creation.
Response
Successfully created a bank account for wire transfers.