how to get instamojo failures to google sheet ?
Status: Closed · Asked by quepreonpay on · 0 views
how to get instamojo failures to google sheet ? not able to find the triger
You can add the webhook in your Instamojo checkout page and then do a failed transaction so that you can get the webhook response-

Once you are able to get the webhook response for failed transaction, you can add the Google Sheet in next step and can proceed.
got that .. however in instamojo there is only one space to add the webhook .. we have added the new payment triger .. so how to add another webhook ?
got that .. however in instamojo there is only one space to add the webhook .. we have added the new payment triger .. so how to add another webhook
you can use Routers to separate payment based on "Status" value receive din webhook.
Set one router for successful payments and another one for failed payments.
Here is a video on Routers -
got that.. thank you so much.