Recharge Update Subscription Frequency
Updates the frequency of a subscription.
Per the official docs, it will update these three fields at the same time: charge_interval_frequency, order_interval_frequency, order_interval_unit
Uses this endpoint: https://developer.rechargepayments.com/2021-11/subscriptions/subscriptions_update
Inputs
| Input | Type | Description |
|---|---|---|
| Recharge Access Token | SensitiveString | Recharge Access/API Token that allows us to make calls to the api. |
| Subscription Id | String | The id of the subscription |
| New Frequency | String | The new quantity wanted in the subscription |
| Frequency Unit | Optional String | The unit of the new frequency (day, week, month). If empty, will take the unit currently used by the subscription |
Outputs
| Output | Type | Description |
|---|---|---|
| Success | Boolean | Whether the subscription was updated. |
| Updated Subscription | Object | The updated subscription (with new frequency). |
Updated over 1 year ago
