v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
EFT Endpoint

eft/withdraw/status

This endpoint is used to look up the status of a withdraw transaction.

get/eft/withdraw/status

Query parameters

AccountIDstring required

Your account ID

Keystring required

API key for the account

Signaturestring required

Hashed signature for the request

TransactionIDinteger required

The unique ID of the withdraw 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

TransactionIDinteger required

The unique ID of the transaction

TransactionStatusstring required

A message indicating the current transaction status. Statuses are: pending, in progress, successful, failed, cancelled

Timestampstring date-time required

The timestamp when the transaction status was last modified

Example response

{
  "Success": true,
  "TransactionStatus": "pending",
  "Timestamp": "2019-11-02 12:00:00"
}