What you can do
Create Accounts
Register new sub-accounts under your merchant and attach them to specific credentials or integrations.
Retrieve Accounts
List all accounts or fetch a single account by ULID to check its details and current status.
Update Status
Activate or deactivate accounts at any time using the update status endpoint.
Account status
| Status | Description |
|---|---|
active | Account is operational and can process transactions. |
inactive | Account is disabled and cannot process transactions. |
Available endpoints
List Accounts
Paginated list of accounts for the authenticated merchant.
Create Account
Register a new sub-account under your merchant.
Get Account
Retrieve a single account by ULID.
Update Account Status
Activate or deactivate an account.
All endpoints require authentication. See Authentication.
