mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
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:
@ -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),
|
||||
|
||||
Reference in New Issue
Block a user