#nikolayfursov-google pay

1 messages · Page 1 of 1 (latest)

shut agate
#

Hi, I'm not really following, could you please explain what's your use case and what are you looking for?

lapis arrow
#

of course, out team trying to connect google pay for. When you create button, you have to pass to google gateway and gateway_merchant_id

shut agate
#

are you using Stripejs?

lapis arrow
#

nope, we create button by ourself

shut agate
#

you could use Stripejs to better handle payment buttons

lapis arrow
#

but, what if it's important for us to have our button? Is gateway_merchant_id private information?

shut agate
#

what if it's important for us to have our button
could you please elaborate?

lapis arrow
#

I mean if we wanna use only stripe backend API for now and do not use payment_request_button on out frontend

shut agate
#

I meant any reasons why you don't want to use StripeJs? I'm just curious to know what could be the use case

#

In all cases I'm trying to figure out how to get you the gateway_merchant_id in parallel

lapis arrow
#

We think it would be faster for us, to use only backend api for now

shut agate
#

fair enough, If you type Stripe in the page you sent me you will get all the info needed

#

so basically the only variable you should be worried about is your Stripe Public key pk_test_xxx for testing or pk_live_xxx for live

lapis arrow
#

oh, I see. I thought the gateway_merchant_id is required. But it seems like parameters differs for different gateways

#

Thank you a lot

shut agate
#

exactly depending on the processor