Update AlzaSubscription installment plan
subscription_update_installmentChange an Alza subscription's installment plan by submitting the server-provided update form with a one-time confirmation token, updating the payment schedule after explicit user consent.
Instructions
Change the AlzaSubscription installment plan by executing the server-provided updateInstallmentAction form. High-impact: changes the payment schedule of a paid subscription — use only with explicit user confirmation. Requires a one-time token from prepare_mutation (action=subscription_update_installment). Optional values carries the installment fields verbatim from the form response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | An AppAction object copied verbatim from a prior tool response (e.g. `profile`); it must contain form.meta.href. Never hand-craft URLs. | |
| values | No | Extra typed form values copied verbatim from the form response (payment/installment/consent fields). Omit if the form returned none. | |
| confirmation_token | Yes | One-time token from `prepare_mutation` prepared with the matching action. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| err | No | ||
| msg | No | ||
| data | No |