Subscriptions/Auto-Billing

Some of my clients (Freelancing Sysadmin) sometimes ask for monthly support and I would like to support monthly auto-billing for that service. I heard braintree can do this, but Stripe also has “Stripe Subscriptions”. What gateways support auto-billing?

Hi,

Auto-billing is supported with the following gateways:

Nice, how does it work through Stripe? Like the technical aspect? Does it send out a request to Stripe with the customer data and if they enabled auto-billing. How would stripe know?

The first time your client pays their card details are stored in Stripe and shared with the app as a token. When Invoice Ninja sends out future invoices the app uses the Stripe token to charge the invoice.

Nice, so it’s stored on payment and the token is sent to IN. Thanks!