Your App Users/Customers
Manage your App users or your Customers who will have access to Tuku Pay.
Manage your App users or your Customers who will have access to Tuku Pay.
Description
App users are individuals or entities interacting with Tuku Pay through a registered app. Each user must be registered with Tuku Pay if they engage in transactions or SMS services. Even users who do not use Tuku Pay directly can be registered for analysis and marketing purposes.
User Types
Individuals
Joint Accounts
Escrows
Organizations
Apps (treated as users)
Registration Requirements
Mandatory Fields:
Name
Phone number (used as a unique identifier or account number)
KYC documents
Optional Fields:
Username
Profile photo (separate from KYC photo)
Account Numbers:
An account number is assigned upon registration.
The phone number can also act as the account number.
Endpoints
1. Create User
Method: POST
URL: /api/users/create
Request Body:
Response:
2. Edit User
Method: PUT
URL: /api/users/edit
Request Body:
Response:
3. Delete User
Method: DELETE
URL: /api/users/delete
Request Body:
Response:
4. Retrieve User Details
Method: POST
URL: /api/users/details
Request Body:
Response:
Notes
App ID in Request Body: All endpoints require the appId
to be included in the request body to identify the app context.
Normalized Requests: All request and response payloads follow a standardized format for consistency and ease of integration.
KYC Verification: Users must have verified KYC to perform transactions.
Phone Number as Account Number: The phone number acts as a fallback identifier if the account number is unavailable.