Changelog
Introducing Event Notifications with Webhooks
With API v1.0.3
, Payitoff begins rolling out a webhook system—enabling your applications to be notified when important events occur, and process and respond to them in your systems to better serve your Borrowers.
Notable changes and updates
The v1.0.3
release is entirely focused on Webhooks.
- Register a webhook endpoint with our Set Webhook URL endpoint
- De-register a webhook endpoint and stop receiving webhooks with our Delete Webhook URL endpoint
- Test your webhook endpoint and simulate supported events with our Test Webhook URL endpoint
- Review the supported Webhook Events you can receive and respond to. This list will grow over time.
Immediate Use Cases
For this initial release of Payitoff Webhooks, we're primarily focused on enabling your applications to be notified and respond to changes in the status of submitted Enrollment Requests. We will now notify you when:
enrollment.approved
— YourEnrollment
is known to be approvedenrollment.needs_attention
— Too much time has passed without an approval, or a Servicer has rejected theEnrollment
for reasons that require additional attention
Updated over 2 years ago