Skip to content

Commit

Permalink
OpenAPI Update (#733)
Browse files Browse the repository at this point in the history
Update OpenAPI for 7c2ddf5c7353fa9b96b194a0b181394364becbc4

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Mar 26, 2024
1 parent 3b5756a commit 5c0dc78
Showing 1 changed file with 97 additions and 0 deletions.
97 changes: 97 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -70816,6 +70816,103 @@
"title": "base_config_param",
"type": "object"
},
"financial_account": {
"description": "Configuration for the financial account component.",
"properties": {
"enabled": {
"description": "Whether the embedded component is enabled.",
"type": "boolean"
},
"features": {
"properties": {
"money_movement": {
"description": "Whether to allow money movement features.",
"type": "boolean"
}
},
"title": "financial_account_features_param",
"type": "object"
}
},
"required": [
"enabled"
],
"title": "financial_account_config_param",
"type": "object"
},
"financial_account_transactions": {
"description": "Configuration for the financial account transactions component.",
"properties": {
"enabled": {
"description": "Whether the embedded component is enabled.",
"type": "boolean"
},
"features": {
"properties": {
"card_spend_dispute_management": {
"description": "Whether to allow card spend dispute features.",
"type": "boolean"
}
},
"title": "financial_account_transactions_features_param",
"type": "object"
}
},
"required": [
"enabled"
],
"title": "financial_account_transactions_config_param",
"type": "object"
},
"issuing_card": {
"description": "Configuration for the issuing card component.",
"properties": {
"enabled": {
"description": "Whether the embedded component is enabled.",
"type": "boolean"
},
"features": {
"description": "The list of features enabled in the embedded component.",
"properties": {},
"title": "base_features_param",
"type": "object"
}
},
"required": [
"enabled"
],
"title": "base_config_param",
"type": "object"
},
"issuing_cards_list": {
"description": "Configuration for the issuing cards list component.",
"properties": {
"enabled": {
"description": "Whether the embedded component is enabled.",
"type": "boolean"
},
"features": {
"description": "The list of features enabled in the embedded component.",
"properties": {
"card_management": {
"description": "Whether to allow card management features.",
"type": "boolean"
},
"cardholder_management": {
"description": "Whether to allow cardholder management features.",
"type": "boolean"
}
},
"title": "issuing_cards_list_features_param",
"type": "object"
}
},
"required": [
"enabled"
],
"title": "issuing_cards_list_config_param",
"type": "object"
},
"payment_details": {
"description": "Configuration for the payment details embedded component.",
"properties": {
Expand Down

0 comments on commit 5c0dc78

Please sign in to comment.