Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -98049,6 +98049,7 @@
"card_issuing_charge_card_stripe",
"card_issuing_consumer",
"card_issuing_consumer_revolving_credit_card_celtic",
"card_issuing_fa_prepaid_card_cross_river",
"card_issuing_fa_prepaid_card_lead",
"card_issuing_fa_spend_card_celtic",
"card_issuing_fa_spend_card_stripe",
Expand Down Expand Up @@ -101573,6 +101574,7 @@
"card_issuing_charge_card_stripe",
"card_issuing_consumer",
"card_issuing_consumer_revolving_credit_card_celtic",
"card_issuing_fa_prepaid_card_cross_river",
"card_issuing_fa_prepaid_card_lead",
"card_issuing_fa_spend_card_celtic",
"card_issuing_fa_spend_card_stripe",
Expand Down Expand Up @@ -199653,7 +199655,7 @@
"style": "form"
},
{
"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.",
"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.",
"in": "query",
"name": "type",
"required": false,
Expand Down