#Manuuu
1 messages · Page 1 of 1 (latest)
I only want apple pay
i've done other integrations but I am unable to integrate apple pay
I've checked these links but i am not getting it. Is there any video by which I can get the tutorial?
Learn the front end steps for accepting a payment with Apple Pay from your customers using a custom form in HTML and JavaScript. You'll learn how to use the payment request button and how to use the confirmCardPayment method from Stripe.js to securely confirm a PaymentIntent client-side. This method handles 3D Secure and Secure Customer Authenti...
how can i integrate applepay with my laravel application is it possible in test mode?
Yeah it is
We don't have a guide specific to laravel, but you should just be able to use our php sdk
where it is sir?
The gudies I shared earlier let you toggle which language you're using too, so you can select php
can i access applepay without merchant id?
because i try my best to enroll in developer program but i am not able to get enrolled as an individual and i am getting this error unable to process this time and i don't know why it is happening because i just want to add it in to application so the user can purchase my product with another option and that will be apple pay
Yeah if you're doing this just on the web and not in a mobile app you shouldn't need merchant id
one last question if there is any project in which you guy's have implemented apple pay? Can i get the link i just want to see the working actually i am not getting it.
one last question if there is any project in which you guy's have implemented apple pay? Can i get the link i just want to see the working actually i am not getting it.
Let me look
Sure i'll wait
We have it for the payment request button: https://github.com/stripe-samples/accept-a-payment/blob/main/custom-payment-flow/client/html/apple-pay.js
We don't have a fully functioning laravel sample app if that's what you're looking for
You'll need to build it yourself, but if you follow the guides I linked you should be able to easily do this with our php sdk