Stay up-to-date with the latest improvements, new features, and changes to the Redpin Platform API.
We regularly update our API to provide better functionality and security. All changes are backwards compatible unless explicitly noted.
What’s in a changelog entry?
Each changelog entry includes:
- Summary: Overview of the release
- New Features: Fresh functionality added to the API
- Bug Fixes: Issues resolved in this version
- Breaking Changes: Any changes that might affect existing integrations
Summary
Third Party Customer Status Webhook: Added webhook notifications for third party customer status updates.
New Features
Third Party Customer Status Webhook
- What’s New: Platforms can now receive real-time webhook notifications when the status of a third party customer changes (e.g., from
PENDING
toAPPROVED
orREJECTED
). - How it Works: When a third party customer’s compliance status is updated, Redpin will send a webhook event to your configured endpoint with the latest status and customer reference.
- Benefits:
- Enables instant updates to your platform when customer onboarding or compliance review is completed.
- Reduces the need for polling the API for status changes.
- Event Payload Example:
- Documentation: See Third Party Customer Webhook Events for integration details and setup instructions.
Bug Fixes
- N/A
Breaking Changes
- None. This is a non-breaking, additive change.