Hi HN!
We're Balanced (YC W2011) (https://balancedpayments.com/) and we're proud proud to announce that we've just released same-day deposits for Wells Fargo customers across the United States.
Wells Fargo depository accounts account for ~17% of all United States bank accounts, so this one curl command:
curl https://api.balancedpayments.com/v1/credits \
-d amount=10000 \
-d description="Math lesson" \
-d bank_account[name]="Johann Bernoulli" \
-d bank_account[account_number]=9900000001 \
-d bank_account[routing_number]=121000358 \
-d bank_account[type]=checking \
-u 7b7a51ccb10c11e19c0a026ba7e239a9:
can issue a
SAME DAY payout to Wells Fargo customers!
Here's the press release link:
https://thenextweb.com/insider/2013/02/25/balanced-payments-brings-same-day-payouts-to-wells-fargo-customers/
Blog post:
http://blog.balancedpayments.com/introducing-balanced-same-day-payouts-wells-fargo/
Here's a jsFiddle to demonstrate it: http://jsfiddle.net/KRFtB/
Stop writing checks! This is the fastest payout solution in a simple easy-to-use API. Remember, you can use Balanced Payouts with any processor!
Happy to answer any questions!
TNW article: https://thenextweb.com/insider/2013/02/25/balanced-payments-...
blog post: http://blog.balancedpayments.com/introducing-balanced-same-d...
jsFiddle example: http://jsfiddle.net/KRFtB/