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

I don't have experience with Chargify's, so...

Basically, braintree has a 'vault' feature where I just add a 'vault_id' attribute to my user model, then call 'response = GATEWAY.store(credit_card, :email => current_user.email)' to send their info off to braintree. Later, that lets me send a charge with their vault_id, and it charges their card.

It's probably just slightly lower-level than Chargify's...




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

Search: