Search code examples
phpapicouponrecurly

How do I apply multiple coupons to an account in Recurly?


Recurly Create Subscription. It doesn’t seem like they allow multiple coupons to be allowed added to the account during creation, but am I wrong? Or is there another way to add a coupon to the account subscription?

I already have multiple coupons setting in Recurly turned on, I'm just not sure how to apply them. I'm also using the PHP library if that makes any difference.


Solution

  • I found out you can actually create subscription with multiple coupons at once. All you need to do is organize coupon codes into comma separated list.