Hello Team,
I have gone through the Refund API, the status in the response of this API is ‘PENDING’ and to track the later status, we need to implement web-hooks.
I want to simplify this process as we are working on a SaaS based application, and there we have N number of merchants who are going to accept payments from their customers. We are accepting the access token, sandboxId and locationId before activating their accounts.
For the implementation of web-hooks, I need to inform them to configure the web-hooks from their dashboard with the specified endpoint, event and in return give us the Signature Key, so that we can validate the web-hook’s response header.
This process might be painful for the merchant users. Can we solve this problem by some other way?