cURL
curl --request POST \ --url https://api.conduit.financial/simulator/customer-kyb \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --header 'X-API-Secret: <api-key>' \ --data ' { "id": "cus_2ofTA13AD0xBtbEvBl20aEb1hEu", "countryCode": "USA" } '
{ "errors": [ { "detail": "<string>", "code": "<string>" } ] }
Generate KYB data and simulate KYB verification for an existing customer.
Includes an API key in the HTTP headers to authenticate the client.
Includes an API secret in the HTTP headers to authenticate the client.
A valid Customer ID
"cus_2ofTA13AD0xBtbEvBl20aEb1hEu"
ISO 3166-1 alpha-3 country code
"USA"
Input validation error
Show child attributes