Payment Status
Check the status of an existing payment.
GET /v1/status/:trackIdReturns the current status of a payment along with transaction details.
response.json
{
"trackId": "T2409201234",
"status": "paid",
"amount": 29.99,
"currency": "USD",
"payCurrency": "XMR",
"payAmount": 0.1847,
"txId": "a3f8c2..."
}