Skip to content

Commit

Permalink
OpenAPI Update (#723)
Browse files Browse the repository at this point in the history
Update OpenAPI for 91eb63e59286d66c4b652ac4020e230ee21cf8f3

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Mar 21, 2024
1 parent e70bcf8 commit 096418b
Show file tree
Hide file tree
Showing 2 changed files with 176 additions and 8 deletions.
92 changes: 88 additions & 4 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -19791,6 +19791,25 @@
"nullable": true,
"type": "string"
},
"mandate": {
"anyOf": [
{
"maxLength": 5000,
"type": "string"
},
{
"$ref": "#/components/schemas/mandate"
}
],
"description": "ID of the mandate used to make this payment.",
"x-expansionResources": {
"oneOf": [
{
"$ref": "#/components/schemas/mandate"
}
]
}
},
"network": {
"description": "The network rails used. See the [docs](https://stripe.com/docs/treasury/money-movement/timelines) to learn more about money movement timelines for each network type.",
"enum": [
Expand All @@ -19816,7 +19835,9 @@
],
"title": "inbound_transfers_payment_method_details_us_bank_account",
"type": "object",
"x-expandableFields": [],
"x-expandableFields": [
"mandate"
],
"x-stripeResource": {
"class_name": "UsBankAccount",
"in_package": ""
Expand Down Expand Up @@ -33085,6 +33106,25 @@
"nullable": true,
"type": "string"
},
"mandate": {
"anyOf": [
{
"maxLength": 5000,
"type": "string"
},
{
"$ref": "#/components/schemas/mandate"
}
],
"description": "ID of the mandate used to make this payment.",
"x-expansionResources": {
"oneOf": [
{
"$ref": "#/components/schemas/mandate"
}
]
}
},
"network": {
"description": "The network rails used. See the [docs](https://stripe.com/docs/treasury/money-movement/timelines) to learn more about money movement timelines for each network type.",
"enum": [
Expand All @@ -33111,7 +33151,9 @@
],
"title": "outbound_payments_payment_method_details_us_bank_account",
"type": "object",
"x-expandableFields": [],
"x-expandableFields": [
"mandate"
],
"x-stripeResource": {
"class_name": "UsBankAccount",
"in_package": ""
Expand Down Expand Up @@ -33189,6 +33231,25 @@
"nullable": true,
"type": "string"
},
"mandate": {
"anyOf": [
{
"maxLength": 5000,
"type": "string"
},
{
"$ref": "#/components/schemas/mandate"
}
],
"description": "ID of the mandate used to make this payment.",
"x-expansionResources": {
"oneOf": [
{
"$ref": "#/components/schemas/mandate"
}
]
}
},
"network": {
"description": "The network rails used. See the [docs](https://stripe.com/docs/treasury/money-movement/timelines) to learn more about money movement timelines for each network type.",
"enum": [
Expand All @@ -33215,7 +33276,9 @@
],
"title": "outbound_transfers_payment_method_details_us_bank_account",
"type": "object",
"x-expandableFields": [],
"x-expandableFields": [
"mandate"
],
"x-stripeResource": {
"class_name": "UsBankAccount",
"in_package": ""
Expand Down Expand Up @@ -41650,6 +41713,25 @@
"nullable": true,
"type": "string"
},
"mandate": {
"anyOf": [
{
"maxLength": 5000,
"type": "string"
},
{
"$ref": "#/components/schemas/mandate"
}
],
"description": "ID of the mandate used to make this payment.",
"x-expansionResources": {
"oneOf": [
{
"$ref": "#/components/schemas/mandate"
}
]
}
},
"payment_reference": {
"description": "Reference number to locate ACH payments with customer's bank.",
"maxLength": 5000,
Expand All @@ -41673,7 +41755,9 @@
],
"title": "payment_method_details_us_bank_account",
"type": "object",
"x-expandableFields": []
"x-expandableFields": [
"mandate"
]
},
"payment_method_details_wechat": {
"description": "",
Expand Down
92 changes: 88 additions & 4 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -13113,6 +13113,25 @@
"nullable": true,
"type": "string"
},
"mandate": {
"anyOf": [
{
"maxLength": 5000,
"type": "string"
},
{
"$ref": "#/components/schemas/mandate"
}
],
"description": "ID of the mandate used to make this payment.",
"x-expansionResources": {
"oneOf": [
{
"$ref": "#/components/schemas/mandate"
}
]
}
},
"network": {
"description": "The network rails used. See the [docs](https://stripe.com/docs/treasury/money-movement/timelines) to learn more about money movement timelines for each network type.",
"enum": [
Expand All @@ -13132,7 +13151,9 @@
],
"title": "inbound_transfers_payment_method_details_us_bank_account",
"type": "object",
"x-expandableFields": []
"x-expandableFields": [
"mandate"
]
},
"internal_card": {
"description": "",
Expand Down Expand Up @@ -22139,6 +22160,25 @@
"nullable": true,
"type": "string"
},
"mandate": {
"anyOf": [
{
"maxLength": 5000,
"type": "string"
},
{
"$ref": "#/components/schemas/mandate"
}
],
"description": "ID of the mandate used to make this payment.",
"x-expansionResources": {
"oneOf": [
{
"$ref": "#/components/schemas/mandate"
}
]
}
},
"network": {
"description": "The network rails used. See the [docs](https://stripe.com/docs/treasury/money-movement/timelines) to learn more about money movement timelines for each network type.",
"enum": [
Expand All @@ -22159,7 +22199,9 @@
],
"title": "outbound_payments_payment_method_details_us_bank_account",
"type": "object",
"x-expandableFields": []
"x-expandableFields": [
"mandate"
]
},
"outbound_transfers_payment_method_details": {
"description": "",
Expand Down Expand Up @@ -22229,6 +22271,25 @@
"nullable": true,
"type": "string"
},
"mandate": {
"anyOf": [
{
"maxLength": 5000,
"type": "string"
},
{
"$ref": "#/components/schemas/mandate"
}
],
"description": "ID of the mandate used to make this payment.",
"x-expansionResources": {
"oneOf": [
{
"$ref": "#/components/schemas/mandate"
}
]
}
},
"network": {
"description": "The network rails used. See the [docs](https://stripe.com/docs/treasury/money-movement/timelines) to learn more about money movement timelines for each network type.",
"enum": [
Expand All @@ -22249,7 +22310,9 @@
],
"title": "outbound_transfers_payment_method_details_us_bank_account",
"type": "object",
"x-expandableFields": []
"x-expandableFields": [
"mandate"
]
},
"package_dimensions": {
"description": "",
Expand Down Expand Up @@ -29124,6 +29187,25 @@
"nullable": true,
"type": "string"
},
"mandate": {
"anyOf": [
{
"maxLength": 5000,
"type": "string"
},
{
"$ref": "#/components/schemas/mandate"
}
],
"description": "ID of the mandate used to make this payment.",
"x-expansionResources": {
"oneOf": [
{
"$ref": "#/components/schemas/mandate"
}
]
}
},
"payment_reference": {
"description": "Reference number to locate ACH payments with customer's bank.",
"maxLength": 5000,
Expand All @@ -29139,7 +29221,9 @@
},
"title": "payment_method_details_us_bank_account",
"type": "object",
"x-expandableFields": []
"x-expandableFields": [
"mandate"
]
},
"payment_method_details_wechat": {
"description": "",
Expand Down

0 comments on commit 096418b

Please sign in to comment.