#rhys_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1492087564331384887
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐ Hi there!
No, I believe MOTO can be enabled without a physical reader. Let me find the relevant information
I got anecdotal indications that this was the case, but the only documentation i could find was around teminals which lists supported devices s
Yeah. Not sure why this page isn't easier to find: https://docs.stripe.com/payments/payment-intents/moto
But basically it comes down to PCI compliance and what sort of integration you have
If you're using the mobile payment elements for example, that should be fine, but MOTO is a feature that has to be explicitly enabled for your account by talking to Support
That's great. We hav a platform account and linked connected accounts for each of our users, does that mean we would need to do extra compliance checks as the platform, or would it be down to each connected user. Also does the enablement come at platform or connected account level, we use destination charges
I believe it would be up to you as the platform providing the PCI-compliant integration, and it should be sufficient to have it enabled on the platorm level if you're making destination charges (without on_behalf_of)
Think we only use on_behalf_of for tap to pay so this would be ideal. I guess if i am using the @stripe/stripe-react-native (reacct native) and @stripe/react-stripe-js + @stripe/stripe-js (webapp) then we are likely to pass PCI checks?
or are there extra checks
and thank you for your time this is very helpful, appreciate it
Yeah, if you're entering card details via Stripe components, that should generally be fine. But the Support team will be able to give the exact guidance, if you let them know what you're doing: https://support.stripe.com/contact
that's great, i'll get the barebones of the integration in so can record a video for context. Thank you so much for the assistance