Withdraw Webhook Notification
CCPayment will post the webhook notification when the withdrawal was packed on blockchain.
Webhook notification
Name | Value | Required | Type | Description |
---|---|---|---|---|
Content-Type | Y | string | application/json; charset=utf-8 | |
Appid | 202302010636261620672405236006912 | Y | string | Merchant's unique credential. Find it on the Developer page. |
Timestamp | 1677152490 | Y | string | Timestamp in seconds (10-digit). The request is valid for two minutes. |
Sign | 871f0223c66ea72435208d03603a0cb00b90f6ac4a4ba725d00164d967e291f6 | Y | string | SHA-256 (appId + appSecret + timestamp+body (json string)) |
Example
Due to scarce objective reasons, merchants may occasionally fail to receive webhook notifications. But such cases are extremely rare. If it involves a refund order, it is recommended that merchants confirm the actual notification delivery status first through the Order Information Interface API or the Webhook Notification Log to avoid misjudgment caused by missing notifications.
Last updated