We have an application in which we set a MODIFY_ORDER action in manifest, when a new order is added in a register app and when the user will tap in our app option from register. Our app is getting the ORDER ID through the getIntent object. I want to do a manual payment for that order instantly within my app. I have used OrderV31Connector class to AddPayment but I am getting the permission denied error 403. I do not want to set the ACTION_CLOVER_PAY intent by passing the order ID because I want to do payment manually. Please help me to find the perfect approach to do Payment within my app, I have only order ID and order detail for now.
Any help will be highly appreciated.