Invoice Issue with saved cards #542
Unanswered
PrinzKenny1
asked this question in
Q&A
Replies: 1 comment 5 replies
-
I am not sure if I understand you because the paymentsheet provides the payment options and you can choose the method you like based on what is specified on the payment intent. Requirement is that the paymentsheet allows the payment method (for example Ideal is supported) |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
let's say I have a customer with a Visa Card and it's his default one. If he now creates an invoice and I get the PaymentIntent from it I can use the client secret, but the presentPaymentSheet Method will not work, because the PaymentIntent is in the requires_confirmation state, because the Visa Card automatically gets added as payment option.
Now my question: Is it possible to a) don't allow to automatically set it as payment option or b) make it possible that I can change the payment option with the presentPaymentSheet Method?
Or ist this Method only for PaymentIntent?
Greetings,
Calvin
Beta Was this translation helpful? Give feedback.
All reactions