Skip to main content

Create a Stripe hosted checkout session for a given SKU, callable from tenant's external web application

POST 

/tnt/:tid/checkout/external

Creates a Stripe checkout session on behalf of a tenant app. The caller supplies a SKU, the purchasing user's wallet address, and success/cancel redirect URLs. Returns a checkout_id and a checkout_url to redirect the user to. After the user completes payment, poll ExternalCheckoutStatus for mint completion.

Request

Responses

Created