πΈοΈHandling Webhooks
Learn how to listen for webhook events executed on Lamba
Receiving webhooks (POST method)
{
"encryption_key": "enc_key", // your encryption key
"action_id": "action_id", // the id of the action on Lamba
"order_id": "order_id", // your `orderId`
"payment_info": {
"currency": "currency",
"amount": 45
}
}Last updated