#josevarela
1 messages · Page 1 of 1 (latest)
Can you share what is not being successful? Do you mean you can't reuse the payment method ID and it threw an error, or the Checkout Session page didn't have the payment methods saved on the customer?
Thank you for assisting me 🙏
I am not receiving any errors.
I just want to be able to reuse a Credit Card that customer already have or ask for a new one if user does not have any.
Not sure if you have access to this but I made this request req_5adTF1MBsS5kvW and if you open the Checkout url you will see that is asking for a Credit Card, but if you check the customer, it already has a Credit Card attached
Thank you for sharing the request ID. Looking into it now
How can I reuse Payment Method on Stripe Checkout if exists or ask for it if does not, regardless the amount to be paid?
When you mention about re-using a payment method, are you going to re-use it on the Checkout Session page, or do you intend to use it directly with PaymentIntent API?
I intend to reuse it on Checkout Session page.
Since it will create a subscription, it also be used for recurring payments
If customer is set on the Checkout Session:
In subscription mode, the customer’s default payment method will be used if it’s a card, and otherwise the most recent card will be used. A valid billing address, billing name and billing email are required on the payment method for Checkout to prefill the customer’s card details.
Otherwise, it will not be possible to reuse a payment method on Checkout Session
Can you tell why billing details are required?
Our use case is very simple: we let our clients attach their credit cards via Portal and then we expected those could be used in Checkout Session 🤔
Depending on the countries and integrations, billing details might be required
Sorry @torn turtle did not find that information previously.
I will try to handle that.
Thank you for your support ❤️
No problem! Happy to help 😄