#michael.fraser-payout-paid-cross-border
1 messages ยท Page 1 of 1 (latest)
๐
Give me a moment to take a look
This is for a connected account (acct_1Kspk04CjcPbzyRN)
Hey there! Stepping in for @fair knoll as they need to step away. Yep the payout delay will be based on the schedule on the Connected Account if you are creating direct charges on that account. You can have funds be available immediately by testing with our test cards here: https://stripe.com/docs/testing#available-balance
There is no extra delay for cross border
We're creating a "on behalf of" charge through the platform account to the connected account. Will using the "bypass pending balance" for international make the payout available immediately appear?
Yes using that test card will make the balance available immediately in your Connected Account so you can test a payout
Thanks! I'll give that a try.
I see that I have funds available. Now to test the payout handling. ๐ค
๐ค
Ok, you've answered my immediate question. I need to work through what's going wrong on my side. I think we can close out this thread. I'll ask more questions as they arise.
Good luck and let us know if we can help further!
Actually, it looks like my payout create request is being denied for insufficient funds?
I'm getting an exception "You have insufficient funds in your Stripe account for this transfer. Your ACH balance is too low. You can use the /v1/balance endpoint to view your Stripe balance (for more details, see stripe.com/docs/api#balance)." I'm specifying SourceType = "bank_account" in the create payout request is this where I'm going wrong?
Yeah you only use SourceType = "bank_account" if you are accepting ACH payments.
With card payments you just use the "Card" SourceType
Thanks for verifying. When these are automatically scheduled, will we receive separate payout.created/payout.paid events for the different funding sources, similar to manually requesting payouts?
Yep
However if you are using the new ACH integration then that will go into your card balance as well.
It is only our legacy ACH flow that uses the "Bank_account" balance
How about international EFT-like (e.g. BACS & SEPA)?
That makes perfect sense.
Thanks! I just got my payout.paid event.. granted, I mishandled on my side.
๐
But, that's what testing is for! Thanks for your help, Bismarck!