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.

Source: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Service/AccountLinkService.php:21

Used by 0 functions | Uses 0 functions

AccountService::all()

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

Used by 0 functions | Uses 0 functions

AccountService::allCapabilities()

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

Used by 0 functions | Uses 0 functions

AccountService::allPersons()

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

Used by 0 functions | Uses 0 functions