Skip to content

Commit 412bfe2

Browse files
OpenAPI Update (#730)
Update OpenAPI for 65c242ffebe06c85775347d407782cdcd95a63da Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent dbf349e commit 412bfe2

File tree

2 files changed

+58
-0
lines changed

2 files changed

+58
-0
lines changed

embedded/openapi/spec3.beta.sdk.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,15 @@
621621
],
622622
"type": "string"
623623
},
624+
"amazon_pay_payments": {
625+
"description": "The status of the AmazonPay capability of the account, or whether the account can directly process AmazonPay payments.",
626+
"enum": [
627+
"active",
628+
"inactive",
629+
"pending"
630+
],
631+
"type": "string"
632+
},
624633
"au_becs_debit_payments": {
625634
"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.",
626635
"enum": [
@@ -71358,6 +71367,17 @@
7135871367
"title": "capability_param",
7135971368
"type": "object"
7136071369
},
71370+
"amazon_pay_payments": {
71371+
"description": "The amazon_pay_payments capability.",
71372+
"properties": {
71373+
"requested": {
71374+
"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.",
71375+
"type": "boolean"
71376+
}
71377+
},
71378+
"title": "capability_param",
71379+
"type": "object"
71380+
},
7136171381
"au_becs_debit_payments": {
7136271382
"description": "The au_becs_debit_payments capability.",
7136371383
"properties": {
@@ -73349,6 +73369,17 @@
7334973369
"title": "capability_param",
7335073370
"type": "object"
7335173371
},
73372+
"amazon_pay_payments": {
73373+
"description": "The amazon_pay_payments capability.",
73374+
"properties": {
73375+
"requested": {
73376+
"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.",
73377+
"type": "boolean"
73378+
}
73379+
},
73380+
"title": "capability_param",
73381+
"type": "object"
73382+
},
7335273383
"au_becs_debit_payments": {
7335373384
"description": "The au_becs_debit_payments capability.",
7335473385
"properties": {

embedded/openapi/spec3.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,15 @@
404404
],
405405
"type": "string"
406406
},
407+
"amazon_pay_payments": {
408+
"description": "The status of the AmazonPay capability of the account, or whether the account can directly process AmazonPay payments.",
409+
"enum": [
410+
"active",
411+
"inactive",
412+
"pending"
413+
],
414+
"type": "string"
415+
},
407416
"au_becs_debit_payments": {
408417
"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.",
409418
"enum": [
@@ -48745,6 +48754,15 @@
4874548754
"title": "capability_param",
4874648755
"type": "object"
4874748756
},
48757+
"amazon_pay_payments": {
48758+
"properties": {
48759+
"requested": {
48760+
"type": "boolean"
48761+
}
48762+
},
48763+
"title": "capability_param",
48764+
"type": "object"
48765+
},
4874848766
"au_becs_debit_payments": {
4874948767
"properties": {
4875048768
"requested": {
@@ -50385,6 +50403,15 @@
5038550403
"title": "capability_param",
5038650404
"type": "object"
5038750405
},
50406+
"amazon_pay_payments": {
50407+
"properties": {
50408+
"requested": {
50409+
"type": "boolean"
50410+
}
50411+
},
50412+
"title": "capability_param",
50413+
"type": "object"
50414+
},
5038850415
"au_becs_debit_payments": {
5038950416
"properties": {
5039050417
"requested": {

0 commit comments

Comments
 (0)