Order Status Webhook

This webhook sends POST requests for order status updates upon your request.
To activate, provide your webhook URL and server IP for whitelisting.
We'll configure it for seamless communication.

Payload

The payload for the webhook request.

int64
boolean
string
enum

Indicates the status of an order:

  • Pending (124) - This status is set when payment is still pending, and the timeout limit has not elapsed yet. The order is not considered complete until payment is successful.
  • Paid (125) - This status is set when the payment for the order has been successfully completed.
  • Timed Out (135) - This status is set when the invoice has reaching the timeout limit. In this case, the order is marked as incomplete because the payment was not made within the specified time.
  • Expired (136) - This status is set when the invoice has expired.
Allowed:
string
string
Response
200

The callback was successfully accepted.

LoadingLoading…