Skip to main content
POST
Create Account

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-partner-id
string
default:""
required

The Partner ID header used for authorization

idempotency-key
string
default:""
required

The Idempotency Key - usually a UUID

Body

application/json

Request to create a new account

account_number
string
required

Account number

Example:

"1234567890123456"

account_title
string
required

Title of the account

Example:

"John Doe"

routing_number
string
required

Routing number of the account

Example:

"123456789"

type
enum<string>
required

Type of the account

Available options:
AT_Checkings,
AT_Savings
Example:

"AT_Checkings"

Response

Response when retrieving an account

Standard response structure for successful operations

ok
boolean

Indicates if the operation was successful

Example:

true

data
object

Account information