#shaharyarilyas

1 messages · Page 1 of 1 (latest)

thin swallowBOT
open badger
waxen acorn
#

yes, i'm developer

#

i want to enable this

open badger
#

Great, have you asked Stripe support about this feature?

#

Or do you have a technical question about this?

waxen acorn
#

here, debit negative balance not showing

open badger
#

Right... can you answer my questions above?

waxen acorn
#

which one?

open badger
#

All of them.

waxen acorn
waxen acorn
open badger
#

So what is your question exactly?

waxen acorn
#

this feature is not enabled for some custom accounts. did I miss anything? Here is my code:

    type: "custom",
    country: "GB",
    email: payload.email.toLowerCase(),
    business_type: "company",
    business_profile: {
      name: payload.business_profile.name,
      url: payload.business_profile.url,
      mcc: payload.business_profile.mcc,
    },

    external_account: {
      object: "bank_account",
      country: "GB",
      currency: "gbp",
      account_holder_name: payload.external_account.account_holder_name,
      account_number: payload.external_account.account_number,
      routing_number: payload.external_account.routing_number,
    },

    capabilities: {
      transfers: { requested: true },
      card_payments: { requested: true },
    },
    tos_acceptance: {
      ip,
      date: Math.round(new Date().getTime() / 1000),
      service_agreement: "full",
    },
    settings: {
      payouts: {
        debit_negative_balances: true,
        schedule: { interval: "manual" },
      },
      payments: {
        statement_descriptor: payload?.settings?.payments?.statement_descriptor,
      },
      branding: {
        logo: uploadLogos[0].id,
        icon: uploadLogos[1].id,
      },
    },
  });```
open badger
#

So you want this enabled but it's not enabled on some accounts and your question is why is it not enabled on some accounts?

waxen acorn
#

yes

open badger
#

Can you give me an example account ID where it's not enabled but you expect it to be enabled?

waxen acorn
#

its a custom test account id : acct_1NwtCCECEaBBnxs3

open badger
#

Looking, hang on...

#

It appears to be enabled as far as I can tell. If you retrieve this account from the API what value are you seeing for debit_negative_balances?

waxen acorn
open badger
#

"debit_negative_balances": true, < Looks enabled to me.

waxen acorn
#

you can see debit_negative_balances is true

#

dashboard of this account

open badger
#

We can't really help with the Dashboard here. We're focused on the API, code, and developer questions. If you need help with the Dashboard you should talk to Stripe support.

waxen acorn
open badger
#

I'm not sure. Could be a Dashboard display issue.

#

But the account has this setting enabled, as you can see via the API.