#maousatan.
1 messages ยท Page 1 of 1 (latest)
Hello ๐
Doing well, I hope you're doing great too.
Yes I can help if its related to Stripe APIs or SDKs ๐
OK here is the tutorial: https://stripe.com/docs/connect/oauth-standard-accounts
Here is the response we are going to get after any user get connected to a Business account:
{
"token_type": "bearer",
"scope": "read_write",
"livemode": false,
"stripe_user_id": "{ACCOUNT_ID}",
}
Am I right?
Now I actually want to konw that what will be the complete JSON response after connecting successfully
Cause I have tried my best to fill the form with testing data but no progress all i see the error of live mode.
As you know only if after filling the form we will be able to get that JSON response but As i dont have Bank Account I tried to use the test data but I discoverd that it will not be usefulll i need to provide the real data while connecting so that i will get that JSON response
Now I dont know what are the complete fields of this JSON response:
{
"token_type": "bearer",
"scope": "read_write",
"livemode": false,
"stripe_user_id": "{ACCOUNT_ID}",
}
Mr. Hanzo?