#kenny_api
1 messages ¡ Page 1 of 1 (latest)
đ 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.
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);
Hi, there is not I do not think, https://docs.stripe.com/api/topups/create. You would want to change the source, https://docs.stripe.com/api/transfers/create#create_transfer-source_type on the Transfers creation request.
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
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
What is "ACH balance"? And how to increase this?
That balance will increase as you process ACH payments
I see
If so, in case I just accept credit card payment only, there is no way to increase ACH balance, right?
I do not think so from looking at the API reference
May I ask if there is anyway to transfer directly from my bank account ?
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?
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?
We document this here: https://docs.stripe.com/get-started/account/add-funds#settlement-timing
'Funds typically show up in your balance within 1 to 7 business days, depending on the method used to add funds.'
I checked the document but could not found the unique reference code on the Balances page. Please advise!
Is it not under 'Top Up' section?
Do you mean this one?
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
Thank you!
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
I see, thanks for your time!
Sure!