#arnav_23058
1 messages · Page 1 of 1 (latest)
Hi, how can I help?
I am receiving 503 error while trying to hit stripe identity verify url
Could you please share the Request ID req_xxx? https://support.stripe.com/questions/finding-the-id-for-an-api-request
{
"id": "vs_1O7dCbSHAFWfMKGrXfSmH6Hl",
"object": "identity.verification_session",
"client_secret": "vs_1O********************************_********************************************************************************rlrg",
"created": 1698840437,
"last_error": null,
"last_verification_report": null,
"livemode": false,
"metadata": {
"user_id": "cus_OvUAjn2ezPXYiw"
},
"options": {
},
"redaction": null,
"status": "requires_input",
"type": "id_number",
"url": "https://verify.stripe.com/start/test_YWNjdF8xTnpJek1TSEFGV2ZNS0dyLF9PdlVBUmdYWG5WTk1rNXdvTlVBdEF0MENBQWZXdW5N0100qZ3Krlrg"
}
Stripe helps you securely verify your identity online
this is the response
req_SJJ4x7vhwxRK3H
request id: req_SJJ4x7vhwxRK3H
That's a successful response. Where is the error?
What specifically are you doing with that URL to get a 503 error?
Just opening it?
I would suspect that the session/URL has expired as they're only a one-time use thing: https://stripe.com/docs/api/identity/verification_sessions/object#identity_verification_session_object-url
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.