I'm trying to implement my transaction flow with the Google Payments API (for various reasons), and Stripe is listed as one of Google's accepted payment processors
here.
Here, the API requires a gateway merchant ID, which is "
a unique merchant identifier provided by your gateway." The problem is that Stripe doesn't provide a merchant ID, or anything like this (I've been told by support). How is Stripe listed as a Google-supported processor if they don't provide a way to link my Google Payments account to my Stripe account? Has anyone here used Google Payments API via Stripe successfully?
Thanks in advance.