Skip to main content
POST
/
v1
/
connected-accounts
/
{id}
/
submit
Submit the end client to the settlement partner for KYB (business) or KYC (individual). Idempotent while verifying/approved.
curl --request POST \
  --url https://api.example.com/v1/connected-accounts/{id}/submit \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{}'

Authorizations

X-API-Key
string
header
required

Path Parameters

id
string
required

Body

application/json

The body is of type object.

Response

201

Submission created