#Salman
1 messages ยท Page 1 of 1 (latest)
Are you passing business_type=individual when creating these accounts? https://stripe.com/docs/api/accounts/create#create_account-business_type
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
but even if i don't pass any type then when user select business type individual then why stripe asks for business details after that
Interesting. I am not sure. Checking in to that and will get back to you
Hey apologies I took a bit on this. It actually looks like this is required to be specifies regardless of business type. We have a page that lets you preview requirements based on different configs and it does list URL and industry (as "merchant category code") as requirements https://stripe.com/docs/connect/required-verification-information#US-full-individual--card_payments|transfers
but users are not supposed to provide business information? how can i achieve that?
Sorry was looking but it took a bit. You can pass this info in via the business_profile parameter when creating the account https://stripe.com/docs/api/accounts/create#create_account-business_profile-mcc
https://stripe.com/docs/api/accounts/create#create_account-business_profile-product_description
https://stripe.com/docs/api/accounts/create#create_account-business_profile-url
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
you're not getting sir!!!
in our NFT platform the only purpose we're creating our users connect account so that users'll be able to transfer money to each other on NFT sale/buy we're not a marketplace for users to run businesses then how they are supposed to provide business information as there is nothing
Hi there ๐ taking over, as my colleague needs to step away
Give me a few minutes to get caught up.
are you there???
I'm not sure I understand the problem. If you're creating business-to-business payments (or customer to customer payments)l then you are a marketplace and you have users who are acting as businesses. Even if they're just individuals, they have a Tax ID that their sales will be filed under, which means you have to use Connect and you have to be the payment facilitator
if i want to enable customer to customer payments then what is the possible solution to avoid users to give any business details
There isn't one. The seller will always have to supply their information
doesn't stripe any method to enable transfer money from one user account to another
you mean including business details as well?