diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index 5d756f90ce..d8d134b16d 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v552 \ No newline at end of file +v553 \ No newline at end of file diff --git a/types/Issuing/CardDesignsResource.d.ts b/types/Issuing/CardDesignsResource.d.ts index b210f3c955..473a981752 100644 --- a/types/Issuing/CardDesignsResource.d.ts +++ b/types/Issuing/CardDesignsResource.d.ts @@ -10,7 +10,7 @@ declare module 'stripe' { card_bundle: string; /** - * The file for the card logo, for use with card bundles that support card logos. + * The file for the card logo, for use with card bundles that support card logos. Must have `purpose` value of `issuing_logo`. */ card_logo?: string; @@ -95,7 +95,7 @@ declare module 'stripe' { card_bundle?: string; /** - * The file for the card logo, for use with card bundles that support card logos. + * The file for the card logo, for use with card bundles that support card logos. Must have `purpose` value of `issuing_logo`. */ card_logo?: Stripe.Emptyable;