Descriptions and payloads of webhooks available for lenders
Setup
To enable notifications, please reach out to ChargeAfter support with the following info:
- A dedicated URL that can receive the notification. (ChargeAfter will use this URL to POST the notification.)
- Authorization header that will be attached to the HTTP POST call.
Disputes Notifications
The following webhook notifies lenders of a relevant dispute lifecycle event.
disputes.lender.assigned
This event notification is sent when a dispute is assigned to the lender.
Payload
{
"eventType": "disputes.lender.assigned",
"createdAt": "string",
"disputeId": "string",
"lenderDisputeId": "string"
}
Field descriptions
eventType
(type: string)
The name of the webhook.createdAt
(type: ISO 8601-formatted string)
Timecode of when the webhook was created.disputeId
(type: string)
Unique identifier of the dispute, created by ChargeAfter.lenderDisputeId
(type: string)
Unique identifier of the dispute, created by the lender.