#lutthein_unexpected

1 messages ยท Page 1 of 1 (latest)

restive vergeBOT
#

๐Ÿ‘‹ 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/1433909360253206628

๐Ÿ“ 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.

delicate flint
#

Hi there. I'm not famiiar with the integration. I'm reaching out internally with the team.

brisk brook
#

Thanks! We are using Stripe terminal react native library

#

"@stripe/stripe-terminal-react-native": "0.0.1-beta.25",

crimson echo
#

Hi there ๐Ÿ‘‹ do you have the ID of a failed request from this?

brisk brook
#

req_YalOFtZseU4M09

#

req_VapC72x06v2Nme

crimson echo
#

(love your profile pic btw ๐Ÿ˜ป )

brisk brook
#

Likewise

crimson echo
#

I'm also chatting with my teammats about this, so I may be quiet for a bit at times, but I'm still digging.

brisk brook
#

Thanks

#

Yes, we are implementing Setupintent to save payment methods for later usage, it seems they default to card_present type which I believe is expected, but we keep seing this
The latest attempt to set up the payment method has failed because authentication failed.
Error when we attempt to use a cobranded interac card

crimson echo
#

Think I see what is going on with each of those requests, and they're failing for two different reasons.

The first one, req_YalOFtZseU4M09, failed, as far as I can tell, because the authentication for the card failed aka it was declined. If you need more insight into that, I'd suggest trying to reach out to our Support team, they're more familiar with authorization issues than my teammates and I are here.
https://support.stripe.com/?contact=true

The second one, req_VapC72x06v2Nme, failed because the Setup Intent that was being used had been created with a payment_method_types array of ['card'] rather than ['card_present']. Here's that creation request.

brisk brook
#

Yeah second one was us attempting to pass something to the paymentMethodsTypes

First one is the one we consistently face

crimson echo
#

Gotcha, unfortunately that's something we aren't well suited to dig into here in this forum. I suggest reaching out to our Support team about those authentication errors.

brisk brook
#

ok, I will then, thanks for your help

crimson echo
#

Any time! Sorry I couldn't do more today, don't let that discourage you from chatting with us again. Hope you have a great weekend