eWallet Notification
Durianpay triggers events whenever a status change occurs on your SNAP eWallet transaction. These events are sent to your configured webhook URL via HTTP POST.
- If your server does not respond with 200 OK, we retry delivery after 2, 5, 10, 90, and 210 minutes.
- Each request includes a signature header that must be verified before processing the payload.
Headers
(Required) Timestamp in ISO8601 format, Example: 2024-05-14T18:54:57+07:00
(Required) Signature generated by encrypting HTTP method, relative path, minified request body, and timestamp
(Required) Unique ID for a partner given by Durianpay upon completing registration. Its value is same as the X-CLIENT-KEY
(Required) Unique messaging reference identifier generated by merchant and should be unique within the same day
(Required) Device identification on which the API services is currently being accessed by the merchant. Possible value: 95221
Request body
Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.