Skip to content

Commit

Permalink
OpenAPI Update (#530)
Browse files Browse the repository at this point in the history
Update OpenAPI for eff3f0c373187cf2ba9ac11f303a6ca7bf6fa9f4

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored Nov 16, 2023
1 parent 9e6cdcd commit 07c7fe2
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 2 deletions.
35 changes: 34 additions & 1 deletion embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -381,11 +381,22 @@
"description": "",
"properties": {
"display_name": {
"description": "The Bacs Direct Debit Display Name for this account. For payments made with Bacs Direct Debit, this will appear on the mandate, and as the statement descriptor.",
"description": "The Bacs Direct Debit display name for this account. For payments made with Bacs Direct Debit, this name appears on the mandate as the statement descriptor. Mobile banking apps display it as the name of the business. To use custom branding, set the Bacs Direct Debit Display Name during or right after creation. Custom branding incurs an additional monthly fee for the platform. The fee appears 5 business days after requesting Bacs. If you don't set the display name before requesting Bacs capability, it's automatically set as \"Stripe\" and the account is onboarded to Stripe branding, which is free.",
"maxLength": 5000,
"nullable": true,
"type": "string"
},
"service_user_number": {
"description": "The Bacs Direct Debit Service user number for this account. For payments made with Bacs Direct Debit, this number is a unique identifier of the account with our banking partners.",
"maxLength": 5000,
"nullable": true,
"type": "string"
}
},
"required": [
"display_name",
"service_user_number"
],
"title": "AccountBacsDebitPaymentsSettings",
"type": "object",
"x-expandableFields": [],
Expand Down Expand Up @@ -70846,6 +70857,17 @@
"settings": {
"description": "Options for customizing how the account functions within Stripe.",
"properties": {
"bacs_debit_payments": {
"description": "Settings specific to Bacs Direct Debit.",
"properties": {
"display_name": {
"description": "The Bacs Direct Debit Display Name for this account. For payments made with Bacs Direct Debit, this name appears on the mandate as the statement descriptor. Mobile banking apps display it as the name of the business. To use custom branding, set the Bacs Direct Debit Display Name during or right after creation. Custom branding incurs an additional monthly fee for the platform. If you don't set the display name before requesting Bacs capability, it's automatically set as \"Stripe\" and the account is onboarded to Stripe branding, which is free.",
"type": "string"
}
},
"title": "bacs_debit_payments_specs",
"type": "object"
},
"branding": {
"description": "Settings used to apply the account's branding to email receipts, invoices, Checkout, and other products.",
"properties": {
Expand Down Expand Up @@ -72664,6 +72686,17 @@
"settings": {
"description": "Options for customizing how the account functions within Stripe.",
"properties": {
"bacs_debit_payments": {
"description": "Settings specific to Bacs Direct Debit payments.",
"properties": {
"display_name": {
"description": "The Bacs Direct Debit Display Name for this account. For payments made with Bacs Direct Debit, this name appears on the mandate as the statement descriptor. Mobile banking apps display it as the name of the business. To use custom branding, set the Bacs Direct Debit Display Name during or right after creation. Custom branding incurs an additional monthly fee for the platform. If you don't set the display name before requesting Bacs capability, it's automatically set as \"Stripe\" and the account is onboarded to Stripe branding, which is free.",
"type": "string"
}
},
"title": "bacs_debit_payments_specs",
"type": "object"
},
"branding": {
"description": "Settings used to apply the account's branding to email receipts, invoices, Checkout, and other products.",
"properties": {
Expand Down
27 changes: 26 additions & 1 deletion embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,15 @@
"description": "",
"properties": {
"display_name": {
"description": "The Bacs Direct Debit Display Name for this account. For payments made with Bacs Direct Debit, this will appear on the mandate, and as the statement descriptor.",
"description": "The Bacs Direct Debit display name for this account. For payments made with Bacs Direct Debit, this name appears on the mandate as the statement descriptor. Mobile banking apps display it as the name of the business. To use custom branding, set the Bacs Direct Debit Display Name during or right after creation. Custom branding incurs an additional monthly fee for the platform. The fee appears 5 business days after requesting Bacs. If you don't set the display name before requesting Bacs capability, it's automatically set as \"Stripe\" and the account is onboarded to Stripe branding, which is free.",
"maxLength": 5000,
"nullable": true,
"type": "string"
},
"service_user_number": {
"description": "The Bacs Direct Debit Service user number for this account. For payments made with Bacs Direct Debit, this number is a unique identifier of the account with our banking partners.",
"maxLength": 5000,
"nullable": true,
"type": "string"
}
},
Expand Down Expand Up @@ -46192,6 +46199,15 @@
"settings": {
"description": "Options for customizing how the account functions within Stripe.",
"properties": {
"bacs_debit_payments": {
"properties": {
"display_name": {
"type": "string"
}
},
"title": "bacs_debit_payments_specs",
"type": "object"
},
"branding": {
"properties": {
"icon": {
Expand Down Expand Up @@ -47743,6 +47759,15 @@
"settings": {
"description": "Options for customizing how the account functions within Stripe.",
"properties": {
"bacs_debit_payments": {
"properties": {
"display_name": {
"type": "string"
}
},
"title": "bacs_debit_payments_specs",
"type": "object"
},
"branding": {
"properties": {
"icon": {
Expand Down

0 comments on commit 07c7fe2

Please sign in to comment.