Live data from Hacker News

Send payouts with Stripe

stripe.com

21–30 of 143 posts

Re: Send payouts with Stripe

#21
post #12

Apart from Balanced Payments and Dwolla I don't think anyone gives a simple way (means using API) to send payouts. This could be huge!

Balanced Payments only allows transfers to customers with Wells Fargo accounts, right? Does Stripe allow transfers to all banks?

Same day to Wells, next day to else, I believe.

Re: Send payouts with Stripe

#23
$0.25/transfer, without a cap on the amount? Might expose Stripe to a lot of risk on large transfers?

Example: If something goes sideways on an $100k transfer, $0.25 is 0.0003% of the borked transaction....

Re: Send payouts with Stripe

#25
post #9

Earlier quoted context omitted.

(I work at Stripe.) Right. Those are both things that are on our product roadmap. (:

On an only moderately related note... here are two more things that I would love to see on the roadmap: 1) Better support for disputes in the API (right now to get all our disputes, we have to pull _all_ charges and walk them...) 2) The ability to generate test disputes. You guys provide an awesome test API, but there's no way to generate disputed charges in testing, so I can't test any of that functionality...

1) You should be able to pass in "disputed=true" to the charge listing call: GET https://api.stripe.com/v1/charges?disputed=true

2) Definitely. We'll keep that in mind!

Re: Send payouts with Stripe

#27
post #8

Earlier quoted context omitted.

Tl;dr: we work with a bank to do this; we do lots of checks; and you're required to verify the identity of the recipients. See https://stripe.com/docs/tutorials/sending-transfers#verifyin... for more info.

Do the funds ever sit in your (Stripe's) account or is the ACH transfer direct from the card to the destination account?

Our implementation might change over time, but we don't ever take title of the funds at the moment.

Re: Send payouts with Stripe

#28
post #5

This is cool, but the money has to be charged via credit card first right? It would be nice to transfer money from the bank account linked to stripe to another account, and as a user of Stripe's connect API, it would be nice to enable this in our apps for our users. Even cooler would be full blown ACH. We are working with ACH providers now and what a stark contrast to the beauty of stripe. All require some form of mo…

You could checkout Balanced Payments ( https://balancedpayments.com/ ) - a YC company that does ACH.

Last time I checked they didn't do ACH, and were doing basically what stripe released today.

Re: Send payouts with Stripe

#29
post #27

Earlier quoted context omitted.

Do the funds ever sit in your (Stripe's) account or is the ACH transfer direct from the card to the destination account?

Our implementation might change over time, but we don't ever take title of the funds at the moment.

Nor does any money transmitter.

You didn't answer the question.

Re: Send payouts with Stripe

#30
post #8

How does this jive with laws around transmitting money?

Tl;dr: we work with a bank to do this; we do lots of checks; and you're required to verify the identity of the recipients. See https://stripe.com/docs/tutorials/sending-transfers#verifyin... for more info.

How does Stripe verify the business (which service do you leverage), besides matching against the OFAC blacklist?
Post reply on HN