Skip to main content
GET
/
v3
/
teams
/
{team}
/
payouts
/
{payout}
/
invoice
Get Payout Invoice
curl --request GET \
  --url https://app.plugchoice.com/api/v3/teams/{team}/payouts/{payout}/invoice \
  --header 'Authorization: Bearer <token>'
Redirects to the Stripe-hosted PDF invoice for the specified payout. Returns a 302 redirect to the invoice URL.
team
string
required
The UUID of the team.
payout
integer
required
The ID of the payout.