stripe / stripe-node

Node.js library for the Stripe API.
https://stripe.com
MIT License
3.9k stars 755 forks source link

Missing Required Parameters: #2220

Closed omkarkulkarni2704 closed 2 weeks ago

omkarkulkarni2704 commented 3 weeks ago

Problem: The required parameter currency is missing.

ramya-stripe commented 2 weeks ago

Hey @omkarkulkarni2704

It is intentional that we are not passing the currency there. We want to test that when we do that StripeInvalidRequestError gets thrown

omkarkulkarni2704 commented 2 weeks ago

Ok