File Links ​
To share the contents of a File object with non-Stripe users, you can create a FileLink. FileLinks contain a URL that you can use to retrieve the contents of the file without authentication.
Endpoints ​
Create a file link ​
- POST /v1/file_links
Update a file link ​
- POST /v1/file_links/:id
Retrieve a file link ​
- GET /v1/file_links/:id
List all file links ​
- GET /v1/file_links