Transaction Status
The Transaction Status API uses a Moolre ID (transactionid) or extid or externalref to find and return the details of a transaction
Parameters | Description | Data Type |
---|---|---|
status | Status of the api request
| Int |
code | Unique Identifier for the different possible responses | String |
message | Endpoint response message | String/Array |
go | Not applicable to this endpoint | null |
data | An object that contains below parameters | Object |
txstatus | Status of the transfer
| Double |
txtype | Transaction Type | String |
accountnumber | Account number of the wallet used for the transfer | Array |
payer | Sender of the transfer | String |
payee | Recipient of the transfer | String |
amount | Amount transfered | String |
value | Amount transfered (in your wallets currency) | String |
transactionid | Moolre generated transaction ID | String |
externalref | This is the extid you provided | String |
thirdpartyref | Transaction ID generated by the transfer network | String |
ts | Date and Time of the Transaction in EST | String |