#a2e_thiennguyen-06373

1 messages ¡ Page 1 of 1 (latest)

distant cargoBOT
#

👋 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.

winged sand
#

Hey team

#

Why I can not chat to the previous conversation??

steel fox
#

Hi there, thanks for waiting. Let me take a look

winged sand
#

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

steel fox
#

You can only stripe readers

winged sand
#

"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."

steel fox
#

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

distant cargoBOT
full anvil
#

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.

winged sand
#

One of their client have confirmed that they can implement it with Stripe

full anvil
winged sand
#

IDK, just heard this from their team.

#

So with the Stripe reader, how much does it cost for the device that support android ?

full anvil
winged sand
full anvil
#

the price of the device itself is $349. then you can pay extra to buy accessories like the hub/dock/case.

winged sand
full anvil
#

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.

winged sand
#

To save cost, I gues

winged sand
full anvil
#

I'm not sure I understand the question. can you clarify what you mean?

winged sand
#

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)

full anvil
#

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.

winged sand
#

😧

#

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?

full anvil
#

for online payments, you would use Payment Element or Checkout Session to collect the payment method details and process the payment with Stripe, yes.

winged sand
#

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??

full anvil
#

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.