Skip to content

Commit

Permalink
docs(openapi): re-generate OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperswitch-bot[bot] committed Dec 20, 2024
1 parent 4acd9e0 commit a4c5b93
Showing 1 changed file with 31 additions and 27 deletions.
58 changes: 31 additions & 27 deletions api-reference-v2/openapi_spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -18878,43 +18878,47 @@
}
},
"ResponsePaymentMethodTypes": {
"type": "object",
"required": [
"payment_method_type",
"payment_method_subtype"
],
"properties": {
"payment_method_type": {
"$ref": "#/components/schemas/PaymentMethodType"
},
"payment_method_subtype": {
"$ref": "#/components/schemas/PaymentMethodType"
},
"extra_information": {
"allOf": [
{
"allOf": [
{
"$ref": "#/components/schemas/PaymentMethodSubtypeSpecificData"
}
],
"nullable": true
},
"required_fields": {
{
"type": "object",
"description": "Required fields for the payment_method_type.\nThis is the union of all the required fields for the payment method type enabled in all the connectors.",
"additionalProperties": {
"$ref": "#/components/schemas/RequiredFieldInfo"
},
"nullable": true
},
"surcharge_details": {
"allOf": [
{
"$ref": "#/components/schemas/SurchargeDetailsResponse"
}
"required": [
"payment_method_type",
"payment_method_subtype"
],
"nullable": true
"properties": {
"payment_method_type": {
"$ref": "#/components/schemas/PaymentMethodType"
},
"payment_method_subtype": {
"$ref": "#/components/schemas/PaymentMethodType"
},
"required_fields": {
"type": "object",
"description": "Required fields for the payment_method_type.\nThis is the union of all the required fields for the payment method type enabled in all the connectors.",
"additionalProperties": {
"$ref": "#/components/schemas/RequiredFieldInfo"
},
"nullable": true
},
"surcharge_details": {
"allOf": [
{
"$ref": "#/components/schemas/SurchargeDetailsResponse"
}
],
"nullable": true
}
}
}
}
]
},
"ResponsePaymentMethodsEnabled": {
"type": "object",
Expand Down

0 comments on commit a4c5b93

Please sign in to comment.