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
Webhook event simulator: Added a partner-facing guide for the sandbox webhook event simulator at simulator.sandbox.redpincompany.com, which lets you exercise your webhook handler against a scripted sequence of payment lifecycle events for a given session.
Documentation Updates
New page
- Test webhooks with the simulator — how to load a sandbox session, pick a scripted action (Successful Payment Completion, Cancel Payment), publish the event sequence, and inspect the deliveries the simulator sent to your registered callback URL.
Cross-links
- Webhooks overview now points to the simulator for handler verification.
- Integration guidelines references the simulator within the hosted-flow webhook subscription step.
- Getting started includes the simulator as a next step alongside webhook configuration.