Customer Was Charged Twice But Only One Transaction Is Displayed in Symphony

Overview

A consumer reports that they were double-charged for an order, while only one charge is shown in Manage.

Solution

You need to contact the payment gateway that processed the transaction (Stripe, PayPal, etc.) to check if there was an additional transaction for the affected order.

Check if you can access Customer Service in the left sidebar. You need to have ROLE_ADMIN added to your account for the option to be visible. Raise a support ticket for further assistance with this issue if you cannot access the menu option, or else proceed with the steps below.

To check which gateway processed the transaction:

  1. Navigate to Customer Service > Orders.
  2. Locate the order and click on it.
  3. Open the Payment and Invoice tab.
  4. Locate the Credit Details section at the bottom of the page - the gateway is displayed under the Payment Details section.

    mceclip0.png

<supportagent>

Agents can also perform the following steps to investigate the issue:

  • Connect to the Database and run the following query to check transaction linked to the order (e.g., when there were double charges):
    select * from PaymentTransaction where entityId in ('<Order Id>')
  • If the order was processed via Visa/ Mastercard/ American Express, it might be accessible via Stripe - you can send a side-conversation to bizops@ignitetech.com (Symphony Finance, previously known as Aclate Finance) to check in Stripe if the customer was charged twice.

<supportagent>

Comments

0 comments

Article is closed for comments.