FileLinkService::retrieve()
Method: Retrieves the file link with the given ID.
FileLinkService::retrieve 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: No description found
AbstractServiceFactory::__construct 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 »
Method: Create an external account for a given account.
AccountService::createExternalAccount Read More »
Method: Creates a single-use login link for an Express account to access their Stripe dashboard.
AccountService::createLoginLink Read More »
Method: Creates a new person.
AccountService::createPerson Read More »
Method: With Connect, you can delete accounts you manage.
AccountService::delete Read More »
Method: Delete a specified external account for a given account.
AccountService::deleteExternalAccount Read More »