v1
latestOpenAPI 3.0.02026-07-2640301.0 MBEFT Endpoint
eft/fund/status
This endpoint is used to look up the status of a fund transaction.
get/eft/fund/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 transaction
Response
Example response
{
"Success": true,
"TransactionStatus": "pending",
"SubTransactions": {
"0": {
"TransactionStatus": "waiting on required transaction",
"Timestamp": "2019-11-01 12:00:00"
}
},
"Timestamp": "2019-11-01 12:00:00"
}