---
title: "Verify Push-to-Card Eligibility"
method: POST
path: "/payment_instruments/{payment_instrument_id_verify}/verifications"
tags: ["Payment Instruments"]
---

# Verify Push-to-Card Eligibility

`POST /payment_instruments/{payment_instrument_id_verify}/verifications`

Determine Push To Card eligibility for [Push To Card](../../../../guides/payouts/card-payouts) customers.

Additionally, the cardholder's name is verified with the issuing bank, and the result is shown in `name_verification_results`. This applies to Visa and Mastercard.

## Request body

- CreatePaymentInstrumentVerificationPushToCard
  - `processor` 'DUMMY_V1' | 'FINIX_V1', required — The acquiring processor. Use `DUMMY_V1` to use your sandbox. For more details on which processor to use, reach out to your Finix point of contact or email [Finix Support](/guides/getting-started/support-at-finix/).

## Response `200`

A single `Verification`.

- PaymentInstrumentVerification
  - `id` string — The ID of the resource.
  - `created_at` string, date-time — Timestamp of when the object was created.
  - `updated_at` string, date-time — Timestamp of when the object was last updated.
  - `application` string — ID of the `Application` the resource was created under.
  - `identity` string, nullable — This field is not applicable to payment instrument verification.
  - `merchant` string, nullable — This field is not applicable to payment instrument verification.
  - `merchant_identity` string, nullable — This field is not applicable to payment instrument verification.
  - `messages` string[] — A codified list of reasons the verification request failed.
  - `outcome_summary` string, nullable — A message providing additional context about why the verification request failed.
  - `outcomes` object[], nullable — A codified list of reasons the verification request failed.
  - `payment_instrument` string — The `Payment Instrument` sent for verification.
  - `payment_instrument_verification_details` object — The payment instruction verification results.
    - `pull_from_card_cross_border` 'FAST_FUNDS' | 'NON_FAST_FUNDS' | 'NOT_SUPPORTED' | 'UNKNOWN', nullable — Indicates whether the `Payment Instrument` supports pull-from-card, cross-border. For more details, see [Push to Card](/guides/payouts/card-payouts)
    - `pull_from_card_domestic` 'FAST_FUNDS' | 'NON_FAST_FUNDS' | 'NOT_SUPPORTED' | 'UNKNOWN', nullable — Indicates whether the `Payment Instrument` supports pull-from-card, domestically. For more details, see [Push to Card](/guides/payouts/card-payouts)
    - `push_to_card_domestic` 'FAST_FUNDS' | 'NON_FAST_FUNDS' | 'NOT_SUPPORTED' | 'UNKNOWN', nullable — Indicates whether the `Payment Instrument` supports push-to-card, domestically. For more details, see [Push to Card](/guides/payouts/card-payouts).
    - `push_to_card_cross_border` 'FAST_FUNDS' | 'NON_FAST_FUNDS' | 'NOT_SUPPORTED' | 'UNKNOWN', nullable — Indicates whether the `Payment Instrument` supports push-to-card, cross-border. For more details, see [Push to Card](/guides/payouts/card-payouts).
    - `card_type` 'CREDIT' | 'DEBIT' | 'HSA_FSA' | 'RELOADABLE_PREPAID' | 'UNRELOADABLE_PREPAID' | 'UNKNOWN', nullable — A code that indicates whether the card is credit, debit, or prepaid.
    - `billing_currency` string, nullable — The currency in which the payment instrument's holder is billed or charged.
    - `issuer_country` 'NON_USA' | 'USA' | 'UNKNOWN', nullable — The country where the entity (bank or financial institution) that issued the payment instrument (e.g., credit card, debit card) is located. - `NON_USA` - The card was issued outside of the United States. - `USA` - The card was issued in the United States. - `UNKNOWN` - The processor did not return an issuer country for this particular BIN.
    - `name_verification_results` NameVerificationResults, nullable
      - `first_name_verification` 'MATCH' | 'NO_MATCH' | 'NOT_SUPPORTED' | 'PARTIAL_MATCH' | 'UNKNOWN' — The result of verifying the cardholder's first name.
      - `last_name_verification` 'MATCH' | 'NO_MATCH' | 'NOT_SUPPORTED' | 'PARTIAL_MATCH' | 'UNKNOWN' — The result of verifying the cardholder's last name.
      - `middle_name_verification` 'MATCH' | 'NO_MATCH' | 'NOT_SUPPORTED' | 'PARTIAL_MATCH' | 'UNKNOWN' — The result of verifying the cardholder's middle name.
      - `name_verification` 'MATCH' | 'NO_MATCH' | 'NOT_SUPPORTED' | 'PARTIAL_MATCH' | 'UNKNOWN' — The result of verifying the cardholder's full name.
  - `processor` 'FINIX_V1' | 'DUMMY_V1' — Name of the verification processor.
  - `raw` union — Raw response from the processor.
    - object, nullable
    - string, nullable
  - `state` 'PENDING' | 'FAILED' | 'SUCCEEDED' — The state of the payment instrument verification request.
  - `tags` Tags, nullable — Include up to 50 `key: value` pairs to annotate requests with custom metadata. - Maximum character length for individual `keys` is 40. - Maximum character length for individual `values` is 500. (For example, `order_number: 25`, `item_type: produce`, `department: sales`)
  - `trace_id` string — An ID used for tracking the verification request.
  - `type` 'PAYMENT_INSTRUMENT' — Details the type of resource getting verified.
  - `_links` object — For your convenience, every response includes several URLs which link to resources relevant to the request. You can use these `_links` to make your follow-up requests and quickly access relevant IDs.
    - `self` object — Link to the `Verification`.
      - `href` string
    - `application` object — Link to the `Application` associated with this resource.
      - `href` string
    - `payment_instrument` object — Link to the `Payment Instrument` sent for verification.
      - `href` string

## Other responses

- `400` — Bad Request. The server cannot process the request due to malformed syntax or invalid data.
- `401` — Unauthorized. Authentication is required and has failed or has not been provided.
- `403` — Forbidden. The client is authenticated but does not have permission to access the resource.
- `404` — Not Found. The requested resource could not be found on the server.
- `406` — Not Acceptable. The server could not accept the submitted request. Confirm how the request was formatted and submitted.

---

[API](https://skmtc.net/finix/apis/finix-api-reference.md) · [All operations](https://skmtc.net/finix/apis/finix-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/finix/finix-api-reference/versions/67e4dc871bfc/schema)
