#usmanfarooq-connect
1 messages · Page 1 of 1 (latest)
I have tried but while testing an account it gives no account exists with this id.
I hit standard stripe account api and in callback i get an account number if i click on skip on test button (while making transfer to that account says that there is no account exists with this number)
what's the exact error message and request ID req_xxx for the error? https://support.stripe.com/questions/finding-the-id-for-an-api-request
please guide on this
this one
that's not a guide, I mean, which guide are you using?
if you are following the docs that's where they direct you to
First i am hitting the link OAuth for standard account
then it hitting my callback and giving this error
how user going to connect their stirpe account to my platform ?
i am hiting this url
they would visit that link, submit the form, and then you make an API call to complete the connection
then how user going to connect his account to my platform
you are missing that last part, the API call to complete the connection https://stripe.com/docs/connect/oauth-standard-accounts#token-request
https://stripe.com/docs/connect/enable-payment-acceptance-guide for example! You create an account for them in the API yourself.
i am getting some mistake of mine from this
i am going to implement again from the guide you sent to me