Payment webhooks
In this page you find the currently supported payment events and their respective payload.
- Payment authorized
- Payment not authorized (soon to be supported)
- Payment link created (soon to be supported)
Payment authorized
Following are other inner nodes of the payment_done event payload describing products, buyer_information, billing_information and shipping_information.
Products information
Parameters for unit_prices
unit_prices is a JSON array that has the parameters mentioned below.
Buyer information
The buyer_information object includes email, billing_information and shipping_information, the attributes for them are mentioned below in tables.
Billing information
It defines the billing address and details.
Shipping information
It defines the information where the order is to be shipped.
Webhook payload sample