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.
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
1234567891011121{
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": "pay_01gsz4vmqbjk3x4vvtafffd540",
8 "status": "paid",
9 "amount": "10000",
10 "currency_code": "USD"
11 }
12}