#theonlycarlos - Account call
1 messages ยท Page 1 of 1 (latest)
email and display_name
Can you share the request ID?
Got it. Is this a connected account? Or is this the platform and you are trying to get the info for a connected account?
it is a platform
but still me trying to get the data ๐
I couldn't find a fresh request (somehow they didn't get logged, perhaps I have to wait some time) so I picked a bit older one, I believe that the response was the same
Can you share the response body you got with me here? You can delete any values you don't want shared
I'm sorry, I see that there's display_name. But still need the email ๐
{
"id":"xxx",
"object":"account",
"capabilities":{
"afterpay_clearpay_payments":"inactive",
"au_becs_debit_payments":"inactive",
"bancontact_payments":"inactive",
"card_payments":"inactive",
"eps_payments":"inactive",
"giropay_payments":"inactive",
"ideal_payments":"inactive",
"p24_payments":"inactive",
"sepa_debit_payments":"inactive",
"sofort_payments":"inactive",
"transfers":"inactive"
},
"charges_enabled":false,
"country":"AU",
"default_currency":"aud",
"details_submitted":true,
"payouts_enabled":false,
"settings":{
"bacs_debit_payments":{},
"branding":{
"icon":null,
"logo":null,
"primary_color":null,
"secondary_color":null
},
"card_issuing":{
"tos_acceptance":{
"date":null,
"ip":null
}
},
"card_payments":{
"statement_descriptor_prefix":null
},
"dashboard":{
"display_name":"xxx",
"timezone":"Europe/Skopje"
},
"payments":{
"statement_descriptor":"xxx",
"statement_descriptor_kana":null,
"statement_descriptor_kanji":null
},
"payouts":{
"debit_negative_balances":true,
"schedule":{
"delay_days":2,
"interval":"daily"
},
"statement_descriptor":null
},
"sepa_debit_payments":{}
},
"type":"standard"
}
Apologies. Still looking into this
no worries
Just to confirm here, this info you are trying to retrieve is the platform's?
And you're making the request from a connected account?
I'm trying to retrieve my account's data. I'm making the request from this account through the platform I develop
Gotcha. So platform -> platform then
Are you seeing this behavior in both live mode and test mode?
Or have you just tried this out in test mode?
how to determine if I'm in test mode? ๐
our clients also don't see it, so I assume that both - test and prod
Ah ok then yeah both
For test mode, you have different api keys
sorry, I'm a noob in terms of using Stripe, that's my first touch with it
...and thanks ๐
No problem at all
Still looking. In test mode we restrict which fields are shown, but since you are seeing this in live mode as well the rules are a bit different
I'm very sorry, I think I unconsciously lied to you. I'd check in live mode if I could see my API keys
So it was in test mode?
yes, I just checked, but my assigned jira ticket says otherwise
Ok. Well if it was in test mode, then that explains it. Email won't be shown in test mode
thanks for the help and sorry for wasting your time...
It is ok!