Simulations
Sandbox-only APIs for simulating time-sensitive events during testing and integration. Use these endpoints to trigger scenarios like offer expiry without waiting for real timers.
Basic authentication — Username: apiKeyID, Password: apiSecret
Identifies which simulation to run. Treat this as an open enum — new actions will be introduced without a breaking version bump.
| Action | Description |
|---|---|
instarefund-offer-expiry | Immediately expires an instarefund® offer, causing it to transition to an expired state as if its expires_at timestamp had been reached. |
instarefund-offer-expiryPossible values: Simulation triggered successfully
successThe action that was simulated.
instarefund-offer-expiryHuman-readable description of what was triggered.
Instarefund offer iro_a1b2c3 has been expired.Bad request — unknown action, missing required payload fields, or the target resource is not in a state that allows the simulation (e.g. the offer has already expired or been claimed).
Unauthorized
Forbidden — this endpoint is not available outside the sandbox environment.
The resource referenced in payload (e.g. the instarefund offer id) was not found.
Last updated