Users

Empower your platform with seamless user management.

Through the Partner User API, you can create, manage, and retrieve user accounts directly from your system — without ever logging into our dashboard. Whether you're onboarding cashiers, staff, or customers, the process is smooth, secure, and automated.

What Partners Can Do

Action
What it means for you

Onboard User

Instantly onboard a new user into your ecosystem — no manual intervention needed.

Update User

Modify user information as your business evolves.

Fetch User Details

Retrieve real-time user data anytime, anywhere.

Onboard User

Create a user instantly — perfect for merchant onboarding or automatic user registration.

POST https://{base_url}/partner/users
Parameter
Description
Condition
Example

fullname

User full name as in identity card

compulsory

Ahmad Farhan Bin Farid

username

Username for user account

compulsory

ahmadfarhan

mobile_number

User phone number

compulsory

+601117121213

email

User email address

compulsory

password

Default password for user account

compulsory

ahmadfarhan123

id_number

Identity card number

compulsory

010221011038

bank

User bank details. Need to specify the bank code, account_number, account_holder_name, bank_branch.

optional

"bank_attributes": { "code": "PHBMMYKL", "account_number": "151762217271", "account_holder_name": "Didik Digital", "branch": "bukit jelutong" }

Update User

If a user changes their email, phone number, or password — just update it via API.

Parameter
Description
Condition
Example

email

User email address

compulsory

fullname

User full name as in identity card

optional

Ahmad Farhan Bin Farid

mobile_number

User phone number

optional

+601117121213

id_number

Identity card number

optional

010221011038

Fetch User Details

Need to verify a user’s status? — Searching by email retrieves their full profile.

Last updated