Documentation Index
Fetch the complete documentation index at: https://docs.chipipay.com/llms.txt
Use this file to discover all available pages before exploring further.
1. Get your API key
Go to dashboard.chipipay.com, create an org, and copy your secret key from the Credentials page.2. Create a gift code
3. Share the claim link
Send your recipients this URL:4. Or redeem via API
If you’re building the redemption into your own app:5. Buy credits
Gift card redeems debit from your org’s credit balance. Buy a credit pack (5 / 50 / $100) at dashboard.chipipay.com/configure/billing by sending USDC.What you can build
| Use case | How |
|---|---|
| User onboarding | Airdrop $5 USDC to new signups |
| Referral rewards | Give referrers a redeemable code |
| Loyalty program | Monthly USDC rewards for active users |
| Promotional campaigns | Bulk email 500 recipients via CSV |
| Cross-chain distribution | Recipients claim on Starknet or Solana |
Auth
| Method | Header | Best for |
|---|---|---|
| Secret key | Authorization: Bearer sk_prod_... | Server-side (create, list, manage) |
| No auth | None | Public claim endpoints (validate, redeem) |
Next
- All endpoints — create, validate, redeem, bulk, status
- Cross-chain (CCTP) — how Starknet → Solana bridging works
- Dashboard & bulk airdrop — create + manage from the UI
