#castle-subscription-lowamount

1 messages ยท Page 1 of 1 (latest)

frail vergeBOT
still panther
#

castle-subscription-lowamount

#

PaymentIntents do have a minimum amount of $0.50 (or local currency equivalent). If you use Subscriptions, it's a bit different since you can totally have a 100% coupon and each Invoice would be for $0 and there would be no PaymentIntent in this case.

If you have a Subscription for say $0.30/month, what happens is that the first month we don't charge but instead track they owe you $0.30 and we add it to their next Invoice so next month they'd pay $0.60, etc.

arctic cypress
#

Thanks for the reply koopajah, we actually handle the subscriptions(creation and renewal) on our side and only use stripe to charge. So with that in mind then if we had a coupon that lowered them down to the point where their sub was $0.30 assuming keeping that detail would be up to us to handle?

still panther
#

yes

#

or switch to our product offering ๐Ÿ™‚

arctic cypress
#

Hah thanks, not up to me, but I appreciate it.

#

So for $0 purchases simply skip the Stripe::PaymentIntent call then.

still panther
#

yes

arctic cypress
#

And giving a user credit is only applicable to the user and not a per sub basis?

still panther
#

correct, and that credit only works if you use our Subscriptions product

arctic cypress
#

Oh thank you that's really helpful to know!

still panther
#

happy to help ๐Ÿ™‚