#j_terminal-phone

1 messages · Page 1 of 1 (latest)

queen spearBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1260651753519583346

📝 Have more to share? Add details, code, screenshots, videos, etc. below.

slim jolt
#

j_terminal-phone

burnt cloud
#

Hi, sorry to bother

#

So there is a option that the user can just reach the credit card to their phone and get charged?

#

Just confirming

slim jolt
#

they can if you as the developer build that exact integration I shared the docs for

burnt cloud
#

other question, i provide services of payments to restaurants, but there is a lot of resistance of the users to fill the credit card form, the people are very lazy. So there is a easiest way to fill? like open camera and auto scan?

slim jolt
#

There are dozens of ways to integrate Stripe and accept payments in your systems. It really depends what you are trying to do. Are you talking about online payments like Doordash? Or in person payments at the restaurant?

burnt cloud
#

In person, I want to point the direction of my question to the form of credit card payments. Many people are very lazy to fill out credit card forms. For instance, PayPal has a feature that allows users to open their phone camera and scan their credit card. Does Stripe have something like that?

slim jolt
#

No one should ever fill out a credit card form in person. You have the physical card so you accept payments on a reader like when you pay any restaurant or supermarket.

#

You asked how to do this on a phone so I shared the docs above already. The restaurant owner can have an iphone or Android device and accept payments directly on the device.
The customer doesn't enter anything, they just "tap" their card on the phone

#

If you don't want a phone and instead prefer to use a physical reader like most stores we also support this, see https://docs.stripe.com/terminal as we have many options

burnt cloud
#

I know, but tap to pay is not available on MExico

slim jolt
#

you never mentioned Mexico

#

so really you shouldn't use Stripe in Mexico for in-person payments, we don't support it in that country yet

burnt cloud
#

So, i need to go ask another option
Let me explain you.

Users scan qr code and they can pay the bill of the restaurant, the way they pay is using stripe.

To pay they fill the credit card form, and they pay. My problem is that the users "doesnt have time" to pay since they are lazy to fill the credit card form.

Thats why Im asking that question. There is any way I can provide some scan feature like paypal does?

slim jolt
#

It's a bad idea, that becomes an online payment and you aren't protected against Disputes and fraud the same way. I really wouldn't recommend doing that.

burnt cloud
#

I dont understand why you wouldnt recommended since a lot of platforms worldwide do it this way. I would appreciate more feedback about that.

About scanning, im using PaymentElement
import { PaymentElement, useElements, useStripe } from '@stripe/react-stripe-js'

Then the form appears automatically, also if they want to pay on apple pay it appears. [Attached image].

There is any way it appears the scan card feature on here?

slim jolt
#

This is a web integration in a browser. That won't work. You have to use our Mobile SDK

burnt cloud
#

😖

slim jolt
#

I already explained above

It's a bad idea, that becomes an online payment and you aren't protected against Disputes and fraud the same way. I really wouldn't recommend doing that.

#

It's up to you though ¯_(ツ)_/¯

burnt cloud
#

Why i am not protected.

slim jolt
#

because it's not an in person payment with a physical card, it comes with different rules and protections and pricing. I'd recommend contacting our support team if you need more help with this: https://support.stripe.com/contact
I focus on helping developers with their code and can't speak much to this

burnt cloud
#

Thanks @slim jolt