Stripe/getIdentityVerificationReportsReport

Preview only · details below

StripeStripe Identity verification API

GET/v1/identity/verification_reports/{report}

Retrieve a VerificationReport

<p>Retrieves an existing VerificationReport</p>

Create, retrieve, update, cancel, and redact Stripe Identity verification sessions, and retrieve verification reports. The collection covers all 8 Endpoints under the official Identity path boundary; the Hub provides documentation and a local SDK/CLI only.

Request

operationId
getIdentityVerificationReportsReport
Server
https://api.stripe.com
Authentication
bearerAuth

Request parameters

expand

queryarray

Specifies which fields in the response should be expanded.

report

pathstringrequired

Responses

200

stripe_identity_verification_reportapplication/json

Successful response.

Properties: client_reference_idcreateddocumentemailidid_numberlivemodeobjectoptionsphoneselfietypeverification_flowverification_session

default

stripe_errorapplication/json

Error response.

Properties: error

{
  "created": 0,
  "document": {
    "files": [
      {}
    ]
  },
  "email": {
    "status": "unverified"
  },
  "id_number": {
    "id_number_type": "br_cpf",
    "status": "unverified"
  },
  "livemode": false,
  "object": "identity.verification_report"
}