- KYC document modified
Credit file proof
Create a KYC request
Retrieve KYC requests
Retrieve a KYC request
Update a KYC request
Delete the KYC request
Retrieve KYC documents
Create a KYC document
Retrieve a KYC document
Upsert a KYC document
Accept a KYC document
Update KYC document matches
Reject a KYC document
Review a KYC document
Start review of a KYC document
Stop review of a KYC document
Retrieve KYC settings
Update KYC settings
KYC document accepted
KYC document created
KYC document rejected
KYC document reviewed
KYC document archived
KYC request attempted
KYC request failed
KYC request fulfilled
KYC request partially fulfilled
KYC document modified
Security
SecretApiKey or JWT
Payload of KYC document-related webhook event.
ID of the customer resource.
Example:"cus_0YV7DDSDD1C8DA64KHH2W33CPF"
ID of the KYC document.
Example:"kyc_doc_0YV7JHY705C6DA487BFTAA33V8"
Type of event that triggered the webhook.
Enum:"kyc-document-accepted""kyc-document-created""kyc-document-modified""kyc-document-rejected""kyc-document-reviewed""kyc-document-archived"
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/kyc-document-modified
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/kyc-document-modified
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/kyc-document-modified
- SecretApiKey
- JWT
{ "customerId": "cus_0YV7DDSDD1C8DA64KHH2W33CPF", "kycDocumentId": "kyc_doc_0YV7JHY705C6DA487BFTAA33V8", "fileId": "file_0YV7HZ7KDCC5WBV9Q7WRKG1H6N", "eventType": "kyc-document-accepted", "_embedded": { "customer": { … }, "kycDocument": { … } }, "_links": [ { … } ] }