#madmaxX-account-retrieve
1 messages ยท Page 1 of 1 (latest)
๐
Hi there! Stepping in here as @cloud jackal needs to step away. What type of accounts are you retrieving?
We have contractor's bank account connected to make payment to them
Sorry, I meant what type of Connected Accounts?
acct_1KsSxJRRrhYzqP9X
Okay and what do you see when you retrieve the account?
Are you retrieving it with your live key?
I see future_requirements, payouts_enabled, requirements, settings nodes in response object but no external_accounts node.
Can you post the full JSON and redact any sensitive info?
Stripe\Account Object
(
[id] => acct_1KsSxJRRrhYzqP9X
[object] => account
[business_type] => individual
[capabilities] => Stripe\StripeObject Object
(
[transfers] => active
)
[charges_enabled] => 1
[country] => US
[created] => 1650897122
[default_currency] => usd
[details_submitted] => 1
[future_requirements] => Stripe\StripeObject Object
(
[alternatives] => Array
(
)
[current_deadline] =>
[currently_due] => Array
(
)
[disabled_reason] =>
[errors] => Array
(
)
[eventually_due] => Array
(
)
[past_due] => Array
(
)
[pending_verification] => Array
(
)
)
[payouts_enabled] => 1
[requirements] => Stripe\StripeObject Object
(
[alternatives] => Array
(
)
[current_deadline] =>
[currently_due] => Array
(
)
[disabled_reason] =>
[errors] => Array
(
)
[eventually_due] => Array
(
)
[past_due] => Array
(
)
[pending_verification] => Array
(
)
)
[settings] => Stripe\StripeObject Object
(
[bacs_debit_payments] => Array
(
)
[branding] => Stripe\StripeObject Object
(
[icon] =>
[logo] =>
[primary_color] =>
[secondary_color] =>
)
[card_issuing] => Stripe\StripeObject Object
(
[tos_acceptance] => Stripe\StripeObject Object
(
[date] =>
[ip] =>
)
)
[card_payments] => Stripe\StripeObject Object
(
[decline_on] => Stripe\StripeObject Object
(
[avs_failure] =>
[cvc_failure] =>
)
[statement_descriptor_prefix] =>
)
[dashboard] => Stripe\StripeObject Object
(
[display_name] =>
[timezone] => Etc/UTC
)
[payments] => Stripe\StripeObject Object
(
[statement_descriptor] =>
[statement_descriptor_kana] =>
[statement_descriptor_kanji] =>
)
[payouts] => Stripe\StripeObject Object
(
[debit_negative_balances] =>
[schedule] => Stripe\StripeObject Object
(
[delay_days] => 2
[interval] => weekly
[weekly_anchor] => monday
)
[statement_descriptor] =>
)
[sepa_debit_payments] => Array
(
)
)
[type] => custom
)
Can you provide a request ID for that retrieval?
Where will I look for that
I couldn't find that request in logs
Can you provide your account ID?
I now feel like it is doing this because I 'm using test key in prod. account.