πWebhook Integration
Overview
π₯ Webhook Request
Endpoint
Headers
Request Body
{
"merchantId": "<merchant_id>",
"orderId": "<order_id>",
"paylaterRef": "PL1746499849330726",
"status": "<status>",
"timestamp": "<timestamp>",
"signature": "<signature>",
"txHash": "<tx_hash>",
"comments": "<comments>"
}Parameter Descriptions
π Security & Validation
β
Sample Node.js Verification
β
Sample PHP Verification
Last updated