KYC document archivedWebhook

SecurityAPI Key: SecretApiKey or HTTP: JWT
Request
Request Body schema: application/json

KYC document webhook request body resource.

customerId
string (CustomerId) <= 50 characters

ID of the customer resource.

kycDocumentId
string <= 50 characters

ID of the KYC document.

fileId
string <= 50 characters

ID of the file.

eventType
string

Type of webhook event.

Enum: "kyc-document-accepted" "kyc-document-created" "kyc-document-modified" "kyc-document-rejected" "kyc-document-reviewed" "kyc-document-archived"
object

Customer and KYC document data.

Array of objects

Related links.

Request samples
application/json
{ "customerId": "cus_0YV7DDSDD1C8DA64KHH2W33CPF", "kycDocumentId": "kyc_doc_0YV7JHY705C6DA487BFTAA33V8", "fileId": "file_0YV7HZ7KDCC5WBV9Q7WRKG1H6N", "eventType": "kyc-document-accepted", "_embedded": { }, "_links": [ ] }
Responses

2xx

Returns any 2xx status to indicate that data is received.