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 16, 2024
1 parent c3e7343 commit 1c1510f
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
26 changes: 26 additions & 0 deletions api-reference-v2/openapi_spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -15174,6 +15174,19 @@
"type": "string",
"description": "Connector Identifier for the payment method",
"nullable": true
},
"overcapture_applied": {
"type": "boolean",
"description": "Whether the payment is overcaptureable or not",
"nullable": true
},
"maximum_capturable_amount": {
"allOf": [
{
"$ref": "#/components/schemas/MinorUnit"
}
],
"nullable": true
}
}
},
Expand Down Expand Up @@ -16078,6 +16091,19 @@
"type": "string",
"description": "Connector Identifier for the payment method",
"nullable": true
},
"overcapture_applied": {
"type": "boolean",
"description": "Whether the payment is overcaptureable or not",
"nullable": true
},
"maximum_capturable_amount": {
"allOf": [
{
"$ref": "#/components/schemas/MinorUnit"
}
],
"nullable": true
}
}
},
Expand Down
26 changes: 26 additions & 0 deletions api-reference/openapi_spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -18208,6 +18208,19 @@
"type": "string",
"description": "Connector Identifier for the payment method",
"nullable": true
},
"overcapture_applied": {
"type": "boolean",
"description": "Whether the payment is overcaptureable or not",
"nullable": true
},
"maximum_capturable_amount": {
"allOf": [
{
"$ref": "#/components/schemas/MinorUnit"
}
],
"nullable": true
}
}
},
Expand Down Expand Up @@ -19449,6 +19462,19 @@
"type": "string",
"description": "Connector Identifier for the payment method",
"nullable": true
},
"overcapture_applied": {
"type": "boolean",
"description": "Whether the payment is overcaptureable or not",
"nullable": true
},
"maximum_capturable_amount": {
"allOf": [
{
"$ref": "#/components/schemas/MinorUnit"
}
],
"nullable": true
}
}
},
Expand Down

0 comments on commit 1c1510f

Please sign in to comment.