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

🔔 New Webhook Events: Added webhook APIs for real-time status updates on customers, virtual accounts, and payments.

You can now subscribe to webhook events for customer status, virtual account status, and payment status updates. Your application will receive structured JSON payloads at your designated endpoint whenever these statuses change.

New Features

Customer Status Updated Webhook

  • Event: customer_status_updated
  • Purpose: Receive notifications when a customer’s status changes (e.g., active/inactive).
  • Payload: Includes customer details, status, and required documents.

Virtual Account Status Updated Webhook

  • Event: virtual_account_status_updated
  • Purpose: Get notified when a virtual account becomes active or closed.
  • Payload: Includes virtual account details, status, and bank information.

Payment Status Updated Webhook

  • Event: payment_status_updated
  • Purpose: Track the full payment journey with granular status updates (e.g., awaiting funds, FX completed, payout credited, etc.).
  • Payload: Status-specific data for each payment event, including amounts, currencies, recipients, and more.