Recharge Apply Subscription to Address
Applies a discount to a Recharge address, so it carries over to the subscriptions billed to that address. Use it in retention or goodwill flows to give a subscriber a recurring discount.
What it does
- Applies the given discount to the specified Recharge address.
- Returns the updated address with the discount applied.
- Reports whether the discount was applied through the
Successflag.
Inputs
| Name | Type | Description |
|---|---|---|
| Access Token | String (sensitive) | Recharge access token |
| Address Id | String | The id of the Address |
| DiscountID | String | Discount ID (Not Discount Code) |
Outputs
| Name | Type | Description |
|---|---|---|
| Success | Boolean | Whether the discount was applied successfully or not |
| Updated Address | Object | The updated address (with discount applied) |
Notes
DiscountIDis the Recharge discount ID, not the discount code shown to customers.- The discount is applied at the address level, so it affects the subscriptions billed to that address.