#samina_unexpected

1 messages ยท Page 1 of 1 (latest)

spare sapphireBOT
#

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

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

tiny robin
#

hello! do you have a screenshot of the page where you are doing this?

mint dome
#

so this is where i clicked from

#

this was the response when i checked from identity verification session

tiny robin
#

hmmm, gimme a while to try and test this too

mint dome
#

thank you

tiny robin
#

hmmm, I can't replicate the issue. I think the next step here will be to reach out to Stripe Support - https://support.stripe.com/contact, so that a support ticket can be created for further investigation

mint dome
#

okay i can do that

#

just to confirm when you tried a verification success it worked for you

tiny robin
#

yeah, it worked fine for me, I don't go into requires_input. It's successful

mint dome
#

ah okay, thanks for your help

#

just one more thing
{
"id":
"vs_1SsBsS03HIrUdJ74AKsitU7l"
,
"object":
"identity.verification_session",
"client_reference_id":
null,
"client_secret":
"vs_1SsBsS03HIrUdJ74AKsitU7l_secret_test_YWNjdF8xUk1WbE4wM0hJclVkSjc0LF9UcHJjZHlQcDFCOE4wOUJYTVlVenBDODhnSVRHd1Ny0100cf4Y1wF8",
"created":
1769042160
,
"last_error": {
"code":
"matching_name_mismatch",
"reason":
"The name from the provided entity did not match the verified name.",
},

it says name mismatch as the error code but on test mode, there was no name mismatch error before.

tiny robin
#

๐Ÿค” hmmmm, actually, now I'm wondering now if the reason you're getting the requires_input is because of data being passed in during the verification session creation

mint dome
#

so here I actually even used the test data name to see if that would fix it but it does not.

#

this one is from yesterday and it was workign fine in test mode

tiny robin
#

can you paste both of the identity session ID of the above screenshots here?

mint dome
#

this is the one that worked vs_1SriMC03HIrUdJ74onbRvAh3

did not work vs_1SsBsS03HIrUdJ74AKsitU7l

tiny robin
#

sorry, I think this is going to take some time to investigate, and I don't have an answer right now for you as to why you're seeing different behaviour for those two verification sessions. you'll also want to share the verification sessions and screenshot to support and we'll investigate async

mint dome
#

yeah no worries so this is the response of what worked


{
"object": {
"id": 
"vs_1SriMC03HIrUdJ74onbRvAh3"
,
"object": 
"identity.verification_session",
"client_reference_id": 
null,
"client_secret": 
null,
"created": 
1768928684
,
"last_error": 
null,
"last_verification_report": 
"vr_1SriMG03HIrUdJ746bFnTECg"
,
"livemode": 
false,
"metadata": {
"businessId": 
"6dfed699-ce55-4914-bd5a-5413db7177b6",
"connectedAccountId": 
"acct_1SriLf1MejDk2sfN"
Connected account
,
"personId": 
"person_1SriLg1MejDk2sfNi9ZrsAre",
"purpose": 
"transaction_limit_upgrade",
"userId": 
"8cade508-8081-7065-7350-5ea1358b8f5c::8cade508-8081-7065-7350-5ea1358b8f5c",
},
"options": {
"document": {
"require_live_capture": 
true,
"require_matching_selfie": 
true,
},
"matching": {
"dob": 
"similar",
"name": 
"similar",
},
},
"redaction": 
null,
"related_customer": 
null,
"related_customer_account": 
null,
"related_person": {
"account": 
"acct_1SriLf1MejDk2sfN"
Connected account
,
"person": 
"person_1SriLg1MejDk2sfNi9ZrsAre",
},
"status": 
"verified",
"type": 
"document",
"url": 
null,
},
"previous_attributes": {
"last_verification_report": 
null,
"status": 
"processing",
},
}
#

This one did not work

{
  "object": {
    "id": "vs_1SsBsS03HIrUdJ74AKsitU7l",
    "object": "identity.verification_session",
    "client_reference_id": null,
    "client_secret": "vs_1SsBsS03HIrUdJ74AKsitU7l_secret_test_YWNjdF8xUk1WbE4wM0hJclVkSjc0LF9UcHJiMGxUT2Y0Q0RvWlhkaTVVektUN3kxeG5Fc2ow0100I79bXJ9m",
    "created": 1769042160,
    "last_error": {
      "code": "matching_name_mismatch",
      "reason": "The name from the provided entity did not match the verified name."
    },
    "last_verification_report": "vr_1SsBsV03HIrUdJ74fGlolx3K",
    "livemode": false,
    "metadata": {
      "businessId": "7e08387e-14e5-4cd1-8014-4165c7772f6a",
      "connectedAccountId": "acct_1SsBiw1PfbQU54QX",
      "personId": "person_1SsBix1PfbQU54QXg5cijsWA",
      "purpose": "transaction_limit_upgrade",
      "userId": "8c3dc528-f091-70e6-4ecc-54e1dbc48d62::8c3dc528-f091-70e6-4ecc-54e1dbc48d62"
    },
    "options": {
      "document": {
        "require_live_capture": true,
        "require_matching_selfie": true
      },
      "matching": {
        "dob": "similar",
        "name": "similar"
      }
    },
    "redaction": null,
    "related_customer": null,
    "related_customer_account": null,
    "related_person": {
      "account": "acct_1SsBiw1PfbQU54QX",
      "person": "person_1SsBix1PfbQU54QXg5cijsWA"
    },
    "status": "requires_input",
    "type": "document",
    "url": "https://verify.stripe.com/start/test_YWNjdF8xUk1WbE4wM0hJclVkSjc0LF9UcHJiMGxUT2Y0Q0RvWlhkaTVVektUN3kxeG5Fc2ow0100I79bXJ9m"
  },
  "previous_attributes": {
    "client_secret": null,
    "last_error": null,
    "last_verification_report": null,
    "status": "processing",
    "url": null
  }
}
tiny robin
#

thanks for sharing, you'll want to include it in the support ticket too for easy reference ๐Ÿ˜…

mint dome
#

on the dashboard all attempts today did not work despite having no code changes

#

okay sure i can include that

tiny robin
#

can you verify this - for the one that failed, it seems that the names of the individual for the connected account : req_dqxTsxRaxQjChg, does not match that of the person (person_1SsBix1PfbQU54QXg5cijsWA)

#

maybe try ensuring that the names of the individual for the connected account, matches that of the person that is created and see whether that fixes things?

mint dome
#

okay i just tried this and got the same name mismatch issue


{
  "object": {
    "id": "vs_1SsCzp03HIrUdJ74c84kPBta",
    "object": "identity.verification_session",
    "client_reference_id": null,
    "client_secret": "vs_1SsCzp03HIrUdJ74c84kPBta_secret_test_YWNjdF8xUk1WbE4wM0hJclVkSjc0LF9UcHNsRnpGTFhsS2ZQWGlaVXRjMFpvbDRNaGt5ZzdL0100uZxPMkTV",
    "created": 1769046461,
    "last_error": {
      "code": "matching_name_mismatch",
      "reason": "The name from the provided entity did not match the verified name."
    },
    "last_verification_report": "vr_1SsCzt03HIrUdJ74nwFG7FUs",
    "livemode": false,
    "metadata": {
      "businessId": "46690625-dacf-42d4-85e6-fc05de4abd99",
      "connectedAccountId": "acct_1SsCzQ0cnjTYHerv",
      "personId": "person_1SsCzR0cnjTYHervDerNc9Rg",
      "purpose": "transaction_limit_upgrade",
      "userId": "ecbdd5a8-6041-707d-0d4e-bd68bc52a4e3::ecbdd5a8-6041-707d-0d4e-bd68bc52a4e3"
    },
    "options": {
      "document": {
        "require_live_capture": true,
        "require_matching_selfie": true
      },
      "matching": {
        "dob": "similar",
        "name": "similar"
      }
    },
    "redaction": null,
    "related_customer": null,
    "related_customer_account": null,
    "related_person": {
      "account": "acct_1SsCzQ0cnjTYHerv",
      "person": "person_1SsCzR0cnjTYHervDerNc9Rg"
    },
    "status": "requires_input",
    "type": "document",
    "url": "https://verify.stripe.com/start/test_YWNjdF8xUk1WbE4wM0hJclVkSjc0LF9UcHNsRnpGTFhsS2ZQWGlaVXRjMFpvbDRNaGt5ZzdL0100uZxPMkTV"
  },
  "previous_attributes": {
    "client_secret": null,
    "last_error": null,
    "last_verification_report": null,
    "status": "processing",
    "url": null
  }
}

tiny robin
#

unfortunately, I'm all out of ideas ๐Ÿ˜ž , you'll definitely need to write in