From bf2790146f24de9d3e39d5354dbb996e88aa6f77 Mon Sep 17 00:00:00 2001 From: pakrym-stripe <99349468+pakrym-stripe@users.noreply.github.com> Date: Thu, 17 Nov 2022 15:17:56 -0800 Subject: [PATCH] API Updates (#1623) Codegen for openapi v210 --- OPENAPI_VERSION | 2 +- types/2022-11-15/PaymentIntents.d.ts | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index 87d0d4f1ad..807458b5fa 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v209 \ No newline at end of file +v210 \ No newline at end of file diff --git a/types/2022-11-15/PaymentIntents.d.ts b/types/2022-11-15/PaymentIntents.d.ts index 0f445dbb2a..5e3cef4340 100644 --- a/types/2022-11-15/PaymentIntents.d.ts +++ b/types/2022-11-15/PaymentIntents.d.ts @@ -800,12 +800,12 @@ declare module 'stripe' { hosted_instructions_url: string; /** - * The image_url_png string used to render QR code, can be used as + * The PNG path used to render the QR code, can be used as the source in an HTML img tag */ image_url_png: string; /** - * The image_url_svg string used to render QR code, can be used as + * The SVG path used to render the QR code, can be used as the source in an HTML img tag */ image_url_svg: string; } @@ -851,6 +851,11 @@ declare module 'stripe' { */ data: string; + /** + * The URL to the hosted WeChat Pay instructions page, which allows customers to view the WeChat Pay QR code. + */ + hosted_instructions_url: string; + /** * The base64 image data for a pre-generated QR code */