v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Interac Endpoints

interac/inbound/transaction

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

get/interac/inbound/transaction

Query parameters

AccountIDstring required

Your account ID

Keystring required

API key for the account

Signaturestring required

Hashed signature for the request

TransactionIDinteger

Unique ID of the Inbound E transaction.

Response

Successboolean required

True if the request was successful, false if it failed

ErrorMessagestring required

Contains a description of the error if the request failed

Example response

{
  "Success": true,
  "Transactions": {
    "0": {
      "MessageID": "1772b6ea650423asd",
      "Name": "John Doe",
      "Status": "successful",
      "DateReceived": "2019-11-19 12:00:00"
    }
  }
}