payout.created
Occurs when a payout is initiated by Paddle.
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_01h2b06f69w9aw3eymqs1dfa2q",
3 "event_type": "payout.created",
4 "occurred_at": "2023-06-01T13:30:38.138984Z",
5 "notification_id": "ntf_01h2b06f84qsjzdw8rywe3j4gt",
6 "data": {
7 "id": "payout_01gsz4vmqbjk3x4vvtafffd540",
8 "remittance_reference": "10374",
9 "status": "unpaid",
10 "amount": "10000",
11 "currency_code": "USD"
12 }
13}