Creates an Account Number. Optionally also assigns either a ClientCustomerID or EntityID to the Account Number
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Idempotency key
255The ID of the Account object.
^account_\w+$"account_xyz123"
The ID of your customer.
64"<your_customer_id>"
The ID of your entity.
^entity_[^\s]{1,33}$"entity_xyz123"
ACH payment controls
Wire payment controls
Internal Transfer controls
A set of key-value pairs that can be used to store additional information related to this object.
Successful response
The ID of the retrieved Account Number.
^account_number_\w+$"account_number_xyz"
The account number.
123412341234
The routing number.
123456789
The ID of the Account object.
^account_\w+$"account_xyz123"
The ID of your customer.
64"<your_customer_id>"
The ID of your entity.
^entity_[^\s]{1,33}$"entity_xyz123"
Account Number Status
active, inactive, canceled, unassigned "active"
ACH payment controls
Wire payment controls
Internal Transfer controls
A set of key-value pairs that can be used to store additional information related to this object.
The timestamp of creation in ISO-8601 format.
The timestamp of last update in ISO-8601 format.