Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/sections/integrations/webhooks.haml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ title: Webhooks
.col-sm-12
%p Sign2Pay provide webhooks that, when setup for your Client Application, will <code>POST</code> a JSON object representing your registered event.

%p To test out these webhooks, you can add a temporary url to Client Application settings to via <a href="http://requestb.in" target="_blank">http://requestb.in</a> to see exactly what gets sent.
%p To test out these webhooks, you can add a temporary url to Client Application settings to via <a href="https://requestbin.com" target="_blank">https://requestbin.com</a> to see exactly what gets sent.

%p While we are adding new events all the time, the keys provided will follow the same object template.

Expand Down