API Logs ← Back to ziia.co
API Key: not set
🔑 Get your sandbox API key

Generate an instant sandbox key. No approval. No forms. Live in seconds.

Participant ID (any name)
🚀 Quick start
cURL
Go
Node
Python
# Step 1: Get a sandbox key curl -X POST https://sandbox.ziia.co/v1/sandbox/keys \ -H "Content-Type: application/json" \ -d '{"participant_id": "my_bank"}' # Step 2: Authorise a payment curl -X POST https://sandbox.ziia.co/v1/authorize \ -H "X-API-Key: pr_test_..." \ -H "Content-Type: application/json" \ -d '{ "transaction_id": "txn_001", "pan_token": "tok_approve", "amount": 5000, "currency": "USD", "merchant_id": "MERCH_001", "mcc": "5411", "acquirer_id": "acq_001" }'
Getting started checklist
Generate a sandbox API key
Make your first authorisation request
Test a decline scenario
Trigger a 3DS challenge
Configure a webhook endpoint
🎯 Request
📨 Response
Fire a request to see the response here.
📤 Request JSON
Fill the form above to preview the request.
0 approved 0 declined 0 other
📋
No requests yet. Fire some from the Request builder.
🔗 Endpoint configuration
📦 Event payload reference
📬 Delivery log
🔔
No webhook events yet. Fire requests to generate events.
🔑 Issue a Trusted Agent Token
💳 Agent payment
📨 Agent response
Issue a token and fire a payment to see the response.