Skip to main content
There are two ways to retrieve payout data:
  • Check payout status. Pass the payout ID to the GET /api/payouts/{id} endpoint to retrieve detailed data, including its status. For more details, see Check payout status.
  • Webhook notification. If you provided a webhookUrl, you can listen for events and receive notifications when the payout’s status changes.

Sample webhook body for a successful payout

Sample webhook body (failed payout)

If you’re using webhookUrl to retrieve payout data, make sure to include security checks to prevent bank fraud. For more details, see Security checks.
Last modified on April 27, 2026