Skip to main content
POST
/
customers
/
{id}
/
kyc
/
submit
Submit KYC verification
curl --request POST \
  --url https://api.getovra.com/customers/{id}/kyc/submit \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "issuerAccountId": "<string>",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

API key (sk_...) or Agent token (at_...)

Path Parameters

id
string
required

Response

KYC submission result

status
string
issuerAccountId
string
message
string