#morteza-tp-1990_api

1 messages ยท Page 1 of 1 (latest)

marsh thistleBOT
#

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

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

sterile tinsel
#

we have developed a tap to pay app using stripe-terminal-react-native and we need to customize the errors that can happen, I wanna know if in a tap to pay integration local payment methods related errors can happen or not ? it's used in the uk

thorny rover
#

๐Ÿ‘‹ Hi there! Let me take a look

sterile tinsel
#

are google and app pay considered local payment methods ??

thorny rover
#

No, local payment methods are non-card methods that are usually specific to certain countries

sterile tinsel
#

digital wallets is considered lpm

#

based on what you shared

#

Common non-card payment methods include digital wallets, bank transfers, cryptocurrency, and buy-now-pay-later payments (BNPLs).

thorny rover
#

Yes, but not every wallet is an LPM

#

For example, PayPal is considered an LPM

#

But card-specific wallets like Google Pay or Apple Pay are not considered LPMs

sterile tinsel
#

uh huh

thorny rover
#

Since tap-to-pay is card only (including Apple/Google Pay), you wouldn't see LPM-specific decline codes

sterile tinsel
#

great, what about errors that can happen for example because of using test card in a live mode ? we have an error with decline-code live-mode-test-card but can't find it anywhere!!

#

pi_3SNEaYLmjdnG8GX006WS6HbR

if you check this payment intent, in the last payment error we have live_lode_test_card in the decline code but it's not document ed anywhere

thorny rover
#

Yeah, I see it's different from the testmode_decline mentioned

#

I can check on this, but I don't think there's a guarantee that all decline codes will always be documented โ€” and we may add new ones in the future, so your code has to be able to deal with unexpected decline codes, as mentioned in recent threads

sterile tinsel
#

I alos have another question about payment intent, when we make a purchase and enter a wrong pin issuer declines the payment right ? and we see an event in our webhooks, the question is can I use the same payment intent or need to create new one ? when we can say that payment intent can't be reused ?

#

should we create new ones when they fail or reuse them ? which one is common, recommended

thorny rover
#

You should use the same Payment Intent

sterile tinsel
#

so if customer enters a wrong pin the payment intent can be retried

thorny rover
#

Yes

sterile tinsel
#

ok, thanks. this is my last question, can we use klarna in tap to pay or it's card only ?

#

what payment methods can be used with tap to pay.

thorny rover
#

What would you expect to tap for Klarna? ๐Ÿ™‚

sterile tinsel
#

you are right :d

thorny rover
sterile tinsel
#

thanks

#

as the latest question, can we say that payment_intent can't be retried if and only if it's cancelled or successful ?

thorny rover
#

I mean, there's also something like processing for certain payment methods where it's already in progress

sterile tinsel
#

but it's not possible in tap to pay right ? because of its synchronous nature

#

tap to pay supports Samsung Pay, can we consider it as LPM ?

thorny rover
#

It's not an LPM ๐Ÿ™‚

sterile tinsel
#

ok

#

thank you Arren, it was really helpful

thorny rover
#

Glad we could help!