Instamojo Webhook- Date is not captured
Status: Closed · Asked by bijay on · 0 views
Hey folks, I am using the Instamojo webhook to capture Instamojo sales on a Google sheet. But seems like the Payment date is not included on Pabbly. Is there a way to capture date from Instamojo?
Hey folks, I am using the Instamojo webhook to capture Instamojo sales on a Google sheet. But seems like the Payment date is not included on Pabbly. Is there a way to capture date from Instamojo?
You can use date/time formatter to get the current date and time as shown below -

Another Solution to the same problem:
Step 1: Capture Webhook from InstaMojo. It will send the payment_id in the webhook response.

Step 2: Fetch more details related to transaction from the Payment Id

Attachments

Works like charm. Thanks both of you :)