#fr0smat1c
1 messages ยท Page 1 of 1 (latest)
That doc is phrased confusingly but I think you will want to use the bank numbers in the actual interface https://stripe.com/docs/connect/testing#account-numbers
The tokens would likely be for API calls. Finding the docs on that
And I will report this to the docs team, that doc definitely reads like the dashboard can accept tokens
Thanks you
You can provide the token as the external_account parameter in this API call https://stripe.com/docs/api/external_account_bank_accounts/create#account_create_bank_account-external_account
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I have this error now
But I want to test a top up my Stripe platform account
Using UI
Ah, it sounds like you may have to add a real bank account then. I had to do that with my standard connect account. It has something to do with how standard accounts use this bank account info between live and test mode
Can I top up the platform balance without using real money?
Definitely, the bank account is not actuall accessed in test mode, it is just that real numbers are needed to create it here
Added a real bank account, but I still don't have the "Add to balance" button showing up
Interesting. That is the page where the button is appearing for me. Will see if we have docs on this
While I am looking, one simple way to add test funds to your balance quickly is to make payments with our test cards that bypass pending balance. https://stripe.com/docs/testing#available-balance
Basically when you make payments with them, they funds immediately become available for transfer and whatnot. It may be easier for you to do here if you are not testing top ups specifically
Thanks, I will try this
But I wonder why I don't have the button.
Maybe the documentation is not up to date or I need to fill something in my account?
๐ stepping in as Pompey needs to step away