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 */