#sagar051192
1 messages · Page 1 of 1 (latest)
What exactly are you tryig to do? You mention subscriptions but then ask about payment_intent.succeeded events.
I am informing that for one-time payment we are using payment intent but not sure what to use for subscription
You'd create a subscription and then use the mobile SDK to confirm the payment intent of the first invoice, as shown here but using the mobile payment element:
https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements#collect-payment
I have selected Product price as "Customer chooses" so it will allow customer to add custom price.?
What do you mean? Can you say more about this?
I mean to create subscription we need to attach product with subscription right? So i have create product on stripe dashboard with price option "Customer chooses" so it will allow mobile app users to add price manually?
Payment intent id will be same for all future payment connected to subscription or it will be different?
Hello 👋
Taking over as synthrider needs to step away soon
I mean to create subscription we need to attach product with subscription right? So i have create product on stripe dashboard with price option "Customer chooses" so it will allow mobile app users to add price manually?
I don't think "customer chooses" price/products are supported natively by PaymentSheet on mobile.
AFAIK, only Stripe checkout supports it
Payment intent id will be same for all future payment connected to subscription or it will be different?
For each renewal, a new invoice is generated. Hence, the PaymentIntent ID for each one would be different
Also "customer chooses" price model only supports one-time payments
not recurring
We have mobile app and web app both the platform. We need customer to choos custom amount for recurring. Please suggest how to fulfill these requirement
That's not something Subscriptions API can support.
If you need your customer to choose the custom amount then you can have them input the amount on your app, then create a new recurring price/product before creating the subscription.
That means for each subscription there will be a new product right?
Yes
Same thing for web apps as well?
Yes
I can create one single product and and attached multiple price to the same product as well right?
Okay, let me do a few tests. Please don't archive this chat. Old chat history will help in the future
threads are automatically closed after a while.
You can still find this thread using the thread URL
https://discord.com/channels/841573134531821608/1138470854792052797