ZKIRA Pay

Developer API

Manage API keys and integrate ZKIRA Pay payments into your applications

View API documentation →

API Keys

No API keys generated yet

Quick Start

Use the ZKIRA Pay API to create confidential payments in your application:

curl -X POST https://app.zkira.xyz/api/payments/create \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"amount": 100, "tokenMint": "USDC"}'

Widget Embed

Add the ZKIRA Pay payment widget directly to your HTML:

<script src="https://cdn.zkira.xyz/widget.js"></script>
<zkira-pay amount="100" token="USDC"></zkira-pay>