Skip to content

Commit

Permalink
OpenAPI Update (#592)
Browse files Browse the repository at this point in the history
Update OpenAPI for 44317d7503c81a39778d1251c8d6c590e58b2ab4

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Dec 21, 2023
1 parent 3e06966 commit 792044d
Show file tree
Hide file tree
Showing 2 changed files with 252 additions and 6 deletions.
135 changes: 132 additions & 3 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -29858,7 +29858,16 @@
},
"mandate_us_bank_account": {
"description": "",
"properties": {},
"properties": {
"collection_method": {
"description": "Mandate collection method",
"enum": [
"paper"
],
"type": "string",
"x-stripeBypassValidation": true
}
},
"title": "mandate_us_bank_account",
"type": "object",
"x-expandableFields": [],
Expand Down Expand Up @@ -34221,6 +34230,9 @@
"financial_connections": {
"$ref": "#/components/schemas/linked_account_options_us_bank_account"
},
"mandate_options": {
"$ref": "#/components/schemas/payment_method_options_us_bank_account_mandate_options"
},
"preferred_settlement_speed": {
"description": "Preferred transaction settlement speed",
"enum": [
Expand Down Expand Up @@ -34252,7 +34264,8 @@
"title": "payment_intent_payment_method_options_us_bank_account",
"type": "object",
"x-expandableFields": [
"financial_connections"
"financial_connections",
"mandate_options"
]
},
"payment_intent_processing": {
Expand Down Expand Up @@ -40783,6 +40796,22 @@
"type": "object",
"x-expandableFields": []
},
"payment_method_options_us_bank_account_mandate_options": {
"description": "",
"properties": {
"collection_method": {
"description": "Mandate collection method",
"enum": [
"paper"
],
"type": "string",
"x-stripeBypassValidation": true
}
},
"title": "payment_method_options_us_bank_account_mandate_options",
"type": "object",
"x-expandableFields": []
},
"payment_method_options_wechat_pay": {
"description": "",
"properties": {
Expand Down Expand Up @@ -53015,6 +53044,9 @@
"financial_connections": {
"$ref": "#/components/schemas/linked_account_options_us_bank_account"
},
"mandate_options": {
"$ref": "#/components/schemas/payment_method_options_us_bank_account_mandate_options"
},
"verification_method": {
"description": "Bank account verification method.",
"enum": [
Expand All @@ -53029,7 +53061,8 @@
"title": "setup_intent_payment_method_options_us_bank_account",
"type": "object",
"x-expandableFields": [
"financial_connections"
"financial_connections",
"mandate_options"
]
},
"setup_intent_type_specific_payment_method_options_client": {
Expand Down Expand Up @@ -126016,6 +126049,22 @@
"title": "linked_account_options_param",
"type": "object"
},
"mandate_options": {
"description": "Additional fields for Mandate creation",
"properties": {
"collection_method": {
"description": "The method used to collect offline mandate customer acceptance.",
"enum": [
"",
"paper"
],
"type": "string",
"x-stripeBypassValidation": true
}
},
"title": "mandate_options_param",
"type": "object"
},
"networks": {
"description": "Additional fields for network related functions",
"properties": {
Expand Down Expand Up @@ -129797,6 +129846,22 @@
"title": "linked_account_options_param",
"type": "object"
},
"mandate_options": {
"description": "Additional fields for Mandate creation",
"properties": {
"collection_method": {
"description": "The method used to collect offline mandate customer acceptance.",
"enum": [
"",
"paper"
],
"type": "string",
"x-stripeBypassValidation": true
}
},
"title": "mandate_options_param",
"type": "object"
},
"networks": {
"description": "Additional fields for network related functions",
"properties": {
Expand Down Expand Up @@ -134501,6 +134566,22 @@
"title": "linked_account_options_param",
"type": "object"
},
"mandate_options": {
"description": "Additional fields for Mandate creation",
"properties": {
"collection_method": {
"description": "The method used to collect offline mandate customer acceptance.",
"enum": [
"",
"paper"
],
"type": "string",
"x-stripeBypassValidation": true
}
},
"title": "mandate_options_param",
"type": "object"
},
"networks": {
"description": "Additional fields for network related functions",
"properties": {
Expand Down Expand Up @@ -156754,6 +156835,22 @@
"title": "linked_account_options_param",
"type": "object"
},
"mandate_options": {
"description": "Additional fields for Mandate creation",
"properties": {
"collection_method": {
"description": "The method used to collect offline mandate customer acceptance.",
"enum": [
"",
"paper"
],
"type": "string",
"x-stripeBypassValidation": true
}
},
"title": "mandate_options_param",
"type": "object"
},
"networks": {
"description": "Additional fields for network related functions",
"properties": {
Expand Down Expand Up @@ -158081,6 +158178,22 @@
"title": "linked_account_options_param",
"type": "object"
},
"mandate_options": {
"description": "Additional fields for Mandate creation",
"properties": {
"collection_method": {
"description": "The method used to collect offline mandate customer acceptance.",
"enum": [
"",
"paper"
],
"type": "string",
"x-stripeBypassValidation": true
}
},
"title": "mandate_options_param",
"type": "object"
},
"networks": {
"description": "Additional fields for network related functions",
"properties": {
Expand Down Expand Up @@ -159440,6 +159553,22 @@
"title": "linked_account_options_param",
"type": "object"
},
"mandate_options": {
"description": "Additional fields for Mandate creation",
"properties": {
"collection_method": {
"description": "The method used to collect offline mandate customer acceptance.",
"enum": [
"",
"paper"
],
"type": "string",
"x-stripeBypassValidation": true
}
},
"title": "mandate_options_param",
"type": "object"
},
"networks": {
"description": "Additional fields for network related functions",
"properties": {
Expand Down
Loading

0 comments on commit 792044d

Please sign in to comment.