Skip to content

REST API Version

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:

var stripe = require('stripe')('your api key');
stripe.setApiVersion('2013-08-13'); // latest as of 18th Oct 2013
Clone this wiki locally