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 Jan 23, 2025
1 parent fb52c3c commit 1e37afc
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 6 deletions.
17 changes: 14 additions & 3 deletions api-reference-v2/openapi_spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -21469,8 +21469,7 @@
"type": "object",
"required": [
"last4",
"card_network",
"type"
"card_network"
],
"properties": {
"last4": {
Expand All @@ -21483,7 +21482,8 @@
},
"type": {
"type": "string",
"description": "The type of payment method"
"description": "The type of payment method",
"nullable": true
}
}
},
Expand Down Expand Up @@ -21840,6 +21840,17 @@
"$ref": "#/components/schemas/WalletAdditionalDataForCard"
}
}
},
{
"type": "object",
"required": [
"samsung_pay"
],
"properties": {
"samsung_pay": {
"$ref": "#/components/schemas/WalletAdditionalDataForCard"
}
}
}
],
"description": "Hyperswitch supports SDK integration with Apple Pay and Google Pay wallets. For other wallets, we integrate with their respective connectors, redirecting the customer to the connector for wallet payments. As a result, we don’t receive any payment method data in the confirm call for payments made through other wallets."
Expand Down
17 changes: 14 additions & 3 deletions api-reference/openapi_spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -26083,8 +26083,7 @@
"type": "object",
"required": [
"last4",
"card_network",
"type"
"card_network"
],
"properties": {
"last4": {
Expand All @@ -26097,7 +26096,8 @@
},
"type": {
"type": "string",
"description": "The type of payment method"
"description": "The type of payment method",
"nullable": true
}
}
},
Expand Down Expand Up @@ -26454,6 +26454,17 @@
"$ref": "#/components/schemas/WalletAdditionalDataForCard"
}
}
},
{
"type": "object",
"required": [
"samsung_pay"
],
"properties": {
"samsung_pay": {
"$ref": "#/components/schemas/WalletAdditionalDataForCard"
}
}
}
],
"description": "Hyperswitch supports SDK integration with Apple Pay and Google Pay wallets. For other wallets, we integrate with their respective connectors, redirecting the customer to the connector for wallet payments. As a result, we don’t receive any payment method data in the confirm call for payments made through other wallets."
Expand Down

0 comments on commit 1e37afc

Please sign in to comment.