#Amrux-PRB-server-confirmation

1 messages ยท Page 1 of 1 (latest)

bright ocean
#

Hi ๐Ÿ‘‹ it's not possible to leverage server-side confirmation with the Payment Request Button.

velvet light
bright ocean
#

Hm, I don't think it is possible but would need to take some time to double check that.

velvet light
#

Okay that's fine, please can you update me if you find any further information on this.

alpine heron
#

Hello

#

I haven't found a guide that shows you exactly how to do it, but I'll look around a bit more

velvet light
#

Thanks for forwarding that on! That's reassuring if there is a mechanism to do it though.

alpine heron
#

Ok so I'm about to share some resources. It will be possible by kind of combining instructions from 2 of our guides

#

You can use our payment request button guide here and do through step 5: https://stripe.com/docs/stripe-js/elements/payment-request-button#html-js-complete-payment. Within step 5, once you get to "paymentRequest.on('paymentmethod', function(ev)", you can take the payment method id and use it to complete the manual confirmation flow guide from step 3 through the end: https://stripe.com/docs/payments/accept-a-payment-synchronously#web-send-to-server.

Collect payment and address information from customers who use Apple Pay, Google Pay, and browser-saved cards with Payment Request APIs such as Microsoft Pay on Edge.

Learn how to confirm a payment on your server and handle card authentication requests.