Users
Function | Endpoint | Description |
POST /api/v1/partners/users | Create a new user for the person using your integration. | |
GET /api/v1/partners/users/{user} | First you need to check if your user is already a confirmed KYC approved user. | |
POST /api/v1/partners/users | Update the user for the person using your integration. | |
GET /api/v1/partners/users/{user_id}/balances | Fetch users balance to ensure enough funds. | |
GET /api/v1/partners/balances | Fetch the master users balance. |
Last modified 26d ago