Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API Updates #1623

Merged
merged 1 commit into from Nov 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
@@ -1 +1 @@
v209
v210
9 changes: 7 additions & 2 deletions types/2022-11-15/PaymentIntents.d.ts
Expand Up @@ -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 <img src="…" />
* 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 <img src="…" />
* The SVG path used to render the QR code, can be used as the source in an HTML img tag
*/
image_url_svg: string;
}
Expand Down Expand Up @@ -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
*/
Expand Down