AccountService
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 »
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 »
Method: Sends a request to Stripe’s Connect API.
OAuthService::requestConnect Read More »
Method: Capture the funds of an existing uncaptured PaymentIntent when its status is requires_capture.
PaymentIntentService::capture Read More »
Method: Generates a URL to Stripe’s OAuth form.
OAuthService::authorizeUrl Read More »
Method: Confirm that your customer intends to pay with current or provided payment method. Upon confirmation, the PaymentIntent will attempt to initiate a payment.
PaymentIntentService::confirm Read More »
Method: Use an authoriztion code to connect an account to your platform and fetch the user’s credentials.
OAuthService::token Read More »