# Fetch a Verification Retrieve the details of a . Endpoint: GET /verifications/{verification_id} Version: 2022-02-01 Security: BasicAuth ## Header parameters: - `Accept` (string) ## Path parameters: - `verification_id` (string, required) The object ID. ## Response 200 fields (application/json): - `id` (string) The resource's ID. - `created_at` (string) Timestamp of when the object was created. - `updated_at` (string) Timestamp of when the object was last updated. - `application` (string) ID of the the was created under. - `identity` (string) ID of the that created the . - `merchant` (string) ID of the resource. - `merchant_identity` (string) ID of the associated with the . - `messages` (array) Codified list of reasons the was . For Merchants, please use the newer and fields. - `outcome_summary` (string) An optional message providing additional context about why the Verification was , available for Merchants only. - `outcomes` (array) Codified list of reasons the Verification was , available for Merchants only. - `payment_instrument` (string) The that's used to settle the processed funds. - `payment_instrument_verification_details` (object) Details the verification results of . - `payment_instrument_verification_details.push_to_card_domestic` (string) Details if the supports push and pull from card, domestically. For more details, see [Push to Card](/guides/payouts/card-payouts). - `payment_instrument_verification_details.push_to_card_cross_border` (string) Details if the supports push and pull from card, cross-border. For more details, see [Push to Card](/guides/payouts/card-payouts). - `payment_instrument_verification_details.card_type` (string) The type of card. Same value as . - `payment_instrument_verification_details.billing_currency` (string) - `payment_instrument_verification_details.issuer_country` (string) - `processor` (string) Name of the verification processor. Enum: "LITLE_V1", "VANTIV_V1", "FINIX_V1", "DUMMY_V1" - `raw` (array) Codified list of reasons the was . For Merchants, please use the newer and fields. - `state` (string) State of the request. Enum: "PENDING" - `tags` (object,null) Include up to 50 pairs to annotate requests with custom metadata. - Maximum character length for individual is 40. - Maximum character length for individual is 500. (For example, , , ) - `trace_id` (string) Trace ID of the . - `type` (string) Details the type of resource getting verified. Enum: "MERCHANT" - `_links` (object) For your convenience, every response includes several URLs which link to resources relevant to the request. You can use these to make your follow-up requests and quickly access relevant IDs. - `_links.self` (object) Link to the resource that was used in the request. - `_links.self.href` (string) - `_links.merchant` (object) Link to the that was used in the request. - `_links.application` (object) Link to the that was used in the request. ## Response 401 fields (application/json): - `total` (integer) - `_embedded` (object) - `_embedded.errors` (array) - `_embedded.errors.code` (string) Enum: "UNKNOWN" - `_embedded.errors.logref` (object) - `_embedded.errors.message` (string) - `_embedded.errors._links` (object) - `_embedded.errors._links.self` (object) - `_embedded.errors._links.self.href` (string) - `_embedded.errors._links.source` (object) ## Response 403 fields (application/json): - `total` (integer) - `_embedded` (object) - `_embedded.errors` (array) - `_embedded.errors.code` (string) Enum: "FORBIDDEN" - `_embedded.errors.logref` (object) - `_embedded.errors.message` (string) - `_embedded.errors._links` (object) - `_embedded.errors._links.source` (object) - `_embedded.errors._links.source.href` (string) ## Response 404 fields (application/json): - `total` (integer) - `_embedded` (object) - `_embedded.errors` (array) - `_embedded.errors.code` (string) Enum: "NOT_FOUND" - `_embedded.errors.logref` (object) - `_embedded.errors.message` (string) - `_embedded.errors._links` (object) - `_embedded.errors._links.source` (object) - `_embedded.errors._links.source.href` (string) ## Response 406 fields (application/json): - `total` (integer) - `_embedded` (object) - `_embedded.errors` (array) - `_embedded.errors.code` (string) Enum: "NOT_FOUND" - `_embedded.errors.logref` (object) - `_embedded.errors.message` (string) - `_embedded.errors._links` (object) - `_embedded.errors._links.source` (object) - `_embedded.errors._links.source.href` (string)