Payment Web Hook
Setup payment web hook
To receive payment updates, first configure the endpoint where your webhook will be sent.
Use this endpoint to create a payment webhook: Create Payment Web Hook Endpoint
If a secret is configured, each callback request includes a special header.
X-Payload-DigestIts value is an HMAC-SHA1 signature of the callback’s body, generated with the user-provided callback secret. For more details about verifying webhooks, refer to the following page:
Notification
For detailed request specifications, please refer to the following page:
Last updated