#topu_62268
1 messages · Page 1 of 1 (latest)
this guide describes the process https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements
Here we need to create product and price first ?
that is Step 2 in the guide, yes
So for single purchase we don't need to add products just set prices and for subscription we need to add producs prices coupons on Stripe's end?
Subscriptions require the use of Price objects yes, single payments via a PaymentIntent don't have to
Another question. we have refund policy. Is there anything for this?
Example: 7 days refund
not sure what exactly you're asking or what "anything for this" means.
How can we perform refund option?