Hacker News new | past | comments | ask | show | jobs | submit login

Why have you not been acquired by Stripe yet? This seems like a bug.



From https://balancedpayments.com "no redirects. no iframes. no external accounts." That's the unqiue, killer feature right there. If some M&A were to happen between those companies, the existence of this feature is imperative. Specifically, if I have a marketplace I don't want my customers to do any more than a) type their paypal email or b) type their bank account details.

Edit: if you happen to seriously be confused by what I've written, please visit the url and ctrl/cmd f for the quote. Then, take a look at what is below. That is,

  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:
You can't do that in Stripe. If you want accomplish the same effect using Stripe, however, your customers will need some kind of account which is external to your site and/or a redirect. Does that help?


I'm confused... Stripe doesn't require redirects, iframes or external accounts.


As I understand Balanced Payments, it's for the other side of the transaction: Stripe is about people giving you money, but Balanced Payments is for sending others money (where you do a straight ACH deposit). (As opposed to paying them via Stripe, or PayPal, etc)


That's exactly right, but we do offer credit card processing as well. Our processing and payouts functionalities can be coupled or used separately. Check out the docs if you've got more questions: https://www.balancedpayments.com/docs/api


I believe you can send money to someone using Stripe Connect, but that would require them setting up a separate Stripe account.




Consider applying for YC's Summer 2025 batch! Applications are open till May 13

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: