Payout

📡 Payout Callbacks (Webhooks)

These are server-side callbacks sent to the merchant's server whenever the status of payout changes.

Payout Callback

  • Triggered when:

    • A payout is created, processed, completed, or failed

  • The callback sends the current payout status and related info to the provided callbackUrl.

Notes:

  • These callbacks enable your server to automatically update the order/payment status based on real-time data from TheDex.

  • Callbacks can be manually re-sent from the admin panel in case of delivery failure or testing purposes.

  • For testing callback URLs, services like https://webhook.site/ can be used.

Last updated