Docs

payout.paid

Occurs when a payout is paid.

Occurs when a payout is paid. This is usually the working day before the funds credit your account.

event_idstringrequired
Example: evt_01gks14ge726w50ch2tmaw2a1x
Unique Paddle ID for this event, prefixed with evt_.
Pattern: ^evt_[a-z\d]{26}$
event_typestringrequired
Type of event sent by Paddle, in the format entity.event_type.
Values
+ Show all values
occurred_atstring (date-time)required
Example: 2024-10-12T07:20:50.52Z
RFC 3339 datetime string of when this event occurred.
notification_idstringrequired
Example: ntf_01ghbkd0frb9k95cnhwd1bxpvk
Unique Paddle ID for this notification, prefixed with ntf_.
Pattern: ^ntf_[a-z\d]{26}$
dataobjectrequired
New or changed entity.
idstringrequired
The ID associated with this payout
statusstringrequired
The current status of a payout
Values
  • unpaid
    Payout is unpaid. Typically means it has been created, but is not yet completed.
  • paid
    Payout is paid.
amountstringrequired
The amount paid, or due to be paid to your bank account
currency_codestringrequired
Supported three-letter ISO 4217 currency code for payouts from Paddle.
Values
  • AUD
    Australian Dollar
  • CAD
    Canadian Dollar
  • CHF
    Swiss Franc
  • CNY
    Chinese Yuan
  • CZK
    Czech Koruna
+ Show all values
  • DKK
    Danish Krone
  • EUR
    Euro
  • GBP
    Pound Sterling
  • HUF
    Hungarian Forint
  • PLN
    Polish Zloty
  • SEK
    Swedish Krona
  • USD
    United States Dollar
  • ZAR
    South African Rand
remittance_referencestringrequired
Reference number on the payout and remittance advice document
payout.paid
{
"event_id": "evt_01h2b0tqg1xkgnkfmprsnrjn0s",
"event_type": "payout.paid",
"occurred_at": "2023-06-07T13:30:38.138984Z",
"notification_id": "ntf_01h2b0tqkhfqd094y9pys30xyw",
"data": {
"id": "payout_01gsz4vmqbjk3x4vvtafffd540",
"status": "paid",
"amount": "10000",
"currency_code": "USD",
"remittance_reference": "10374"
}
}

Was this page helpful?