v8

OpenAPI 3.1.02026-08-033623795.0 MB
Verifications

Retrieve verification

Retrieves the details of an existing verification.

Required permissions:

  • payout:account:read
get/verifications/{id}

Path parameters

idstring required
Example:verf_xxxxxxxxxxxxx

The unique identifier of the verification to retrieve.

Response

A successful response

idstring required

The numeric id of the verification record.

last_error_code'abandoned' | 'consent_declined' | 'country_not_supported' | 'device_not_supported' | 'document_expired' | 'document_type_not_supported' | 'document_unverified_other' | 'email_unverified_other' | 'email_verification_declined' | 'id_number_insufficient_document_data' | 'id_number_mismatch' | 'id_number_unverified_other' | 'phone_unverified_other' | 'phone_verification_declined' | 'selfie_document_missing_photo' | 'selfie_face_mismatch' | 'selfie_manipulated' | 'selfie_unverified_other' | 'under_supported_age' required

An error code for a verification attempt.

last_error_reasonstring nullable required

A human-readable explanation of the most recent verification error. Null if no error has occurred.

status'requires_input' | 'processing' | 'verified' | 'canceled' | 'created' | 'started' | 'submitted' | 'approved' | 'declined' | 'resubmission_requested' | 'expired' | 'abandoned' | 'review' | 'action_required' | 'manual_review' required

A status for a verification.

Example response

{
  "id": "verf_xxxxxxxxxxxxx",
  "last_error_reason": "Document image was too blurry to read."
}