Webhooks intro
Card payments webhooks
Webhook management: Card payments
webhook events webhooks return events after an api endpoint is called the returned webhook event contains details relevant to the api call find these apis in the webhook module of our push to card (p2c) sandbox quickstart with cross river apis api calls action api call description register post /api/webhookregistrations registers for all webhook events delivery registered get /api/webhookregistrations returns a list of all webhook registrations by event delivery or by polling the system registered by id get /api/webhookregistrations/{registrationid} returns a webhook registration by id update by id put /api/webhookregistrations/{registrationid} updates the details of a webhook registration by id delete by id delete /api/webhookregistrations/{registrationid} deletes a webhook registration by id delete by ids delete /api/webhookregistrations/{registrationid}/{sourcesenderid} deletes a webhook registration by id and sender id