B2B platform for digital goods

Epay Prepaid Content API — Gaming Vouchers and Software Licenses for Resellers

A practical guide for resellers integrating Epay's prepaid digital content catalog — gaming codes, antivirus licenses, entertainment vouchers — via the FoxReload unified API.

Epay Prepaid Content API — Gaming Vouchers and Software Licenses for Resellers

Epay runs one of the most extensive prepaid content distribution networks in the world. As a division of Euronet Worldwide (NASDAQ: EEFT), it has built up retail distribution infrastructure in 60+ countries, with 700,000+ point-of-sale terminals, formal licensing relationships with gaming platforms, software publishers, and entertainment services, and a B2B wholesale channel that has served distributors and resellers for years.

For resellers looking to source gaming vouchers, software license codes, or entertainment prepaid content at scale, Epay is a real option worth understanding in detail. This guide covers what Epay's catalog actually looks like, how the API access model works, and why most resellers find FoxReload the most practical path to Epay's inventory.

What the Epay Prepaid Content Catalog Covers

Epay's strength is the breadth of its catalog combined with geographic reach. The product categories available to B2B resellers span four main areas:

Gaming Vouchers and Platform Credits

This is the highest-demand category and where Epay's authorized distribution relationships matter most. The catalog includes:

  • PlayStation Store gift cards — Multiple denominations across North America, Europe, and Asia Pacific. PSN cards are consistently among the highest-velocity digital goods products globally.
  • Xbox gift cards — Microsoft gaming ecosystem credits across major markets, with strongest coverage in North America and Western Europe.
  • Platform-specific gaming codes — Region-specific gaming platform credits and game launch codes depending on publisher agreements active at the time.

Epay's standing as an authorized distributor for major gaming platforms is a meaningful differentiator. These are legitimate, licensed products sourced through formal distribution agreements — not gray-market codes.

Software Licenses

Prepaid license codes for consumer software have become a significant product category as subscription renewals drive repeat purchase behavior. Epay's software catalog includes antivirus and security software from major publishers, VPN service codes, and select productivity suite subscriptions. Coverage varies by region based on publisher distribution agreements.

For resellers serving SMB customers who prefer physical or digital prepaid activation codes over direct billing relationships, this category offers consistent demand.

Entertainment and Streaming Codes

Streaming platform gift cards and subscription codes are part of Epay's catalog, though this is the most geographically variable category. Platform licensing restrictions mean availability differs significantly between markets. The practical approach is to verify specific entertainment SKU availability for your target markets rather than assuming uniform global access.

Telecom Prepaid Top-ups

Epay's physical distribution network was originally built substantially around telecom prepaid cards, and that heritage remains visible in the digital catalog. Mobile top-up codes for major carriers in key European and Asia Pacific markets are available through the B2B channel.

How Direct Epay API Access Works

Epay does offer direct B2B API access to authorized resellers, and it's worth understanding the model before comparing it to the FoxReload alternative.

The access model: Epay's B2B API is provided through regional business units. This means your point of contact, your pricing, and to some extent your catalog access are determined by which regional Epay team manages your account. A reseller targeting European markets will work with Epay's European operations; Asia Pacific business routes through a different team.

Authentication and core operations: The API uses standard authentication patterns and covers the core workflows needed for reseller operations — catalog retrieval, pricing checks, order placement, code delivery, and order status. Error handling is documented and the infrastructure is stable, reflecting years of high-volume production use.

What the direct API lacks for modern resellers: Developer experience is the honest gap. Self-serve onboarding, comprehensive developer documentation, sandbox environments that fully mirror production, and real-time webhook notifications for order events are all areas where Epay's API reflects its origins as infrastructure built for a physical distribution company. Resellers building sophisticated automated order management systems may need to invest more engineering effort to work around these gaps.

Onboarding timeline: Direct Epay API access involves a formal reseller agreement, business verification, pricing negotiation, and technical integration support from Epay's team. Expect 3–8 weeks from initial contact to production access.

Accessing Epay Through FoxReload

FoxReload provides a modern API layer that aggregates Epay's catalog alongside Tillo, Blackhawk Network, Reloadly, and other major prepaid content suppliers. For resellers who want Epay's inventory without the traditional distributor onboarding process, this is the practical alternative.

The integration experience through FoxReload is designed for digital-first resellers:

  • Standard REST API with Bearer token authentication
  • Real-time catalog endpoint with filtering by supplier, category, region, and denomination
  • Synchronous order fulfillment with code delivery in the response for in-stock items
  • Webhook notifications for order status events (completed, failed, refunded)
  • Multi-supplier failover when primary supplier inventory is unavailable
  • Developer portal with API documentation, sandbox environment, and order history dashboard

Step-by-Step: Getting Started

Step 1 — Create a FoxReload Account

Register at foxreload.com and complete the KYC verification process. The KYC requires standard business verification documentation: company registration details, beneficial ownership information, and intended use case. Verification typically completes within a few hours for straightforward business structures.

Once verified, you receive production API credentials and sandbox access. The sandbox environment uses the same API structure as production but with simulated order fulfillment — useful for integration development before committing real funds.

Step 2 — Explore the Epay Catalog

Use the FoxReload catalog API endpoint to browse available Epay SKUs. Filter by supplier=epay to see the specific Epay product set, and combine with category filters (gaming, software, entertainment, telecom) to narrow to relevant product types.

The catalog response includes SKU identifiers, product names, available denominations, regional eligibility flags, and current pricing. Review this data before building your integration to understand exactly what's available for your target markets — catalog availability is dynamic and checking at integration time gives you accurate information.

Step 3 — Build the Integration

FoxReload's order API uses simple REST conventions. The core workflow for a reseller integration:

  1. Authenticate: Include your API key as a Bearer token in request headers
  2. Check availability: Query the catalog for the specific SKU, denomination, and region you want to sell
  3. Place an order: POST to the orders endpoint with SKU ID, quantity, and your order reference
  4. Receive fulfillment: Successful orders return the digital code(s) in the response payload, along with order ID and fulfillment metadata
  5. Handle webhooks: Register a webhook endpoint to receive async notifications for order state changes — particularly useful for high-volume batch ordering

Error handling follows standard HTTP status conventions. The API returns structured error objects with error codes and human-readable messages. Common error conditions (SKU unavailable, insufficient balance, invalid region) are well-documented.

Step 4 — Go Live and Monitor

After validating your integration in sandbox mode, switch your API key configuration to production credentials. Set minimum test order volumes before scaling to confirm end-to-end fulfillment for each SKU category you're selling.

FoxReload's dashboard provides real-time inventory status indicators, order history with fulfillment timestamps, and balance management. Set up balance alerts to avoid order failures from insufficient account funds during peak demand periods.

Use Cases Where Epay Adds Value

European market focus: Resellers targeting Western and Central Europe benefit disproportionately from Epay's regional depth. Authorized PSN, Xbox, and software license codes with European regional configurations are consistently available.

Multi-category product offerings: Resellers who want to offer gaming, software, and telecom products from a single supplier relationship benefit from Epay's breadth. Through FoxReload, this becomes even easier since all categories are accessible through one integration.

Compliance-sensitive operations: Resellers operating in regulated markets where authorized distributor sourcing matters for compliance purposes benefit from Epay's formal licensing relationships.

Physical + digital hybrid operators: Businesses that run both physical prepaid card retail and digital B2B channels can align their digital sourcing with a supplier whose retail distribution relationships overlap with their physical supply chain.

Integration Patterns for Common Reseller Models

E-commerce reseller: Sync Epay catalog data to your product database on a scheduled basis (hourly is typical for price-sensitive categories). Use the real-time availability API to check stock before completing customer orders. Deliver codes through your existing order management system using the FoxReload order API response.

API reseller / white-label B2B: Build a pass-through or aggregation layer on top of the FoxReload API. Use webhook events to maintain order status in your system and push status updates to downstream customers.

Retail / kiosk operator: Batch pre-order high-velocity SKUs during off-peak hours using the orders API. Store fulfilled codes securely for point-of-sale delivery. Use dashboard monitoring to maintain appropriate inventory buffers by SKU.

Bottom Line for Resellers

Epay's prepaid content catalog is broad, geographically deep, and sourced through legitimate authorized distribution relationships. The direct API access model reflects the company's traditional distribution heritage — functional but less polished than API-native platforms.

For resellers who want Epay's catalog without the multi-week onboarding process and traditional wholesale model, FoxReload provides a practical, modern path. The integration is straightforward, the onboarding is fast, and Epay's inventory is accessible alongside other major suppliers through the same API.

Frequently asked questions

What Epay product categories are available through the FoxReload API?
Through FoxReload you can access Epay's gaming vouchers (PlayStation, Xbox, platform credits), software license codes (antivirus, VPN, productivity), entertainment gift cards, and telecom prepaid top-ups. Catalog availability varies by region — the API returns real-time availability and pricing for your specific market configuration.
How does FoxReload handle Epay inventory stockouts?
FoxReload's multi-supplier routing logic automatically attempts alternative supplier fulfillment when Epay inventory is unavailable for a specific SKU. This failover is transparent to your integration — you place a standard order and FoxReload handles supplier selection. You can also configure preferred supplier priority if Epay is your primary source for specific categories.
What are the regional limitations of Epay's catalog via FoxReload?
Epay's catalog coverage is strongest in Europe and Asia Pacific. Some SKUs are region-restricted by platform licensing — a PlayStation Store card denomination available in Germany may not be available for the same resale market in Southeast Asia. The FoxReload catalog API returns availability metadata per SKU including regional eligibility, so you can filter appropriately for your target markets.
How does FoxReload's API differ from direct Epay API integration?
Direct Epay API access involves regional account managers, formal reseller agreements, volume commitments, and a traditional onboarding process. FoxReload provides a modern REST API with self-serve onboarding, real-time webhook notifications, multi-supplier catalog access, and a developer portal — wrapping Epay's catalog in an integration experience built for digital-first resellers. You also gain access to all other FoxReload suppliers through the same integration.
Access Epay via FoxReload

Related articles