v1
latestOpenAPI 3.1.02026-07-24680631.6 KBCreate Entity (Remitter/Beneficiary/Student)
The Create Entity API allows the API user to create and add a new Remitter, Beneficiary(Individual/Beneficiary) or Student, for the purpose of International payments for Education.
post/v1/client/accounts
Headers
api-keystring required
API Key
auth-keystring required
Auth key generated via the "Generate Auth key API"
userIdstring required
User Id as generated via the "Create Account (sign-Up) API". Identifier of an individual user, you can map this to the User identification at your end.
Request body
Response
200
Example response
{
"status": 200,
"message": "Success",
"data": {
"userAccountId": "0ca9ed3f-9dc8-4311-9cb8-99f20069013d",
"message": "user Added",
"email": "abc@xyz.com"
}
}