Skip to content

Commit

Permalink
feat(router): Add Support for Amazon Pay Redirect and Amazon Pay paym…
Browse files Browse the repository at this point in the history
…ent via Stripe
  • Loading branch information
hyperswitch-bot[bot] authored and Sweta-Kumari-Sharma committed Jan 22, 2025
1 parent 90f670a commit 6eb2694
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions api-reference-v2/openapi_spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -14205,6 +14205,7 @@
"ali_pay",
"ali_pay_hk",
"alma",
"amazon_pay",
"apple_pay",
"atome",
"bacs",
Expand Down Expand Up @@ -21525,6 +21526,17 @@
}
}
},
{
"type": "object",
"required": [
"amazon_pay_redirect"
],
"properties": {
"amazon_pay_redirect": {
"$ref": "#/components/schemas/AmazonPayRedirectData"
}
}
},
{
"type": "object",
"required": [
Expand Down

0 comments on commit 6eb2694

Please sign in to comment.