You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
James Padolsey edited this page Oct 18, 2013
·
4 revisions
It is important for you to check what version of the Stripe REST API you're currently consuming (via the dashboard). You can explicitly set the version you wish to use like so:
varstripe=require('stripe')('your api key');stripe.setApiVersion('2013-08-13');// latest as of 18th Oct 2013