Capturing payment on the backend side #384
Unanswered
pawelpetruch
asked this question in
Q&A
Replies: 1 comment
-
|
Same question here. Need to get the PaymentMethod, create a PaymentIntent and capture later. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? (please describe)
I would like to capture the payment from a PaymentIntent on the backend side, whilst using PaymentSheet (for convenience).
How can I retrieve the selected PaymentMethod from the PaymentSheet?
Does GooglePay and ApplePay support confirming a PaymentIntent on the backend side?
Describe the solution you'd like
I'd like to be able to get the selected PaymentMethod from the PaymentSheet but not confirm it via confirmPaymentSheetPayment. Then, I could send this PaymentMethod to the backend where it would try to authorise this method, process some data and if the data has been processed successfully - charge the total amount.
Beta Was this translation helpful? Give feedback.
All reactions