#sushma_api
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/1243556733599744010
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Is this a new integration or an existing one that broke?
We need some help in sorting the issue out. We have already tried multiple times but we only get timed out error. Thats what we see in our Stripe account.
Its a new integration
Is it possible for you to join in a call with me who is a developer and our client who is having the reader with him.
No we don't do calls in here
What guide are you following and what reader do you have?
Reader -
BBPOS WISEPOS_E
we got some response from stripe support that its rare case and try it out again. But we have already tried for many days and we get the same error.
We also checked the network and it seems to be fine.
Can you share more info about the error? When do you get the error? What is it? Can you share some logs? I don't have enough to help right now
$stripe = new \Stripe\StripeClient(env('LIVE_STRIPE_SECRET'));
$intent = $stripe->paymentIntents->create([
'currency' => 'gbp',
'payment_method_types' => ['card_present'],
'capture_method' => 'manual',
'amount' => $amount * 100,
]);
$readerID = env('LIVE_Terminal_Reader_Id');
$det = $stripe->terminal->readers->processPaymentIntent(
$readerID,
['payment_intent' => $intent->id]
);
this is our code to which i believe should trigger to take payments on Reader
its just that piese of code we are firing to trigger action on Terminal thats what was there in the doc i referred.
@fair musk - did you find anything?
Yeah looks like the device is in a tampered state
You'll need to work with support to get a resolution or device replacement if necessary: https://support.stripe.com/contact
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
device is faulty you mean?
we already tried contacting stripe suppot and did not get back to us.
Yeah. We're not experts in how to resolve it. It may be that they can provide further steps to resolve, or you may need a replacement. When you reach out to support mention that you reached out here and we found that the device is tampered.
Thank you so much for finding this out for us.