{
  "eventId": "whe_fooD944t4VUKkaDT",
  "eventType": "payout.initiated",
  "eventTime": 1729608043615,
  "payoutId": "po_fooBOwYsaK50AEfK",
  "payoutStatementUrl": "https://api.xpaycheckout.com/payouts/po_fooBOwYsaK50AEfK/statement",
  "amount": 50000,
  "untilTime": 1729608043615,
  "initiatedAt": 1729608043615
}
{
  "eventId": "whe_fooD944t4VUKkaDT",
  "eventType": "payout.initiated",
  "eventTime": 1729608043615,
  "payoutId": "po_fooBOwYsaK50AEfK",
  "payoutStatementUrl": "https://api.xpaycheckout.com/payouts/po_fooBOwYsaK50AEfK/statement",
  "amount": 50000,
  "untilTime": 1729608043615,
  "initiatedAt": 1729608043615
}
eventId
string
A unique identifier for this specific event. This ensures that each event can be tracked and processed individually.
eventType
string
Describes the type of event. In this case, it signifies that a payout has been initiated.
eventTime
integer
The timestamp when the event was generated, typically in milliseconds since the Unix epoch (January 1, 1970). This value can be used to track when the event occurred.
payoutId
string
A unique identifier for the specific payout. This ID ties the event back to a particular payout process that triggered the event.
payoutStatementUrl
string
The URL where the payout statement can be accessed. This provides a direct link to view detailed information about the payout transaction.
Note: This URL is only valid for 10 minutes after the event is triggered.
amount
integer
The total amount of the payout, typically expressed in the smallest unit of the currency. Here, 50000 represents 500.00 USD (because USD typically uses two decimal places).
untilTime
integer
The timestamp representing the cutoff time for this payout period, in milliseconds since the Unix epoch. This indicates the end of the period for which this payout covers.
initiatedAt
integer
The timestamp when the payout was initiated, in milliseconds since the Unix epoch. This represents the exact moment when the payout process began.