Customers

Create customer with entitlements and generate KYC verification link

post/api/v1/customer/verification/link

Headers

idempotency-keystring uuid required

Required for mutating calls. Use a V4 UUID. The server stores the first result for 24h and returns it on subsequent retries with the same key.

Required for mutating calls. Use a V4 UUID. The server stores the first result for 24h and returns it on subsequent retries with the same key.

Request body

OR

Response

Default Response

customer_idstring uuid required

Customer UUID

kyc_linkstring uri required

URL for customer to complete KYC process

Changes