Customers

Get a KYC link for onboarding a customer

Generate a hosted KYC link to onboard a customer

get/customers/kyc-link

Response

Successful operation

kycUrlstring

A hosted KYC link for your customer to complete KYC

platformCustomerIdstring

The platform id of the customer to onboard

customerIdstring

The customer id of the newly created customer on the system

Example response

{
  "kycUrl": "https://example.com/redirect",
  "platformCustomerId": "019542f5-b3e7-1d02-0000-000000000001",
  "customerId": "Customer:019542f5-b3e7-1d02-0000-000000000001"
}

Changes