diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index 3dbe888..b34838e 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -9824,6 +9824,9 @@ "konbini": { "$ref": "#/components/schemas/payment_method_konbini" }, + "kr_market": { + "$ref": "#/components/schemas/payment_method_kr_market" + }, "link": { "$ref": "#/components/schemas/payment_method_link" }, @@ -9897,6 +9900,7 @@ "interac_present", "klarna", "konbini", + "kr_market", "link", "mobilepay", "multibanco", @@ -9960,6 +9964,7 @@ "interac_present", "klarna", "konbini", + "kr_market", "link", "mobilepay", "multibanco", @@ -32002,6 +32007,17 @@ "in_package": "" } }, + "mandate_kr_market": { + "description": "", + "properties": {}, + "title": "mandate_kr_market", + "type": "object", + "x-expandableFields": [], + "x-stripeResource": { + "class_name": "KrMarket", + "in_package": "" + } + }, "mandate_link": { "description": "", "properties": {}, @@ -32037,6 +32053,9 @@ "cashapp": { "$ref": "#/components/schemas/mandate_cashapp" }, + "kr_market": { + "$ref": "#/components/schemas/mandate_kr_market" + }, "link": { "$ref": "#/components/schemas/mandate_link" }, @@ -32073,6 +32092,7 @@ "bacs_debit", "card", "cashapp", + "kr_market", "link", "paypal", "payto", @@ -36460,6 +36480,9 @@ "konbini": { "$ref": "#/components/schemas/payment_method_options_konbini" }, + "kr_market": { + "$ref": "#/components/schemas/payment_method_options_kr_market" + }, "link": { "$ref": "#/components/schemas/payment_intent_payment_method_options_link" }, @@ -36540,6 +36563,7 @@ "interac_present", "klarna", "konbini", + "kr_market", "link", "mobilepay", "multibanco", @@ -38776,6 +38800,9 @@ "konbini": { "$ref": "#/components/schemas/payment_method_konbini" }, + "kr_market": { + "$ref": "#/components/schemas/payment_method_kr_market" + }, "link": { "$ref": "#/components/schemas/payment_method_link" }, @@ -38872,6 +38899,7 @@ "interac_present", "klarna", "konbini", + "kr_market", "link", "mobilepay", "multibanco", @@ -38942,6 +38970,7 @@ "interac_present", "klarna", "konbini", + "kr_market", "link", "mobilepay", "multibanco", @@ -40155,6 +40184,9 @@ "konbini": { "$ref": "#/components/schemas/payment_method_details_konbini" }, + "kr_market": { + "$ref": "#/components/schemas/payment_method_details_kr_market" + }, "link": { "$ref": "#/components/schemas/payment_method_details_link" }, @@ -40257,6 +40289,7 @@ "interac_present", "klarna", "konbini", + "kr_market", "link", "mobilepay", "multibanco", @@ -41991,6 +42024,13 @@ "type": "object", "x-expandableFields": [] }, + "payment_method_details_kr_market": { + "description": "", + "properties": {}, + "title": "payment_method_details_kr_market", + "type": "object", + "x-expandableFields": [] + }, "payment_method_details_link": { "description": "", "properties": { @@ -43136,6 +43176,51 @@ "type": "object", "x-expandableFields": [] }, + "payment_method_kr_market": { + "description": "", + "properties": { + "underlying_payment_method": { + "description": "Underlying payment method buyer selected to complete the payment.", + "enum": [ + "bc", + "citi", + "hana", + "hyundai", + "jeju", + "jeonbuk", + "kakaobank", + "kakaopay", + "kbank", + "kdbbank", + "kookmin", + "kwangju", + "lotte", + "mg", + "naverpaycard", + "naverpaypoint", + "nh", + "payco", + "post", + "samsung", + "samsungpay", + "savingsbank", + "shinhan", + "shinhyup", + "suhyup", + "tossbank", + "woori" + ], + "nullable": true, + "type": "string" + } + }, + "required": [ + "underlying_payment_method" + ], + "title": "payment_method_kr_market", + "type": "object", + "x-expandableFields": [] + }, "payment_method_link": { "description": "", "properties": { @@ -43751,6 +43836,22 @@ "type": "object", "x-expandableFields": [] }, + "payment_method_options_kr_market": { + "description": "", + "properties": { + "setup_future_usage": { + "description": "Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nProviding this parameter will [attach the payment method](https://stripe.com/docs/payments/save-during-payment) to the PaymentIntent's Customer, if present, after the PaymentIntent is confirmed and any required actions from the user are complete. If no Customer was provided, the payment method can still be [attached](https://stripe.com/docs/api/payment_methods/attach) to a Customer after the transaction completes.\n\nWhen processing card payments, Stripe also uses `setup_future_usage` to dynamically optimize your payment flow and comply with regional legislation and network rules, such as [SCA](https://stripe.com/docs/strong-customer-authentication).", + "enum": [ + "none", + "off_session" + ], + "type": "string" + } + }, + "title": "payment_method_options_kr_market", + "type": "object", + "x-expandableFields": [] + }, "payment_method_options_multibanco": { "description": "", "properties": { @@ -54874,6 +54975,9 @@ "klarna": { "$ref": "#/components/schemas/setup_attempt_payment_method_details_klarna" }, + "kr_market": { + "$ref": "#/components/schemas/setup_attempt_payment_method_details_kr_market" + }, "link": { "$ref": "#/components/schemas/setup_attempt_payment_method_details_link" }, @@ -54918,6 +55022,7 @@ "cashapp", "ideal", "klarna", + "kr_market", "link", "paypal", "payto", @@ -55427,6 +55532,13 @@ "type": "object", "x-expandableFields": [] }, + "setup_attempt_payment_method_details_kr_market": { + "description": "", + "properties": {}, + "title": "setup_attempt_payment_method_details_kr_market", + "type": "object", + "x-expandableFields": [] + }, "setup_attempt_payment_method_details_link": { "description": "", "properties": {}, @@ -96054,6 +96166,7 @@ "ideal", "klarna", "konbini", + "kr_market", "link", "mobilepay", "multibanco", @@ -136255,6 +136368,46 @@ "title": "param", "type": "object" }, + "kr_market": { + "description": "If this is a KrMarket PaymentMethod, this hash contains details about the KrMarket payment method.", + "properties": { + "underlying_payment_method": { + "description": "Underlying payment method that the buyer selected.", + "enum": [ + "bc", + "citi", + "hana", + "hyundai", + "jeju", + "jeonbuk", + "kakaobank", + "kakaopay", + "kbank", + "kdbbank", + "kookmin", + "kwangju", + "lotte", + "mg", + "naverpaycard", + "naverpaypoint", + "nh", + "payco", + "post", + "samsung", + "samsungpay", + "savingsbank", + "shinhan", + "shinhyup", + "suhyup", + "tossbank", + "woori" + ], + "type": "string" + } + }, + "title": "param", + "type": "object" + }, "link": { "description": "If this is an `Link` PaymentMethod, this hash contains details about the Link payment method.", "properties": {}, @@ -136495,6 +136648,7 @@ "ideal", "klarna", "konbini", + "kr_market", "link", "mobilepay", "multibanco", @@ -137831,6 +137985,32 @@ ], "description": "If this is a `konbini` PaymentMethod, this sub-hash contains details about the Konbini payment method options." }, + "kr_market": { + "anyOf": [ + { + "properties": { + "setup_future_usage": { + "description": "Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nProviding this parameter will [attach the payment method](https://stripe.com/docs/payments/save-during-payment) to the PaymentIntent's Customer, if present, after the PaymentIntent is confirmed and any required actions from the user are complete. If no Customer was provided, the payment method can still be [attached](https://stripe.com/docs/api/payment_methods/attach) to a Customer after the transaction completes.\n\nWhen processing card payments, Stripe also uses `setup_future_usage` to dynamically optimize your payment flow and comply with regional legislation and network rules, such as [SCA](https://stripe.com/docs/strong-customer-authentication).", + "enum": [ + "", + "none", + "off_session" + ], + "type": "string" + } + }, + "title": "payment_method_options_param", + "type": "object" + }, + { + "enum": [ + "" + ], + "type": "string" + } + ], + "description": "If this is a `kr_market` PaymentMethod, this sub-hash contains details about the KR Market payment method options." + }, "link": { "anyOf": [ { @@ -140434,6 +140614,46 @@ "title": "param", "type": "object" }, + "kr_market": { + "description": "If this is a KrMarket PaymentMethod, this hash contains details about the KrMarket payment method.", + "properties": { + "underlying_payment_method": { + "description": "Underlying payment method that the buyer selected.", + "enum": [ + "bc", + "citi", + "hana", + "hyundai", + "jeju", + "jeonbuk", + "kakaobank", + "kakaopay", + "kbank", + "kdbbank", + "kookmin", + "kwangju", + "lotte", + "mg", + "naverpaycard", + "naverpaypoint", + "nh", + "payco", + "post", + "samsung", + "samsungpay", + "savingsbank", + "shinhan", + "shinhyup", + "suhyup", + "tossbank", + "woori" + ], + "type": "string" + } + }, + "title": "param", + "type": "object" + }, "link": { "description": "If this is an `Link` PaymentMethod, this hash contains details about the Link payment method.", "properties": {}, @@ -140674,6 +140894,7 @@ "ideal", "klarna", "konbini", + "kr_market", "link", "mobilepay", "multibanco", @@ -142010,6 +142231,32 @@ ], "description": "If this is a `konbini` PaymentMethod, this sub-hash contains details about the Konbini payment method options." }, + "kr_market": { + "anyOf": [ + { + "properties": { + "setup_future_usage": { + "description": "Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nProviding this parameter will [attach the payment method](https://stripe.com/docs/payments/save-during-payment) to the PaymentIntent's Customer, if present, after the PaymentIntent is confirmed and any required actions from the user are complete. If no Customer was provided, the payment method can still be [attached](https://stripe.com/docs/api/payment_methods/attach) to a Customer after the transaction completes.\n\nWhen processing card payments, Stripe also uses `setup_future_usage` to dynamically optimize your payment flow and comply with regional legislation and network rules, such as [SCA](https://stripe.com/docs/strong-customer-authentication).", + "enum": [ + "", + "none", + "off_session" + ], + "type": "string" + } + }, + "title": "payment_method_options_param", + "type": "object" + }, + { + "enum": [ + "" + ], + "type": "string" + } + ], + "description": "If this is a `kr_market` PaymentMethod, this sub-hash contains details about the KR Market payment method options." + }, "link": { "anyOf": [ { @@ -145553,6 +145800,46 @@ "title": "param", "type": "object" }, + "kr_market": { + "description": "If this is a KrMarket PaymentMethod, this hash contains details about the KrMarket payment method.", + "properties": { + "underlying_payment_method": { + "description": "Underlying payment method that the buyer selected.", + "enum": [ + "bc", + "citi", + "hana", + "hyundai", + "jeju", + "jeonbuk", + "kakaobank", + "kakaopay", + "kbank", + "kdbbank", + "kookmin", + "kwangju", + "lotte", + "mg", + "naverpaycard", + "naverpaypoint", + "nh", + "payco", + "post", + "samsung", + "samsungpay", + "savingsbank", + "shinhan", + "shinhyup", + "suhyup", + "tossbank", + "woori" + ], + "type": "string" + } + }, + "title": "param", + "type": "object" + }, "link": { "description": "If this is an `Link` PaymentMethod, this hash contains details about the Link payment method.", "properties": {}, @@ -145793,6 +146080,7 @@ "ideal", "klarna", "konbini", + "kr_market", "link", "mobilepay", "multibanco", @@ -147129,6 +147417,32 @@ ], "description": "If this is a `konbini` PaymentMethod, this sub-hash contains details about the Konbini payment method options." }, + "kr_market": { + "anyOf": [ + { + "properties": { + "setup_future_usage": { + "description": "Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nProviding this parameter will [attach the payment method](https://stripe.com/docs/payments/save-during-payment) to the PaymentIntent's Customer, if present, after the PaymentIntent is confirmed and any required actions from the user are complete. If no Customer was provided, the payment method can still be [attached](https://stripe.com/docs/api/payment_methods/attach) to a Customer after the transaction completes.\n\nWhen processing card payments, Stripe also uses `setup_future_usage` to dynamically optimize your payment flow and comply with regional legislation and network rules, such as [SCA](https://stripe.com/docs/strong-customer-authentication).", + "enum": [ + "", + "none", + "off_session" + ], + "type": "string" + } + }, + "title": "payment_method_options_param", + "type": "object" + }, + { + "enum": [ + "" + ], + "type": "string" + } + ], + "description": "If this is a `kr_market` PaymentMethod, this sub-hash contains details about the KR Market payment method options." + }, "link": { "anyOf": [ { @@ -154180,6 +154494,7 @@ "ideal", "klarna", "konbini", + "kr_market", "link", "mobilepay", "multibanco", @@ -154377,6 +154692,10 @@ "explode": true, "style": "deepObject" }, + "kr_market": { + "explode": true, + "style": "deepObject" + }, "link": { "explode": true, "style": "deepObject" @@ -154960,6 +155279,46 @@ "title": "param", "type": "object" }, + "kr_market": { + "description": "If this is a KrMarket PaymentMethod, this hash contains details about the KrMarket payment method.", + "properties": { + "underlying_payment_method": { + "description": "Underlying payment method that the buyer selected.", + "enum": [ + "bc", + "citi", + "hana", + "hyundai", + "jeju", + "jeonbuk", + "kakaobank", + "kakaopay", + "kbank", + "kdbbank", + "kookmin", + "kwangju", + "lotte", + "mg", + "naverpaycard", + "naverpaypoint", + "nh", + "payco", + "post", + "samsung", + "samsungpay", + "savingsbank", + "shinhan", + "shinhyup", + "suhyup", + "tossbank", + "woori" + ], + "type": "string" + } + }, + "title": "param", + "type": "object" + }, "link": { "description": "If this is an `Link` PaymentMethod, this hash contains details about the Link payment method.", "properties": {}, @@ -155206,6 +155565,7 @@ "ideal", "klarna", "konbini", + "kr_market", "link", "mobilepay", "multibanco", @@ -155408,6 +155768,10 @@ "explode": true, "style": "deepObject" }, + "kr_market": { + "explode": true, + "style": "deepObject" + }, "link": { "explode": true, "style": "deepObject" @@ -155579,6 +155943,46 @@ }, "type": "array" }, + "kr_market": { + "description": "If this is a KrMarket PaymentMethod, this hash contains details about the KrMarket payment method.", + "properties": { + "underlying_payment_method": { + "description": "Underlying payment method that the buyer selected.", + "enum": [ + "bc", + "citi", + "hana", + "hyundai", + "jeju", + "jeonbuk", + "kakaobank", + "kakaopay", + "kbank", + "kdbbank", + "kookmin", + "kwangju", + "lotte", + "mg", + "naverpaycard", + "naverpaypoint", + "nh", + "payco", + "post", + "samsung", + "samsungpay", + "savingsbank", + "shinhan", + "shinhyup", + "suhyup", + "tossbank", + "woori" + ], + "type": "string" + } + }, + "title": "param", + "type": "object" + }, "link": { "description": "If this is an `Link` PaymentMethod, this hash contains details about the Link payment method.", "properties": {}, @@ -170658,6 +171062,46 @@ "title": "param", "type": "object" }, + "kr_market": { + "description": "If this is a KrMarket PaymentMethod, this hash contains details about the KrMarket payment method.", + "properties": { + "underlying_payment_method": { + "description": "Underlying payment method that the buyer selected.", + "enum": [ + "bc", + "citi", + "hana", + "hyundai", + "jeju", + "jeonbuk", + "kakaobank", + "kakaopay", + "kbank", + "kdbbank", + "kookmin", + "kwangju", + "lotte", + "mg", + "naverpaycard", + "naverpaypoint", + "nh", + "payco", + "post", + "samsung", + "samsungpay", + "savingsbank", + "shinhan", + "shinhyup", + "suhyup", + "tossbank", + "woori" + ], + "type": "string" + } + }, + "title": "param", + "type": "object" + }, "link": { "description": "If this is an `Link` PaymentMethod, this hash contains details about the Link payment method.", "properties": {}, @@ -170898,6 +171342,7 @@ "ideal", "klarna", "konbini", + "kr_market", "link", "mobilepay", "multibanco", @@ -172188,6 +172633,46 @@ "title": "param", "type": "object" }, + "kr_market": { + "description": "If this is a KrMarket PaymentMethod, this hash contains details about the KrMarket payment method.", + "properties": { + "underlying_payment_method": { + "description": "Underlying payment method that the buyer selected.", + "enum": [ + "bc", + "citi", + "hana", + "hyundai", + "jeju", + "jeonbuk", + "kakaobank", + "kakaopay", + "kbank", + "kdbbank", + "kookmin", + "kwangju", + "lotte", + "mg", + "naverpaycard", + "naverpaypoint", + "nh", + "payco", + "post", + "samsung", + "samsungpay", + "savingsbank", + "shinhan", + "shinhyup", + "suhyup", + "tossbank", + "woori" + ], + "type": "string" + } + }, + "title": "param", + "type": "object" + }, "link": { "description": "If this is an `Link` PaymentMethod, this hash contains details about the Link payment method.", "properties": {}, @@ -172428,6 +172913,7 @@ "ideal", "klarna", "konbini", + "kr_market", "link", "mobilepay", "multibanco", @@ -173750,6 +174236,46 @@ "title": "param", "type": "object" }, + "kr_market": { + "description": "If this is a KrMarket PaymentMethod, this hash contains details about the KrMarket payment method.", + "properties": { + "underlying_payment_method": { + "description": "Underlying payment method that the buyer selected.", + "enum": [ + "bc", + "citi", + "hana", + "hyundai", + "jeju", + "jeonbuk", + "kakaobank", + "kakaopay", + "kbank", + "kdbbank", + "kookmin", + "kwangju", + "lotte", + "mg", + "naverpaycard", + "naverpaypoint", + "nh", + "payco", + "post", + "samsung", + "samsungpay", + "savingsbank", + "shinhan", + "shinhyup", + "suhyup", + "tossbank", + "woori" + ], + "type": "string" + } + }, + "title": "param", + "type": "object" + }, "link": { "description": "If this is an `Link` PaymentMethod, this hash contains details about the Link payment method.", "properties": {}, @@ -173990,6 +174516,7 @@ "ideal", "klarna", "konbini", + "kr_market", "link", "mobilepay", "multibanco", @@ -193711,6 +194238,46 @@ "title": "param", "type": "object" }, + "kr_market": { + "description": "If this is a KrMarket PaymentMethod, this hash contains details about the KrMarket payment method.", + "properties": { + "underlying_payment_method": { + "description": "Underlying payment method that the buyer selected.", + "enum": [ + "bc", + "citi", + "hana", + "hyundai", + "jeju", + "jeonbuk", + "kakaobank", + "kakaopay", + "kbank", + "kdbbank", + "kookmin", + "kwangju", + "lotte", + "mg", + "naverpaycard", + "naverpaypoint", + "nh", + "payco", + "post", + "samsung", + "samsungpay", + "savingsbank", + "shinhan", + "shinhyup", + "suhyup", + "tossbank", + "woori" + ], + "type": "string" + } + }, + "title": "param", + "type": "object" + }, "link": { "description": "If this is an `Link` PaymentMethod, this hash contains details about the Link payment method.", "properties": {}, @@ -193951,6 +194518,7 @@ "ideal", "klarna", "konbini", + "kr_market", "link", "mobilepay", "multibanco", diff --git a/embedded/openapi/spec3.json b/embedded/openapi/spec3.json index 7738cb3..07cfe97 100644 --- a/embedded/openapi/spec3.json +++ b/embedded/openapi/spec3.json @@ -6901,6 +6901,9 @@ "konbini": { "$ref": "#/components/schemas/payment_method_konbini" }, + "kr_market": { + "$ref": "#/components/schemas/payment_method_kr_market" + }, "link": { "$ref": "#/components/schemas/payment_method_link" }, @@ -6962,6 +6965,7 @@ "interac_present", "klarna", "konbini", + "kr_market", "link", "mobilepay", "oxxo", @@ -7021,6 +7025,7 @@ "interac_present", "klarna", "konbini", + "kr_market", "link", "mobilepay", "oxxo", @@ -22945,6 +22950,13 @@ "type": "object", "x-expandableFields": [] }, + "mandate_kr_market": { + "description": "", + "properties": {}, + "title": "mandate_kr_market", + "type": "object", + "x-expandableFields": [] + }, "mandate_link": { "description": "", "properties": {}, @@ -22980,6 +22992,9 @@ "cashapp": { "$ref": "#/components/schemas/mandate_cashapp" }, + "kr_market": { + "$ref": "#/components/schemas/mandate_kr_market" + }, "link": { "$ref": "#/components/schemas/mandate_link" }, @@ -23013,6 +23028,7 @@ "bacs_debit", "card", "cashapp", + "kr_market", "link", "paypal", "revolut_pay", @@ -25122,6 +25138,16 @@ } ] }, + "kr_market": { + "anyOf": [ + { + "$ref": "#/components/schemas/payment_method_options_kr_market" + }, + { + "$ref": "#/components/schemas/payment_intent_type_specific_payment_method_options_client" + } + ] + }, "link": { "anyOf": [ { @@ -25298,6 +25324,7 @@ "interac_present", "klarna", "konbini", + "kr_market", "link", "mobilepay", "oxxo", @@ -27237,6 +27264,9 @@ "konbini": { "$ref": "#/components/schemas/payment_method_konbini" }, + "kr_market": { + "$ref": "#/components/schemas/payment_method_kr_market" + }, "link": { "$ref": "#/components/schemas/payment_method_link" }, @@ -27321,6 +27351,7 @@ "interac_present", "klarna", "konbini", + "kr_market", "link", "mobilepay", "oxxo", @@ -27385,6 +27416,7 @@ "interac_present", "klarna", "konbini", + "kr_market", "link", "mobilepay", "oxxo", @@ -28403,6 +28435,9 @@ "konbini": { "$ref": "#/components/schemas/payment_method_details_konbini" }, + "kr_market": { + "$ref": "#/components/schemas/payment_method_details_kr_market" + }, "link": { "$ref": "#/components/schemas/payment_method_details_link" }, @@ -28493,6 +28528,7 @@ "interac_present", "klarna", "konbini", + "kr_market", "link", "mobilepay", "multibanco", @@ -29977,6 +30013,13 @@ "type": "object", "x-expandableFields": [] }, + "payment_method_details_kr_market": { + "description": "", + "properties": {}, + "title": "payment_method_details_kr_market", + "type": "object", + "x-expandableFields": [] + }, "payment_method_details_link": { "description": "", "properties": { @@ -30851,6 +30894,48 @@ "type": "object", "x-expandableFields": [] }, + "payment_method_kr_market": { + "description": "", + "properties": { + "underlying_payment_method": { + "description": "Underlying payment method buyer selected to complete the payment.", + "enum": [ + "bc", + "citi", + "hana", + "hyundai", + "jeju", + "jeonbuk", + "kakaobank", + "kakaopay", + "kbank", + "kdbbank", + "kookmin", + "kwangju", + "lotte", + "mg", + "naverpaycard", + "naverpaypoint", + "nh", + "payco", + "post", + "samsung", + "samsungpay", + "savingsbank", + "shinhan", + "shinhyup", + "suhyup", + "tossbank", + "woori" + ], + "nullable": true, + "type": "string" + } + }, + "title": "payment_method_kr_market", + "type": "object", + "x-expandableFields": [] + }, "payment_method_link": { "description": "", "properties": { @@ -31419,6 +31504,22 @@ "type": "object", "x-expandableFields": [] }, + "payment_method_options_kr_market": { + "description": "", + "properties": { + "setup_future_usage": { + "description": "Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nProviding this parameter will [attach the payment method](https://stripe.com/docs/payments/save-during-payment) to the PaymentIntent's Customer, if present, after the PaymentIntent is confirmed and any required actions from the user are complete. If no Customer was provided, the payment method can still be [attached](https://stripe.com/docs/api/payment_methods/attach) to a Customer after the transaction completes.\n\nWhen processing card payments, Stripe also uses `setup_future_usage` to dynamically optimize your payment flow and comply with regional legislation and network rules, such as [SCA](https://stripe.com/docs/strong-customer-authentication).", + "enum": [ + "none", + "off_session" + ], + "type": "string" + } + }, + "title": "payment_method_options_kr_market", + "type": "object", + "x-expandableFields": [] + }, "payment_method_options_oxxo": { "description": "", "properties": { @@ -37754,6 +37855,9 @@ "klarna": { "$ref": "#/components/schemas/setup_attempt_payment_method_details_klarna" }, + "kr_market": { + "$ref": "#/components/schemas/setup_attempt_payment_method_details_kr_market" + }, "link": { "$ref": "#/components/schemas/setup_attempt_payment_method_details_link" }, @@ -37795,6 +37899,7 @@ "cashapp", "ideal", "klarna", + "kr_market", "link", "paypal", "revolut_pay", @@ -38234,6 +38339,13 @@ "type": "object", "x-expandableFields": [] }, + "setup_attempt_payment_method_details_kr_market": { + "description": "", + "properties": {}, + "title": "setup_attempt_payment_method_details_kr_market", + "type": "object", + "x-expandableFields": [] + }, "setup_attempt_payment_method_details_link": { "description": "", "properties": {}, @@ -74317,6 +74429,7 @@ "ideal", "klarna", "konbini", + "kr_market", "link", "mobilepay", "oxxo", @@ -103680,6 +103793,44 @@ "title": "param", "type": "object" }, + "kr_market": { + "properties": { + "underlying_payment_method": { + "enum": [ + "bc", + "citi", + "hana", + "hyundai", + "jeju", + "jeonbuk", + "kakaobank", + "kakaopay", + "kbank", + "kdbbank", + "kookmin", + "kwangju", + "lotte", + "mg", + "naverpaycard", + "naverpaypoint", + "nh", + "payco", + "post", + "samsung", + "samsungpay", + "savingsbank", + "shinhan", + "shinhyup", + "suhyup", + "tossbank", + "woori" + ], + "type": "string" + } + }, + "title": "param", + "type": "object" + }, "link": { "properties": {}, "title": "param", @@ -103833,6 +103984,7 @@ "ideal", "klarna", "konbini", + "kr_market", "link", "mobilepay", "oxxo", @@ -104975,6 +105127,30 @@ } ] }, + "kr_market": { + "anyOf": [ + { + "properties": { + "setup_future_usage": { + "enum": [ + "", + "none", + "off_session" + ], + "type": "string" + } + }, + "title": "payment_method_options_param", + "type": "object" + }, + { + "enum": [ + "" + ], + "type": "string" + } + ] + }, "link": { "anyOf": [ { @@ -106394,6 +106570,44 @@ "title": "param", "type": "object" }, + "kr_market": { + "properties": { + "underlying_payment_method": { + "enum": [ + "bc", + "citi", + "hana", + "hyundai", + "jeju", + "jeonbuk", + "kakaobank", + "kakaopay", + "kbank", + "kdbbank", + "kookmin", + "kwangju", + "lotte", + "mg", + "naverpaycard", + "naverpaypoint", + "nh", + "payco", + "post", + "samsung", + "samsungpay", + "savingsbank", + "shinhan", + "shinhyup", + "suhyup", + "tossbank", + "woori" + ], + "type": "string" + } + }, + "title": "param", + "type": "object" + }, "link": { "properties": {}, "title": "param", @@ -106547,6 +106761,7 @@ "ideal", "klarna", "konbini", + "kr_market", "link", "mobilepay", "oxxo", @@ -107689,6 +107904,30 @@ } ] }, + "kr_market": { + "anyOf": [ + { + "properties": { + "setup_future_usage": { + "enum": [ + "", + "none", + "off_session" + ], + "type": "string" + } + }, + "title": "payment_method_options_param", + "type": "object" + }, + { + "enum": [ + "" + ], + "type": "string" + } + ] + }, "link": { "anyOf": [ { @@ -109252,6 +109491,44 @@ "title": "param", "type": "object" }, + "kr_market": { + "properties": { + "underlying_payment_method": { + "enum": [ + "bc", + "citi", + "hana", + "hyundai", + "jeju", + "jeonbuk", + "kakaobank", + "kakaopay", + "kbank", + "kdbbank", + "kookmin", + "kwangju", + "lotte", + "mg", + "naverpaycard", + "naverpaypoint", + "nh", + "payco", + "post", + "samsung", + "samsungpay", + "savingsbank", + "shinhan", + "shinhyup", + "suhyup", + "tossbank", + "woori" + ], + "type": "string" + } + }, + "title": "param", + "type": "object" + }, "link": { "properties": {}, "title": "param", @@ -109405,6 +109682,7 @@ "ideal", "klarna", "konbini", + "kr_market", "link", "mobilepay", "oxxo", @@ -110547,6 +110825,30 @@ } ] }, + "kr_market": { + "anyOf": [ + { + "properties": { + "setup_future_usage": { + "enum": [ + "", + "none", + "off_session" + ], + "type": "string" + } + }, + "title": "payment_method_options_param", + "type": "object" + }, + { + "enum": [ + "" + ], + "type": "string" + } + ] + }, "link": { "anyOf": [ { @@ -116897,6 +117199,7 @@ "ideal", "klarna", "konbini", + "kr_market", "link", "mobilepay", "oxxo", @@ -117090,6 +117393,10 @@ "explode": true, "style": "deepObject" }, + "kr_market": { + "explode": true, + "style": "deepObject" + }, "link": { "explode": true, "style": "deepObject" @@ -117610,6 +117917,45 @@ "title": "param", "type": "object" }, + "kr_market": { + "description": "If this is a KrMarket PaymentMethod, this hash contains details about the KrMarket payment method.", + "properties": { + "underlying_payment_method": { + "enum": [ + "bc", + "citi", + "hana", + "hyundai", + "jeju", + "jeonbuk", + "kakaobank", + "kakaopay", + "kbank", + "kdbbank", + "kookmin", + "kwangju", + "lotte", + "mg", + "naverpaycard", + "naverpaypoint", + "nh", + "payco", + "post", + "samsung", + "samsungpay", + "savingsbank", + "shinhan", + "shinhyup", + "suhyup", + "tossbank", + "woori" + ], + "type": "string" + } + }, + "title": "param", + "type": "object" + }, "link": { "description": "If this is an `Link` PaymentMethod, this hash contains details about the Link payment method.", "properties": {}, @@ -117784,6 +118130,7 @@ "ideal", "klarna", "konbini", + "kr_market", "link", "mobilepay", "oxxo", @@ -117977,6 +118324,10 @@ "explode": true, "style": "deepObject" }, + "kr_market": { + "explode": true, + "style": "deepObject" + }, "link": { "explode": true, "style": "deepObject" @@ -118126,6 +118477,45 @@ }, "type": "array" }, + "kr_market": { + "description": "If this is a KrMarket PaymentMethod, this hash contains details about the KrMarket payment method.", + "properties": { + "underlying_payment_method": { + "enum": [ + "bc", + "citi", + "hana", + "hyundai", + "jeju", + "jeonbuk", + "kakaobank", + "kakaopay", + "kbank", + "kdbbank", + "kookmin", + "kwangju", + "lotte", + "mg", + "naverpaycard", + "naverpaypoint", + "nh", + "payco", + "post", + "samsung", + "samsungpay", + "savingsbank", + "shinhan", + "shinhyup", + "suhyup", + "tossbank", + "woori" + ], + "type": "string" + } + }, + "title": "param", + "type": "object" + }, "link": { "description": "If this is an `Link` PaymentMethod, this hash contains details about the Link payment method.", "properties": {}, @@ -128471,6 +128861,44 @@ "title": "param", "type": "object" }, + "kr_market": { + "properties": { + "underlying_payment_method": { + "enum": [ + "bc", + "citi", + "hana", + "hyundai", + "jeju", + "jeonbuk", + "kakaobank", + "kakaopay", + "kbank", + "kdbbank", + "kookmin", + "kwangju", + "lotte", + "mg", + "naverpaycard", + "naverpaypoint", + "nh", + "payco", + "post", + "samsung", + "samsungpay", + "savingsbank", + "shinhan", + "shinhyup", + "suhyup", + "tossbank", + "woori" + ], + "type": "string" + } + }, + "title": "param", + "type": "object" + }, "link": { "properties": {}, "title": "param", @@ -128624,6 +129052,7 @@ "ideal", "klarna", "konbini", + "kr_market", "link", "mobilepay", "oxxo", @@ -129682,6 +130111,44 @@ "title": "param", "type": "object" }, + "kr_market": { + "properties": { + "underlying_payment_method": { + "enum": [ + "bc", + "citi", + "hana", + "hyundai", + "jeju", + "jeonbuk", + "kakaobank", + "kakaopay", + "kbank", + "kdbbank", + "kookmin", + "kwangju", + "lotte", + "mg", + "naverpaycard", + "naverpaypoint", + "nh", + "payco", + "post", + "samsung", + "samsungpay", + "savingsbank", + "shinhan", + "shinhyup", + "suhyup", + "tossbank", + "woori" + ], + "type": "string" + } + }, + "title": "param", + "type": "object" + }, "link": { "properties": {}, "title": "param", @@ -129835,6 +130302,7 @@ "ideal", "klarna", "konbini", + "kr_market", "link", "mobilepay", "oxxo", @@ -130917,6 +131385,44 @@ "title": "param", "type": "object" }, + "kr_market": { + "properties": { + "underlying_payment_method": { + "enum": [ + "bc", + "citi", + "hana", + "hyundai", + "jeju", + "jeonbuk", + "kakaobank", + "kakaopay", + "kbank", + "kdbbank", + "kookmin", + "kwangju", + "lotte", + "mg", + "naverpaycard", + "naverpaypoint", + "nh", + "payco", + "post", + "samsung", + "samsungpay", + "savingsbank", + "shinhan", + "shinhyup", + "suhyup", + "tossbank", + "woori" + ], + "type": "string" + } + }, + "title": "param", + "type": "object" + }, "link": { "properties": {}, "title": "param", @@ -131070,6 +131576,7 @@ "ideal", "klarna", "konbini", + "kr_market", "link", "mobilepay", "oxxo", @@ -147149,6 +147656,44 @@ "title": "param", "type": "object" }, + "kr_market": { + "properties": { + "underlying_payment_method": { + "enum": [ + "bc", + "citi", + "hana", + "hyundai", + "jeju", + "jeonbuk", + "kakaobank", + "kakaopay", + "kbank", + "kdbbank", + "kookmin", + "kwangju", + "lotte", + "mg", + "naverpaycard", + "naverpaypoint", + "nh", + "payco", + "post", + "samsung", + "samsungpay", + "savingsbank", + "shinhan", + "shinhyup", + "suhyup", + "tossbank", + "woori" + ], + "type": "string" + } + }, + "title": "param", + "type": "object" + }, "link": { "properties": {}, "title": "param", @@ -147302,6 +147847,7 @@ "ideal", "klarna", "konbini", + "kr_market", "link", "mobilepay", "oxxo",