AccountLinkService::create()
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 »
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: Returns a list of existing transfers sent to connected accounts. The transfers are returned in sorted order, with the most recently created transfers appearing first.
TransferService::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: 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 »