Skip to content

Commit

Permalink
Update OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Mar 21, 2024
1 parent 3f06c79 commit 91eb63e
Show file tree
Hide file tree
Showing 6 changed files with 396 additions and 24 deletions.
92 changes: 88 additions & 4 deletions 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
48 changes: 44 additions & 4 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18128,6 +18128,15 @@ components:
maxLength: 5000
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
Expand All @@ -18151,7 +18160,8 @@ components:
- routing_number
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 @@ -29910,6 +29920,15 @@ components:
maxLength: 5000
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
Expand All @@ -29934,7 +29953,8 @@ components:
- routing_number
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 @@ -29997,6 +30017,15 @@ components:
maxLength: 5000
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
Expand All @@ -30021,7 +30050,8 @@ components:
- routing_number
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 @@ -37850,6 +37880,15 @@ components:
maxLength: 5000
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 @@ -37869,7 +37908,8 @@ components:
- routing_number
title: payment_method_details_us_bank_account
type: object
x-expandableFields: []
x-expandableFields:
- mandate
payment_method_details_wechat:
description: ''
properties: {}
Expand Down
92 changes: 88 additions & 4 deletions 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
Loading

0 comments on commit 91eb63e

Please sign in to comment.