For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get Order Status

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

Returns:

{"status": "DONE"} // if confirmed
{"status": "NOT_FOUND"} // if not found
{"status": "UNKNOWN"} // if unknown

Last updated