Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add credit card to Google Pay from my app?

I'm developing mobile banking app and obviously it manages our bank credit cards. So now I need to implement "Add this card to Google Pay" button in my app but how to do Google Pay API request for this? I am unable to find any related docs. The only one question here on SO has answer which states that our bank should comply to PCI DSS and its done of course. And there are a bunch of docs (including Google official) on how to add any credit card to Google Pay manually, using Google Pay app. But I need to do it automatically within my app. I realize that our bank has to has some special agreement with Google and AFAIK our bank has it. Is there any technical documentation on how to implement such feature?

like image 828
Stan Avatar asked Jul 29 '19 16:07

Stan


People also ask

Can you use a credit card on the Google pay app?

You can use a credit or debit card added in Google Pay for the following types of transactions: Tap & Pay at NFC enabled payment terminals. Bharat QR code based Payments at online & offline merchants. Bill payments and Recharges on Google Pay.

How do I add a credit card to my Google account on my phone?

On your Android phone, open the Google Pay app . Wallet. Swipe left or right to the card you want to use. Tap the card you want to use as your default contactless payment method.


1 Answers

This feature is currently only available to card issuers and requires additional access. Access to relevant documents on the Android Push Provisioning API can be requested on the page or by following these instructions: https://developers.google.com/pay/issuers/requesting-access?api=true

like image 107
Soc Avatar answered Oct 06 '22 11:10

Soc