TransferService::update()
Method: Updates the specified transfer by setting the values of the parameters passed.
TransferService::update 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: No description found
AbstractServiceFactory::getServiceClass Read More »
Method: Retrieves the details of an account.
AccountService::retrieve Read More »
Method: No description found
AbstractServiceFactory::__get 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 »
Method: Deletes an existing person’s relationship to the account’s legal entity. Any person with a relationship for an account can be deleted through the API, except if the person is the account_opener. If your integration is using the executive parameter, you cannot delete the only verified executive on file.
AccountService::deletePerson Read More »
Method: With Connect, you may flag accounts as suspicious.
AccountService::reject Read More »
Method: Retrieves information about the specified Account Capability.
AccountService::retrieveCapability Read More »
Method: Retrieve a specified external account for a given account.
AccountService::retrieveExternalAccount Read More »