#Laurent-express-account-onboarding
1 messages · Page 1 of 1 (latest)
hi! what's the account ID acct_xxx?
acct_1MYocSRdTqydltXx
I trie to write something like that :
$stripe->accounts->updateCapability(
'acct_1MYocSRdTqydltXx',
'transfers',
['requested' => true]
);
to provide the required information you would create an AccountLink and redirect the user to that. https://stripe.com/docs/connect/express-accounts#create-link which gives them a Stripe-hosted onboarding page to enter all required information.
I m sorry but I don't undestand these links
'refresh_url' => 'https://example.com/reauth',
'return_url' => 'https://example.com/return',
what is the code for this 2 pages ?
Laurent-express-account-onboarding