Skip to main content
POST
/
org
/
{org_id}
/
billing
/
topup
Initiate top-up
curl --request POST \
  --url https://v2-nova-api.prod.czmx.in/org/{org_id}/billing/topup \
  --header 'Content-Type: application/json' \
  --data '{
  "amount": 123
}'
{
  "redirect_url": "<string>"
}

Path Parameters

org_id
string
required

Organization ID

Body

application/json

Top-up details

amount
number
required

Response

OK

redirect_url
string