Sign in

Patch subscription settings

documented

Partially update subscription settings.

PATCH /store_subscription_settings/{store_id}Storesno 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.foxycart.com/store_subscription_settings/{{$store_id}}" \
  -X PATCH \
  -H "FOXY-API-VERSION: 1" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/hal+json" \
  -d '{"automatically_charge_past_due_amount": {{$automatically_charge_past_due_amount}}, "clear_past_due_amounts_on_success": {{$clear_past_due_amounts_on_success}}, "past_due_amount_handling": "{{$past_due_amount_handling}}", "reset_nextdate_on_makeup_payment": {{$reset_nextdate_on_makeup_payment}}, "reattempt_schedule": "{{$reattempt_schedule}}", "reattempt_bypass_logic": "{{$reattempt_bypass_logic}}", "reattempt_bypass_strings": "{{$reattempt_bypass_strings}}", "expiring_soon_payment_reminder_schedule": "{{$expiring_soon_payment_reminder_schedule}}"}'