#davi_d
1 messages · Page 1 of 1 (latest)
What do you mean by creating a subscription w/o collecting payment details - you can definitely create a Subscription first so that it's in an incomplete status and collect the paymetn details after that using the generated PaymentIntent
yeah so this is definitely a bit of a funky flow
so basically we want to allow users to gift subscriptions to other users
the "gift cards" are literally just a unique stripe coupon/promo_code
so ideally, we could just call the subscriptions API from the backend when someone redeems the code
and it would just start a subscription with a price of $0
for X months
and then after it would generate a payable invoice
If the Subscription has an initial price of $0 then you don't need to be collecting payment details up front I believe
what if had an inital price of lets say $10, but then after a coupon is applied it had a cost of $0
How much later is the coupon going to be applied?