Transfer Paid
Summary
A transfer_paid
event is fired when a new transfer/payout is marked as paid for your account.
This usually happens the day before the money credits your bank account.
Payload
Information sent in the payload for a transfer_paid
webhook is summarised in the table below.
Property | Type | Description | Example |
---|---|---|---|
alert_id | string | The unique identifier for this Paddle webhook alert. Integer value sent as a string. | |
alert_name | string | The alert name. Default: transfer_paid | |
amount | string | The amount of the payout. | |
currency | string | The three-letter ISO currency code. For a full list of supported currencies, see our Supported Currencies page. | USD GBP |
event_time | string<date-time> | The date and time the event was triggered in UTC (Coordinated Universal Time). | |
p_signature | string | This field contains an encrypted token that you can use to verify the request authenticity. See Verifying Webhooks. | |
payout_id | string | The ID of the payout. Can be used to lookup the payout within your Vendor Dashboard. | |
status | string | The payout status. Allowed values: paid |