curl --request PUT \
--url https://sandbox-revo-api.raliopay.com/api/v1/account/business-users/{uid}/shareholders/{shareholder_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"email": "<string>",
"name": "<string>",
"surname": "<string>",
"kyc": {
"data": {
"computed": {
"age": {
"data": 123
},
"isDocumentExpired": {
"data": {}
}
},
"deviceFingerprint": {
"app": {
"platform": "<string>",
"version": "<string>"
},
"browser": {
"major": "<string>",
"name": "<string>",
"version": "<string>"
},
"device": {
"type": "<string>"
},
"engine": {
"major": "<string>",
"name": "<string>",
"version": "<string>"
},
"ip": "<string>",
"os": {
"major": "<string>",
"name": "<string>",
"version": "<string>"
},
"ua": "<string>"
},
"documents": [
{
"country": "<string>",
"fields": {},
"merchantFields": [
{}
],
"photos": [
"<string>"
],
"region": "<string>",
"steps": [
{
"data": {},
"error": {},
"id": "<string>",
"status": 123
}
],
"type": "<string>"
}
],
"expired": true,
"flow": {
"id": "<string>",
"name": "<string>"
},
"hasProblem": true,
"id": "<string>",
"identity": {
"id": "<string>",
"status": "<string>"
},
"masJobToBePostpone": true,
"metadata": {
"userId": "<string>"
},
"profileId": "<string>",
"steps": [
{
"data": {},
"error": {},
"id": "<string>",
"status": 123
}
],
"videoAgreement": [
{}
]
}
}
}
'{
"email": "<string>",
"id": "<string>",
"name": "<string>",
"surname": "<string>"
}Update a specific shareholder for the business. KYC field is optional.
curl --request PUT \
--url https://sandbox-revo-api.raliopay.com/api/v1/account/business-users/{uid}/shareholders/{shareholder_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"email": "<string>",
"name": "<string>",
"surname": "<string>",
"kyc": {
"data": {
"computed": {
"age": {
"data": 123
},
"isDocumentExpired": {
"data": {}
}
},
"deviceFingerprint": {
"app": {
"platform": "<string>",
"version": "<string>"
},
"browser": {
"major": "<string>",
"name": "<string>",
"version": "<string>"
},
"device": {
"type": "<string>"
},
"engine": {
"major": "<string>",
"name": "<string>",
"version": "<string>"
},
"ip": "<string>",
"os": {
"major": "<string>",
"name": "<string>",
"version": "<string>"
},
"ua": "<string>"
},
"documents": [
{
"country": "<string>",
"fields": {},
"merchantFields": [
{}
],
"photos": [
"<string>"
],
"region": "<string>",
"steps": [
{
"data": {},
"error": {},
"id": "<string>",
"status": 123
}
],
"type": "<string>"
}
],
"expired": true,
"flow": {
"id": "<string>",
"name": "<string>"
},
"hasProblem": true,
"id": "<string>",
"identity": {
"id": "<string>",
"status": "<string>"
},
"masJobToBePostpone": true,
"metadata": {
"userId": "<string>"
},
"profileId": "<string>",
"steps": [
{
"data": {},
"error": {},
"id": "<string>",
"status": 123
}
],
"videoAgreement": [
{}
]
}
}
}
'{
"email": "<string>",
"id": "<string>",
"name": "<string>",
"surname": "<string>"
}API Key for accessing management endpoints
Shareholder details
Show child attributes
Show child attributes
Show child attributes
Show child attributes