Documentation

Complete guides and tutorials for Jawaker Token Cards platform

Quick Start Guide

Get started with Jawaker Token Cards in 5 minutes

Get Started

API Reference

Complete API documentation for developers

View API

Advanced Features

Learn about advanced platform capabilities

Learn More

Quick Start Guide

1. Create Your Account

Sign up for a Rechargej Cards account to start generating Jawaker Token Cards.

2. Generate Your First Card

  1. Navigate to the "Generate Cards" section
  2. Select the card type (token amount)
  3. Choose the quantity you need
  4. Click "Generate Cards"

3. Redeem a Card

  1. Go to the redemption page
  2. Enter your Jawaker Player ID
  3. Enter the card code
  4. Complete reCAPTCHA verification
  5. Click "Redeem Card"

API Reference

POST /api/redeem_cards

Redeem a Jawaker Token Card programmatically

Request Parameters

{ "player_id": "string", "card_code": "string", "recaptcha_response": "string" }

Response

{ "status": "success|error", "message": "string", "player_name": "string" // if successful }
POST /find_player

Verify a Jawaker Player ID

Request Parameters

{ "player_id": "string" }

Response

{ "status": "success|error", "player_name": "string", // if found "player_id": "string" }

Advanced Features

Card Management

  • Bulk Generation: Generate up to 1000 cards at once
  • Card Blocking: Block cards to prevent redemption
  • Transaction History: View detailed card generation and redemption logs

Security Features

  • reCAPTCHA Protection: Prevents automated abuse
  • Rate Limiting: Protects against excessive requests
  • Session Management: Secure user authentication

Account Management

  • Balance Tracking: Monitor your account balance
  • Profile Settings: Update your account information
  • Support Tickets: Get help when you need it

Error Codes

Code Description Resolution
INVALID_PLAYER Player ID not found Verify the Player ID is correct
INVALID_CARD Card code is invalid or already used Check the card code and ensure it hasn't been redeemed
CARD_BLOCKED Card has been blocked by the issuer Contact the card issuer or support
INSUFFICIENT_BALANCE Account balance too low Add funds to your account

Support and Resources

Need additional help? Here are your options: