#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/1405121580593319959
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
HI
I am not sure if you have enough context for this so I am adding some more here.
We are try to integrate the payment transaction to our Kiosk device, model CM30.
hi there!
This one have IC card with chip slot. And our provider provides the SDK that can get the Hardware layer only
So I wonder if you could help us integrate this with Stripe payment
are you sure this reader is compatibale with Stripe? https://docs.stripe.com/terminal/payments/setup-reader
I don't know to be honest. The provider told us that we can get the SOFTPOS solution from Stripe to make it compatible
what's the full name and brand of that reader?
you can see the full list of supported Terminal hardware here: https://stripe.com/terminal/devices
and I don't see "CM30" mentioned there.
what is SOFTPOS?
Software Point of Sale
a technology that allows merchants to accept digital payments directly on the device
To accept in person payments with Stripe, you need to use one a compatible device (listed in the link above), or use Tap to Pay on mobile devices. You can see the list of compatible Android devices for Tap to Pay here: https://docs.stripe.com/terminal/payments/setup-reader/tap-to-pay?platform=android#device-types
Thanks
So when we have those infor, can we use Stripe :
- 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
We don't want to make the payment in the device but send them to the server
I'm sorry I don't understand. can you share more context on your setup, and what exactly you want to do?
We want to use stripe to create the payment method id from the device, and send it to the server to actually charge the payment or do the refund.
So I want to know what information that we need to get the payment method id from stripe
as discussed previously, your device is not compatible with Stripe. so I don't really follow your question.
Even if we have the card payment detail, we can not use Stripe?
you mean you want to send the raw card numbers directly to Stripe (so not using your device)?
Yes, in case the device is not supported with this L1 interface, we can purchase the L2 which can provide the raw card numbers directly if we can do it this way
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.
I want to confirm that it's possible before we consider upgrade to L2
I can request access to enable raw card numbers on your account. you'll receive an email in the coming days about this. and if your account is eligible to that feature, then it means it will work.
note that it might be simpler to directly buy a Stripe Terminal device: https://stripe.com/terminal/devices
please let me know if you want to request access to sending raw card numbers or not.