Hi - Our customer complained that they are not able to make payment using our app. This was surprising as other customers were able to make payment. I retrieved the permissions for that merchants using token and noticed the payment permission was missing.
My question is - How is it possible? Does a merchant have an option to refuse the permissions that we have requested in the POS app? If yes, how do they do it and also how do i ask them to give POS app the required permission.
Below is the JSON with permission:
{ "id": "d6664447-8eda-1585-be7f-78ed18ffb0da", "permissions": { "elements": [ { "name": "INVENTORYW" }, { "name": "MERCHANTR" }, { "name": "ORDERSR" }, { "name": "ORDERSW" }, { "name": "INVENTORYR" }, { "name": "MERCHANTW" } ] } }