#yaroslav_25808

1 messages · Page 1 of 1 (latest)

serene lanternBOT
austere furnace
#

Hello

#

No there is no balance check before submitting a charge.

sterile maple
#

but this new ACH flow does not have integration with Plaid, right? or can I call new API by keeping existing integration Plaid -> Stripe?

austere furnace
#

Correct it does not use Plaid. It has its own Instant Verification built in so you would not use Plaid in this case.

serene lanternBOT
sterile maple
hot kraken
#

👋 Not aware of the Plaid Balance check API myself, so not sure if the token you generated would work with that by default.

But yes, if you could get the balance from the account then you can set auto advance to false when the invoice is in draft
This wouldn't work for initial subscription invoice though, would work for subsequent renewal invoices.

sterile maple
#

ok, one more question we use Plaid access_token to create bank processor token and pass it to stripe. Plaid access_token has a tendency to expire and once it happens we can not call Plaid API until user renews connection. How does it impact on Stripe Subscription side?