Recharge Skip a Charge
Skips a charge on the specified subscription ids.
Uses this endpoint: https://developer.rechargepayments.com/2021-11/charges/charge_skip
Inputs
Input | Type | Description |
---|---|---|
Recharge Access Token | SensitiveString | Recharge Access/API Token that allows us to make calls to the api. |
Charge Id | String | The id of the charge |
Subscription Ids List | String | List of subscriptions ids to skip |
Outputs
Output | Type | Description |
---|---|---|
Success | Boolean | Whether the discount was successfully applied. |
Updated Charge | Object | The updated charge (with skip applied). |
Updated 6 months ago