Retrieve details of a specific transaction
cURL
curl --request GET \ --url https://api.example.com/payments/{id}
{id}
curl https://api.midasprotocol.org/payments/tx-uuid \ -H "Authorization: Bearer pp_your_key"
{ "id": "uuid", "type": "PAYMENT", "direction": "outgoing", "amount": "25.00", "currency": "USDC", "rail": "internal", "fees": "0.50", "status": "COMPLETED", "metadata": { "reason": "Service payment" }, "createdAt": "2026-01-01T00:00:00.000Z", "completedAt": "2026-01-01T00:00:00.000Z" }