abengoa / clj-stripe

Clojure binding for Stripe API
98 stars 26 forks source link

Create card api #10

Open taha-webonise opened 8 years ago

taha-webonise commented 8 years ago

Hi,

I was looking for create card api. Am I missing anything in README?
I would be happy to add it if you think it should be.

Thanks Taha

abengoa commented 8 years ago

Hi Taha, I have been away from the Stripe API for a while (and from this project), have you checked the card function in the common namespace?

https://github.com/abengoa/clj-stripe/blob/master/src/clj_stripe/common.clj#L109

Let me know if that is what you were looking for or if you have any issue with it. You're right it regarding the readme, it seems I should add the documentation there.

taha-webonise commented 8 years ago

Hi, I'm looking for api for adding new card/source to existing customer. here's the link from stripe docs (create card api).

I added this https://github.com/taha-webonise/clj-stripe/commit/0c969b42a40655e15238e2ff77901e387d37cb1d in my fork and it seems like working.

Please take a look and let me know your suggestions.

Thanks Taha