Payment Succeeded

A payment_succeeded event is fired when a payment is made into your Paddle account.

Information sent in the payload for a payment_succeeded webhook is summarised in the table below.

PropertyTypeDescriptionExample
alert_idstringThe unique identifier for this Paddle webhook alert. Integer value sent as a string.
alert_namestringThe alert name.
Default: payment_succeeded
balance_currencystringThe three-letter ISO currency code of the vendor’s account balance at the time of the transaction.USD GBP EUR
balance_earningsstringThe amount of revenue added to the vendor’s balance as a result of this payment, in the vendor’s balance_currency at the time of the transaction.
balance_feestringThe fee amount taken from the vendor, in the vendor’s balance_currency at the time of the transaction.
balance_grossstringThe total amount received from the customer as a result of the payment, in the vendor’s balance_currency at the time of the transaction.
balance_taxstringThe amount of tax received from the customer, in the vendor’s balance_currency at the time of the transaction.
checkout_idstringThe checkout id of the order created.27835673-chre93c81118fc7-b3092639c1
countrystringThe two-letter ISO country code of the customer. For a full list of supported countries, see our Supported Countries page.US GB
couponstringThe coupon code that was used on this order.

Min Length: >=5 characters
Max Length: <=300 characters
currencystringThe three-letter ISO currency code. For a full list of supported currencies, see our Supported Currencies page.USD GBP
custom_datastringA JSON encoded string of custom data that was passed into the checkout for this purchase{"external_id": 42}
customer_namestringThe name of the customer. For card payments, this will return the cardholder name entered by the buyer during the checkout. For PayPal payments, this will return the name from the PayPal account used during the checkout. For all other payment methods where the name is not collected (including Apple Pay and Wire Transfer), this will be empty.
earningsstringThe amount of this payment that was credited to your balance.
emailstring<email>The email address of the customer.
event_timestring<date-time>The date and time the event was triggered in UTC (Coordinated Universal Time).
feestringThe fee taken by Paddle for this payment.
ipstringThis field is deprecated and will be removed in a future update.
marketing_consentstringThe value of this field 0 or 1 indicates whether the user has agreed to receive marketing messages from the vendor.
Allowed values: 0 1
order_idstringThe Paddle Order ID for this payment. This can be used to look up the order within your Vendor Dashboard.
p_signaturestringThis field contains an encrypted token that you can use to verify the request authenticity. See Verifying Webhooks.
passthroughstringThis field contains any values that you passed into the checkout using the passthrough parameter. See the Pass Parameters documentation for more information.
Max Length: <=1000 characters
payment_methodstringPayment method used to make the transaction.
free card paypal wire-transfer apple-pay google-pay ideal alipay
payment_taxstringThe amount of this payment that was paid in tax/VAT.
product_idstringThe dashboard ID of the product purchased in this order.
product_namestringThe name of the product included in the transaction.
quantitystringThe number of products or subscription seats sold in the transaction.
receipt_urlstring<uri>A URL where the receipt for the transaction can be retrieved.
sale_grossstringThe total value of the sale (including tax) in the sale currency.
used_price_overridestringDetermines whether the Dashboard price was overridden.
Allowed values: 1 0