Hacker News new | ask | show | jobs
by there 5346 days ago
yes, corduroy supports recurring billing with credit cards, but currently only with braintree (cards are not stored in corduroy's database for PCI compliance, so it requires a braintree account with a vault).

customers can login and see their invoices and do one-time payments as well as manage their stored cards.

1 comments

So I signup, add my bank account details, and then my clients can pay me via their credit cards, which they can put on record and do a recurring payment?
you would need to signup for a merchant account with braintree first and tie that to your bank account, and then you would enter your braintree account info into corduroy.

when your customers (or your staff) would enter a credit card and choose to save it, it gets stored in your braintree vault and future payments tell braintree to use that stored card to process the payment.