#callmarl-external-account
1 messages · Page 1 of 1 (latest)
Hey! That code you've shared seems unrelated to the error
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
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
This is exactly the line in cause.
How should I proceed? The difference between the API doc is that is stripe connect account (acct_1KOOLgQYzJJZhYGz) not a cus_*. Could It be the reason?
But you're creating an external account for payouts. The verification steps don't apply here
In fact I would like to add external account for transfert not for payout. Where I should do the verification steps?
You can't do a transfer directly to an external account. That is a payout
Transfers facilitate transactions between different Stripe accounts
Ok sorry I made a translation error. Where can I verify the external account?
You don't need to. Are you experiencing an issue? What are you trying to achieve?
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.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
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.
Haver you tried adding an external account using our test data: https://stripe.com/docs/connect/testing#payouts
Not yet, but I will thanks for the link.
Yep, if you're using Express/Custom then you can use that data
Ok I see the way now. Thanks a lot.
Sure, np!