Radicas Docs
API referenceGenerated

Event Pack Checkout

POST
/billing/event-pack-checkout

Buy a one-time event pack for the current billing period (hosted Checkout, mode=payment). Nothing is granted until the webhook confirms payment. EXEMPT from gating — a hard-capped tenant buys its way out from here.

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/billing/event-pack-checkout" \  -H "Content-Type: application/json" \  -d '{}'
{  "url": "string"}
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string",      "input": null,      "ctx": {}    }  ]}