v1
latestOpenAPI 3.0.02026-07-265892227.1 KBCompliance
Retrieve a kyb transaction by reference
get/compliance/transaction/{reference}
Path parameters
referencestring required
Reference of the kyb transaction to retrieve.
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.
Response
Example response
{
"id": 1,
"kyb": {
"merchantId": "156",
"name": "Example merchant",
"businessType": "Fintech",
"country": "CI",
"id": 1,
"createdAt": "2020-10-15T12:09:49.355Z"
},
"reference": "<REPLACE_BY_YOUR_REFERENCE>",
"amount": 100,
"currency": "XOF",
"createdAt": "2020-10-15T12:09:49.355Z",
"status": "created",
"rejectionReason": "Your request is not compliant with our policies for the following reason: ...",
"iban": "CI93CI0080111301134291200589"
}