Account::updateCapability()
Method:
Source: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Account.php:261
Method:
Source: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Account.php:261
Method:
Source: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Account.php:336
Method:
Source: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Account.php:427
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.
Source: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Service/AccountLinkService.php:21
Method: Returns a list of accounts connected to your platform via Connect. If you’re not a platform, the list is empty.
Source: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Service/AccountService.php:20
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.
Source: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Service/AccountService.php:38
Method: List external accounts for an account.
Source: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Service/AccountService.php:54
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.
Source: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Service/AccountService.php:72
Method: With Connect, you can create Stripe accounts for your users. To do this, you’ll first need to register your platform.
Source: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Service/AccountService.php:90
Method: Create an external account for a given account.
Source: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Service/AccountService.php:106