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
Credits are held from your org balance when you create the gift. They’re consumed one-by-one as recipients redeem.
3. Share the claim link
Send your recipients this URL:
They’ll see the gift amount, enter their wallet address, choose a chain, and claim — no account or app download needed.
Building wallet creation into your app? Use the @chipi-stack/chipi-passkey package to create self-custodial wallets with biometrics. Recipients get a wallet + their gift in one flow.
4. Or redeem via API
If you’re building the redemption into your own app:
Starknet redeems are instant. Solana redeems take ~24 seconds via CCTP.
5. Buy credits
Gift card redeems debit from your org’s credit balance. Buy a credit pack (2/5 / 25/50 / $100) at dashboard.chipipay.com/configure/billing by sending USDC.
What you can build
Auth
The claim endpoints (/gifts/claim/:code/*) are public — the code itself is the credential. Keep your gift codes as secret as you’d keep a password.
Next