payout.paid
Occurs when a payout is paid. This is usually the working day before the funds credit your account.
event_idstring
Unique Paddle ID for this event, prefixed with evt_.
event_typestring
Type of event sent by Paddle, in the format entity.event_type.
occurred_atstring<date-time>
RFC 3339 datetime string of when this event occurred.
dataobject
New or changed entity.
idstring
ID for this payout.
remittance_referencestring
Reference number on the payout and remittance advice document.
statusstring
Status of this payout.
amountstring
Amount paid, or scheduled to be paid, for this payout.
currency_codestring
Three-letter ISO 4217 currency code for this payout.
notification_idstring
Unique Paddle ID for this notification, prefixed with ntf_.
Example
123456789101112131{
2 "event_id": "evt_01h2b0tqg1xkgnkfmprsnrjn0s",
3 "event_type": "payout.paid",
4 "occurred_at": "2023-06-07T13:30:38.138984Z",
5 "notification_id": "ntf_01h2b0tqkhfqd094y9pys30xyw",
6 "data": {
7 "id": "payout_01gsz4vmqbjk3x4vvtafffd540",
8 "remittance_reference": 10374,
9 "status": "paid",
10 "amount": "10000",
11 "currency_code": "USD"
12 }
13}