Frage

Ich suche einen Zahlungsanbieter, der eine API verwendet und variable Kostenabonnements unterstützt, die ich in meine Rails -Anwendung integrieren kann. Wir verwenden derzeit das Active Merchant Plugin für Rails und PayPal als unseren Anbieter, aber ihr wiederkehrendes Abrechnungsverfahren ist offenbar schuppig. Ich denke, dass es möglicherweise einen Anbieter einer Kreditkartenlagereinrichtung gibt (damit wir das selbst nicht bewältigen müssen), die wir anrufen und daher auf wiederkehrende Basis (wie monatlich) anrufen können.

Hat jemand Erfahrung mit britischen Anbietern?

Aktualisieren:

Herr Matt fragte, wo wir PayPal als ein bisschen schuppig fanden. Speziell:

1) Wie wir es verstehen, kann PayPal nur jeden Monat feste Zahlungen von x Pfund abwickeln, sodass wir nicht in einem Monat £ 30 in Höhe von £ 30 und dann 35 £ in einem anderen abrufen können. (Unser Produkt verfügt über eine plus plus-Provision.)

2) Wie wir es verstehen, erwartet PayPal eine feste Laufzeit von x Monaten. Wir möchten einem Kunden die Möglichkeit bieten, mit einem Abonnement von mindestens 1 Monat zu kommen und zu gehen.

3) Außerdem handelt PayPal keine teilweisen Rückerstattungen. Wenn ein Kunde mit uns auf halbem Weg durch seinen fünften Monat kommt und sein Konto beendet, können wir den Rest des Monats nicht erstatten.

War es hilfreich?

Lösung

If this is for what I think it might be SAAS kit might be worth a look

http://railskits.com/saas/

Andere Tipps

just throwing this out not sure if it helps but i read their customer support sucks

http://code.google.com/apis/checkout/developer/index.html

If you can get a merchant account then give Protx (SagePay) a try. I think it already integrates with AM.

How is the PayPal repeat billing being flakey for you? I've used if for a few years, and it's worked just fine (so far).

EDIT

WorldPay might be worth looking at, considering your needs WRT repeat billing and refunds. Their system covers all of the points you outlined above.

What we're doing (for a physical product that is shipped) is using Authorize.NET's CIM (customer information manager). This stores the customers information securely (we dont store CC #s) and then we can bill them at any time for any amount.

Depending upon your situation this is either good or bad - but its an option that especially works well for us since we're shipping a product (the successful payment triggers shipping).

One disadvantage against Paypal is how to handle expired credit cards. The Paypal transaction would continue indefinitely I think but CIM will fail once a CC has expired.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top