Partners¶
Contents:
Generic Partner Webhook¶
This is a general purpose end-point for capturing webhooks sent from partners. This end-point expects a JSON body to be sent for later processing. If signatures need checking, data re-formatting or more specialised treatment then contact the team for bespoke setup.
http POST /api/v1/$FLOCK/partner/{partner}/hook/
HTTP/1.1 200 OK
{
"message": "ok"
}
GoCardless has a dedicated webhook endpoint which verifies the signatures of the webhooks.
/api/v1/partner/gocardless/hook/