AccountService::retrieve()
Method: Retrieves the details of an account.
AccountService::retrieve Read More »
Method: Retrieves the details of an account.
AccountService::retrieve 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 »
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 »
Method: Retrieves an existing person.
AccountService::retrievePerson Read More »
Class: No description found
Method: Updates a connected account by setting the values of the parameters passed. Any parameters not provided are left unchanged.
AccountService::update Read More »
Method: Returns a list of accounts connected to your platform via Connect. If you’re not a platform, the list is empty.
AccountService::all Read More »
Method: Updates an existing Account Capability.
AccountService::updateCapability 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 »