#Muthu-payment-request-button
1 messages · Page 1 of 1 (latest)
What kind of integration are you looking to build?
What were part of Stripe.js were you stuck with?
with stripe js i have done card payment but no idea about googelpay and apple pay
Got it. If you're using Stripe.js/Elements then you'll need to implement the Payment Request Button: https://stripe.com/docs/stripe-js/elements/payment-request-button
Alternatively you could use Payment Element which includes Apple/Google Pay out of the box: https://stripe.com/docs/payments/payment-element
any Sample along with Angular
We don't have any 'official' Angular examples, however there's an awesome third-party library that we support: https://github.com/richnologies/ngx-stripe
Seems like that supports Payment Request Button!
Thank you i will check
But this samples are not having Apple pay and google pay concept
Which samples?
last one
It has support for the Payment Request Button, which will enable Google/Apple Pay for you via Stripe.js: https://stripe.com/docs/stripe-js/elements/payment-request-button
Thank you. I will check and comeback
Sure!