Browse: Home / Classes /

FileService

FileService

Description #


Source #

File: includes/lib/stripe-php/lib/Service/FileService.php



Methods #

  • all — Returns a list of the files that your account has access to. The files are returned sorted by creation date, with the most recently created files appearing first.
  • create — Create a file.
  • retrieve — Retrieves the details of an existing file object. Supply the unique file ID from a file, and Stripe will return the corresponding file object. To access file contents, see the File Upload Guide.