Creates a new checkout session without creating a Payment Intent, intended for deferred payment intent flows. Uses the merchant's secret API key for authentication/authorization but does not persist it in checkout-api-go.
Recommended for new integrations: future features are only supported on v2. It currently supports pass-on fees.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Now supports automatic pass on fees!
This endpoint defers the creation of Payment Intent. The Payment Intent will be created during customer's payment on the Hosted Checkout page.
This is a breaking change from V1. Please update your implementation if you were previously using Payment Intent to keep track of payments. Please save the Checkout Session ID and use the checkout_session.payment.paid webhook moving forward.