#michael.fraser-payout-paid-cross-border

1 messages ยท Page 1 of 1 (latest)

fair knoll
#

Hello ๐Ÿ‘‹

unique crater
#

๐Ÿ‘‹

fair knoll
#

Give me a moment to take a look

unique crater
#

This is for a connected account (acct_1Kspk04CjcPbzyRN)

trim rain
#

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

Simulate payments to test your integration.

#

There is no extra delay for cross border

unique crater
#

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?

trim rain
#

Yes using that test card will make the balance available immediately in your Connected Account so you can test a payout

unique crater
#

Thanks! I'll give that a try.

#

I see that I have funds available. Now to test the payout handling. ๐Ÿคž

trim rain
#

๐Ÿคž

unique crater
#

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.

trim rain
#

Good luck and let us know if we can help further!

unique crater
#

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?

trim rain
#

Yeah you only use SourceType = "bank_account" if you are accepting ACH payments.

#

With card payments you just use the "Card" SourceType

unique crater
#

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?

trim rain
#

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

unique crater
#

How about international EFT-like (e.g. BACS & SEPA)?

trim rain
#

Those all go to Card balance

#

The ACH balance is due to some past NACHA regulations

unique crater
#

That makes perfect sense.

#

Thanks! I just got my payout.paid event.. granted, I mishandled on my side.

trim rain
#

๐Ÿ™‚

unique crater
#

But, that's what testing is for! Thanks for your help, Bismarck!