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 to APPROVED or REJECTED).
  • 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:
    1{
    2 "event_id": "3",
    3 "event_timestamp": "2025-01-01T00:00:00Z",
    4 "customer_id": "0201001008132685",
    5 "client_customer_ref": "CUST_001",
    6 "status": "APPROVED"
    7}
  • 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.