#udzhin_dev

1 messages · Page 1 of 1 (latest)

covert fractalBOT
solemn bane
#

Hi 👋

Can you describe in words how you are using Stripe and integrating Apple Pay?

stable bough
#

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

solemn bane
#

How are you creating the Payment Method in Stripe?

stable bough
#

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

solemn bane
#

I'm sorry I'm really confused. How is Stripe invovled here at all?

stable bough
#

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.

solemn bane
#

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

stable bough
#

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?

solemn bane
#

You cannot do this. You need to create a Payment Method in Stripe using the decrypted information in the Google token