v1
latestOpenAPI 3.0.02026-07-265892227.1 KBCompliance
Update a kyb
put/compliance/kyb/{name}
Path parameters
namestring required
Name of the aggregated merchant declared in the kyb.
Headers
ApiKeystring required
Your api key. To create a key, please get into our dashboard. If you don't have access to it, please reach the Support team.
MerchantIdstring required
Your merchant ID. This information is available in our dashboard. If you don't have access to it, please reach the Support team.
Environment'live' | 'sandbox' required
Allow you to choose between the sandbox mode to perform some tests or the live mode for real world transactions.
Request body
Example request
{
"name": "Example merchant",
"businessType": "Fintech",
"country": "CI"
}Response
Example response
{
"merchantId": "156",
"name": "Example merchant",
"businessType": "Fintech",
"country": "CI",
"id": 1,
"createdAt": "2020-10-15T12:09:49.355Z"
}