Sign in

Update billing info

documented

Update or replace billing information for an account.

POST /sites/{site_id}/accounts/{account_id}/billing_infoAccountsno 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://v3.recurly.com/sites/{{$site_id}}/accounts/{{$account_id}}/billing_info" \
  -X POST \
  -u "{{RECURLY_API_KEY}}:" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -d '{"billing_info": {"token_id": "{{$token_id}}"}, "gateway_code": "{{$gateway_code}}"}'
Update billing info · Recurly · OpenIntegrations