Get Order Status
Last updated
This validates if the transaction is confirmed on the blockchain and also if the amount and hash matches the records.
Endpoint: https://api-pay.just.money/v1/checkout/getStatusByHash/:hash
Request Type: GET
{"status": "DONE"} // if confirmed
{"status": "NOT_FOUND"} // if not found
{"status": "UNKNOWN"} // if unknownLast updated