POST
/
3p
/
api
/
v1
/
user
/
kyb
/
{uuid}
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

uuid
string
required

Register business user identifier

Body Params

business
object
address
object

Responses

200

Response Body
object
status
boolean
default:true
message
string
data
array
errors
array
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": []
}