Re-trigger Organization Prepaid Recharge
$ nirvana organizations:billing recharge
POST/v1/organizations/{organization_id}/billing/recharge
Charge the card on file up to the recharge target now instead of waiting for the scheduled retry. Automatic-policy prepaid organizations only. Idempotency-Key header required.
Re-trigger Organization Prepaid Recharge
nirvana organizations:billing recharge \
--api-key 'My API Key' \
--organization-id organization_id \
--idempotency-key Idempotency-Key{
"daily_cost": "-69125",
"effective_balance": "-69125",
"monthly_cost": "-69125",
"recharge_threshold_days": "-69125",
"estimated_next_charge_at": "2025-01-01T00:00:00Z",
"runway_months": "-69125"
}Returns Examples
{
"daily_cost": "-69125",
"effective_balance": "-69125",
"monthly_cost": "-69125",
"recharge_threshold_days": "-69125",
"estimated_next_charge_at": "2025-01-01T00:00:00Z",
"runway_months": "-69125"
}