get https://{baseUrl}/V1/storeview//admin/vendor/payout/invoice//pdf
Get payout invoice PDF by invoice ID. Returns base64 encoded PDF content.
Sample Curl
curl --location 'https://mygatewayurl.com/V1/storeview/default/admin/vendor/payout/invoice/123/pdf' --header 'Content-Type: application/json' --header 'Authorization: Bearer token'