mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
refactor(payouts): openAPI schemas and mintlify docs (#5284)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Narayan Bhat <48803246+Narayanbhat166@users.noreply.github.com> Co-authored-by: Vrishab Srivatsa <136090360+vsrivatsa-juspay@users.noreply.github.com> Co-authored-by: Prajjwal Kumar <prajjwal.kumar@juspay.in>
This commit is contained in:
@ -172,8 +172,9 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
routes::payouts::payouts_cancel,
|
||||
routes::payouts::payouts_fulfill,
|
||||
routes::payouts::payouts_list,
|
||||
routes::payouts::payouts_filter,
|
||||
routes::payouts::payouts_confirm,
|
||||
routes::payouts::payouts_list_filters,
|
||||
routes::payouts::payouts_list_by_filter,
|
||||
|
||||
// Routes for api keys
|
||||
routes::api_keys::api_key_create,
|
||||
@ -479,16 +480,19 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::payouts::BacsBankTransfer,
|
||||
api_models::payouts::SepaBankTransfer,
|
||||
api_models::payouts::PixBankTransfer,
|
||||
api_models::payouts::PayoutRequest,
|
||||
api_models::payouts::PayoutsCreateRequest,
|
||||
api_models::payouts::PayoutUpdateRequest,
|
||||
api_models::payouts::PayoutConfirmRequest,
|
||||
api_models::payouts::PayoutCancelRequest,
|
||||
api_models::payouts::PayoutFulfillRequest,
|
||||
api_models::payouts::PayoutRetrieveRequest,
|
||||
api_models::payouts::PayoutAttemptResponse,
|
||||
api_models::payouts::PayoutActionRequest,
|
||||
api_models::payouts::PayoutCreateRequest,
|
||||
api_models::payouts::PayoutCreateResponse,
|
||||
api_models::payouts::PayoutListConstraints,
|
||||
api_models::payouts::PayoutListFilters,
|
||||
api_models::payouts::PayoutListFilterConstraints,
|
||||
api_models::payouts::PayoutListResponse,
|
||||
api_models::payouts::PayoutRetrieveBody,
|
||||
api_models::payouts::PayoutRetrieveRequest,
|
||||
api_models::payouts::PayoutMethodData,
|
||||
api_models::payouts::PayoutLinkResponse,
|
||||
api_models::payouts::Bank,
|
||||
|
||||
Reference in New Issue
Block a user