|
37249 | 37249 | "description": "When enabled, using a card that is attached to a customer will require the CVC to be provided again (i.e. using the cvc_token parameter).", |
37250 | 37250 | "type": "boolean" |
37251 | 37251 | }, |
| 37252 | + "routing": { |
| 37253 | + "$ref": "#/components/schemas/payment_method_options_card_present_routing" |
| 37254 | + }, |
37252 | 37255 | "setup_future_usage": { |
37253 | 37256 | "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).", |
37254 | 37257 | "enum": [ |
|
37272 | 37275 | "title": "PaymentIntentTypeSpecificPaymentMethodOptionsClient", |
37273 | 37276 | "type": "object", |
37274 | 37277 | "x-expandableFields": [ |
37275 | | - "installments" |
| 37278 | + "installments", |
| 37279 | + "routing" |
37276 | 37280 | ] |
37277 | 37281 | }, |
37278 | 37282 | "payment_link": { |
|
43566 | 43570 | "description": "Request ability to [increment](https://stripe.com/docs/terminal/features/incremental-authorizations) this PaymentIntent if the combination of MCC and card brand is eligible. Check [incremental_authorization_supported](https://stripe.com/docs/api/charges/object#charge_object-payment_method_details-card_present-incremental_authorization_supported) in the [Confirm](https://stripe.com/docs/api/payment_intents/confirm) response to verify support.", |
43567 | 43571 | "nullable": true, |
43568 | 43572 | "type": "boolean" |
| 43573 | + }, |
| 43574 | + "routing": { |
| 43575 | + "$ref": "#/components/schemas/payment_method_options_card_present_routing" |
43569 | 43576 | } |
43570 | 43577 | }, |
43571 | 43578 | "required": [ |
|
43574 | 43581 | ], |
43575 | 43582 | "title": "payment_method_options_card_present", |
43576 | 43583 | "type": "object", |
43577 | | - "x-expandableFields": [] |
| 43584 | + "x-expandableFields": [ |
| 43585 | + "routing" |
| 43586 | + ] |
| 43587 | + }, |
| 43588 | + "payment_method_options_card_present_routing": { |
| 43589 | + "description": "", |
| 43590 | + "properties": { |
| 43591 | + "requested_priority": { |
| 43592 | + "description": "Requested routing priority", |
| 43593 | + "enum": [ |
| 43594 | + "domestic", |
| 43595 | + "international" |
| 43596 | + ], |
| 43597 | + "nullable": true, |
| 43598 | + "type": "string" |
| 43599 | + } |
| 43600 | + }, |
| 43601 | + "required": [ |
| 43602 | + "requested_priority" |
| 43603 | + ], |
| 43604 | + "title": "payment_method_options_card_present_routing", |
| 43605 | + "type": "object", |
| 43606 | + "x-expandableFields": [], |
| 43607 | + "x-stripeResource": { |
| 43608 | + "class_name": "Routing", |
| 43609 | + "in_package": "" |
| 43610 | + } |
43578 | 43611 | }, |
43579 | 43612 | "payment_method_options_cashapp": { |
43580 | 43613 | "description": "", |
@@ -137546,6 +137579,21 @@ |
137546 | 137579 | "request_incremental_authorization_support": { |
137547 | 137580 | "description": "Request ability to [increment](https://stripe.com/docs/terminal/features/incremental-authorizations) this PaymentIntent if the combination of MCC and card brand is eligible. Check [incremental_authorization_supported](https://stripe.com/docs/api/charges/object#charge_object-payment_method_details-card_present-incremental_authorization_supported) in the [Confirm](https://stripe.com/docs/api/payment_intents/confirm) response to verify support.", |
137548 | 137581 | "type": "boolean" |
| 137582 | + }, |
| 137583 | + "routing": { |
| 137584 | + "description": "Network routing priority on co-branded EMV cards supporting domestic debit and international card schemes.", |
| 137585 | + "properties": { |
| 137586 | + "requested_priority": { |
| 137587 | + "description": "Routing requested priority", |
| 137588 | + "enum": [ |
| 137589 | + "domestic", |
| 137590 | + "international" |
| 137591 | + ], |
| 137592 | + "type": "string" |
| 137593 | + } |
| 137594 | + }, |
| 137595 | + "title": "routing_payment_method_options_param", |
| 137596 | + "type": "object" |
137549 | 137597 | } |
137550 | 137598 | }, |
137551 | 137599 | "title": "payment_method_options_param", |
@@ -141725,6 +141773,21 @@ |
141725 | 141773 | "request_incremental_authorization_support": { |
141726 | 141774 | "description": "Request ability to [increment](https://stripe.com/docs/terminal/features/incremental-authorizations) this PaymentIntent if the combination of MCC and card brand is eligible. Check [incremental_authorization_supported](https://stripe.com/docs/api/charges/object#charge_object-payment_method_details-card_present-incremental_authorization_supported) in the [Confirm](https://stripe.com/docs/api/payment_intents/confirm) response to verify support.", |
141727 | 141775 | "type": "boolean" |
| 141776 | + }, |
| 141777 | + "routing": { |
| 141778 | + "description": "Network routing priority on co-branded EMV cards supporting domestic debit and international card schemes.", |
| 141779 | + "properties": { |
| 141780 | + "requested_priority": { |
| 141781 | + "description": "Routing requested priority", |
| 141782 | + "enum": [ |
| 141783 | + "domestic", |
| 141784 | + "international" |
| 141785 | + ], |
| 141786 | + "type": "string" |
| 141787 | + } |
| 141788 | + }, |
| 141789 | + "title": "routing_payment_method_options_param", |
| 141790 | + "type": "object" |
141728 | 141791 | } |
141729 | 141792 | }, |
141730 | 141793 | "title": "payment_method_options_param", |
@@ -146844,6 +146907,21 @@ |
146844 | 146907 | "request_incremental_authorization_support": { |
146845 | 146908 | "description": "Request ability to [increment](https://stripe.com/docs/terminal/features/incremental-authorizations) this PaymentIntent if the combination of MCC and card brand is eligible. Check [incremental_authorization_supported](https://stripe.com/docs/api/charges/object#charge_object-payment_method_details-card_present-incremental_authorization_supported) in the [Confirm](https://stripe.com/docs/api/payment_intents/confirm) response to verify support.", |
146846 | 146909 | "type": "boolean" |
| 146910 | + }, |
| 146911 | + "routing": { |
| 146912 | + "description": "Network routing priority on co-branded EMV cards supporting domestic debit and international card schemes.", |
| 146913 | + "properties": { |
| 146914 | + "requested_priority": { |
| 146915 | + "description": "Routing requested priority", |
| 146916 | + "enum": [ |
| 146917 | + "domestic", |
| 146918 | + "international" |
| 146919 | + ], |
| 146920 | + "type": "string" |
| 146921 | + } |
| 146922 | + }, |
| 146923 | + "title": "routing_payment_method_options_param", |
| 146924 | + "type": "object" |
146847 | 146925 | } |
146848 | 146926 | }, |
146849 | 146927 | "title": "payment_method_options_param", |
|
0 commit comments