Transactions
Transaction entities calculate and capture revenue. They hold information about an amount that you're billing for.
Transactions are at the heart of Paddle. They tie together products, prices, and discounts with customers to calculate revenue for checkouts, invoices, and subscriptions.
Paddle automatically creates transactions when customers sign up using the checkout, as well as when subscription lifecycle events like renewals or upgrades happen.
You can also create a transaction through the Paddle dashboard or the API. You may collect for a transaction manually to create an invoice, or collect automatically using a card on file or by presenting a checkout.
Transactions hold information like:
- Who the customer is.
- Which items they're purchasing.
- Calculated totals for the customer and items.
- Any payment attempts.
Details
Transactions handle all parts of revenue calculation, including complex proration operations, localized pricing, and tax calculations.
Paddle returns calculated totals for a transaction in the details
object. Details are the single source for totals on a transaction. Ultimately, they're used for collecting payment from a customer and revenue recognition.
Payments
Though the terms "transaction" and "payment" are sometimes used interchangeably, they're distinct entities in Paddle:
- Transactions calculate and captures revenue, ready for payment
- Payments are attempts to collect for the amount against a transaction — both online and offline
Transactions may have more than one payment against them. For example, customers paying for larger value deals by invoice might make multiple payments, and automatically collected payments might fail.
Previews
For pricing pages and other screens that let customers preview changes to their subscription, you can preview a transaction rather than creating it.
When previewing a transaction, you don't need to send the same information as you would if you were creating it.