Skip to main content
GET
/
workspaces
/
{workspace}
/
channel
/
wallet
/
transactions
/
{transaction}
/
invoice
Download Wallet Transaction Invoice
curl --request GET \
  --url https://lancepilot.com/api/v3/workspaces/{workspace}/channel/wallet/transactions/{transaction}/invoice \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspace
string<uuid>
required

ID of the workspace.

transaction
integer
required

ID of the wallet transaction.

Response

PDF invoice file.

The response is of type file.