#bwurtz999

1 messages · Page 1 of 1 (latest)

proven plazaBOT
cursive wyvern
#

Hi there

slow seal
#

Hello

cursive wyvern
#

Hmm that PaymentIntent looks like it was created but never confirmed. Which would make sense if the Reader is not able to Connect

#

What type of Reader is it?

slow seal
#

Verifone P400

#

803-694-719

#

I'm using the JS integration. It's been working for months and started getting this error this morning

worldly island
#

Hello! I'm taking over and catching up...

#

Can you provide more details about the error you're getting? Do you have a full stack trace or additional details from the error object?

slow seal
#

That's just it... the logs don't show any errors

#

But the reader screen says 'Card Error'

#

And it won't accept any cards

worldly island
#

You said:

I am getting an error that says Could Not Connect to Stripe.

#

Where are you seeing that error?

slow seal
#

Oh... that's what my app displays on the front end

#

I'm trying to find if that is coming direct from Stripe or if I generate that

#

But the card reader itself is saying 'Card Error'

worldly island
#

What I'm looking for are the underlying error details behind that message.

slow seal
#

Yes

#

One sec

worldly island
#

To clarify, you're using this same code/integration with other readers and it's working fine? And it was working fine with this reader recently as well?

slow seal
#

Yes and yes

worldly island
#

Have you tried power cycling the reader?

slow seal
#

No not yet, they were in the middle of a rush at the time

#

You're not seeing any issues with the reader on your end?

#

I can see through the dashboard that it's online

worldly island
#

I'm looking at the logs now.

#

It seems like just before the error your code calls cancelCollectPaymentMethod but that returns a different error because there's nothing to cancel.

#

Then processPayment returns the connection error.

#

It could be that the reader and/or your integration are in an unexpected state. Can you try restarting them and see if the issue persists?

slow seal
#

Will do

proven plazaBOT
worldly island
#

Did restarting have any effect?

slow seal
#

I'm not onsite and my manager hasn't gotten back to me

worldly island
#

Ah, gotcha.

slow seal
#

Wait she just did

#

It's good now

#

I feel silly I didn't have her do that initially

worldly island
#

Okay, that's good.

#

No worries!

slow seal
#

It always works haha

worldly island
#

One thing you might want to consider is adding additional logging for errors, especially for the processPayment and cancelCollectPaymentMethod calls. It's hard to say for sure what might have caused it, but having additional logging in place if there's a next time will help. It would be especially interesting to see what the underlying detail for the connection error was, for example.

#

Or why you were trying to cancel when the reader was saying there was nothing to cancel.

slow seal
#

Got it thank you

#

Yes I should definitely add that

worldly island
#

Happy to help! Anything else I can do to assist?

slow seal
#

No that's it

#

Thank you!