#pavan-subs-and-pi

1 messages · Page 1 of 1 (latest)

hushed thorn
#

hey there, what would these payment intents be for and how do they relate to the subscription?

#

what are you trying do achieve?

reef cove
#

I am creating a subscription for customer to collect recurring payments using custom flow. Also i would like give customer an option to update card details or billing information later. Going through this https://stripe.com/docs/payments/save-and-reuse?platform=web for payment details update like card, billing address. Just wondering how to do it

Learn how to save card details and charge your customers later.

hushed thorn
#

if you're creating a stripe subscription, the payments are created for you automatically, so you would not create any payment intents at all

reef cove
#

How to update via custom flow ?

#

And also can you describe relation between PaymentIntent and Subscription.

hushed thorn
reef cove
#

Thanks @hushed thorn So now how to update card details in the middle of monthly/annual subscription without using customer portal ?

hushed thorn
#

what exactly do you want to update?

reef cove
#

card details

#

Ok i am confused with SetupIntent and PaymentIntent. SetupIntent will be used to update card details whenever required right ? We can create any number of setupIntents if card details needs to be updated.