Skip to main content
Accounts in the Singapay Payment Gateway are designed to manage sub-level accounts efficiently. You can create, modify, and oversee subordinate accounts to delegate responsibilities, organize account hierarchies, and maintain operational control across your Singapay ecosystem.

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

StatusDescription
activeAccount is operational and can process transactions.
inactiveAccount 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.