Payout
This event is emitted when a payout is processed.
Object schema
Webhook payload object
Use this schema when validating, storing, or transforming the incoming payout webhook payload.
id
string<uuid>webhookId
string<uuid>eventType
stringAllowed value:
payout
eventData
objectpayout
objectpayoutId
string<uuid>status
stringAllowed values:
AwaitingConfirmationPendingProcessingCompleteExpiredFailed
totalAmountUsd
number<float> or null
Total payout amount in USD
estimatedFeeUsd
number<float> or null
Estimated fee in USD
actualFeeUsd
number<float> or null
Actual fee in USD (available after completion)
entryCount
integer<int32> or null
Number of entries in this payout
completedPayouts
$ref(#/components/schemas/PayoutEntry)[] or null
#/components/schemas/PayoutEntry
payoutEntryId
string<uuid> or null
failureReason
string or null
radomData
paymentLink
objectpaymentLinkId
string<uuid>paymentLinkOrderId
string<uuid> or null
inputData
array[object] or null
label
stringvalue
string or null