POST
/control/v1/billing/topups

Query Parameters

nonce*string

Client-generated nonce to stabilize idempotency.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

amount_usd*string

Response Body

application/json

application/json

curl -X POST "https://example.com/control/v1/billing/topups?nonce=string" \  -H "Content-Type: application/json" \  -d '{    "amount_usd": "string"  }'
{
  "stripe_session_id": "string",
  "checkout_url": "string"
}
{
  "status_code": 400,
  "detail": "Bad Request",
  "extra": {}
}