#juan_givestar
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. 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.
- juan_givestar, 2 hours ago, 42 messages
Can you elaborate?
I've opened a thread early on today, asking for an issue with terminal SDK regarding speciic error whne using Tap to Pay
and the resolution was that needs more work form the Stripe dev team
thread has been archived and I cannot post there, so I would like to know if there is a github issues or so
in order to now if that specific issues will be sorted in some point
Typically you'd just reach out to our support team to follow up via
https://support.stripe.com/?contact=true
I'm trying to catch up on the previous thread but it seems it has a lot of context.
Can you give me a quick summary?
Sure, I'm involved in a project where is used Tap to Pay, and in order follow Apple guidelines on UK, where there still some bank cards that are not allowed to use Tap to Pay as there is no pin keyboard avaialae AKA offline_pin_code , we need to identify handle this error in order to trigger different flow.
Right now, for any issue with the bank card, the error that the Stripes returns is a generic code DeclinedByStripeAPI
Declined by the API error message usually has a request ID attached
are you seeing that in test mode?
req_xxx
the error obect I get is:
"message": "This transaction requires chip and PIN. In testmode, using a physical test card with designated amount ending values produce specific decline responses. See https://stripe.com/docs/terminal/references/testing#physical-test-cards for details.",
"code": "DeclinedByStripeAPI"
}```
that comes from the stripe API
if you look into your test mode logs,
https://dashboard.stripe.com/logs
Do you see a request with similar message?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
otherwise, can you share the account ID you're working with?