Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

stripe.paymentIntents.create not implemented #12

Open
arthurchumak opened this issue Dec 30, 2020 · 3 comments
Open

stripe.paymentIntents.create not implemented #12

arthurchumak opened this issue Dec 30, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@arthurchumak
Copy link

Stacktrace

No matching path: /v1/payment_intents
  at Function.generate (../../node_modules/stripe/lib/Error.js:40:16)
  at IncomingMessage.<anonymous> (../../node_modules/stripe/lib/StripeResource.js:190:33)
@pushplay
Copy link
Owner

pushplay commented Jan 3, 2021

Yup. Payment Intents is a very large undertaking. A lot of the resources are basic CRUD, but the state here is more complicated.

@pushplay pushplay added the enhancement New feature or request label Jan 3, 2021
@Mihailoff
Copy link

Starting without the state would be a step forward and better than failing requests.

@pushplay
Copy link
Owner

I don't know if I agree. Having paths that can't store state in a library whose whole purpose is being stateful would be confusing. People would rightly expect it to be stateful, write tests against it, and then be unhappy when it doesn't work.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants