#udzhin_dev
1 messages · Page 1 of 1 (latest)
Hi 👋
Can you describe in words how you are using Stripe and integrating Apple Pay?
I only use Stripe as a gateway and only for googlePay. I used Google documentation to integrate the gPay button into the site (example in the file), in response I get a token but the funds are still not debited
How are you creating the Payment Method in Stripe?
This is the point I am interested in, how do I need to contact Stripe to process the payment, I only have the code to create and display the gPay button on the site as stated in the GooglePay Web Integration documentation
I'm sorry I'm really confused. How is Stripe invovled here at all?
Let me ask the question a little differently, how do I create a transaction using googleToken? More specifically, how do I create an endpoint that will accept the token and make the payment?
I'm telling you again, I only need Stripe for the gateway.
You would need to use the Google Token to create a Payment Method in Stripe and then create the payment in Stripe
but you are making this much harder on yourself than I think is necessary
Here, I'd like to know how exactly do I create the payment in Stripe using the Google token
I just need to use my code as a basis
Where can I get an example payment?
You cannot do this. You need to create a Payment Method in Stripe using the decrypted information in the Google token