welcome: please sign in

Diff for "PaymentProcessor2014"

Differences between revisions 1 and 2
Revision 1 as of 2014-02-26 09:03:00
Size: 1428
Editor: ClintonEbadi
Comment: I guess it's been like four months, time to fix the whole "we only have paypal thing"
Revision 2 as of 2014-02-26 09:30:52
Size: 1719
Editor: ClintonEbadi
Comment: fees
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
For reference, Paypal charges 2.9% + $0.30 per transaction, and slightly more for payments originating in some countries
Line 14: Line 16:
 * https://coinbase.com/merchants
 * fees: 1% + $0.15 for every ACH to our account
   * Really low! They are also waiving the 1% conversion fee from the looks of it. However, the fee is per ACH (for daily receipts) so we can't really associate it with any given member. With fees so low, however, we could simply enter the transfer fee as a general bill.
Line 16: Line 21:
 * fees: 1% + $0.15 for every ACH to our account
   * Really low! They are also waiving the 1% conversion fee from the looks of it. However, the fee is per ACH (for daily receipts) so we can't really associate it with any given member. With fees so low, however, we could simply enter the transfer fee as a general bill.
Line 21: Line 24:
 * https://stripe.com/us/pricing
 * fees: 2.9% + $0.30 per transaction
Line 22: Line 27:
 * support recurring payments  * supports recurring payments
Line 24: Line 29:
 * fees: ...    * Higher integration effort, but then we'll have automated payments

In late 2013 Google Checkout shut down permanently. This has left us with only Paypal as a payment option, and some members are unable to pay us using it (or do not wish to use Paypal). So, we need a new payment processor.

1. Goals

  • Accepting payments from countries that paypal does not support
  • Acceptable to members who hate Paypal

For reference, Paypal charges 2.9% + $0.30 per transaction, and slightly more for payments originating in some countries

2. Candidates

List any payment processor you might want to support here. All options will be added to a poll, and the leading ones will be implemented.

2.1. Coinbase

  • https://coinbase.com/merchants

  • fees: 1% + $0.15 for every ACH to our account
    • Really low! They are also waiving the 1% conversion fee from the looks of it. However, the fee is per ACH (for daily receipts) so we can't really associate it with any given member. With fees so low, however, we could simply enter the transfer fee as a general bill.
  • Overstock.com is accepting bitcoin, why aren't we? (Automatically converted to USD of course)
  • Payment button support, so we could continue our manual payment processing (path of least resistance / fast implementation)

2.2. Stripe

  • https://stripe.com/us/pricing

  • fees: 2.9% + $0.30 per transaction
  • reddit uses them
  • supports recurring payments
  • requires us to set up automatic payment processing
    • Higher integration effort, but then we'll have automated payments

3. Non-Candidates

These payment processors are not going to work.

  • Square
    • Their online payment processing is for their digital market only
    • They only accept US credit cards anyway

PaymentProcessor2014 (last edited 2014-03-03 00:12:37 by RobinTempleton)