JavaScript
Withdrawals
Generate PDF
Generates a withdrawal PDF invoice and returns a temporary download URL.
Required permissions:
payout:withdrawal:read
POST
JavaScript
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************
Path Parameters
The unique identifier of the withdrawal to generate a PDF for.
Example:
"wdrl_xxxxxxxxxxxxx"
Response
A successful response
A temporary link to a generated withdrawal PDF invoice.

