We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38d45fd commit cea65bcCopy full SHA for cea65bc
types/stripe-js/index.d.ts
@@ -362,6 +362,11 @@ declare module '@stripe/stripe-js' {
362
*/
363
stripeAccount?: string;
364
365
+ /**
366
+ * Override your account's [API version](https://stripe.com/docs/api/versioning).
367
+ */
368
+ apiVersion?: string;
369
+
370
/**
371
* The [IETF language tag](https://en.wikipedia.org/wiki/IETF_language_tag) used to globally configure localization in Stripe.js.
372
* Setting the locale here will localize error strings for all Stripe.js methods.
0 commit comments