---
title: "interac/inbound/transaction"
method: GET
path: "/interac/inbound/transaction"
tags: ["Interac Endpoints"]
---

# interac/inbound/transaction

`GET /interac/inbound/transaction`

This endpoint is used to look up details of Inbound ETransfer transactions.

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required
- `TransactionID` integer

## Response `200`

- object
  - `Success` boolean, required — True if the request was successful, false if it failed
  - `ErrorMessage` string, required — Contains a description of the error if the request failed
  - `Transactions` object, required — Array serialized as a JSON object (JSON_FORCE_OBJECT): numeric string keys '0','1',... Collection of Inbound ETransfer Transaction
    - `0` object
      - `ID` integer, required — The unique ID of the transaction.
      - `MessageID` string, required — Unique ID of the Inbound ETransfer recived
      - `Name` string, required — Sender's FullName
      - `Amount` number, required — The dollar amount of the inbound etransfer transaction. This is the amount that was withdrawn from the customer's bank account.
      - `Status` string, required — A message indicating the current transaction status.
      - `Message` string, required — Contains a description of the message sent in the inbound etransfer
      - `DateReceived` string, date-time, required — The timestamp when the transaction was received.

---

[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/versions/7033bd231ec7/schema)
