Open Migge opened 6 years ago
If the correct one to choose is Gateway and gateway is shopify
or stripe
or whatever, then what should the gatewayMerchantId
be? Is that the Google Pay public key retrieved from Shopify?
Sorry, we are in the middle of updating the docs with the GPay integration section.
Here is what you need:
gateway
- shopify
gatewayMerchantId
- YOUR SHOP ID
Additionally you have to follow the submission process in order to get prod access to GPay from Google https://developers.google.com/pay/api/android/guides/test-and-deploy/integration-checklist
Thanks @sav007 , will give it a shot and will get back to you if I encounter any other issues :+1:
Hi @sav007 , just one more quick question. I realized that I don't have the shop ID (only the API key) and I don't have access to my client's account, so I need to give him instructions on how to get the shop ID for me. What's the easiest way for him to get his shop ID?
Sorry, we are in the middle of updating the docs with the GPay integration section
@sav007 Any ETA on that?
Sorry, we are in the middle of updating the docs with the GPay integration section.
Here is what you need:
gateway
-shopify
gatewayMerchantId
-YOUR SHOP ID
Additionally you have to follow the submission process in order to get prod access to GPay from Google https://developers.google.com/pay/api/android/guides/test-and-deploy/integration-checklist
@sav007 any eta?
I am trying to integrate google pay in my android app. I want to integrate google pay without any payment gateway in between (DIRECT method).
I found DIRECT method integration code on official site. In that google asks for protocolVersion and publicKey as parameter and below i found that i can get my public key in my Google Pay Developer Profile. I searched for Google Pay Developer account but unable to found public key Anyone can help me to get public key for google pay DIRECT integration?
Hi @sav007 , has there been any progress on this?
In the README, you leave out the setup needed for Google Pay, which makes sense for the most part. One can follow Google's own instructions.
However, in step 2 in Google's tutorial: https://developers.google.com/pay/api/android/guides/tutorial#tokenization , it says that you should choose which payment method you want to use. Either Direct or Gateway.
What should one choose? I'm not too familiar with all the terminology. On the one hand, Shopify Payments is a gateway I suppose, but it's not in the list of the supported gateways. But Stripe is, and Shopify Payments is powered by Stripe if I understand it correctly.
Or should one choose the "Direct" method and provide the Google Pay public key one got from Shopify?