Skip to main content
POST
Mint a checkout session

Authorizations

Authorization
string
header
required

Partner API key. Send as Authorization: Bearer sss_pk_....

Headers

Idempotency-Key
string

Optional. Retries carrying the same key replay the original response instead of acting twice. 8–255 characters; scope one key to one logical action.

Required string length: 8 - 255

Path Parameters

code
string
required

The order's public code from the create response.

Response

Checkout session minted.

checkoutUrl
string

The Stripe hosted-checkout URL to hand to the payer.

requestId
string

This request's id — quote it in support tickets.