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 Success flag.

Inputs

NameTypeDescription
Access TokenString (sensitive)Recharge access token
Address IdStringThe id of the Address
DiscountIDStringDiscount ID (Not Discount Code)

Outputs

NameTypeDescription
SuccessBooleanWhether the discount was applied successfully or not
Updated AddressObjectThe updated address (with discount applied)

Notes

  • DiscountID is 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.

API reference