Billing
Create Extra Credit Pack Checkout
Creates a one-time Dodo Payments checkout session for an extra AI credit pack, on top of any subscription. Session-authenticated only; blocked for non-admins in production during the current rollout phase.
veriworkly-auth.session_token<token>
Internal session cookie for local development.
In: cookie
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/api/v1/billing/credits/checkout" \ -H "Content-Type: application/json" \ -d '{ "packKey": "credit_pack_250" }'{ "success": true, "message": "string", "data": { "url": "string" }}