#kenny_api

1 messages ¡ Page 1 of 1 (latest)

tiny owlBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1253549801698758768

📝 Have more to share? Add details, code, screenshots, videos, etc. below.

night bolt
#

TransferCreateParams params = TransferCreateParams.builder() .setAmount(7000L) .setCurrency("usd") .setDestination(token) .setSourceType(TransferCreateParams.SourceType.BANK_ACCOUNT) .build(); Stripe.apiKey = secretKey; Transfer transfer = Transfer.create(params); logger.debug("transfer: " + transfer);

maiden wren
night bolt
#

For the transfer, I want to use source_type is bank_account to transfer directly from my bank account

#

But I got the error that you are trying to transfer from ACH balance. I don't know what this is, and how to increase this balance

maiden wren
#

If your Stripe account does not enough funds in the ACH balance, it won't work.

#

That balance will increase as you accept ACH payments

night bolt
#

What is "ACH balance"? And how to increase this?

maiden wren
#

That balance will increase as you process ACH payments

night bolt
#

I see

#

If so, in case I just accept credit card payment only, there is no way to increase ACH balance, right?

maiden wren
#

I do not think so from looking at the API reference

night bolt
#

May I ask if there is anyway to transfer directly from my bank account ?

maiden wren
#

No there is not

#

Why don't you want to top up the balance using that bank account, then use the card source to make that Transfer?

night bolt
#

If we top-up to the balance, does it increase the balance right after we send the request or it will take time for your approval?

#

And default top-up source is my bank account, right?

maiden wren
#

'Funds typically show up in your balance within 1 to 7 business days, depending on the method used to add funds.'

night bolt
#

I checked the document but could not found the unique reference code on the Balances page. Please advise!

maiden wren
#

Is it not under 'Top Up' section?

night bolt
#

Do you mean this one?

maiden wren
#

Sorry, I was looking at the Top Up section. We do not know much about the Dashboard behavior so trying to look at this myself as well

night bolt
#

Thank you!

maiden wren
#

I'm unsure where that Stripe unique reference code is on the Dashboard I'm afraid. Please reach out to our support team. Our support team will be able to assist you better than I can: https://support.stripe.com/contact

night bolt
#

I see, thanks for your time!

maiden wren
#

Sure!