Sign in

Edit automatic reload settings

documented

Update automatic reload settings.

POST /v1/public/billing/settings/editBillingno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl \"https://api.octopush.com/v1/public/billing/settings/edit\" \\
  -X POST \\
  -H \"Content-Type: application/json\" \\
  -H \"Accept: application/json\" \\
  -H \"cache-control: no-cache\" \\
  -H \"api-login: {{OCTOPUSH_API_LOGIN}}\" \\
  -H \"api-key: {{OCTOPUSH_API_KEY}}\" \\
  -d '{"billing_settings": {"auto_topup": "{{$auto_topup}}", "topup_threshold": "{{$topup_threshold}}", "currency": "{{$currency}}", "payment_method": {"type": "{{$payment_type}}", "details": {"card_last4": "{{$card_last4}}"}}}}'
Edit automatic reload settings · Octopush · OpenIntegrations