diff --git a/openapi/spec3.beta.sdk.json b/openapi/spec3.beta.sdk.json index 49eb5e3a..afc4e637 100644 --- a/openapi/spec3.beta.sdk.json +++ b/openapi/spec3.beta.sdk.json @@ -12315,6 +12315,9 @@ ], "type": "string" }, + "alma": { + "$ref": "#/components/schemas/payment_method_alma" + }, "amazon_pay": { "$ref": "#/components/schemas/payment_method_amazon_pay" }, @@ -12465,6 +12468,7 @@ "affirm", "afterpay_clearpay", "alipay", + "alma", "amazon_pay", "au_becs_debit", "bacs_debit", @@ -12534,6 +12538,7 @@ "affirm", "afterpay_clearpay", "alipay", + "alma", "amazon_pay", "au_becs_debit", "bacs_debit", @@ -43890,6 +43895,9 @@ "alipay": { "$ref": "#/components/schemas/payment_method_options_alipay" }, + "alma": { + "$ref": "#/components/schemas/payment_method_options_alma" + }, "amazon_pay": { "$ref": "#/components/schemas/payment_method_options_amazon_pay" }, @@ -44027,6 +44035,7 @@ "affirm", "afterpay_clearpay", "alipay", + "alma", "amazon_pay", "au_becs_debit", "bacs_debit", @@ -44076,6 +44085,7 @@ "affirm", "afterpay_clearpay", "alipay", + "alma", "amazon_pay", "au_becs_debit", "bacs_debit", @@ -46522,6 +46532,9 @@ ], "type": "string" }, + "alma": { + "$ref": "#/components/schemas/payment_method_alma" + }, "amazon_pay": { "$ref": "#/components/schemas/payment_method_amazon_pay" }, @@ -46705,6 +46718,7 @@ "affirm", "afterpay_clearpay", "alipay", + "alma", "amazon_pay", "au_becs_debit", "bacs_debit", @@ -46779,6 +46793,7 @@ "affirm", "afterpay_clearpay", "alipay", + "alma", "amazon_pay", "au_becs_debit", "bacs_debit", @@ -47014,6 +47029,13 @@ "type": "object", "x-expandableFields": [] }, + "payment_method_alma": { + "description": "", + "properties": {}, + "title": "payment_method_alma", + "type": "object", + "x-expandableFields": [] + }, "payment_method_amazon_pay": { "description": "", "properties": {}, @@ -47905,6 +47927,9 @@ "alipay": { "$ref": "#/components/schemas/payment_method_config_resource_payment_method_properties" }, + "alma": { + "$ref": "#/components/schemas/payment_method_config_resource_payment_method_properties" + }, "amazon_pay": { "$ref": "#/components/schemas/payment_method_config_resource_payment_method_properties" }, @@ -48071,6 +48096,7 @@ "affirm", "afterpay_clearpay", "alipay", + "alma", "amazon_pay", "apple_pay", "au_becs_debit", @@ -48183,6 +48209,9 @@ "alipay": { "$ref": "#/components/schemas/payment_flows_private_payment_methods_alipay_details" }, + "alma": { + "$ref": "#/components/schemas/payment_method_details_alma" + }, "amazon_pay": { "$ref": "#/components/schemas/payment_method_details_amazon_pay" }, @@ -48339,6 +48368,7 @@ "affirm", "afterpay_clearpay", "alipay", + "alma", "amazon_pay", "au_becs_debit", "bacs_debit", @@ -48393,6 +48423,7 @@ "affirm", "afterpay_clearpay", "alipay", + "alma", "amazon_pay", "au_becs_debit", "bacs_debit", @@ -48655,6 +48686,13 @@ "reference" ] }, + "payment_method_details_alma": { + "description": "", + "properties": {}, + "title": "payment_method_details_alma", + "type": "object", + "x-expandableFields": [] + }, "payment_method_details_amazon_pay": { "description": "", "properties": {}, @@ -52139,6 +52177,24 @@ "setup_future_usage" ] }, + "payment_method_options_alma": { + "description": "", + "properties": { + "capture_method": { + "description": "Controls when the funds will be captured from the customer's account.", + "enum": [ + "manual" + ], + "type": "string" + } + }, + "title": "payment_method_options_alma", + "type": "object", + "x-expandableFields": [], + "x-stripeMostCommon": [ + "capture_method" + ] + }, "payment_method_options_amazon_pay": { "description": "", "properties": { @@ -63548,6 +63604,9 @@ "alipay": { "$ref": "#/components/schemas/destination_details_unimplemented" }, + "alma": { + "$ref": "#/components/schemas/destination_details_unimplemented" + }, "amazon_pay": { "$ref": "#/components/schemas/destination_details_unimplemented" }, @@ -63644,6 +63703,7 @@ "affirm", "afterpay_clearpay", "alipay", + "alma", "amazon_pay", "au_bank_transfer", "blik", @@ -63676,6 +63736,7 @@ "affirm", "afterpay_clearpay", "alipay", + "alma", "amazon_pay", "au_bank_transfer", "blik", @@ -114810,6 +114871,7 @@ "affirm", "afterpay_clearpay", "alipay", + "alma", "amazon_pay", "au_becs_debit", "bacs_debit", @@ -160118,6 +160180,12 @@ ], "type": "string" }, + "alma": { + "description": "If this is a Alma PaymentMethod, this hash contains details about the Alma payment method.", + "properties": {}, + "title": "param", + "type": "object" + }, "amazon_pay": { "description": "If this is a AmazonPay PaymentMethod, this hash contains details about the AmazonPay payment method.", "properties": {}, @@ -160827,6 +160895,7 @@ "affirm", "afterpay_clearpay", "alipay", + "alma", "amazon_pay", "au_becs_debit", "bacs_debit", @@ -161149,6 +161218,34 @@ ], "description": "If this is a `alipay` PaymentMethod, this sub-hash contains details about the Alipay payment method options." }, + "alma": { + "anyOf": [ + { + "properties": { + "capture_method": { + "description": "Controls when the funds are captured from the customer's account.\n\nIf provided, this parameter overrides the behavior of the top-level [capture_method](/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.\n\nIf `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.", + "enum": [ + "", + "manual" + ], + "type": "string" + } + }, + "title": "payment_method_options_param", + "type": "object", + "x-stripeMostCommon": [ + "capture_method" + ] + }, + { + "enum": [ + "" + ], + "type": "string" + } + ], + "description": "If this is a `alma` PaymentMethod, this sub-hash contains details about the Alma payment method options." + }, "amazon_pay": { "anyOf": [ { @@ -165488,6 +165585,12 @@ ], "type": "string" }, + "alma": { + "description": "If this is a Alma PaymentMethod, this hash contains details about the Alma payment method.", + "properties": {}, + "title": "param", + "type": "object" + }, "amazon_pay": { "description": "If this is a AmazonPay PaymentMethod, this hash contains details about the AmazonPay payment method.", "properties": {}, @@ -166197,6 +166300,7 @@ "affirm", "afterpay_clearpay", "alipay", + "alma", "amazon_pay", "au_becs_debit", "bacs_debit", @@ -166519,6 +166623,34 @@ ], "description": "If this is a `alipay` PaymentMethod, this sub-hash contains details about the Alipay payment method options." }, + "alma": { + "anyOf": [ + { + "properties": { + "capture_method": { + "description": "Controls when the funds are captured from the customer's account.\n\nIf provided, this parameter overrides the behavior of the top-level [capture_method](/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.\n\nIf `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.", + "enum": [ + "", + "manual" + ], + "type": "string" + } + }, + "title": "payment_method_options_param", + "type": "object", + "x-stripeMostCommon": [ + "capture_method" + ] + }, + { + "enum": [ + "" + ], + "type": "string" + } + ], + "description": "If this is a `alma` PaymentMethod, this sub-hash contains details about the Alma payment method options." + }, "amazon_pay": { "anyOf": [ { @@ -172054,6 +172186,12 @@ ], "type": "string" }, + "alma": { + "description": "If this is a Alma PaymentMethod, this hash contains details about the Alma payment method.", + "properties": {}, + "title": "param", + "type": "object" + }, "amazon_pay": { "description": "If this is a AmazonPay PaymentMethod, this hash contains details about the AmazonPay payment method.", "properties": {}, @@ -172763,6 +172901,7 @@ "affirm", "afterpay_clearpay", "alipay", + "alma", "amazon_pay", "au_becs_debit", "bacs_debit", @@ -173085,6 +173224,34 @@ ], "description": "If this is a `alipay` PaymentMethod, this sub-hash contains details about the Alipay payment method options." }, + "alma": { + "anyOf": [ + { + "properties": { + "capture_method": { + "description": "Controls when the funds are captured from the customer's account.\n\nIf provided, this parameter overrides the behavior of the top-level [capture_method](/api/payment_intents/update#update_payment_intent-capture_method) for this payment method type when finalizing the payment with this payment method type.\n\nIf `capture_method` is already set on the PaymentIntent, providing an empty value for this parameter unsets the stored value for this payment method type.", + "enum": [ + "", + "manual" + ], + "type": "string" + } + }, + "title": "payment_method_options_param", + "type": "object", + "x-stripeMostCommon": [ + "capture_method" + ] + }, + { + "enum": [ + "" + ], + "type": "string" + } + ], + "description": "If this is a `alma` PaymentMethod, this sub-hash contains details about the Alma payment method options." + }, "amazon_pay": { "anyOf": [ { @@ -179618,6 +179785,10 @@ "explode": true, "style": "deepObject" }, + "alma": { + "explode": true, + "style": "deepObject" + }, "amazon_pay": { "explode": true, "style": "deepObject" @@ -179894,6 +180065,35 @@ "display_preference" ] }, + "alma": { + "description": "Alma is a Buy Now, Pay Later payment method that offers customers the ability to pay in 2, 3, or 4 installments.", + "properties": { + "display_preference": { + "description": "Whether or not the payment method should be displayed.", + "properties": { + "preference": { + "description": "The account's preference for whether or not to display this payment method.", + "enum": [ + "none", + "off", + "on" + ], + "type": "string" + } + }, + "title": "display_preference_param", + "type": "object", + "x-stripeMostCommon": [ + "preference" + ] + } + }, + "title": "payment_method_param", + "type": "object", + "x-stripeMostCommon": [ + "display_preference" + ] + }, "amazon_pay": { "description": "Amazon Pay is a wallet payment method that lets your customers check out the same way as on Amazon.", "properties": { @@ -181153,6 +181353,10 @@ "explode": true, "style": "deepObject" }, + "alma": { + "explode": true, + "style": "deepObject" + }, "amazon_pay": { "explode": true, "style": "deepObject" @@ -181433,6 +181637,35 @@ "display_preference" ] }, + "alma": { + "description": "Alma is a Buy Now, Pay Later payment method that offers customers the ability to pay in 2, 3, or 4 installments.", + "properties": { + "display_preference": { + "description": "Whether or not the payment method should be displayed.", + "properties": { + "preference": { + "description": "The account's preference for whether or not to display this payment method.", + "enum": [ + "none", + "off", + "on" + ], + "type": "string" + } + }, + "title": "display_preference_param", + "type": "object", + "x-stripeMostCommon": [ + "preference" + ] + } + }, + "title": "payment_method_param", + "type": "object", + "x-stripeMostCommon": [ + "display_preference" + ] + }, "amazon_pay": { "description": "Amazon Pay is a wallet payment method that lets your customers check out the same way as on Amazon.", "properties": { @@ -183090,6 +183323,7 @@ "affirm", "afterpay_clearpay", "alipay", + "alma", "amazon_pay", "au_becs_debit", "bacs_debit", @@ -183240,6 +183474,10 @@ "explode": true, "style": "deepObject" }, + "alma": { + "explode": true, + "style": "deepObject" + }, "amazon_pay": { "explode": true, "style": "deepObject" @@ -183487,6 +183725,12 @@ ], "type": "string" }, + "alma": { + "description": "If this is a Alma PaymentMethod, this hash contains details about the Alma payment method.", + "properties": {}, + "title": "param", + "type": "object" + }, "amazon_pay": { "description": "If this is a AmazonPay PaymentMethod, this hash contains details about the AmazonPay payment method.", "properties": {}, @@ -184299,6 +184543,7 @@ "affirm", "afterpay_clearpay", "alipay", + "alma", "amazon_pay", "au_becs_debit", "bacs_debit", @@ -199759,6 +200004,12 @@ ], "type": "string" }, + "alma": { + "description": "If this is a Alma PaymentMethod, this hash contains details about the Alma payment method.", + "properties": {}, + "title": "param", + "type": "object" + }, "amazon_pay": { "description": "If this is a AmazonPay PaymentMethod, this hash contains details about the AmazonPay payment method.", "properties": {}, @@ -200468,6 +200719,7 @@ "affirm", "afterpay_clearpay", "alipay", + "alma", "amazon_pay", "au_becs_debit", "bacs_debit", @@ -201626,6 +201878,12 @@ ], "type": "string" }, + "alma": { + "description": "If this is a Alma PaymentMethod, this hash contains details about the Alma payment method.", + "properties": {}, + "title": "param", + "type": "object" + }, "amazon_pay": { "description": "If this is a AmazonPay PaymentMethod, this hash contains details about the AmazonPay payment method.", "properties": {}, @@ -202335,6 +202593,7 @@ "affirm", "afterpay_clearpay", "alipay", + "alma", "amazon_pay", "au_becs_debit", "bacs_debit", @@ -203545,6 +203804,12 @@ ], "type": "string" }, + "alma": { + "description": "If this is a Alma PaymentMethod, this hash contains details about the Alma payment method.", + "properties": {}, + "title": "param", + "type": "object" + }, "amazon_pay": { "description": "If this is a AmazonPay PaymentMethod, this hash contains details about the AmazonPay payment method.", "properties": {}, @@ -204254,6 +204519,7 @@ "affirm", "afterpay_clearpay", "alipay", + "alma", "amazon_pay", "au_becs_debit", "bacs_debit", @@ -226894,6 +227160,12 @@ ], "type": "string" }, + "alma": { + "description": "If this is a Alma PaymentMethod, this hash contains details about the Alma payment method.", + "properties": {}, + "title": "param", + "type": "object" + }, "amazon_pay": { "description": "If this is a AmazonPay PaymentMethod, this hash contains details about the AmazonPay payment method.", "properties": {}, @@ -227603,6 +227875,7 @@ "affirm", "afterpay_clearpay", "alipay", + "alma", "amazon_pay", "au_becs_debit", "bacs_debit", diff --git a/openapi/spec3.beta.sdk.yaml b/openapi/spec3.beta.sdk.yaml index 9a4f5bac..20414f31 100644 --- a/openapi/spec3.beta.sdk.yaml +++ b/openapi/spec3.beta.sdk.yaml @@ -11805,6 +11805,8 @@ components: - limited - unspecified type: string + alma: + $ref: '#/components/schemas/payment_method_alma' amazon_pay: $ref: '#/components/schemas/payment_method_amazon_pay' au_becs_debit: @@ -11910,6 +11912,7 @@ components: - affirm - afterpay_clearpay - alipay + - alma - amazon_pay - au_becs_debit - bacs_debit @@ -11972,6 +11975,7 @@ components: - affirm - afterpay_clearpay - alipay + - alma - amazon_pay - au_becs_debit - bacs_debit @@ -39521,6 +39525,8 @@ components: $ref: '#/components/schemas/payment_method_options_afterpay_clearpay' alipay: $ref: '#/components/schemas/payment_method_options_alipay' + alma: + $ref: '#/components/schemas/payment_method_options_alma' amazon_pay: $ref: '#/components/schemas/payment_method_options_amazon_pay' au_becs_debit: @@ -39622,6 +39628,7 @@ components: - affirm - afterpay_clearpay - alipay + - alma - amazon_pay - au_becs_debit - bacs_debit @@ -39670,6 +39677,7 @@ components: - affirm - afterpay_clearpay - alipay + - alma - amazon_pay - au_becs_debit - bacs_debit @@ -42126,6 +42134,8 @@ components: - limited - unspecified type: string + alma: + $ref: '#/components/schemas/payment_method_alma' amazon_pay: $ref: '#/components/schemas/payment_method_amazon_pay' au_becs_debit: @@ -42265,6 +42275,7 @@ components: - affirm - afterpay_clearpay - alipay + - alma - amazon_pay - au_becs_debit - bacs_debit @@ -42332,6 +42343,7 @@ components: - affirm - afterpay_clearpay - alipay + - alma - amazon_pay - au_becs_debit - bacs_debit @@ -42525,6 +42537,12 @@ components: title: payment_method_afterpay_clearpay type: object x-expandableFields: [] + payment_method_alma: + description: '' + properties: {} + title: payment_method_alma + type: object + x-expandableFields: [] payment_method_amazon_pay: description: '' properties: {} @@ -43385,6 +43403,9 @@ components: alipay: $ref: >- #/components/schemas/payment_method_config_resource_payment_method_properties + alma: + $ref: >- + #/components/schemas/payment_method_config_resource_payment_method_properties amazon_pay: $ref: >- #/components/schemas/payment_method_config_resource_payment_method_properties @@ -43549,6 +43570,7 @@ components: - affirm - afterpay_clearpay - alipay + - alma - amazon_pay - apple_pay - au_becs_debit @@ -43642,6 +43664,8 @@ components: alipay: $ref: >- #/components/schemas/payment_flows_private_payment_methods_alipay_details + alma: + $ref: '#/components/schemas/payment_method_details_alma' amazon_pay: $ref: '#/components/schemas/payment_method_details_amazon_pay' au_becs_debit: @@ -43759,6 +43783,7 @@ components: - affirm - afterpay_clearpay - alipay + - alma - amazon_pay - au_becs_debit - bacs_debit @@ -43812,6 +43837,7 @@ components: - affirm - afterpay_clearpay - alipay + - alma - amazon_pay - au_becs_debit - bacs_debit @@ -44040,6 +44066,12 @@ components: x-stripeMostCommon: - order_id - reference + payment_method_details_alma: + description: '' + properties: {} + title: payment_method_details_alma + type: object + x-expandableFields: [] payment_method_details_amazon_pay: description: '' properties: {} @@ -47380,6 +47412,21 @@ components: x-expandableFields: [] x-stripeMostCommon: - setup_future_usage + payment_method_options_alma: + description: '' + properties: + capture_method: + description: >- + Controls when the funds will be captured from the customer's + account. + enum: + - manual + type: string + title: payment_method_options_alma + type: object + x-expandableFields: [] + x-stripeMostCommon: + - capture_method payment_method_options_amazon_pay: description: '' properties: @@ -57921,6 +57968,8 @@ components: $ref: '#/components/schemas/destination_details_unimplemented' alipay: $ref: '#/components/schemas/destination_details_unimplemented' + alma: + $ref: '#/components/schemas/destination_details_unimplemented' amazon_pay: $ref: '#/components/schemas/destination_details_unimplemented' au_bank_transfer: @@ -57991,6 +58040,7 @@ components: - affirm - afterpay_clearpay - alipay + - alma - amazon_pay - au_bank_transfer - blik @@ -58022,6 +58072,7 @@ components: - affirm - afterpay_clearpay - alipay + - alma - amazon_pay - au_bank_transfer - blik @@ -104570,6 +104621,7 @@ paths: - affirm - afterpay_clearpay - alipay + - alma - amazon_pay - au_becs_debit - bacs_debit @@ -147165,6 +147217,13 @@ paths: - limited - unspecified type: string + alma: + description: >- + If this is a Alma PaymentMethod, this hash contains + details about the Alma payment method. + properties: {} + title: param + type: object amazon_pay: description: >- If this is a AmazonPay PaymentMethod, this hash contains @@ -147838,6 +147897,7 @@ paths: - affirm - afterpay_clearpay - alipay + - alma - amazon_pay - au_becs_debit - bacs_debit @@ -148295,6 +148355,40 @@ paths: If this is a `alipay` PaymentMethod, this sub-hash contains details about the Alipay payment method options. + alma: + anyOf: + - properties: + capture_method: + description: >- + Controls when the funds are captured from the + customer's account. + + + If provided, this parameter overrides the + behavior of the top-level + [capture_method](/api/payment_intents/update#update_payment_intent-capture_method) + for this payment method type when finalizing the + payment with this payment method type. + + + If `capture_method` is already set on the + PaymentIntent, providing an empty value for this + parameter unsets the stored value for this + payment method type. + enum: + - '' + - manual + type: string + title: payment_method_options_param + type: object + x-stripeMostCommon: + - capture_method + - enum: + - '' + type: string + description: >- + If this is a `alma` PaymentMethod, this sub-hash + contains details about the Alma payment method options. amazon_pay: anyOf: - properties: @@ -153807,6 +153901,13 @@ paths: - limited - unspecified type: string + alma: + description: >- + If this is a Alma PaymentMethod, this hash contains + details about the Alma payment method. + properties: {} + title: param + type: object amazon_pay: description: >- If this is a AmazonPay PaymentMethod, this hash contains @@ -154480,6 +154581,7 @@ paths: - affirm - afterpay_clearpay - alipay + - alma - amazon_pay - au_becs_debit - bacs_debit @@ -154937,6 +155039,40 @@ paths: If this is a `alipay` PaymentMethod, this sub-hash contains details about the Alipay payment method options. + alma: + anyOf: + - properties: + capture_method: + description: >- + Controls when the funds are captured from the + customer's account. + + + If provided, this parameter overrides the + behavior of the top-level + [capture_method](/api/payment_intents/update#update_payment_intent-capture_method) + for this payment method type when finalizing the + payment with this payment method type. + + + If `capture_method` is already set on the + PaymentIntent, providing an empty value for this + parameter unsets the stored value for this + payment method type. + enum: + - '' + - manual + type: string + title: payment_method_options_param + type: object + x-stripeMostCommon: + - capture_method + - enum: + - '' + type: string + description: >- + If this is a `alma` PaymentMethod, this sub-hash + contains details about the Alma payment method options. amazon_pay: anyOf: - properties: @@ -161565,6 +161701,13 @@ paths: - limited - unspecified type: string + alma: + description: >- + If this is a Alma PaymentMethod, this hash contains + details about the Alma payment method. + properties: {} + title: param + type: object amazon_pay: description: >- If this is a AmazonPay PaymentMethod, this hash contains @@ -162238,6 +162381,7 @@ paths: - affirm - afterpay_clearpay - alipay + - alma - amazon_pay - au_becs_debit - bacs_debit @@ -162695,6 +162839,40 @@ paths: If this is a `alipay` PaymentMethod, this sub-hash contains details about the Alipay payment method options. + alma: + anyOf: + - properties: + capture_method: + description: >- + Controls when the funds are captured from the + customer's account. + + + If provided, this parameter overrides the + behavior of the top-level + [capture_method](/api/payment_intents/update#update_payment_intent-capture_method) + for this payment method type when finalizing the + payment with this payment method type. + + + If `capture_method` is already set on the + PaymentIntent, providing an empty value for this + parameter unsets the stored value for this + payment method type. + enum: + - '' + - manual + type: string + title: payment_method_options_param + type: object + x-stripeMostCommon: + - capture_method + - enum: + - '' + type: string + description: >- + If this is a `alma` PaymentMethod, this sub-hash + contains details about the Alma payment method options. amazon_pay: anyOf: - properties: @@ -170212,6 +170390,9 @@ paths: alipay: explode: true style: deepObject + alma: + explode: true + style: deepObject amazon_pay: explode: true style: deepObject @@ -170448,6 +170629,31 @@ paths: type: object x-stripeMostCommon: - display_preference + alma: + description: >- + Alma is a Buy Now, Pay Later payment method that offers + customers the ability to pay in 2, 3, or 4 installments. + properties: + display_preference: + description: Whether or not the payment method should be displayed. + properties: + preference: + description: >- + The account's preference for whether or not to + display this payment method. + enum: + - none + - 'off' + - 'on' + type: string + title: display_preference_param + type: object + x-stripeMostCommon: + - preference + title: payment_method_param + type: object + x-stripeMostCommon: + - display_preference amazon_pay: description: >- Amazon Pay is a wallet payment method that lets your @@ -171664,6 +171870,9 @@ paths: alipay: explode: true style: deepObject + alma: + explode: true + style: deepObject amazon_pay: explode: true style: deepObject @@ -171903,6 +172112,31 @@ paths: type: object x-stripeMostCommon: - display_preference + alma: + description: >- + Alma is a Buy Now, Pay Later payment method that offers + customers the ability to pay in 2, 3, or 4 installments. + properties: + display_preference: + description: Whether or not the payment method should be displayed. + properties: + preference: + description: >- + The account's preference for whether or not to + display this payment method. + enum: + - none + - 'off' + - 'on' + type: string + title: display_preference_param + type: object + x-stripeMostCommon: + - preference + title: payment_method_param + type: object + x-stripeMostCommon: + - display_preference amazon_pay: description: >- Amazon Pay is a wallet payment method that lets your @@ -173452,6 +173686,7 @@ paths: - affirm - afterpay_clearpay - alipay + - alma - amazon_pay - au_becs_debit - bacs_debit @@ -173584,6 +173819,9 @@ paths: alipay: explode: true style: deepObject + alma: + explode: true + style: deepObject amazon_pay: explode: true style: deepObject @@ -173786,6 +174024,13 @@ paths: - limited - unspecified type: string + alma: + description: >- + If this is a Alma PaymentMethod, this hash contains details + about the Alma payment method. + properties: {} + title: param + type: object amazon_pay: description: >- If this is a AmazonPay PaymentMethod, this hash contains @@ -174558,6 +174803,7 @@ paths: - affirm - afterpay_clearpay - alipay + - alma - amazon_pay - au_becs_debit - bacs_debit @@ -188385,6 +188631,13 @@ paths: - limited - unspecified type: string + alma: + description: >- + If this is a Alma PaymentMethod, this hash contains + details about the Alma payment method. + properties: {} + title: param + type: object amazon_pay: description: >- If this is a AmazonPay PaymentMethod, this hash contains @@ -189058,6 +189311,7 @@ paths: - affirm - afterpay_clearpay - alipay + - alma - amazon_pay - au_becs_debit - bacs_debit @@ -190282,6 +190536,13 @@ paths: - limited - unspecified type: string + alma: + description: >- + If this is a Alma PaymentMethod, this hash contains + details about the Alma payment method. + properties: {} + title: param + type: object amazon_pay: description: >- If this is a AmazonPay PaymentMethod, this hash contains @@ -190955,6 +191216,7 @@ paths: - affirm - afterpay_clearpay - alipay + - alma - amazon_pay - au_becs_debit - bacs_debit @@ -192206,6 +192468,13 @@ paths: - limited - unspecified type: string + alma: + description: >- + If this is a Alma PaymentMethod, this hash contains + details about the Alma payment method. + properties: {} + title: param + type: object amazon_pay: description: >- If this is a AmazonPay PaymentMethod, this hash contains @@ -192879,6 +193148,7 @@ paths: - affirm - afterpay_clearpay - alipay + - alma - amazon_pay - au_becs_debit - bacs_debit @@ -213128,6 +213398,13 @@ paths: - limited - unspecified type: string + alma: + description: >- + If this is a Alma PaymentMethod, this hash contains + details about the Alma payment method. + properties: {} + title: param + type: object amazon_pay: description: >- If this is a AmazonPay PaymentMethod, this hash contains @@ -213801,6 +214078,7 @@ paths: - affirm - afterpay_clearpay - alipay + - alma - amazon_pay - au_becs_debit - bacs_debit