#rodrigodietze_26827

1 messages · Page 1 of 1 (latest)

craggy birchBOT
fiery obsidian
#

I've never heard of proximity. Can you link to what that is?

quasi comet
#

I have my own NFC credit card reader. It reads a TAG ID (i.e a random long hexadecimal number) and I need to use that to accept payments. Just like regular POS terminals.

#

You just hold your credit card close to the terminal and it reads your credit card NFC TAG ID

#

With that, it can accept payments. I need the same, but instead of using a regular POS terminal. My dispensers are the POS terminal. They can read NFC tags from credit cards and possibly use it through some sort of api.

fiery obsidian
#

If you want to implement that with Stripe, you would have to use one of our products. There's no way to implement your own system for that and also use Stripe unfortunately.

Here are the docs on using Tap to Pay on a mobile device with NFC capabilities: https://stripe.com/docs/terminal/payments/setup-reader/tap-to-pay

Accept contactless payments on a compatible iPhone or Android device with the Stripe Terminal SDK.

quasi comet
#

Thank you!