Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieve a voucher context by its ID.
GET /api/v1/vouchers/contexts/:contextId
contextId
string
curl --request GET 'https://payments.bleepay.com/api/v1/vouchers/contexts/ctx_a1b2c3d4e5f6' \ --header 'Authorization: Bearer <payer_token>'
id
code
status
OPEN
CLOSED
format
numeric
alphanumeric
payers
array
createdAt
updatedAt
{ "id": "ctx_a1b2c3d4e5f6", "code": "A1B2C3", "status": "OPEN", "format": "numeric", "payers": [ { "address": "0x1234567890abcdef1234567890abcdef12345678" } ], "createdAt": "2026-06-09T12:00:00.000Z", "updatedAt": "2026-06-09T12:00:00.000Z" }
401
unauthorized
404
not_found
Was this page helpful?