Skip to main content
POST
Create Ledger Account

Authorizations

Authorization
string
header
required

API key (sk_test_* or sk_live_*)

Body

application/json
account_number
string
required
name
string
required
account_type
enum<string>
required
Available options:
asset,
liability,
equity,
revenue,
expense
normal_balance
enum<string>
required
Available options:
debit,
credit
description
string
parent_account_id
string
customer_id
string
external_reference
string
currency
string
default:USD
metadata
object

Response

Account created

id
string
account_number
string
name
string
description
string
account_type
enum<string>
Available options:
asset,
liability,
equity,
revenue,
expense
normal_balance
string
status
enum<string>
Available options:
active,
frozen,
closed
currency
string
balance
integer
available_balance
integer
pending_balance
integer
balance_updated_at
string<date-time>
customer_id
string
external_reference
string
is_system_account
boolean
created_at
string<date-time>
metadata
object