Dear Friends,
This is regarding integration issue with RazorPay.
I have done the testing both on Mobile and web app in the test environment. It was working fine and returned required values. Please see the following attachments: RazorPay_TestMode_Web, RazorPay_TestMode_Mobile & OrderCollection.
Today evening when I started testing in both test and live environment, I am not even redirected to RazorPay payment screen. Please see the following attachments: RazorPay_LiveMode_Web, RazorPay_LiveMode_Mobile.
I have also attached screenshots (Checkout_Action_Web & Checkout_Action_Mobile) of actions being performed when user clicks on the "Pay Now" button.
Below logic will help you better understand what I am trying to do once the RazorPay payment is successful:
Step - 1 - Check whether the order value (page state: netPayable) is > 1500 and State=1 (page state: shippingaddress)
Step - 2 - Query coinCategory collection - This is queried to create coins document in Step - 4
Step - 3 - Create Order Document
Step - 4 - Create coins Document
Step - 5 - Clearing App States - cartSubTotalValue & cartgstvalue
Step - 6 - Navigate to My Orders Page
Step - 7 - Added loop action to create OrderLine
Request you to go through all the attachments and the logic. Any help on this will be really appreciated. I am struggling to resolve this issue from long time. But unable to find out what is the actual issue.