#Svatex-PaymentRequest
1 messages · Page 1 of 1 (latest)
Hello, which guide are you following? According to our guide here: https://stripe.com/docs/stripe-js/elements/payment-request-button#html-js-complete-payment, you can observe the Payment status from confirmCardPayment method
yep to be clear the PaymentRequest button does not process a payment. It just gives you a payment token representing what the user picked in the popup(in your case a Source object) and then you have to call the API separately to process the payment with it.
Oh I probably just completely overlooked it