Skip to main content
POST
/
customers
/
{id}
/
submit
Submit for onboarding
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"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Includes an API key in the HTTP headers to authenticate the client.

X-API-Secret
string
header
required

Includes an API secret in the HTTP headers to authenticate the client.

Path Parameters

id
string
required

A valid Customer ID

Example:

"cus_2ofTA13AD0xBtbEvBl20aEb1hEu"

Response

Onboarding submission result

  • Option 1
  • Option 2

Response returned when submission succeeds but requires liveness verification

success
boolean
required
status
string
required