KYC request failedWebhook

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

KYC request webhook body resource.

customerId
string (CustomerId) <= 50 characters

ID of the customer resource.

kycRequestId
string <= 50 characters

ID of the KYC request.

eventType
string

Rebilly webhooks event type.

Enum: "kyc-request-attempted" "kyc-request-failed" "kyc-request-fulfilled" "kyc-request-partially-fulfilled"
object

Customer and KYC request data.

Array of objects

Related links.

Request samples
application/json
{ "customerId": "cus_0YV7DDSDD1C8DA64KHH2W33CPF", "kycRequestId": "kyc_req_0YV7JMJ3DBCGRBR7K9D4HVGPP5", "eventType": "kyc-request-attempted", "_embedded": { }, "_links": [ ] }
Responses

2xx

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