FileLinkService::all()
Method: Returns a list of file links.
FileLinkService::all Read More »
Method: You can see a list of the reversals belonging to a specific transfer. Note that the 10 most recent reversals are always available by default on the transfer object. If you need more than those 10, you can use this API method and the limit and starting_after parameters to page through additional reversals.
TransferService::allReversals Read More »
Method: Creates a new file link object.
FileLinkService::create Read More »
Method: Retrieves the file link with the given ID.
FileLinkService::retrieve Read More »
Method: To send funds from your Stripe account to a connected account, you create a new transfer object. Your Stripe balance must be able to cover the transfer amount, or you’ll receive an “Insufficient Funds” error.
TransferService::create Read More »
Method: When you create a new reversal, you must specify a transfer to create it on.
TransferService::createReversal Read More »
Method: Retrieves the details of an existing transfer. Supply the unique transfer ID from either a transfer creation request or the transfer list, and Stripe will return the corresponding transfer information.
TransferService::retrieve Read More »
Method: By default, you can see the 10 most recent reversals stored directly on the transfer object, but you can also retrieve details about a specific reversal stored on the transfer.
TransferService::retrieveReversal Read More »
Method: Updates the specified transfer by setting the values of the parameters passed.
TransferService::update Read More »
Method: Updates the specified reversal by setting the values of the parameters passed.
TransferService::updateReversal Read More »
Method: Creates an AccountLink object that includes a single-use Stripe URL that the platform can redirect their user to in order to take them through the Connect Onboarding flow.
AccountLinkService::create Read More »
Class: Abstract base class for all service factories used to expose service instances through {@link \Stripe\StripeClient}.
AbstractServiceFactory Read More »
Method: Returns a list of capabilities associated with the account. The capabilities are returned sorted by creation date, with the most recent capability appearing first.
AccountService::allCapabilities Read More »
Method: Updates the metadata, account holder name, account holder type of a bank account belonging to a Custom account, and optionally sets it as the default for its currency. Other bank account details are not editable by design.
AccountService::updateExternalAccount Read More »
Method: List external accounts for an account.
AccountService::allExternalAccounts Read More »
Method: Updates an existing person.
AccountService::updatePerson Read More »
Method: Returns a list of people associated with the account’s legal entity. The people are returned sorted by creation date, with the most recent people appearing first.
AccountService::allPersons Read More »
Method: With Connect, you can create Stripe accounts for your users. To do this, you’ll first need to register your platform.
AccountService::create Read More »