0

I'm working on a project for a financial institution and they would like to add their debit/credit card to Google Wallet automatically, from within their own app.

I can't seem to locate the correct API for this. Any direction will be appreciated.

TIA!

iSofia
  • 1,412
  • 2
  • 19
  • 36
  • Does this answer your question? [How to add credit card to Google Pay from my app?](https://stackoverflow.com/questions/57257989/how-to-add-credit-card-to-google-pay-from-my-app) – IIRed-DeathII Feb 27 '23 at 16:00

1 Answers1

2

See my previous answer for How to add credit card to Google Pay from my app?

The name of the feature that you are after is called Android Push Provisioning API. You'll need to request access via: https://developers.google.com/pay/issuers/requesting-access?api=true

Soc
  • 7,425
  • 4
  • 13
  • 30