#ji_net
1 messages · Page 1 of 1 (latest)
👋 happy to help
ok so first things first
this is a SetupIntent so you're not technically collecting a payment but rather collecting a Payment Method
yes exactly
2- the SetupIntent seti_1OPQ9TDVTBweL1iF2YQPPfFO is already canceled
so you can really confirm it
you need to create a new one
Ok but I cannot figure out why it is canceled
Does canceling the subscription result in the automatic cancellation of the customer's SetupIntent ?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
The latest attempt to set up the payment method has failed because authentication failed.
it's not related to Subscription in this case since the SetupIntent was created independently
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
so we just need to update the SetupIntent of the customer
you need to create a new one
once a SetupIntent is used or canceled it can no longer be used
you need to create a new one
Ok thanks