#sagar051192

1 messages · Page 1 of 1 (latest)

fathom cipherBOT
spare ice
#

What exactly are you tryig to do? You mention subscriptions but then ask about payment_intent.succeeded events.

coarse tendon
#

I am informing that for one-time payment we are using payment intent but not sure what to use for subscription

spare ice
coarse tendon
#

I have selected Product price as "Customer chooses" so it will allow customer to add custom price.?

spare ice
#

What do you mean? Can you say more about this?

fathom cipherBOT
coarse tendon
#

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?

coarse tendon
white belfry
#

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

coarse tendon
white belfry
#

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.

coarse tendon
#

That means for each subscription there will be a new product right?

white belfry
#

Yes

coarse tendon
#

Same thing for web apps as well?

white belfry
#

Yes

coarse tendon
#

I can create one single product and and attached multiple price to the same product as well right?

white belfry
#

Yes

#

I'd recommend giving it a go in test mode

coarse tendon
#

Okay, let me do a few tests. Please don't archive this chat. Old chat history will help in the future

white belfry