Introduction
For quite some time, we've aimed to enable crypto payments for our API. To address this need—for both ourselves and our users—we developed CryptoCheckout. This guide provides a step-by-step walkthrough on leveraging this service to accept cryptocurrency payments seamlessly.
Why Use CryptoCheckout?
Accepting crypto payments traditionally involves complex steps:
- Integrating multiple wallets
- Constructing transaction-specific logic
- Ensuring payment-user validation
- Managing recurring payments and escrow
CryptoCheckout simplifies this process, offering a unified solution for one-time and recurring payments.
How CryptoCheckout Works
1. Project and Product Setup
- Project: Represents your business or initiative.
- Product: The item/service you’re selling.
- Plans: Tiers (e.g., STARTER/PREMIUM) or timeframes (MONTHLY/YEARLY).
- Prices: Define tokens/chains (e.g., "99 USDC on Solana").
Example Hierarchy:
Project → Product → Plan → Price(s)2. Generate Payment Link
Once configured, share this format with customers:
https://checkout.blockchainapi.com/project/PROJECT_ID/product/PRODUCT_ID
👉 View a live demo payment page
3. Payment Flow
- Customers select preferred plan/price.
- Payment triggers notifications via webhooks/Discord or API polling.
Implementation Options
No-Code Solution
Use the dashboard to:
- Create projects/products.
- Set up webhooks.
- Monitor payments.
Tutorials:
Code Solution
(Coming soon! Stay tuned for API documentation.)
Linking Payments to Customers
Methods:
- Customer ID: Collect unique IDs (email/wallet address) during signup.
- Validation Code: Unique code per payment, verifiable via API.
- Wallet Sign-In: Authenticate via Solana wallets; query payments by public key.
API Reference:
Payout Options
- Direct to Wallet: Payments sent to your Solana address.
- ACH Transfers: Beta feature—contact us for access.
Pricing
Zero Fees: Unlike traditional processors (e.g., Stripe), CryptoCheckout charges:
- 0% transaction fees.
- Free setup.
| Amount | Stripe Fee | CryptoCheckout Fee |
|--------|------------|---------------------|
| $9 | $0.65 | $0.00 |
| $99 | $3.17 | $0.00 |
Roadmap & Feedback
We’re expanding support to more blockchains. Suggest your preferred chain.
FAQs
Q: Which cryptocurrencies are supported?
A: Currently Solana (SOL/SPL tokens); more chains coming soon.
Q: How do I track payments?
A: Via the dashboard, API, or webhooks.
Q: Is coding knowledge required?
A: No—use our no-code dashboard for full functionality.