#lola_cleo-customer-balance
1 messages · Page 1 of 1 (latest)
You'd use the customer balance: https://stripe.com/docs/billing/customer/balance
But there's no way to specify which subscriptions that should only apply to
ah ok thank you
Hi - could I create coupon and apply that to the subscription - could I effectively credit the subscription in this way?
Yeah, I guess a discount would simulate a 'credit'
Ok perfect - just to confirm- can I apply this coupon any time i.e not only when the subscription is originally created? And if I just want a credit to one invoice, I can do this by setting the Redemption limits to 1?
You can apply a coupon at any time, yep!
If you only want to apply the discount to one invoice (i.e. one billing cycle), then you want to use duration and duration_in_months: https://stripe.com/docs/api/coupons/create#create_coupon-duration
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ok thank you🙏🏼