API Reference
Libraries
API Overview
Users
Users
Create user
POST/api/v1/users
Accounts
Accounts
Create account
POST/api/v1/accounts
List accounts
GET/api/v1/accounts
Retrieve account
GET/api/v1/accounts/{id}
Update account status
PATCH/api/v1/accounts/{id}
Close account
DELETE/api/v1/accounts/{id}
Deposit into account
POST/api/v1/accounts/{id}/deposit
Withdraw from account
POST/api/v1/accounts/{id}/withdraw
Transfer between accounts
POST/api/v1/accounts/{id}/transfer
Transactions
Transactions
List transactions by organization
GET/api/v1/transactions
List account transactions
GET/api/v1/accounts/{account_id}/transactions
Retrieve transaction
GET/api/v1/transactions/{id}