Kripicard
Home$KripiRoadmapFees
Menu
Private Sale$Kripi TokenRoadmapFeesGift CardseSIMUse CasesCreatorsAmbassador ProgramVerified Contacts
Sign InGet Your Card
Sign inGet your cardGet card

Kripicard Gift Cards API

Developer Documentation for Gift Card Integration

Integrate gift card functionality into your platform. Browse gift cards from top brands worldwide and enable seamless digital gift card purchases with our easy-to-use API.

API Documentation

Gift Cards API - Version 1.0

Pricing Logic & Security

Server-Side Pricing: Local amount is sent to Reloadly, USD base is calculated server-side, fee percent is applied on USD base, and user balance is deducted using USD total.

API Key Required: All requests require a valid API key. Never expose your API key in client-side code.

Base URL & Authentication

Base URL:

https://kripicard.com/api/gifts

Authentication:

All endpoints require an api_key parameter in the request body.

1. Get Giftcard Packages

POST

Endpoint:

POST /api/gifts/packages

Request Body

api_key (string) *required

Your API authentication key

page (integer) optional

Page number for pagination

search (string) optional

Search by product name (e.g., "App Store & iTunes TRY")

country (string) optional

Filter by country ISO code (e.g., "US", "TR", "UK")

Example Request

{
  "api_key": "YOUR_API_KEY",
  "page": 1,
  "search": "App Store & iTunes TRY",
  "country": ""
}

Example Response

{
  "success": true,
  "pagination": {
    "page": 1,
    "per_page": 20,
    "total": 2560
  },
  "countries": {
    "US": "United States",
    "UK": "United Kingdom",
    "TR": "Turkey"
  },
  "giftcards": [
    {
      "product_id": 20004,
      "product_name": "App Store & iTunes TRY",
      "country_iso": "TR",
      "country_name": "Turkey",
      "brand": "Apple",
      "denominations": [10, 25, 50, 100],
      "currency": "TRY",
      "description": "Apple App Store & iTunes Turkey",
      "logo_url": "https://..."
    }
  ]
}

2. Purchase Giftcard

POST

Endpoint:

POST /api/gifts/purchase

Request Body

api_key (string) *required

Your API authentication key

recipient_email (string) *required

Email address to receive gift card code and redemption instructions

product_id (number) *required

Product ID from the Get Giftcard Packages endpoint

country_iso (string) *required

Country ISO code (e.g., "TR", "US", "UK")

local_amount (number) *required

Local currency amount (e.g., 10, 25, 50)

service_name (string) *required

Service name from the Get Giftcard Packages endpoint

Pricing Logic

  • • Local amount is sent to Reloadly
  • • USD base is calculated server-side
  • • Fee percent is applied on USD base
  • • User balance is deducted using USD total

Example Request

{
  "api_key": "YOUR_API_KEY",
  "recipient_email": "test@email.com",
  "local_amount": 10,
  "product_id": 20004,
  "country_iso": "TR",
  "service_name": "App Store & iTunes TRY"
}

Example Response

{
  "success": true,
  "usd_base": 0.23,
  "fee": 0.02,
  "total": 0.25,
  "message": "Gift card purchased successfully",
  "gift_card": {
    "code": "XXXX-XXXX-XXXX-XXXX",
    "pin": "1234",
    "redemption_url": "https://...",
    "expiry_date": "2027-12-31"
  }
}

Need Help?

For API access, technical support, or questions about integration, contact our developer support team.

Trusted & Verified

Google TrustedVerified Website
AI TrustedAI-Verified Platform
TrustpilotRead Reviews

About Kripicard

Issue Instantly
100% Secure
Global Access
Coming Soon

Mobile apps for iOS and Android launching soon!

Product

  • Home
  • Fees
  • Fee Calculator
  • Gift Cards
  • eSIM Plans
  • Use Cases
  • API Card
  • eSIM API
  • Gift Cards API
  • Whitelabel

Community

  • $Kripi Token
  • Private Sale (Live)
  • Roadmap
  • Ambassador Program
  • Creator Showcase
  • Content Creators & Testers
  • Advisors
  • Announcements
  • Supported Merchants
  • News

Resources

  • Whitepaper
  • FAQ
  • Verified Contacts
  • Brand Assets
  • Business Partnerships
  • Crypto News

Support

  • Email Support
  • Telegram Support

Follow Us

X (Twitter)BlueskyYouTubeTikTokTwitchPinterestTumblrDisqus$Kripi Community

© 2026 Kripicard. All rights reserved. Kripicard is a financial technology company. Virtual cards are issued by licensed partners in their respective jurisdictions. Availability of products may vary by region and are subject to local laws and regulations.

Privacy Policy•Terms and Conditions