Interactive Sandbox
Interactive Product Demo
See how APIPLAY bridges developer controls with simple, secure operation forms for support & ops teams.
Simulate Staff Execution
Simulating gateway routing guardrails
Gateway Execution Logic
1
Validate Parameters & AuthEnsures staff users are authorized and fields are fully sanitised.
2
Decrypt AES-256 Secret KeyRetrieves encrypted API token from database and decodes it securely in memory.
3
Proxy Header InjectionInjects Bearer credentials server-side. The client user never sees the key.
4
Forward Request to DestinationGateway dispatches the payload to https://api.stripe.com/v1/refunds.
5
Write Centralised Audit LogAppends metadata (user, action, timestamp, parameters) into the immutable SQL log.
Simulated Audit Log Stream
Stripe: Process RefundBy: sarah@acme.com · 10:45:12 AM
production200 OK
Auth0: Unlock User AccountBy: marcus@acme.com · 10:48:05 AM
production200 OK