INTEGRATION POINT OF SALE SOLUTION

Mobile Credits Plugin for Retail Locations

Retail Solutions

Add revenue to your Bodega, gas station kiosk, convenient store and other retail locations by allowing customers to purchase cellular minutes!

Receive $0.50 - $9.95 per customer load!

Our Mobile Credits Plugin is POS agnostic, it works with any and all point of sale systems. It takes less than 1 hour to integrate with our easy to use API plugin.

Customers can pay with your hardware. No need for new terminals or equipment. They insert their card / tap to pay just like a normal transaction.

POS Terminal Integration

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 API SECTION

Integrate our APIs HERE: (include APIs and documentation)

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