This is the PaymentResponse controller index page. It's used for testing and debugging payment responses.
/PaymentResponse/Success - Customer redirect after successful payment/PaymentResponse/Failed - Customer redirect after failed payment/PaymentResponse/Notify - Server-to-server notification from Fiserv/PaymentResponse/Notifications?orderId=ORDER123 - View payment notifications for an order/PaymentResponse/Refunds?orderId=ORDER123 - View refunds for an order/PaymentResponse/Logs - View all database recordsresponseSuccessURL or responseFailURLtransactionNotificationURLPayment notifications and refunds are now stored in a SQLite database located at App_Data/payments.db.
This provides persistent storage between application restarts.
The system now tracks refunds separately from payments, including: