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

# account-verification

`GET /account-verification`

This endpoint is used to fetch the details of a micro deposit transaction.

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required
- `VerificationRequestID` integer, required
- `RequestStatus` string
- `VerificationStatus` string
- `VerificationType` string
- `SearchText` string
- `StartDateTime` string, date-time
- `EndDateTime` string, date-time
- `Limit` integer
- `Offset` integer
- `Timezone` string

## 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
  - `ClientAccountID` string — The client account ID.
  - `VerificationRequestID` integer — Your updated Account Verification Request ID
  - `AccountHolderName` string — Account holder name associated with the Account Verification Request ID
  - `VerificationType` string — The verification type. Can be 'bank' or 'interac'
  - `Amount` integer — Amount associated with the Account Verification Request ID
  - `Details` object — Bank account details associated with the Account Verification Request ID
    - `Credit` object — Name associated with the credit transaction
      - `FirstName` string — First name associated with the credit transaction
      - `LastName` string — Last name associated with the credit transaction
      - `CreditCardToken` string — Credit card token
      - `CreditCardBrand` string — Credit card brand
      - `CreditCardNumber` string — Masked credit card number
    - `Debit` object — Name associated with the debit transaction
      - `FirstName` string — First name associated with the debit transaction
      - `LastName` string — Last name associated with the debit transaction
      - `DebitCardToken` string — Debit card token
      - `DebitCardBrand` string — Debit card brand
      - `DebitCardNumber` string — Masked debit card number
    - `Bank` object — Bank account number associated with the Account Verification Request ID
      - `AccountNumber` string — Bank account number associated with the Account Verification Request ID
      - `Currency` string — Currency of the bank account associated with the Account Verification Request ID
    - `EmailAddress` object — Email address associated with the Account Verification Request ID
      - `AccountHolderName` string — Account holder name associated with the Account Verification Request ID
      - `EmailAddress` string — Email address associated with the Account Verification Request ID
  - `PaymentRail` string — The payment rail used for the verification transaction
  - `Status` object — Statuses associated with the Account Verification Request ID
    - `Transaction` object — Transaction statuses associated with the Account Verification Request ID
      - `Credit` string — Credit transaction status associated with the Account Verification Request ID
      - `Debit` string — Debit transaction status associated with the Account Verification Request ID
    - `Verification` string — Verification status associated with the Account Verification Request ID
    - `Request` string — Request status associated with the Account Verification Request ID
  - `VerificationAttempts` integer — Verification attempt count associated with the Account Verification Request ID
  - `EmailAddress` object — Email addresses associated with the Account Verification Request ID
    - `Sender` string — Account's Email Address associated with the Account Verification Request ID
    - `Receiver` string — Recipient's Email Address associated with the Account Verification Request ID
  - `Link` string — Link associated with the Account Verification Request ID
  - `Notes` string — Note associated with the Account Verification Request ID
  - `LastModified` string, date-time — Last modified date/time associated with the Account Verification Request ID
  - `Pagination` object — Pagination metadata
    - `TotalRecords` string — Total number of transaction records in that search range.
    - `Offset` string — Use this parameter to set the starting point in the dataset.
    - `Limit` string — Limit the number of records that are returned.

---

[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)
