v1
latestOpenAPI 3.0.02026-07-2640301.0 MBEFT 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
Example response
{
"Success": true,
"TransactionStatus": "pending",
"Timestamp": "2019-11-02 12:00:00"
}