#TLK-MAYAVAN
1 messages · Page 1 of 1 (latest)
Hi there, I can help if you have a problem with Stripe API
hi jack i am from india i want to use connect payout flow but i cant access
Error: Platforms in IN cannot create accounts where the platform is loss-liable, due to risk control measures
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.
iam getting error i didnt get request ID
There's still a request ID even if the api request faild.
req_MrWupEOdFIchXc
Indian platform can only create standard accounts. See https://support.stripe.com/questions/stripe-india-support-for-marketplaces
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.
2 min
can please send me api body parameters
const account = await stripe.accounts.create({
type: 'express',
country: 'IN',
business_type: 'individual', // Adjust business type as per your requirements
capabilities: {
card_payments: { requested: true },
transfers: { requested: true },
},
});
As I said earlier, you can only create standard accounts, but you set typ to express in your code.
can you change this above body like correct way
i did that but not working
No I can't help you code. But I can send you the APi reference https://stripe.com/docs/api/accounts/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Error: You cannot create Standard connected accounts with capabilities via API
Remove the capabilities from your API request.
its working but account restricted
This is expected because you haven't completed the onboarding.
what can i so next step
I'd suggest you to go through the Connect doc and follow the instructions
sure 2 min
i using test mode but its showing
Error: You must update your Connect branding settings with business name, icon, brand color in order to create an account link. You can set the missing fields at
I believe the error message already told you what's the next action item. You should follow it.
You mean accepting payments in this account?
Yup, please wait for stripe support to review your account application.
okey but this onboarding process being to long so can i send payment from my stripe account to consultant direct bank accounts , is there any flow like this
No I don't think you can do that when your account is being verfied.
no i am asking i need to send amount my users direct their bank account without stripe connect
You can't accept payment or create payouts if your account is not yet activated.
i am asking as a scenario not for this account
i have my main account it has completed all verification
You need to be more clear and specific about your question. I still struggle in understanding you.