Check rejected payments from store admin panel

Hi,

I’m creating an offsite payments app following the documentation and the remix template. I have the app installed on my development store. When I make a successful test payment it is shown in the admin store panel but if I reject a test payment, where can I see it in the store admin panel?

Thanks in advance.

What exactly do you mean by “reject a test payment” - would this mean the payment is rejected at checkout and an order is not created, or is the rejection happening after an order is created?

Hi Liam,

What I mean by rejecting a test payment is calling paymentSessionReject mutation on Shopify payments API (https://shopify.dev/docs/api/payments-apps/2024-01/mutations/paymentSessionReject), this mutation will inform Shopify that the payment didn’t go through, when we call this API and go to the store admin panel, the order details page for this payment attempt doesn’t show that the payment was rejected for this order. My questions is, when a payment is rejected during the checkout process and Shopify is informed about it, will Shopify show the status of the rejection for the payment on the order details page?