Skip to main content

Create Hosted External Checkout

POST 

/tnt/:tid/checkout/external

Creates a Stripe-hosted checkout page 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. A tenant can embed this in a web application to enable a purchase flow.

Request

Responses

Created