Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No support for sources #93

Open
ocharles opened this issue Jan 29, 2018 · 5 comments
Open

No support for sources #93

ocharles opened this issue Jan 29, 2018 · 5 comments

Comments

@ocharles
Copy link

It seems that the whole sources API is unimplemented. Is that correct?

@dmjio
Copy link
Owner

dmjio commented Jan 29, 2018

Yes, that is correct. At least, it wasn't possible to perform CRUD on sources in the 2014 version of the API. Although, there was some notion of a "source", but I think it referred to something different (like a parent object). This new source API seems to be related to payment methods.

Here is a list of endpoints this library is based on,
https://web.archive.org/web/20140802220818/https://stripe.com/docs/api#customer_object

We could try to construct a request (using the stripe function) to the sources endpoint and see what happens. Sometimes endpoints are backwards compatible.

@cutsea110
Copy link

Will you support payment APIs soon?
That is, Payment APIs are PaymentMethod, PaymentIntents, SetupIntents.

@dmjio
Copy link
Owner

dmjio commented Mar 4, 2020

@cutsea110 Potentially, when do you need it by? #122 has preliminary support for PaymentIntents as well. cc @NorfairKing

@NorfairKing
Copy link

@cutsea110 I made some code that's just enough for my purposes, but not really fit to be included into this library as-is.

@cutsea110
Copy link

cutsea110 commented Mar 6, 2020

@dmjio @NorfairKing Thanks for your quick reply.

I think I have to deal with deadline by next March.
I want to make the transition early as I have time to spare.

I found this ticket was opened at 2018, so I asked how this project will go.

I'll watch the issue #122 .

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants