cURL
curl --request POST \ --url https://api.conduit.financial/customers/{id}/submit \ --header 'X-API-Key: <api-key>' \ --header 'X-API-Secret: <api-key>'
{ "success": true, "status": "manual_review", "livenessLinks": [ { "controlPersonId": "ctl_34yPkFSqTUpwOwe0zoovDKU9Yad", "verificationUrl": "https://verify.example.com/?verification_session_id=abc" } ] }
Submit a customer for onboarding verification
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"
Onboarding submission result
Response returned when submission succeeds but requires liveness verification
Show child attributes
A valid Control Person ID
"ctl_2ofTA13AD0xBtbEvBl20aEb1hEu"