cURL
curl --request POST \ --url https://api.conduit.financial/simulator/compliance \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --header 'X-API-Secret: <api-key>' \ --data ' { "type": "counterparty", "id": "cp_2ofTA13AD0xBtbEvBl20aEb1hEu", "status": "active" } '
{ "success": true }
Simulate a compliance status change on a customer or counterparty.
Includes an API key in the HTTP headers to authenticate the client.
Includes an API secret in the HTTP headers to authenticate the client.
counterparty
A valid Counterparty ID
"cp_2ofTA13AD0xBtbEvBl20aEb1hEu"
active
deleted
in_compliance_review
compliance_rejected
Response
true
false