#ParkerDB
1 messages · Page 1 of 1 (latest)
I have a question about the Stripe M2 payment terminal.
Does it accept Apple Pay and Google Pay? When i attempt to use either in testing, I dont receive an error but the setup intent or payment intent never succeed
I don't recall, let me check.
It seems like it is possible, but maybe I am missing something in the docs to configure it correctly
I'm pretty sure it is supported, yes.
Which SDK are you using?
Both iOS and Android?
React Native SDK
Ah okay let me look
Ah, got a better error message when confirming the setup intent
{"code": "StripeAPIError", "message": "Card Present and Interac Present SetupIntents can only be created with physical cards, not with mobile wallets."}
Ah yeah there we go
Yep need to remove interac to do this
I thought you could still do this with non-interac 🤔
What is interac?
Ah okay actually I'm wrong
SetupIntents don't work with wallets
Interac is a Canada-specific card network
That has special requirements
So yeah, you can only use physical cards here for tapping
Gotcha, thanks for the confirmation