#ParkerDB

1 messages · Page 1 of 1 (latest)

charred cypressBOT
simple mica
#

Howdy partner

#

How can I help?

odd crown
#

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

simple mica
#

I don't recall, let me check.

odd crown
#

It seems like it is possible, but maybe I am missing something in the docs to configure it correctly

simple mica
#

I'm pretty sure it is supported, yes.

#

Which SDK are you using?

#

Both iOS and Android?

odd crown
#

React Native SDK

simple mica
#

Ah okay let me look

odd crown
#

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."}

simple mica
#

Ah yeah there we go

#

Yep need to remove interac to do this

#

I thought you could still do this with non-interac 🤔

odd crown
#

What is interac?

simple mica
#

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

odd crown
#

Gotcha, thanks for the confirmation