AccountService::createLoginLink( string $parentId, null|array $params = null, null|array|StripeUtilRequestOptions $opts = null )

Creates a single-use login link for an Express account to access their Stripe dashboard.


Description Description

You may only create login links for <a href="/docs/connect/express-accounts">Express accounts connected to your platform.


Parameters Parameters

$parentId

(Required)

$params

(Optional)

Default value: null

$opts

(Optional)

Default value: null


Top ↑

Return Return

(StripeLoginLink)


Top ↑

Source Source

File: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Service/AccountService.php


			

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.