For the complete documentation index, see llms.txt. This page is also available as Markdown.

Create KYC Session

Create a new KYC Session for a customer

post
/v0/customers/{customer_id}/kycs
Path parameters
customer_idstring · uuidRequired

The unique identifier of the customer

Header parameters
Api-KeystringRequired

Your secret API key, available in the developer dashboard. Include this header on every request to authenticate your application.

Responses
201

Successful creation of KYC

application/json
post/v0/customers/{customer_id}/kycs
201

Successful creation of KYC

Last updated