How to implement webhooks?
PlumPro APIs are now capable of returning callbacks to your pre-registered webhook URL.
Last updated
Was this helpful?
PlumPro APIs are now capable of returning callbacks to your pre-registered webhook URL.
Last updated
Was this helpful?
Step 1: To receive the updated ('delivered' or 'canceled') reward delivery status, you will have to set up your callback URL for the listener to push the status to the required platforms.
ID
Integer(20)
Unique Webhook ID to identify that the webhook is thrown
Order ID
Integer(11)
Unique Xoxo Order ID whenever an order is placed via the Plum API
PO number
String(100)
PoNumber if provided by the client while placing an order
OrderDate
String(19)
Date when an order is placed
Delivery Status
String(9)
Order delivery status. Can be delivered or canceled
CreatedAt
String(19)
When callback was invoked