#kekko7072
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.
- kekko7072, 2 hours ago, 19 messages
Hi there!
Can you share the ID (req_xxx) of the failing API request?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
Between, did you had the chance to check the quickstart?
https://stripe.com/docs/terminal/quickstart
pi_3OLT2HA94JJJ3znb1CisSaGo
This has no link with terminal, it seems that the card you are using in live mode doesn't support the kind of purchases you are trying to do.
You/your customer needs to contact your/their card issuer for more information.
ok but when i register the card there is a way to knwo it on advance?
because my flow it's async so i will not be able to charge it register card it's not working.
No, it's hard to tell what future payment may not succeed when collecting the card.
ok
other question
can i use terminal and setupIntents to register wallet payment methods?
other solutions?
If you want to savec mobile wallet you can use setupintent with web or mobile but not terminal
https://stripe.com/docs/payments/save-and-reuse?platform=web&ui=elements#apple-pay-and-google-pay
ok
giving the fact that this terminal customer are single use
should i add to my setupintent this: single_use?
for what should i use it and how it changes the flow?
Could you please share the reference you are following ?
Yes if you want that the result payment method be used only for a single use then yes you need to set that
and what it does specifically because in documentation it's not weritten what it does.
it's written only when use it
I don't understand your last reply sorry, but when you set single_use fields, the generated payment_method/mandate can be used only once.
then you can't reuse it again
yes