@@ -70816,6 +70816,103 @@
70816
70816
"title": "base_config_param",
70817
70817
"type": "object"
70818
70818
},
70819
+ "financial_account": {
70820
+ "description": "Configuration for the financial account component.",
70821
+ "properties": {
70822
+ "enabled": {
70823
+ "description": "Whether the embedded component is enabled.",
70824
+ "type": "boolean"
70825
+ },
70826
+ "features": {
70827
+ "properties": {
70828
+ "money_movement": {
70829
+ "description": "Whether to allow money movement features.",
70830
+ "type": "boolean"
70831
+ }
70832
+ },
70833
+ "title": "financial_account_features_param",
70834
+ "type": "object"
70835
+ }
70836
+ },
70837
+ "required": [
70838
+ "enabled"
70839
+ ],
70840
+ "title": "financial_account_config_param",
70841
+ "type": "object"
70842
+ },
70843
+ "financial_account_transactions": {
70844
+ "description": "Configuration for the financial account transactions component.",
70845
+ "properties": {
70846
+ "enabled": {
70847
+ "description": "Whether the embedded component is enabled.",
70848
+ "type": "boolean"
70849
+ },
70850
+ "features": {
70851
+ "properties": {
70852
+ "card_spend_dispute_management": {
70853
+ "description": "Whether to allow card spend dispute features.",
70854
+ "type": "boolean"
70855
+ }
70856
+ },
70857
+ "title": "financial_account_transactions_features_param",
70858
+ "type": "object"
70859
+ }
70860
+ },
70861
+ "required": [
70862
+ "enabled"
70863
+ ],
70864
+ "title": "financial_account_transactions_config_param",
70865
+ "type": "object"
70866
+ },
70867
+ "issuing_card": {
70868
+ "description": "Configuration for the issuing card component.",
70869
+ "properties": {
70870
+ "enabled": {
70871
+ "description": "Whether the embedded component is enabled.",
70872
+ "type": "boolean"
70873
+ },
70874
+ "features": {
70875
+ "description": "The list of features enabled in the embedded component.",
70876
+ "properties": {},
70877
+ "title": "base_features_param",
70878
+ "type": "object"
70879
+ }
70880
+ },
70881
+ "required": [
70882
+ "enabled"
70883
+ ],
70884
+ "title": "base_config_param",
70885
+ "type": "object"
70886
+ },
70887
+ "issuing_cards_list": {
70888
+ "description": "Configuration for the issuing cards list component.",
70889
+ "properties": {
70890
+ "enabled": {
70891
+ "description": "Whether the embedded component is enabled.",
70892
+ "type": "boolean"
70893
+ },
70894
+ "features": {
70895
+ "description": "The list of features enabled in the embedded component.",
70896
+ "properties": {
70897
+ "card_management": {
70898
+ "description": "Whether to allow card management features.",
70899
+ "type": "boolean"
70900
+ },
70901
+ "cardholder_management": {
70902
+ "description": "Whether to allow cardholder management features.",
70903
+ "type": "boolean"
70904
+ }
70905
+ },
70906
+ "title": "issuing_cards_list_features_param",
70907
+ "type": "object"
70908
+ }
70909
+ },
70910
+ "required": [
70911
+ "enabled"
70912
+ ],
70913
+ "title": "issuing_cards_list_config_param",
70914
+ "type": "object"
70915
+ },
70819
70916
"payment_details": {
70820
70917
"description": "Configuration for the payment details embedded component.",
70821
70918
"properties": {
0 commit comments