At Balanced Payments YC W2011, we've been working on simplifying ACH deposits
and we've managed to boil it down to one curl command.
Tell us what you think! Ultimately, our goal with this is to provide
ACH deposits for those who are already using existing processing
solutions, but want to pay their users or vendors via ACH instead.
US only - we're cooking up something for international.
Without further ado:
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:
Try it out!
More about Balanced Payments here: https://balancedpayments.com