-
Notifications
You must be signed in to change notification settings - Fork 757
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
Authenticate express account tokens documentation? #422
Comments
@die20 This is not something that the library supports today. It has been added to some of our other libraries so I'm going to tag this as a future enhancement. For now the best solution would be to make your own curl request! |
Making your own HTTP request is easy enough to do but super inconvenient. This is really something this library should support. @remi-stripe tell me which resource this should fall under and I'm happy to do it right away. |
This would be a great addition to the library, and would really cover everything needed to complete the on-boarding of new express accounts. |
@abertramds Thanks for sharing the feedback. We'll try to prioritize that one internally! |
This was released in 6.22.0! cc @die20 @samheutmaker @abertramds |
How would I make this request using the stripe-node library?
https://stripe.com/docs/connect/express-accounts#token-request
I can make an http request using the curl params from the link above but I just wanted to make sure I wasn't missing something.
The text was updated successfully, but these errors were encountered: