How can we verify accuracy of order details?

Hello team, we would like to know how to ensure that all order details sent to our gateway are accurate and unaltered by middlemen.
So, kindly conform as to how we may determine whether the order details are accurate or not.

Hi,

There is no middlemen between you and your customers & all details are passed the way customer wrote them.

2 Likes

Hi @rishikushwaha

I can definitely appreciate how important it is to know that your customer information is being passed to your gateway securely and accurately.

What payment gateway(s) are you using on your store? The Shopify checkout page would be the only type of “middle-man” between you, your customer, and their payment details. The payment gateway you are using integrates into your store directly and the information provided by the customer is passed from the checkout to the gateway directly.

Some information is collected and can be found in the customer profile or in the order details, but some of that information will be anonymized as it is not needed by the store to successfully fulfill an order.

Was there any specific concerns that you had about this?

we are changing the order details like order id, the total amount, and more with the help of Burpsuite tool when the payment request is send to payment gateway.

so when payment gateway gets the payment request How can they validate the all order details

I am not familiar with that suite of tools and how it affects the order information. The payment gateway should be receiving whatever information is contained within the order, the same order details you are seeing in your store admin.

I recommend chatting with the developer of this app you are using to learn more about how the app affects order information and if that makes any changes to how the gateway receives it.