# List Merchant Verifications Retrieve a list of all the for a resource. For details on how to query endpoints using the available parameters, see Query Parameters. Endpoint: GET /merchants/{merchant_id}/verifications Version: 2022-02-01 Security: BasicAuth ## Header parameters: - `Accept` (string) ## Path parameters: - `merchant_id` (string, required) ID of object. ## Query parameters: - `limit` (integer) The number of entries to return. - `after_cursor` (string) Return every resource created after the cursor value. - `before_cursor` (string) Return every resource created before the cursor value. ## Response 200 fields (application/json): - `_embedded` (object) List of . - `_embedded.verifications` (array) resources. - `_embedded.verifications.id` (string) The resource's ID. - `_embedded.verifications.created_at` (string) Timestamp of when the object was created. - `_embedded.verifications.updated_at` (string) Timestamp of when the object was last updated. - `_embedded.verifications.application` (string) ID of the the was created under. - `_embedded.verifications.identity` (string) ID of the that created the . - `_embedded.verifications.merchant` (string) ID of the resource. - `_embedded.verifications.merchant_identity` (string) ID of the associated with the . - `_embedded.verifications.messages` (array) Codified list of reasons the was . For Merchants, please use the newer and fields. - `_embedded.verifications.outcome_summary` (string) An optional message providing additional context about why the Verification was , available for Merchants only. - `_embedded.verifications.outcomes` (array) Codified list of reasons the Verification was , available for Merchants only. - `_embedded.verifications.payment_instrument` (string) The that's used to settle the processed funds. - `_embedded.verifications.payment_instrument_verification_details` (object) Details the verification results of . - `_embedded.verifications.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). - `_embedded.verifications.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). - `_embedded.verifications.payment_instrument_verification_details.card_type` (string) The type of card. Same value as . - `_embedded.verifications.payment_instrument_verification_details.billing_currency` (string) - `_embedded.verifications.payment_instrument_verification_details.issuer_country` (string) - `_embedded.verifications.processor` (string) Name of the verification processor. Enum: "LITLE_V1", "VANTIV_V1", "FINIX_V1", "DUMMY_V1" - `_embedded.verifications.raw` (array) Codified list of reasons the was . For Merchants, please use the newer and fields. - `_embedded.verifications.state` (string) State of the request. Enum: "PENDING" - `_embedded.verifications.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, , , ) - `_embedded.verifications.trace_id` (string) Trace ID of the . - `_embedded.verifications.type` (string) Details the type of resource getting verified. Enum: "MERCHANT" - `_embedded.verifications._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. - `_embedded.verifications._links.self` (object) Link to the resource that was used in the request. - `_embedded.verifications._links.self.href` (string) - `_embedded.verifications._links.merchant` (object) Link to the that was used in the request. - `_embedded.verifications._links.application` (object) Link to the that was used in the request. - `page` (object) Details the page that's returned. - `page.limit` (integer) The number of entries to return. - `page.next_cursor` (string,null) The cursor to use for the next page of results. ## 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)