Skip to content

Commit

Permalink
OpenAPI Update (#730)
Browse files Browse the repository at this point in the history
Update OpenAPI for 65c242ffebe06c85775347d407782cdcd95a63da

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored Mar 25, 2024
1 parent dbf349e commit 412bfe2
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
31 changes: 31 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,15 @@
],
"type": "string"
},
"amazon_pay_payments": {
"description": "The status of the AmazonPay capability of the account, or whether the account can directly process AmazonPay payments.",
"enum": [
"active",
"inactive",
"pending"
],
"type": "string"
},
"au_becs_debit_payments": {
"description": "The status of the BECS Direct Debit (AU) payments capability of the account, or whether the account can directly process BECS Direct Debit (AU) charges.",
"enum": [
Expand Down Expand Up @@ -71358,6 +71367,17 @@
"title": "capability_param",
"type": "object"
},
"amazon_pay_payments": {
"description": "The amazon_pay_payments capability.",
"properties": {
"requested": {
"description": "Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.",
"type": "boolean"
}
},
"title": "capability_param",
"type": "object"
},
"au_becs_debit_payments": {
"description": "The au_becs_debit_payments capability.",
"properties": {
Expand Down Expand Up @@ -73349,6 +73369,17 @@
"title": "capability_param",
"type": "object"
},
"amazon_pay_payments": {
"description": "The amazon_pay_payments capability.",
"properties": {
"requested": {
"description": "Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.",
"type": "boolean"
}
},
"title": "capability_param",
"type": "object"
},
"au_becs_debit_payments": {
"description": "The au_becs_debit_payments capability.",
"properties": {
Expand Down
27 changes: 27 additions & 0 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,15 @@
],
"type": "string"
},
"amazon_pay_payments": {
"description": "The status of the AmazonPay capability of the account, or whether the account can directly process AmazonPay payments.",
"enum": [
"active",
"inactive",
"pending"
],
"type": "string"
},
"au_becs_debit_payments": {
"description": "The status of the BECS Direct Debit (AU) payments capability of the account, or whether the account can directly process BECS Direct Debit (AU) charges.",
"enum": [
Expand Down Expand Up @@ -48745,6 +48754,15 @@
"title": "capability_param",
"type": "object"
},
"amazon_pay_payments": {
"properties": {
"requested": {
"type": "boolean"
}
},
"title": "capability_param",
"type": "object"
},
"au_becs_debit_payments": {
"properties": {
"requested": {
Expand Down Expand Up @@ -50385,6 +50403,15 @@
"title": "capability_param",
"type": "object"
},
"amazon_pay_payments": {
"properties": {
"requested": {
"type": "boolean"
}
},
"title": "capability_param",
"type": "object"
},
"au_becs_debit_payments": {
"properties": {
"requested": {
Expand Down

0 comments on commit 412bfe2

Please sign in to comment.