mojaveri 77
mojaveri 77

Reputation: 1

How to use google pay on expo

I'm working on a project, which requires payment with google . expo project init on managed workflow and i have Priority plan on expo for EAS build ,

I'm used this link for integrate payment with expo

I did the initial setup according to the documentation . But I do not know how to use google pay in the expo application

Nowhere in this documentation about integrate with Google pay

Anyone have any information about this, please tell me in the answers section

Upvotes: 0

Views: 4688

Answers (1)

hmunoz
hmunoz

Reputation: 3341

You should refer to this section to use Google Pay: https://docs.expo.io/versions/latest/sdk/stripe/#google-pay.

To test it out, use your test mode API keys (both publishable and secret key), add a valid Google Pay card to your device and run with the steps above. It will create a test 4242 card (instead of your real card) and create a test mode only Charge.

Upvotes: 2

Related Questions