Transfer Created
Summary
A transfer_created event is fired when a new transfer/payout is created for your account.
Payload
Information sent in the payload for a transfer_created 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_created | |
| 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. | USDGBP | 
| 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: unpaid |