Create a checkout session
Creates a new checkout session for a product. Returns a URL where you can redirect your customer to complete the payment. Checkout sessions expire after 24 hours.
Authorizations
Your API key. Public production API-key endpoints accept kyren_live_* keys. Staging credentials are environment-specific and must be used only with the staging environment for which Kyren issued them.
Body
The ID of the product to create a checkout for
URL to redirect the customer to after successful payment
URL to redirect the customer to if they cancel the payment
Pre-fill the customer's email on the checkout page
Pre-fill the customer's name on the checkout page
Optional per-checkout merchant display name shown on the hosted checkout page. Also accepted as display_merchant_name.
80Arbitrary key-value pairs attached to the checkout and resulting order