Appearance
Create top-up checkout (legacy)
POST
/api/v1/billing/paddle/topup-checkout
Legacy endpoint. Delegates to /billing/topup-checkout.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Request Body
application/json
JSON "packs": 0
{
}
Responses
Successful Response
application/json
JSON "checkout_url": "string", "transaction_id": "string", "client_token": "string"
{
}