Business Webhooks
Events
Below is the list of all available webhook events:
Event
Description
charge:paid
Charge has been paid, but hasn't been confirmed yet
charge:confirmed
Charge has been confirmed and the associated payment is completed
charge:expired
Charge has expired without a payment being made
charge:delayed
The payment was made after the specified time
charge:underpaid
The payment was made for an inferior quantity of what was requested
charge:refund_pending
A refund has been requested, but it hasn't been resolved yet
charge:refunded
They payment has been sucessfully refunded
Fields
The payload of the webhook has the following structure:
For example, if you use Typescript you can verify a payload like this:
Last updated