#madmaxX-account-retrieve

1 messages ยท Page 1 of 1 (latest)

cloud jackal
#

Hello ๐Ÿ‘‹
Give me a moment

shell quest
#

๐Ÿ‘

signal shadow
#

Hi there! Stepping in here as @cloud jackal needs to step away. What type of accounts are you retrieving?

shell quest
#

We have contractor's bank account connected to make payment to them

signal shadow
#

Sorry, I meant what type of Connected Accounts?

shell quest
#

Type :Custom
Business type: Individual

#

Is this what we want or it's something else

signal shadow
#

That seems fine.

#

Can you provide the account ID that you are retrieving?

shell quest
#

acct_1KsSxJRRrhYzqP9X

signal shadow
#

Okay and what do you see when you retrieve the account?

#

Are you retrieving it with your live key?

shell quest
#

I see future_requirements, payouts_enabled, requirements, settings nodes in response object but no external_accounts node.

signal shadow
#

Can you post the full JSON and redact any sensitive info?

shell quest
#

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

)

signal shadow
#

Can you provide a request ID for that retrieval?

shell quest
#

Where will I look for that

shell quest
#

I couldn't find that request in logs

signal shadow
#

Can you provide your account ID?

shell quest
#

I now feel like it is doing this because I 'm using test key in prod. account.