curl --request POST \
--url https://api-sandbox.grailpay.com/3p/api/v1/user/kyb/uuid \
--header 'accept: application/json' \
--header 'content-type: application/json'
{
"status": true,
"message": "The business KYB has been updated",
"data": [],
"errors": []
}
POST https://api-sandbox.grailpay.com/3p/api/v1/user/kyb/{uuid}
Path Params
Register business user identifier
Body Params
must consist of 9 digits without any special characters
must consist of 5 digits without any special characters
Responses
200
curl --request POST \
--url https://api-sandbox.grailpay.com/3p/api/v1/user/kyb/uuid \
--header 'accept: application/json' \
--header 'content-type: application/json'
{
"status": true,
"message": "The business KYB has been updated",
"data": [],
"errors": []
}