#a2e_thiennguyen-06373
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/1406896934706216990
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- a2e_thiennguyen-06373, 4 days ago, 35 messages
Hi there, thanks for waiting. Let me take a look
https://discord.com/channels/841573134531821608/1405121580593319959 I believed you've talked to another Stripe engineer in this thread, and it seems that you aren't using a terminal reader from stripe.
If you want to use Stripe to process terminal payments, you'll need to get a Stripe terminal reader. https://stripe.com/terminal/devices
From countertop to mobile devices, explore the many ways you can accept in-person payments with Stripe Terminal.
Can I use the other reader but provide the card payment detail ?
Card Number: "4242424242424242" (Tag 5A)
Expiry Date: "12/2025" (Tag 5F24)
Cryptogram: "A1B2C3D4E5F67890" (Tag 9F26)
Track 2 Data: PAN + Expiry + Service Code (Tag 57)
Transaction Data: Amount, currency, verification results
Like this
You can only stripe readers
"got it. if your reader is capable of returning the data required by Stripe API (card number, etc.), and if your business is PCI compliant, then you could create the PaymentMethod/PaymentIntent on Stripe's end with this information.
note that sending raw card numbers using the Stripe API is a feature that's not available by default. so let me know if you want to request access to it."
That's not the approach that I'd recommend. Getting PCI compliant is complicated and you'll need to spend lots of time and engergy on it.
If your primary objective is to accept in-person payments through terminal readers. You should just use Stripe terminal readers
hi! I'm taking over this thread.
agreed with what was said above: the simplest and recommended approach is to use a Terminal Reader if you want to accept in-person payments with Stripe.
We are currently using this one: https://www.ciontek.com/products/smart-pos/cm30.html
ticket validator, face recognition validator,card validator,bus card terminal, Unattended POS, Unattended android POS, kiosk pos, self-service POS
One of their client have confirmed that they can implement it with Stripe
what do you mean by "can implement it with Stripe"? as duscussed last time, it is not a supported reader since it is not in this list: https://stripe.com/terminal/devices
IDK, just heard this from their team.
So with the Stripe reader, how much does it cost for the device that support android ?
you can learn more about the prices on this page, and clicking on the device you are interested in: https://stripe.com/terminal/devices
I have a question here: https://stripe.com/terminal/s700
Stripe Reader S700 Hub: $39.00
Stripe Reader S700 Dock: $49.00
Stripe Reader S700 Case: $19.00
But the price is $349.
What added to make it $349 ??
From countertop to mobile devices, explore the many ways you can accept in-person payments with Stripe Terminal.
the price of the device itself is $349. then you can pay extra to buy accessories like the hub/dock/case.
is your goal to use Tap to Pay with the device you own? if so, the Ciontek brand is listed on the supported device for Tap to Pay: https://docs.stripe.com/terminal/payments/setup-reader/tap-to-pay?platform=android#device-types
I implemented the tap to pay to support the NFC card. but according to this requirement: https://govt.westlaw.com/calregs/Document/I95000D135A1E11EC8227000D3A7C4BC3?viewType=FullText&originationContext=documenttoc&transitionType=CategoryPageItem&contextData=(sc.Default)#:~:text=CCR § 2360.2-,§ 2360.2.,in California that require payment.
We must also support the the IC card with chip. So we have to find the way to support that
thanks for the clarification. I'm not familiar with this requirement, but the device you own (CM30) can't be used with Stripe Terminal.
so my recommendation would be to buy a supported Terminal reader directly.
To save cost, I gues
I want to understand this better: even if we provide the card payment details, does Stripe Terminal still require additional steps instead of handling it directly?
I'm not sure I understand the question. can you clarify what you mean?
Because I can see on some transaction using Stripe, user can input the card payment detail, and the rest can be handled by Stripe. So I thought that we can do the same for this (but the card infor we'll use another reader, provided by the ciontek team)
I'm sorry I still don't understand. what do you mean by "on some transaction using Stripe, user can input the card payment detail, and the rest can be handled by Stripe"? which transactions? and what is "the rest"?
flagging that the Discord channel will soon close for 3 hours, but feel free to come back to ask more questions if needed.
đ§
I thought you know it better
When purchase something on the internet, the asked for the card detail: Name, card number, cvv,...
Then the payment, or subscription can be handled by stripe, right?
for online payments, you would use Payment Element or Checkout Session to collect the payment method details and process the payment with Stripe, yes.
So we can't do the same with Stripe terminal?
So what the info that we need for Stripe termial to create the PaymentIntent/PaymentMethod??
So we can't do the same with Stripe terminal?
of couse! but you need a Stripe Terminal device to collect the payment information. Your device (CM30) wouldn't work.
unless, as mentioned in our previous conversation, your device allow you to get access to the raw card information (card numbers, expiration, etc). then, assuming your business is PCI compliant, you could send that information directly to Stripe. However that's not an option we would recommend.
is your business PCI compliant? https://stripe.com/guides/pci-compliance