Skip to main content
WEBHOOK
payout.created
{
  "event_id": "evt_01h2b06f69w9aw3eymqs1dfa2q",
  "event_type": "payout.created",
  "occurred_at": "2023-06-01T13:30:38.138984Z",
  "notification_id": "ntf_01h2b06f84qsjzdw8rywe3j4gt",
  "data": {
    "id": "payout_01gsz4vmqbjk3x4vvtafffd540",
    "status": "unpaid",
    "amount": "10000",
    "currency_code": "USD"
  }
}

Headers

Paddle-Signature
string
required

Signature for this request. Use to verify that webhooks come from Paddle.

Example:

"ts=1671552777;h1=eb4d0dc8853be92b7f063b9f3ba5233eb920a09459b6e6b2c26705b4364db151"

Body

application/json

Occurs when a payout is initiated by Paddle.

data
Payout Notification · object

Response

200

Respond with an HTTP 200 status code within 5 seconds to let Paddle know that you successfully received the message.

If your server sends another kind of status code or doesn't respond, Paddle automatically retries using an exponential backoff schedule.