#callmarl-external-account

1 messages · Page 1 of 1 (latest)

tidal storm
#

Hey! That code you've shared seems unrelated to the error

#

s_ext_account = s_ext_account.verify(amounts = [1, 10])

#

Seems relevant here. But that's not how that works. You don't need to verify an external bank account that way

exotic lion
tidal storm
#

But you're creating an external account for payouts. The verification steps don't apply here

exotic lion
#

In fact I would like to add external account for transfert not for payout. Where I should do the verification steps?

tidal storm
#

You can't do a transfer directly to an external account. That is a payout

#

Transfers facilitate transactions between different Stripe accounts

exotic lion
#

Ok sorry I made a translation error. Where can I verify the external account?

tidal storm
#

You don't need to. Are you experiencing an issue? What are you trying to achieve?

exotic lion
#

No I didn't experience any issue. I'm only looking for because there a section for the status :
https://stripe.com/docs/api/external_account_bank_accounts/object?lang=python#account_bank_account_object-status

We build a kind of marketplace. And sellers must be able to get their money back.

#

In a few words, the model is a bit special because the user needs to subscribe to some sort of certificate to have permission to buy/sell their services.

tidal storm
exotic lion
#

Not yet, but I will thanks for the link.

tidal storm
#

Yep, if you're using Express/Custom then you can use that data

exotic lion
#

Ok I see the way now. Thanks a lot.

tidal storm
#

Sure, np!