provider GET /v1/application_fees/{fee}/refunds/{id}
@utdk/stripe /v1/application_fees/{fee}/refunds/{id}
Retrieve an application fee refund
<p>By default, you can see the 10 most recent refunds stored directly on the application fee object, but you can also retrieve details about a specific refund stored on the application fee.</p>
expand query
Specifies which fields in the response should be expanded.
array
fee path required
string
id path required
string

Try it

Authentication
Configure credentials for Stripe API
getapplicationfeesfeerefundsid
GET/v1/application_fees/{fee}/refunds/{id}
<p>By default, you can see the 10 most recent refunds stored directly on the application fee object, but you can also retrieve details about a specific refund stored on the application fee.</p>

Parameters

required
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.getapplicationfeesfeerefundsid()