provider GET /v1/files/{file}
@utdk/stripe /v1/files/{file}
Retrieve a file
<p>Retrieves the details of an existing file object. After you supply a unique file ID, Stripe returns the corresponding file object. Learn how to <a href="/docs/file-upload#download-file-contents">access file contents</a>.</p>
expand query
Specifies which fields in the response should be expanded.
array
file path required
string

Try it

Authentication
Configure credentials for Stripe API
getfilesfile
GET/v1/files/{file}
<p>Retrieves the details of an existing file object. After you supply a unique file ID, Stripe returns the corresponding file object. Learn how to <a href="/docs/file-upload#download-file-contents">access file contents</a>.</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.getfilesfile()