#manic-pixie-dream-bananarchist_api

1 messages ยท Page 1 of 1 (latest)

ocean parrotBOT
#

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

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

balmy slateBOT
#

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.

inland knoll
#

sample of the webhook event payload

{
  "id": "pm_1Oz05XDl7puKas71441UjU8h",
  "object": {
    "card": {
      "brand": "visa",
      "last4": "4447",
      "checks": {
        "cvc_check": "unchecked",
        "address_line1_check": null,
        "address_postal_code_check": "unchecked"
      }
    }
  }
}
amber breach
#

Hi, by using Stripe Checkout, you're already asking the customer to provide the cvc details when needed. However, charges can still succeed, https://support.stripe.com/questions/charge-succeeded-despite-cvc-or-zip-check-mismatch even if there is a mismatch. This determination comes from the issuing bank and not Stripe.

Form the above response, it looks like the cvc details were 'unchecked' which means that the value was provided to the issuing bank but they did not check this, https://support.stripe.com/questions/what-do-cvc-check-address-line1-check-and-address-postal-code-check-mean-on-the-charge-object. If you wish to block these payments on your end, you can use Radar, https://docs.stripe.com/radar/rules#traditional-bank-checks to block them.

inland knoll
#

We can't configure that these parameters are checked as part of session?

#

We're having tons of issues where after the trial ends, the charge fails due to reasons that should be apparent immediately when they add the method without having to actually charge the customer

amber breach
#

There is not a way. The decision comes from the issuing bank and there is not enything you can configure on your end to ask the issuing bank to check. You'd want to use Radar in this case.

inland knoll
#

okay thanks for your help, will look into radar

amber breach
#

Happy to help!

inland knoll
#

is radar an additional add on?

#

not included in a basic subscription?

amber breach
inland knoll
#

thank you!

amber breach
#

Happy to help!

inland knoll
#

one more question

#

we're having issues with stripe checkout automatically texting to a phone number associated with an email address, they're saying the phone number is incorrect

#

where is stripe getting that phone number from? I looked at the customer's account and there is no phone number associated with it

amber breach
#

Can you share an example checkout session, starts with cs_123vbc where this happened?

inland knoll
#

where can i find checkout sessions

amber breach
#

You can look in the Dashboard

balmy slateBOT
amber breach
inland knoll
#

I'm looking in the dashboard and there aren't any session requests

#

it's in a connected account though, i can't see how to filter by connected accounts

ocean pier
#

๐Ÿ‘‹ stepping in here

inland knoll
#

oh sorry i had it filtering out connected accounts

ocean pier
#

Yeah it filters out Connect requests by default

inland knoll
#

i'm not finding the session for the customer that reached out

#

malistamills@gmail.com is the email

#

here we go

#

cs_live_a1rfIHNoi15pOfisgs7j0p7dLPQv0ASD2Dkpb90gZ2SeowdR6pcchqnw1K

ocean pier
#

Hmm they are seeing a text with a 2FA code?

#

Are they trying to use Link and it is sending them an auth code?

inland knoll
#

they're not getting a text at all, bc it's sending to the wrong number

ocean pier
#

If so, they would manage their Link account at link.com

inland knoll
#

it automatically moved to link when they put in their email address

ocean pier
#

Yep

#

That is how it works, though they can still exit that flow via a button there

#

But yeah, you should direct them to link.com where they manage their info like their phone number if they want to use Link

inland knoll
#

if we collect a phone number as part of the checkout, will it automatically use that one for 2fa?

#

or can we disable link by default?

#

actually found the link configuration, but still wondering about the phone number collection

ocean pier
#

No that phone number collection has no affect on Link

#

Customers manage their Link accounts separately

#

You have no impact on those

inland knoll
#

i see. do we lose anything functionally aside from quicker checkout by disabling link?