#maousatan.

1 messages · Page 1 of 1 (latest)

crisp ridgeBOT
rustic narwhal
#

What is it you need help with?

cerulean ravine
#

Hey Mr. Ynnoj

rustic narwhal
#

Hi!

#

What do you mean by 'JSON testing object'?

#

The related Stripe Account we create?

cerulean ravine
#

I mean a complete JSON object

#

When someone will connect their account to any business Stripe will return this kind of JSON object for future payments:

{
"token_type": "bearer",
"scope": "read_write",
"livemode": false,
"stripe_user_id": "{ACCOUNT_ID}",
}

I need complete JSON response cause i need to make an API

rustic narwhal
#

Well, you can lookup the Account via the API using the stripe_user_id field: https://stripe.com/docs/api/accounts/retrieve
Or you can use webhook events: https://stripe.com/docs/connect/identity-verification-api#determining-if-identity-or-business-verification-is-needed

Learn how Connect platforms can use webhooks and the API to handle identity and business verification.

#

You'd get account.updated events which will contain the full Account object

cerulean ravine
#

Ok one more thing

#

{
"token_type": "bearer",
"scope": "read_write",
"livemode": false,
"stripe_user_id": "{ACCOUNT_ID}",
}

After someone connects their accounts to stripe successfully stripe returns something above like JSON response for receiving the furture payments.

Is the above JSON data is permanent for future payments, i mean this JSON object will not get expired like tokens right na?

rustic narwhal
#

I'm not sure what you mean. The JSON above is just a response to the token connection request

#

It'd not indicative of any account status or payment status

cerulean ravine
#

I am saying something else and what are you replying

#

?

#

I am asking about south and you are talking about north is so beautiful what is going on?

rustic narwhal
#

I'm sorry I don't understand what you're asking me

#

Is the above JSON data is permanent for future payments, i mean this JSON object will not get expired like tokens right na?
What do you mean by this?