feat(core): accept merchant_connector_details in Payments and Psync flow (#8199)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Aishwariyaa Anand <aishwariyaa.anand@Aishwariyaa-Anand-C3PGW02T6Y.local>
This commit is contained in:
Swangi Kumari
2025-06-17 20:51:57 +05:30
committed by GitHub
parent 4d36be87ec
commit b8b19605d8
44 changed files with 941 additions and 363 deletions

View File

@ -424,6 +424,8 @@ Never share your secret api keys. Keep them guarded and secure.
api_models::payments::PaymentsListResponseItem,
api_models::payments::PaymentRetrieveBody,
api_models::payments::PaymentsRetrieveRequest,
api_models::payments::MerchantConnectorDetails,
api_models::payments::PaymentsStatusRequest,
api_models::payments::PaymentsCaptureRequest,
api_models::payments::PaymentsSessionRequest,
api_models::payments::PaymentsSessionResponse,