Invoice Overdue (Legacy)
Fired when a manual invoice has exceeded the payment term and is now overdue.
Information on this page is for the legacy version of Manual Invoicing. For the latest version, click here.
Identify this event with the HTTP POST parameter alert_name
with a value of invoice_overdue
The alert name.
The unique identifier for this Paddle webhook alert. Integer value sent as a string.
The unique identifier for this invoice payment. Integer value sent as a string.
The amount of the sale.
The total value of the sale (including tax) in the sale currency.
Number of days from the invoiced_at
date before it becomes overdue.
Status of the invoice.
Custom order number specified for this invoice.
The date and time the buyer was invoiced at in UTC (Coordinated Universal Time).
The three-letter ISO currency code. Eg: USD
, GBP
. See Supported Currencies.
The dashboard ID of the product purchased in this order.
The name of the product included in the invoice.
Custom additional information included in the invoice.
The unique identifier for this customer. Integer value sent as a string.
The name of the customer this invoice is for.
The email address of the customer.
The sales tax identifier (VAT number) of the customer this invoice is for.
The company number of the customer this invoice is for.
The address of the customer this invoice is for.
The city the customer is from.
The state the customer is from.
The ZIP code of the customer.
The two-letter ISO country code of the customer. Eg: US
, GB
. See Supported Countries.
The unique identifier for this contract. Integer value sent as a string.
The start date of the contract.
The end date of the contract.
This field contains any values that you passed into the checkout using the passthrough
parameter. See the Pass Parameters documentation for more information.
The date the contract was created.
The three-letter ISO currency code of the vendor’s account balance at the time of the transaction. Eg: USD
, GBP
, EUR
.
The amount of this payment that was paid in tax/VAT.
Payment method used to make the transaction.
The fee taken by Paddle for this payment.
The amount of this payment that was credited to your balance.
This field contains an encrypted token that you can use to verify the request authenticity. See Verifying Webhooks.
The date and time the event was triggered in UTC (Coordinated Universal Time).