INTEGRATED POINT OF SALE SOLUTION

Mobile Credits Plugin for Retail Locations

Why Choose Our Retail Solution?

Works With Any Store

Compatible with bodegas, gas stations, convenience stores, and any retail location with a POS system.

POS Agnostic

Our plugin works with any point of sale system. No hardware replacement needed.

Quick Integration

Takes less than 1 hour to integrate with our easy-to-use API plugin.

Use Your Hardware

Customers pay using your existing terminals. No new equipment required.

Extra Revenue Stream

Earn $0.50 to $9.95 per transaction. Passive income for your business.

24/7 Support

Our team is always available to help with integration and ongoing support.

Boost Your Revenue

$0.50 - $9.95

Per customer load! Add a new revenue stream to your business with zero upfront investment. Our plugin integrates seamlessly with your existing setup.

OUR APIs

Download API Document HERE

Authentication

Contact us for live production credentials.

POST /api/v1/auth/token
Content-Type: application/json

{
  "api_key": "your_api_key",
  "api_secret": "your_api_secret"
}

Process Recharge

Initiate a mobile recharge transaction.

POST /api/v1/recharge
Authorization: Bearer {token}
Content-Type: application/json

{
  "carrier_slug": "att",
  "phone_number": "1234567890",
  "amount": 25.00,
  "location_id": "store_001"
}

Check Balance

Verify carrier and get available plans.

GET /api/v1/carriers/{slug}/validate
Authorization: Bearer {token}

Response:
{
  "valid": true,
  "carrier": "AT&T",
  "min_amount": 10,
  "max_amount": 100
}

Transaction Status

Check status of a recharge transaction.

GET /api/v1/transactions/{id}
Authorization: Bearer {token}

Response:
{
  "id": "txn_12345",
  "status": "completed",
  "amount": 25.00,
  "commission": 2.50
}

Ready to Get Started?

Contact us for live production credentials and API documentation.

Contact Us Today