Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Content-Type must be set to application/json
Path Parameters
The UUID of the business to create custom account for.
Body
Unique ID of the custom account in an external system for linking and idempotency.
"ww9wwLgkrbU3jkg3J4J7ckBR3zKQV6sLPQevK"
Last 4 digits of the custom account number
"4321"
Name of the custom account
"My custom account"
Name of the institution for the custom account
"My custom account institution"
The type of the custom account
DEPOSITORY
, CREDIT
, LOAN
"DEPOSITORY"
The subtype of the custom account
CHECKING
, SAVINGS
, CREDIT CARD
, LOAN
"checking"
Response
Unique ID for the custom account
Unique ID of the custom account in an external system for linking and idempotency.
"ww9wwLgkrbU3jkg3J4J7ckBR3zKQV6sLPQevK"
Last 4 digits of the custom account number
"4321"
Name of the account
"My custom account"
Name of the institution for the custom account
"My custom account institution"
The type of the custom account
DEPOSITORY
, CREDIT
, LOAN
"DEPOSITORY"
The subtype of the custom account
CHECKING
, SAVINGS
, CREDIT CARD
, LOAN
"checking"
Timestamp of when the custom account was created
Timestamp of when the custom account was last created
Timestamp of when the custom account was archived
The ID of the ledger account associated with the custom account