Paystack Integration Using Webhook
Status: Closed · Asked by zyman on · 0 views
I am trying to integrate Paystack to Google Sheets.
I noticed that triggers are not yet available for paystack. So, I tried using webhooks.
I pasted the webhook generated by pabbly in paystack and saved it. Then made a live purchase on my site.
The webhook instructions in pabbly say I should click the "capture webhook response" button. But there is no such button on the page. (see attached image)
How should I resolve this?
Attachments

Hey @zyman
After placing the webhook URL in your Paystack, saving it in your Paystack account, then you can press the capture webhook response button on your Webhook Trigger.
After that, you need to make a sample payment so that the Webhook captures your payment response, which you can see in your webhook Response.

Thanks!!