Compatible with bodegas, gas stations, convenience stores, and any retail location with a POS system.
Our plugin works with any point of sale system. No hardware replacement needed.
Takes less than 1 hour to integrate with our easy-to-use API plugin.
Customers pay using your existing terminals. No new equipment required.
Earn $0.50 to $9.95 per transaction. Passive income for your business.
Our team is always available to help with integration and ongoing support.
Per customer load! Add a new revenue stream to your business with zero upfront investment. Our plugin integrates seamlessly with your existing setup.
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"
}
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"
}
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
}
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
}
Contact us for live production credentials and API documentation.
Contact Us Today