Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transaction Details > show dispute resolve status (won/lost/under review) & relevant action button in payment details card footer #6927

Closed
Tracked by #6883
shendy-a8c opened this issue Aug 4, 2023 · 5 comments · Fixed by #7047
Assignees
Labels
category: projects For any issues which are part of any project, including bugs, enhancements, etc. component: disputes Issues related to Disputes component: transaction details Issues related to Transaction Details status: has pr The issue has a PR.

Comments

@shendy-a8c
Copy link
Contributor

shendy-a8c commented Aug 4, 2023

Part of #6883

On the Transaction Details screen, we should show information about the status of a dispute that a merchant has challenged, accepted or ignored.

Screenshot 2023-08-04 at 09 25 49

Dispute status requirements

  • Lost via challenge
    • This dispute was lost on December 14, 2023. The $15 USD fee has been deducted from your account, and the disputed amount returned to the cardholder. Learn more about preventing disputes.
    • Action button: View dispute details links to dispute challenge form (read-only)
    • Color: new grey (#f2f4f5)
  • Accepted (disputes.metadata.__closed_by_merchant)
  • Lost due to non-response (no dispute.metadata.__evidence_submitted_at)
  • Under review
    • You submitted evidence for this dispute on June 16, 2023. The cardholder’s bank is reviewing the case, which can take 60 days or more. You will be alerted when they make their final decision. Learn more about the dispute process.
    • Action button: View submitted evidence links to dispute challenge form (read-only)
    • Color: $wp-blue-0
  • Won
    • Good news! You won this dispute on December 14, 2023. The disputed amount and the dispute fee have been credited back to your account. Learn more about preventing disputes.
    • Action button: View dispute details links to dispute challenge form (read-only)
    • Color: new grey (#f2f4f5)

Additional Details

@shendy-a8c shendy-a8c added component: disputes Issues related to Disputes component: transaction details Issues related to Transaction Details category: projects For any issues which are part of any project, including bugs, enhancements, etc. labels Aug 4, 2023
@Jinksi Jinksi self-assigned this Aug 23, 2023
@Jinksi Jinksi added the status: has pr The issue has a PR. label Aug 23, 2023
@Jinksi
Copy link
Member

Jinksi commented Sep 8, 2023

Note
View dispute details buttons for Lost: no response and Lost: accepted disputes are no longer part of this PR – now handled in issue #7156.

@Jinksi Jinksi changed the title Show dispute details on Transaction Details page when dispute does not need response. Show dispute details on Transaction Details page for disputes not needing a response Sep 13, 2023
@Jinksi Jinksi changed the title Show dispute details on Transaction Details page for disputes not needing a response Transaction Details > message for disputes not needing a response Sep 13, 2023
@Jinksi Jinksi changed the title Transaction Details > message for disputes not needing a response Transaction Details > display a message for disputes not needing a response Sep 13, 2023
@Jinksi
Copy link
Member

Jinksi commented Sep 13, 2023

I've moved the inquiry messages to #7191 to unblock this issue for disputes.

@haszari haszari changed the title Transaction Details > display a message for disputes not needing a response Transaction Details > show dispute status in footer of payment details details card (for disputes not needing response) Sep 14, 2023
@haszari haszari changed the title Transaction Details > show dispute status in footer of payment details details card (for disputes not needing response) Transaction Details > show dispute status in footer of payment details card (for disputes not needing response) Sep 14, 2023
@haszari
Copy link
Contributor

haszari commented Sep 14, 2023

FYI I've updated the title for clarity – as I understand it, the purpose of the "footer"/message is to show the status (i.e. won, lost, draft response).

One minor thing I'm confused about – why is needs_response out of scope for this issue? Is that because it's already implemented or is it a separate issue?

@haszari haszari changed the title Transaction Details > show dispute status in footer of payment details card (for disputes not needing response) Transaction Details > show dispute status in payment details card (for disputes not needing response) Sep 14, 2023
@haszari haszari changed the title Transaction Details > show dispute status in payment details card (for disputes not needing response) Transaction Details > show dispute resolve status (e.g. won/lost) & relevant action button in payment details card footer Sep 14, 2023
@haszari
Copy link
Contributor

haszari commented Sep 14, 2023

One minor thing I'm confused about – why is needs_response out of scope for this issue? Is that because it's already implemented or is it a separate issue?

I get it now – this issue is focused on showing status of inactive/completed disputes, and an action button if relevant.

@Jinksi Jinksi changed the title Transaction Details > show dispute resolve status (e.g. won/lost) & relevant action button in payment details card footer Transaction Details > show dispute resolve status (won/lost/under review) & relevant action button in payment details card footer Sep 14, 2023
@Jinksi
Copy link
Member

Jinksi commented Sep 14, 2023

👍 I've also added "under review" to the title because this issue covers that status, which is sort of but not resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: projects For any issues which are part of any project, including bugs, enhancements, etc. component: disputes Issues related to Disputes component: transaction details Issues related to Transaction Details status: has pr The issue has a PR.
Projects
None yet
3 participants