Last updated 1 month ago
The unique identifier of the customer
Successful creation of KYC
const response = await fetch('https://api.getfractal.xyz/v0/customers/{customerId}/kycs', { method: 'POST', headers: { "Authorization": "text" }, }); const data = await response.json();
{ "kycs": { "status": "pending", "kyc_flow_link": "text" } }