provider GET /v1/payouts/{payout}
@utdk/stripe /v1/payouts/{payout}
Retrieve a payout
<p>Retrieves the details of an existing payout. Supply the unique payout ID from either a payout creation request or the payout list. Stripe returns the corresponding payout information.</p>
expand query
Specifies which fields in the response should be expanded.
array
payout path required
string

Try it

Authentication
Configure credentials for Stripe API
getpayoutspayout
GET/v1/payouts/{payout}
<p>Retrieves the details of an existing payout. Supply the unique payout ID from either a payout creation request or the payout list. Stripe returns the corresponding payout information.</p>

Parameters

required

Specifies which fields in the response should be expanded.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import stripe from '@utdk/stripe';

await stripe.getpayoutspayout()