Customer Registration
post/collection/create_customer
Headers
client-idstring required
Unique Client ID
client-secretstring required
Unique Client Secret
Content-Typestring required
Request body
Response
200
Example response
{
"status": "SUCCESS",
"statusCode": "200",
"message": "Customer Registration Successful",
"customer_id": "apay_haLnEcR27472VhrQO",
"customer_mobile": "9999988888"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.