#πΎππ π΅πππππ πππ
1 messages Β· Page 1 of 1 (latest)
Sorry for the delay! What error are you getting?
it is saying and i quote
stripe.error.InvalidRequestError: Request req_ozLCesX9pfZ6Xn: Your destination account needs to have at least one of the following capabilities enabled: transfers, crypto_transfers, legacy_payments
to this
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
You just created this account right? There's a lot more information you need to provide before you're able to make a livemode transfer to an account like that.
If you were to retrieve that account through the api you'll see in the requirements (https://stripe.com/docs/api/accounts/object#account_object-requirements) that you're missing informatin
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
the express account or the stripe account
the express account
what do you mean by close the program?
as in if this is running on a server
and you close the server will the data stop the server will the data for the express account still be there
no worries
but also to clarify - activation of an express account is an async process and isn't an immediate thing. It could take minutes or hours or even longer depending on what information need to be provided and verified
for some reason my chrome isn't loading
i am going to restart my computer i'll be back in a minuite please don't close
i'm still not sure the things you sent me on the documentation means?
and how i can impliment it
How much do you know about account onboarding? If you haven't read this doc (https://stripe.com/docs/connect/express-accounts) yet, I'd suggest you start there
it still doesn't make that much sense
this is only for a school project so it doesn't have to be secure, the error only talks about capabilities being wouldn't the issue be more specific to that?
No, your issue is just that you created an account and expected it to immediately be available for transfers, which is not how it works
There's a whole onboarding process that needs to be done for the transfer to work
but also if you're doing this for a school project then you should really be using test mode and not live mode
i see
so if I create an account and leave it for a few days max then would it work
or am i missing data
You were definitely missing data when I last checked - as I said earlier, if you retrieve the Account and check the requirements you can see everything you're missing
sorry for the wait my computer is very slow for some reason it's quite new
from your experience, what other requirements typically consist as required parameters in express accounts
let's back up here - did you read the docs and retrieve the account and look at the requirements?
it isn't loading for some reason
like just vaguely is it like some sort of verification or bank account details or what
It's a LOT of things that depends on the business type, country, etc.
there's isn't really a good answer to what are the "typical requirements" because it depends on too many factors
You can try using this (https://stripe.com/docs/connect/required-verification-information)
but again, I'd really urge you to read through the docs and understand how the onboarding process works
You can't expect to just provide all this information upfront and expect to be done
there's always the chance we need to ask for additional information so the user has to come back online and provide it
ok i'll read what you sent me
on one of the earlier links you sent a link about onboarding it tells you how to do it but what nececererly is onboarding
Onboarding is the process that allows the express account owner to provide all their required information