feat(router): [worldpayvantiv] add dispute list sync and implement dispute (#8830)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Jagan <jaganelavarasan@gmail.com>
This commit is contained in:
AkshayaFoiger
2025-08-06 15:31:25 +05:30
committed by GitHub
parent 57e92c9fda
commit 640d0552f9
69 changed files with 3597 additions and 233 deletions

View File

@ -4,7 +4,8 @@
get,
path = "/disputes/{dispute_id}",
params(
("dispute_id" = String, Path, description = "The identifier for dispute")
("dispute_id" = String, Path, description = "The identifier for dispute"),
("force_sync" = Option<bool>, Query, description = "Decider to enable or disable the connector call for dispute retrieve request"),
),
responses(
(status = 200, description = "The dispute was retrieved successfully", body = DisputeResponse),