Quick Start Guide
Get your first checkout session running in under 5 minutes
API Reference & Live Testing
Explore the full API documentation and interactively test Checkout Session requests and responses.
Preview Checkout
Calculate pricing, taxes, and totals before creating a session.
Session Validity: Checkout sessions are valid for 24 hours by default. If you pass
confirm=true in your request, the session will only be valid for 15 minutes.Prerequisites
1
Dodo Payments Account
You’ll need an active Dodo Payments merchant account with API access.
2
API Credentials
Generate your API credentials from the Dodo Payments dashboard:
3
Products Setup
Create your products in the Dodo Payments dashboard before implementing checkout sessions.
Creating Your First Checkout Session
- Node.js SDK
- Python SDK
- REST API
API Response
All methods above return the same response structure:session_id is guaranteed to be present. Two cases return additional or fewer fields:
payment_method_idwas provided — the charge is processed immediately andcheckout_urlisnull. Use the returnedpayment_idinstead.confirm: truecreated the payment at session-creation time — the response also includespayment_id,client_secret, andpublishable_keyfor use with the Dodo Payments checkout SDK.
The generated
checkout_url is single-use and expires within 24 hours. Don’t cache or reuse it across customers or payment attempts — create a new checkout session whenever you need a fresh link.1
Get the checkout URL
Extract the
checkout_url from the API response.2
Redirect your customer
Direct your customer to the checkout URL to complete their purchase.
3
Handle the return
After payment, customers are redirected to your
return_url with query parameters including payment/subscription ID, status, customer email, and any license keys. See the return_url parameter docs for the full list.Request Body
Required Fields
Essential fields needed for every checkout session
Optional Fields
Additional configuration to customize your checkout experience
Required Fields
array
obbligatorio
Array of products to include in the checkout session. Each product must have a valid
product_id from your Dodo Payments dashboard.Optional Fields
Configure these fields to customize the checkout experience and add business logic to your payment flow.Customer Information
Customer Information
object
Customer information. You can either attach an existing customer using their ID or create a new customer record during checkout.
- Attach Existing Customer
- New Customer
Attach an existing customer to the checkout session using their ID.
object
Billing address information for accurate tax calculation, fraud prevention, and regulatory compliance.
When
confirm is set to true, all billing address fields become required for successful session creation.Payment Configuration
Payment Configuration
array
Control which payment methods are available to customers during checkout. This helps optimize for specific markets or business requirements.Opzioni comuni:
credit, debit, upi_collect, apple_pay, google_pay, amazon_pay, klarna, affirm, afterpay_clearpay, cashapp, ach, multibanco, bancontact_card, eps, ideal, blik, paypal. Questo non è l’elenco completo: consulta il riferimento API Create Checkout Session per tutti i valori accettati.Example:string
Override the default currency selection with a fixed billing currency. Uses ISO 4217 currency codes.Supported Currencies:
USD, EUR, GBP, CAD, AUD, INR, and moreExample: "USD" for US Dollars, "EUR" for EurosThis field is only effective when adaptive pricing is enabled. If adaptive pricing is disabled, the product’s default currency will be used.
boolean
predefinito:"false"
Display previously saved payment methods for returning customers, improving checkout speed and user experience.
Session Management
Session Management
string
URL to redirect customers after payment completion. Dodo Payments appends the following query parameters to your URL on redirect:
Example redirect URLs:
string
URL to redirect customers when they click the back button or cancel the checkout session. If not provided, the back button will not be displayed.
boolean
predefinito:"false"
If true, finalizes all session details immediately. API will throw an error if required data is missing.
array
Applica uno o più codici sconto cumulativi alla sessione di checkout. I codici vengono applicati nell’ordine dell’array (il primo codice riduce il prezzo iniziale, il secondo riduce il prezzo già scontato e così via), fino a un massimo di 20 codici per sessione. Quando Purchasing Power Parity è abilitato, il prezzo iniziale è l’importo adeguato al PPP, non il prezzo di base.
The singular
discount_code field below is deprecated but still fully supported — existing integrations continue to work without changes. It cannot be combined with discount_codes in the same request. Migrate to discount_codes when convenient to take advantage of stacking.string
deprecato
Deprecated — prefer
discount_codes for new integrations. This field still works for backward compatibility, but cannot be combined with discount_codes in the same request.object
Custom key-value pairs to store additional information about the session.
boolean
Override merchant default 3DS behaviour for this session.
boolean
predefinito:"false"
Enable minimal address collection mode. When enabled, the checkout only collects:
- Country: Always required for tax determination
- ZIP/Postal code: Only in regions where it’s necessary for sales tax, VAT, or GST calculation
string
A saved payment method belonging to the attached customer. Requires
confirm: true and an existing customer.customer_id. When set, the charge is processed immediately and checkout_url is returned as null — use the returned payment_id instead.boolean
predefinito:"false"
If true, returns a shortened checkout URL instead of the full session URL.
string
Product collection ID for the collection-based checkout flow.
string
Tax ID for the customer (for example, a VAT number). Requires
billing_address with a country.string
Optional business or legal name associated with the tax ID. When provided together with a valid
tax_id, it is rendered on the invoice instead of the customer’s personal name.integer
Override the merchant-level mandate floor (in INR paise) for INR e-mandates on Indian cards.
UI Customization & Features
UI Customization & Features
Custom Fields
Custom Fields
array
Collect additional information from customers during checkout with custom form fields. You can define up to 5 custom fields per checkout session. Customer responses are included in webhook payloads and available via the API.
Customer responses to custom fields are included in:
- Webhooks:
payment.succeeded,subscription.active, and other relevant event payloads contain thecustom_field_responsesarray - API responses: Payment and subscription objects include
custom_field_responses
Subscription Configuration
Subscription Configuration
object
Additional configuration for checkout sessions containing subscription products.
Usage Examples
Here are 10 comprehensive examples showcasing different checkout session configurations for various business scenarios:1. Simple Single Product Checkout
2. Multi-Product Cart
3. Subscription with Trial Period
4. Pre-confirmed Checkout
When
confirm is set to true, the customer will be taken directly to the checkout page, bypassing any confirmation steps.5. Checkout with Currency Override
The
billing_currency override only takes effect when adaptive currency is enabled in your account settings. If adaptive currency is disabled, this parameter will have no effect.6. Saved Payment Methods for Returning Customers
7. B2B Checkout with Tax ID Collection
8. Dark Theme Checkout with Stacked Discount Codes
9. Regional Payment Methods (UPI for India)
For detailed information about UPI configuration and testing, see the India Payment Methods page.10. BNPL (Buy Now Pay Later) Checkout
For detailed information about BNPL configuration and testing, see the Buy Now Pay Later (BNPL) page.11. Using Existing Payment Methods for Instant Checkout
Use a customer’s saved payment method to create a checkout session that processes immediately, skipping payment method collection:The payment method must belong to the customer and be compatible with the payment currency. This enables one-click purchases for returning customers.
12. Short Links for Cleaner Payment URLs
Generate shortened, shareable payment links with custom slugs:13. Skip Payment Success Page with Immediate Redirect
Redirect customers immediately after payment completion, bypassing the default success page:When
redirect_immediately is enabled, customers are redirected to your return_url immediately after payment completion, skipping the default success page entirely.14. Forcing a Language
Force the checkout to display in a specific language, overriding the customer’s browser language detection:ar), Catalan (ca), Chinese (zh), Dutch (nl), English (en), French (fr), German (de), Hebrew (he), Indonesian (id), Italian (it), Japanese (ja), Korean (ko), Malay (ms), Polish (pl), Portuguese (pt), Romanian (ro), Russian (ru), Spanish (es), Swedish (sv), Thai (th), Turkish (tr)
15. Collecting Custom Fields
Collect additional information from customers during checkout using custom fields:Custom field responses are automatically included in webhook payloads (
payment.succeeded, subscription.active, etc.) and can be retrieved via the API. Use them to enrich your CRM, trigger onboarding flows, or customize the customer experience.text, number, email, url, date, dropdown, boolean
Previewing Checkout Sessions
Before creating a checkout session, you can preview the pricing breakdown including taxes, discounts, and totals. This is useful for displaying accurate pricing to customers before they proceed to checkout.Il valore
current_breakup.subtotal visualizzato in anteprima riflette già Purchasing Power Parity e Charm Pricing, quando applicabili al prodotto.Quando il carrello contiene un prodotto in abbonamento, la risposta di anteprima restituisce anche un
next_billing_date — un’anteprima della prossima data di fatturazione, che puoi mostrare prima della creazione dell’abbonamento. Viene calcolata rispetto al momento attuale: now + trial period quando si applica un periodo di prova, altrimenti now + one payment frequency. Il campo viene omesso per i carrelli contenenti esclusivamente acquisti una tantum. Si tratta di una stima basata sull’orario dell’anteprima; il valore autorevole next_billing_date viene impostato quando l’abbonamento si attiva.L’anteprima restituisce anche
trial_period_days (la durata effettiva del periodo di prova, gratuito o a pagamento) e trial_amount (il costo di prova per unità dopo gli sconti, espresso nelle unità minime della valuta del prezzo). trial_amount è presente solo per un paid trial ed è null per un periodo di prova gratuito o in assenza di un periodo di prova. Usa current_breakup per il totale con imposte effettivamente dovuto oggi.- Node.js SDK
- Python SDK
Preview API Reference
Consulta la documentazione completa dell’endpoint di anteprima.
Passaggio da Dynamic Links a Checkout Sessions
Differenze principali
In precedenza, quando creavi un link di pagamento con Dynamic Links, dovevi fornire l’indirizzo di fatturazione completo del cliente. Con Checkout Sessions, non è più necessario. Puoi semplicemente trasmettere le informazioni di cui disponi e penseremo noi al resto. Ad esempio:- Se conosci solo il Paese di fatturazione del cliente, fornisci semplicemente quello.
- Il flusso di checkout raccoglierà automaticamente i dati mancanti prima di portare il cliente alla pagina di pagamento.
- Se invece disponi già di tutte le informazioni richieste e vuoi passare direttamente alla pagina di pagamento, puoi trasmettere l’intero set di dati e includere
confirm=truenel corpo della richiesta.
Processo di migrazione
La migrazione da Dynamic Links a Checkout Sessions è semplice:1
Update your integration
Aggiorna la tua integrazione per utilizzare il nuovo metodo API o SDK.
2
Adjust request payload
Modifica il payload della richiesta secondo il formato di Checkout Sessions.
3
That's it!
Sì. Non sono necessarie ulteriori operazioni o procedure speciali di migrazione da parte tua.
Riferimenti API correlati
Create Checkout Session
Riferimento API completo per la creazione di sessioni di checkout con tutti i parametri e le opzioni disponibili
Preview Checkout Session
Riferimento API per visualizzare in anteprima prezzi, imposte e totali prima di creare una sessione