mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat(openapi): add payment get to openapi (#6539)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: hrithikesh026 <hrithikesh.vm@juspay.in>
This commit is contained in:
@ -125,6 +125,7 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
routes::payments::payments_create_intent,
|
||||
routes::payments::payments_get_intent,
|
||||
routes::payments::payments_confirm_intent,
|
||||
routes::payments::payment_status,
|
||||
|
||||
//Routes for refunds
|
||||
routes::refunds::refunds_create,
|
||||
@ -431,6 +432,7 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::payment_methods::SurchargePercentage,
|
||||
api_models::payment_methods::PaymentMethodCollectLinkRequest,
|
||||
api_models::payment_methods::PaymentMethodCollectLinkResponse,
|
||||
api_models::payments::PaymentsRetrieveResponse,
|
||||
api_models::refunds::RefundListRequest,
|
||||
api_models::refunds::RefundListResponse,
|
||||
api_models::payments::AmountFilter,
|
||||
@ -587,6 +589,7 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::payments::ErrorDetails,
|
||||
common_utils::types::BrowserInformation,
|
||||
api_models::payments::ConfirmIntentAmountDetailsResponse,
|
||||
routes::payments::ForceSync,
|
||||
)),
|
||||
modifiers(&SecurityAddon)
|
||||
)]
|
||||
|
||||
Reference in New Issue
Block a user