Subscription Payment Succeeded

A subscription_payment_succeeded event is fired when a subscription payment is received successfully.

Information sent in the payload for a subscription_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: subscription_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 unique checkout id for 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 for 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 subscription{"external_id": 42}
customer_namestringThe name of the customer. For card payments, the cardholder's name (entered by the buyer during the checkout) is returned. For PayPal payments, the name from the PayPal account used during the checkout is returned. For all other payment methods where the name is not collected (including Apple Pay and Wire Transfer), this field is empty.
earningsstringThe total amount (after taxes and fees) you earned from this payment.
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 total amount in Paddle fees for this payment.
initial_paymentstringThe value of this field 0 or 1 indicates whether it is the customer’s first payment for this subscription.
Allowed values: 0 1
instalmentsstringNumber of payments made to date, starting from 1 for the customer's first payment. Integer sent as string.
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
next_bill_datestring<date>The date the next payment is due for this subscription.
next_payment_amountstringThe total amount that the customer will be charged for on their upcoming payment, in the subscription’s currency.
order_idstringThe Paddle Order ID for this payment. This can be used to look up the order within your Seller 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 our Pass Parameters documentation for more information.
Max Length: <=1000 characters
payment_methodstringPayment method used to make the transaction.
Allowed values: card paypal google-pay apple-pay
payment_taxstringAmount of tax paid as a result of this payment.
plan_namestringSubscription plan name.
quantitystringThe number of products or subscription seats sold in the transaction.
receipt_urlstring<uri>URL containing the customer receipt.
sale_grossstringThe total amount the customer was charged for this payment. Decimal sent as string.
statusstringThis is the current status of the subscription. A list of possible values and their meanings can be found under Event Statuses.
Allowed values: active trialing past_due paused deleted.
subscription_idstringThis is the unique Subscription ID for this customer’s subscription. Store this with the customer in your database, as it is needed for making API calls.
subscription_payment_idstringThe unique ID of the subscription payment.
subscription_plan_idstringThe ID of the Subscription Plan the customer is subscribed to. (This is the value that will change upon plan change).
unit_pricestringThe price per unit of the subscription.
user_idstringThe customer user ID.