What is CardCash?

CardCash is a gift card marketplace that enables partners to purchase discounted gift cards programmatically. Through our API, you can browse available merchants, view real-time inventory, and purchase cards in a single checkout call.

What You Can Do

Browse Merchants

List available merchants and their current discount rates

View Inventory

See real-time card availability by denomination and type

Purchase Cards

Purchase cards in a single checkout call with your preferred payment method

Access Wallet

Retrieve purchased card numbers, PINs, and barcodes

Base URL

All API requests are made to:
https://production-api.cardcash.com/v3
For testing, use the sandbox environment:
https://sandbox-api.cardcash.com/v3

Authentication Overview

Every request requires:
  1. An x-cc-app header with your partner application ID
  2. A Bearer token obtained from POST /session
See the Authentication page for the full setup guide.

Typical Integration Flow