Skip to main content

Create Your Account

1

Register as a Seller

Visit card2crypto.cc/register and create your account
2

Wait for Approval

Your application will be reviewed by our team within 24-48 hours. You’ll receive an email notification once approved.
3

Create Your Shop

Once approved, log in and create your shop to generate production API credentials.
You can only create ONE shop per account. Your API keys are production-ready immediately.
4

Configure Crypto Addresses

Set up your Bitcoin and/or Litecoin withdrawal addresses in Settings to receive payouts.

Get Your API Key

Navigate to your Dashboard and copy your production API key:
Never expose your API key in client-side code or public repositories. Always use it server-side only.

Make Your First Payment

1. Create a Payment

Make a POST request to create a payment:

2. Redirect to Checkout

The API returns a checkout_url. Redirect your customer to this URL:
The customer will see a checkout page where they can enter their card details.

3. Handle Webhooks

Set up a webhook endpoint to receive payment notifications:
Learn more about webhook security in the Webhook Security guide.

Test Your Integration

Use the Payment Testing Tool in your dashboard to quickly test payment creation without writing code.
All payments are live and real. Test with small amounts like $0.50 to verify your integration works correctly.

Next Steps

API Reference

Complete API endpoint documentation

Webhook Events

All webhook event types and payloads

Integration Guides

Platform-specific integration tutorials

Error Handling

Common errors and how to fix them