FileService
Class: No description found
Method: Updates the specified source by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
SourceService::update Read More »
Method: 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.
Method: 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.
FileService::retrieve Read More »
Method: Returns a list of transactions that have contributed to the Stripe account balance (e.g., charges, transfers, and so forth). The transactions are returned in sorted order, with the most recent transactions appearing first.
BalanceTransactionService::all Read More »
Method: Retrieves the balance transaction with the given ID.
BalanceTransactionService::retrieve Read More »
Method: Retrieves the details of an existing subscription schedule. You only need to supply the unique subscription schedule identifier that was returned upon subscription schedule creation.
SubscriptionScheduleService::retrieve Read More »
Method: Updates an existing subscription schedule.
SubscriptionScheduleService::update Read More »
Method: Create an apple pay domain.
ApplePayDomainService::create Read More »
Method: Delete an apple pay domain.
ApplePayDomainService::delete Read More »
Method: Retrieve an apple pay domain.
ApplePayDomainService::retrieve Read More »
Method: Retrieves the current account balance, based on the authentication that was used to make the request. For a sample request, see Accounting for negative balances.
BalanceService::retrieve Read More »
Method: Returns a list of your promotion codes.
PromotionCodeService::all Read More »