---
title: "account-verification/card"
method: POST
path: "/account-verification/card"
tags: ["Account Verification Endpoints"]
---

# account-verification/card

`POST /account-verification/card`

This endpoint is used to verify a credit or debit card.

## Response `200`

- object
  - `Success` boolean — True if the request was successful, false if it failed
  - `ErrorMessage` string — Contains a description of the error if the request failed
  - `VerificationRequestID` integer — Verification Request ID for the Bank Account to be verified
  - `VerificationStatus` string — Status of the verification
  - `VerificationInfo` object — Verification information for the request (enhanced only)
    - `0` object
      - `SendingEligibility` string — This debit card's eligibility to send funds.
      - `ReceivingEligibility` string — This debit card's eligibility to receive funds.
      - `Type` string — Verified card type.
      - `Brand` string — Verified card brand.
      - `FundsAvailability` string — Funds availability time frame after receiving a payment transaction.
      - `InstitutionName` string — Financial institution name.
      - `InstitutionCountry` string — Financial institution country.
      - `AccountStatementCurrency` string — Currency of cardholder's account statement
      - `AcceptanceBrand` string — Acceptance Brand
      - `ProductType` string — Product Type

---

[API](https://skmtc.net/vopay/apis/accounts.md) · [All operations](https://skmtc.net/vopay/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vopay/accounts/revisions/7033bd231ec7/schema)
