Get channel payment details

GET
/channel-payments/{id}

Fetch particular channel payment details, including its on-chain evidence and conversion outcome.

AuthorizationBearer <token>

OAuth access token.

In: header

Path Parameters

id*string

Identifier of the channel payment.

Formatuuid

Header Parameters

X-Volt-Api-Version*1

Version of the API used. Currently, version 1 is the only version.

Value in

  • 1

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/channel-payments/497f6eca-6276-4993-bfeb-53cbbbba6f08" \  -H "X-Volt-Api-Version: 1"
{  "id": "7f3b9d1e-5a2c-4e6f-b8d0-a4c6e8f0b2d4",  "channelId": "9c2e6b4a-8f1d-4c3a-b5e7-d0a2c4e6f8b1",  "status": "COMPLETED",  "endUser": {    "reference": "user-8841"  },  "transaction": {    "hash": "0xdef4567890abcdef4567890abcdef4567890abcd",    "detectedAt": "2026-08-25T11:00:00+00:00",    "confirmedAt": "2026-08-25T11:05:00+00:00"  },  "paid": {    "amount": "100.500000",    "currency": "USDC"  },  "credited": {    "amount": "92.29",    "currency": "EUR"  },  "rate": "0.918270",  "createdAt": "2026-08-25T11:00:00+00:00",  "updatedAt": "2026-08-25T11:05:00+00:00"}