Skip to content

Get receipt PDF

GET
/v1/wallet/transactions/{id}/receipt

Download a PDF invoice for one of the signed-in user's confirmed top-ups. An unknown id, a charge (not a top-up), or another account's transaction all return 404, so a caller can't probe for other people's transactions.

Authorizations

Bearer

JWT bearer token from POST /v1/auth/login.

Type
HTTP (bearer)
or
ApiKey

Scoped API key for non-interactive clients (issued by PBI #1426).

Type
API Key (header: X-Api-Key)

Parameters

Path Parameters

id*
Type
string
Required
Format
"uuid"

Responses

OK

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI