#sweets8594
1 messages · Page 1 of 1 (latest)
Are these service providers your connected accounts?
no, actually I don't understand how to use stripe connect in the first place
https://stripe.com/docs/connect I'd suggest you to go through the doc to understand Connect first.
actually I have read this but I didn't understood
Which part you need more clarifications?
const accountLink = await stripe.accountLinks.create({
account: '{{CONNECTED_ACCOUNT_ID}}',
refresh_url: 'https://example.com/reauth',
return_url: 'https://example.com/return',
type: 'account_onboarding',
});
this is not working
even if i provide it connected account id
and I don't understand it's use
Hi! Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
req_EPIZy0zEhFHWTP
"You must update your Connect branding settings with icon in order to create an account link. You can set the missing fields at https://dashboard.stripe.com/settings/connect""
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
The repsonse tell you how to fix the problem, have you tried?
No, actually i didn't fill the values yet but I can if it can be updated in future
do you know why it is showing restricted
That's because they haven't completed the onboarding.
I'd suggest you to
- Fill in the missing filed at https://dashboard.stripe.com/settings/connect
- Create an account link and complete the onboarding
- So that the connected account is ready for charges and payouts
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.