Webhook Notification
Configure Webhook to receive notifications. ReelPay will notify merchant of the final transaction results. You can configure the Webhook URL on the AppManage page
Transactions will start a request to the callback interface set by the merchant when involving the following events:
Paid
Transaction close
Transaction timeout
Refunded
Chain confirmation failed
Callback Frequency: 5s、15s、30s、3m、10m、20m、30m、30m、30m、60m、3h、3h、3h、6h、6h
Total: 24h3m50s
Callback Form:
The callback content is still encrypted.「For more information see the Signature」
Webhook notification
X-Timestamp
1690368283
Y
string
Timestamp in seconds (10-digit). The request is valid for two minutes.
X-Sign
e0c6a719ebc366da0340c1b450026a903a55c86ed5fbe0b586cd73f6be74ade6
Y
string
hmacSHA256 (body (json string)+timestamp+appKey)
Example

Last updated