mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
refactor(openapi): move openapi to a separate folder (#4859)
This commit is contained in:
3
api-reference/api-reference/api-key/api-key--create.mdx
Normal file
3
api-reference/api-reference/api-key/api-key--create.mdx
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: post /api_keys/{merchant_id)
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: get /api_keys/{merchant_id}/{key_id}
|
||||
---
|
||||
3
api-reference/api-reference/api-key/api-key--revoke.mdx
Normal file
3
api-reference/api-reference/api-key/api-key--revoke.mdx
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: delete /api_keys/{merchant_id)/{key_id}
|
||||
---
|
||||
3
api-reference/api-reference/api-key/api-key--update.mdx
Normal file
3
api-reference/api-reference/api-key/api-key--update.mdx
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: post /api_keys/{merchant_id}/{key_id}
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: delete /blocklist
|
||||
---
|
||||
3
api-reference/api-reference/blocklist/get-blocklist.mdx
Normal file
3
api-reference/api-reference/blocklist/get-blocklist.mdx
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: get /blocklist
|
||||
---
|
||||
3
api-reference/api-reference/blocklist/post-blocklist.mdx
Normal file
3
api-reference/api-reference/blocklist/post-blocklist.mdx
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: post /blocklist
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: post /blocklist/toggle
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: post /account/{account_id}/business_profile
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: delete /account/{account_id}/business_profile/{profile_id}
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: get /account/{account_id}/business_profile
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: get /account/{account_id}/business_profile/{profile_id}
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: post /account/{account_id}/business_profile/{profile_id}
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: get /{customer_id}/payment_methods/{payment_method_id}/default
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: openapi_spec post /customers
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: openapi_spec delete /customers/{customer_id}
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: openapi_spec post /customers/list
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: openapi_spec get /customers/{customer_id}
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: openapi_spec post /customers/{customer_id}
|
||||
---
|
||||
3
api-reference/api-reference/disputes/disputes--list.mdx
Normal file
3
api-reference/api-reference/disputes/disputes--list.mdx
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: openapi_spec get /disputes/list
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: openapi_spec get /disputes/{dispute_id}
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: get /events/{merchant_id_or_profile_id}/{event_id}/attempts
|
||||
---
|
||||
3
api-reference/api-reference/event/events--list.mdx
Normal file
3
api-reference/api-reference/event/events--list.mdx
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: get /events/{merchant_id_or_profile_id}
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: post /events/{merchant_id_or_profile_id}/{event_id}/retry
|
||||
---
|
||||
3
api-reference/api-reference/gsm/gsm--create.mdx
Normal file
3
api-reference/api-reference/gsm/gsm--create.mdx
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: openapi_spec post /gsm
|
||||
---
|
||||
3
api-reference/api-reference/gsm/gsm--delete.mdx
Normal file
3
api-reference/api-reference/gsm/gsm--delete.mdx
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: openapi_spec post /gsm/delete
|
||||
---
|
||||
3
api-reference/api-reference/gsm/gsm--get.mdx
Normal file
3
api-reference/api-reference/gsm/gsm--get.mdx
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: openapi_spec post /gsm/get
|
||||
---
|
||||
3
api-reference/api-reference/gsm/gsm--update.mdx
Normal file
3
api-reference/api-reference/gsm/gsm--update.mdx
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: openapi_spec post /gsm/update
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: post /customers/{customer_id}/mandates
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: openapi_spec get /mandates/{mandate_id}
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: openapi_spec post /mandates/revoke/{mandate_id}
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: post /accounts
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: delete /accounts/{account_id}
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: post /accounts/{account_id}/kv
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: get /accounts/{account_id}
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: post /accounts/{account_id}
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: post /accounts/{account_id}/connectors
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: delete /accounts/{account_id}/connectors/{connector_id}
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: get /accounts/{account_id}/connectors
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: get /accounts/{account_id}/connectors/{connector_id}
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: post /accounts/{account_id}/connectors/{connector_id}
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: get /customers/payment_methods
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: openapi_spec get /customers/{customer_id}/payment_methods
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: openapi_spec get /account/payment_methods
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: openapi_spec delete /payment_methods/{method_id}
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: openapi_spec get /payment_methods/{method_id}
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: get /{customer_id}/payment_methods/{payment_method_id}/default
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: openapi_spec post /payment_methods/{method_id}/update
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: openapi_spec post /payment_methods
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: openapi_spec post /payments/{payment_id}/cancel
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: openapi_spec post /payments/{payment_id}/capture
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: post /{payment_id}/complete_authorize
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: openapi_spec post /payments/{payment_id}/confirm
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: openapi_spec post /payments
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: post /payments/{payment_id}/3ds/authentication
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: post /payments/{payment_id}/incremental_authorization
|
||||
---
|
||||
3
api-reference/api-reference/payments/payments--list.mdx
Normal file
3
api-reference/api-reference/payments/payments--list.mdx
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: openapi_spec get /payments/list
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: openapi_spec get /payments/{payment_id}
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: openapi_spec post /payments/session_tokens
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: openapi_spec post /payments/{payment_id}
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: openapi_spec get /payment_link/{payment_link_id}
|
||||
---
|
||||
3
api-reference/api-reference/payouts/payouts--cancel.mdx
Normal file
3
api-reference/api-reference/payouts/payouts--cancel.mdx
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: openapi_spec post /payouts/{payout_id}/cancel
|
||||
---
|
||||
3
api-reference/api-reference/payouts/payouts--create.mdx
Normal file
3
api-reference/api-reference/payouts/payouts--create.mdx
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: openapi_spec post /payouts/create
|
||||
---
|
||||
3
api-reference/api-reference/payouts/payouts--filter.mdx
Normal file
3
api-reference/api-reference/payouts/payouts--filter.mdx
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: post /payouts/list
|
||||
---
|
||||
3
api-reference/api-reference/payouts/payouts--fulfill.mdx
Normal file
3
api-reference/api-reference/payouts/payouts--fulfill.mdx
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: openapi_spec post /payouts/{payout_id}/fulfill
|
||||
---
|
||||
3
api-reference/api-reference/payouts/payouts--list.mdx
Normal file
3
api-reference/api-reference/payouts/payouts--list.mdx
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: get /payouts/list
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: openapi_spec get /payouts/{payout_id}
|
||||
---
|
||||
3
api-reference/api-reference/payouts/payouts--update.mdx
Normal file
3
api-reference/api-reference/payouts/payouts--update.mdx
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: openapi_spec post /payouts/{payout_id}
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: get /poll/status/{poll_id}
|
||||
---
|
||||
3
api-reference/api-reference/refunds/refunds--create.mdx
Normal file
3
api-reference/api-reference/refunds/refunds--create.mdx
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: openapi_spec post /refunds
|
||||
---
|
||||
3
api-reference/api-reference/refunds/refunds--list.mdx
Normal file
3
api-reference/api-reference/refunds/refunds--list.mdx
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: openapi_spec post /refunds/list
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: openapi_spec get /refunds/{refund_id}
|
||||
---
|
||||
3
api-reference/api-reference/refunds/refunds--update.mdx
Normal file
3
api-reference/api-reference/refunds/refunds--update.mdx
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: openapi_spec post /refunds/{refund_id}
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: post /routing/{algorithm_id}/activate
|
||||
---
|
||||
3
api-reference/api-reference/routing/routing--create.mdx
Normal file
3
api-reference/api-reference/routing/routing--create.mdx
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: post /routing
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: post /routing/deactivate
|
||||
---
|
||||
3
api-reference/api-reference/routing/routing--list.mdx
Normal file
3
api-reference/api-reference/routing/routing--list.mdx
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: get /routing
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: get /routing/active
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: get /routing/default
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: get /routing/default/profile
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: get /routing/{algorithm_id}
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: post /routing/default
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi: post /routing/default/profile/{profile_id}
|
||||
---
|
||||
@ -0,0 +1,3 @@
|
||||
---
|
||||
openapi-schema: OutgoingWebhook
|
||||
---
|
||||
Reference in New Issue
Block a user