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 session by its ID.
GET /api/v1/vouchers/sessions/:sessionId
sessionId
string
curl --request GET 'https://payments.bleepay.com/api/v1/vouchers/sessions/ses_xyz' \ --header 'Authorization: Bearer <payee_token>'
id
code
status
OPEN
CLOSED
type
vouchers
array
createdAt
updatedAt
{ "id": "ses_xyz", "code": "D4E5F6", "status": "OPEN", "type": "payment", "vouchers": [], "createdAt": "2026-06-09T12:00:00.000Z", "updatedAt": "2026-06-09T12:00:00.000Z" }
401
unauthorized
404
not_found
Was this page helpful?