Activate AlzaSubscription
subscription_activateConfirm subscription activation and start recurring payments by submitting the server-provided activation form with a one-time token. Requires explicit user consent after reviewing subscription terms.
Instructions
Activate AlzaSubscription by executing the server-provided activateAction form. High-impact: starts a paid, recurring subscription — use only with explicit user confirmation after showing the terms from subscription_overview. Requires a one-time token from prepare_mutation (action=subscription_activate). Optional values carries the payment/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 |