Skip to content

Commit e93e5ff

Browse files
Update OpenAPI specification for beta and private preview
1 parent fcfc60c commit e93e5ff

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

openapi/spec3.beta.sdk.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98049,7 +98049,6 @@
9804998049
"card_issuing_charge_card_stripe",
9805098050
"card_issuing_consumer",
9805198051
"card_issuing_consumer_revolving_credit_card_celtic",
98052-
"card_issuing_fa_prepaid_card_cross_river",
9805398052
"card_issuing_fa_prepaid_card_lead",
9805498053
"card_issuing_fa_spend_card_celtic",
9805598054
"card_issuing_fa_spend_card_stripe",
@@ -101574,7 +101573,6 @@
101574101573
"card_issuing_charge_card_stripe",
101575101574
"card_issuing_consumer",
101576101575
"card_issuing_consumer_revolving_credit_card_celtic",
101577-
"card_issuing_fa_prepaid_card_cross_river",
101578101576
"card_issuing_fa_prepaid_card_lead",
101579101577
"card_issuing_fa_spend_card_celtic",
101580101578
"card_issuing_fa_spend_card_stripe",
@@ -199655,7 +199653,7 @@
199655199653
"style": "form"
199656199654
},
199657199655
{
199658-
"description": "Filters the list by the object `type` field. Unfiltered, the list returns all payment method types except `custom`. If your integration expects only one type of payment method in the response, specify that type value in the request to reduce your payload.",
199656+
"description": "An optional filter on the list, based on the object `type` field. Without the filter, the list includes all current and future payment method types. If your integration expects only one type of payment method in the response, make sure to provide a type value in the request.",
199659199657
"in": "query",
199660199658
"name": "type",
199661199659
"required": false,

openapi/spec3.beta.sdk.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88966,7 +88966,6 @@ paths:
8896688966
- card_issuing_charge_card_stripe
8896788967
- card_issuing_consumer
8896888968
- card_issuing_consumer_revolving_credit_card_celtic
88969-
- card_issuing_fa_prepaid_card_cross_river
8897088969
- card_issuing_fa_prepaid_card_lead
8897188970
- card_issuing_fa_spend_card_celtic
8897288971
- card_issuing_fa_spend_card_stripe
@@ -92672,7 +92671,6 @@ paths:
9267292671
- card_issuing_charge_card_stripe
9267392672
- card_issuing_consumer
9267492673
- card_issuing_consumer_revolving_credit_card_celtic
92675-
- card_issuing_fa_prepaid_card_cross_river
9267692674
- card_issuing_fa_prepaid_card_lead
9267792675
- card_issuing_fa_spend_card_celtic
9267892676
- card_issuing_fa_spend_card_stripe
@@ -190154,10 +190152,11 @@ paths:
190154190152
type: string
190155190153
style: form
190156190154
- description: >-
190157-
Filters the list by the object `type` field. Unfiltered, the list
190158-
returns all payment method types except `custom`. If your
190159-
integration expects only one type of payment method in the response,
190160-
specify that type value in the request to reduce your payload.
190155+
An optional filter on the list, based on the object `type` field.
190156+
Without the filter, the list includes all current and future payment
190157+
method types. If your integration expects only one type of payment
190158+
method in the response, make sure to provide a type value in the
190159+
request.
190161190160
in: query
190162190161
name: type
190163190162
required: false

0 commit comments

Comments
 (0)