Integrate seamless Google Play Gift Card purchasing services. Offer instant digital gift cards with the highest commissions in the industry.
We offer Google Play Gift Cards for multiple countries
United States
United Kingdom
Canada
Australia
European Union
Powerful features designed for seamless gift card integration
Digital gift cards are delivered within seconds with 99.9% success rate
Bank-grade security with end-to-end encryption for all transactions
Earn up to 8% commission on every Google Play gift card transaction
Simple REST API with comprehensive documentation and SDKs
Get your commissions settled daily to your bank account
Dedicated technical support team available round the clock
Comprehensive solutions for gift card management
Offer a wide range of denominations from $10 to $200 to suit all customer needs
Digital codes delivered instantly via email, SMS, or through API response
Support for multiple countries and currencies with localized pricing
Generate and send digital receipts immediately after purchase
Comprehensive guide to integrate our Google Play Gift Card API
POST https://api.a1topup.com/v1/google-play/purchase
Parameter | Type | Required | Description |
---|---|---|---|
api_key | String | Yes | Your unique API key |
country | String | Yes | Country code (US, UK, CA, AU, etc.) |
denomination | Number | Yes | Gift card value (10, 25, 50, 100, etc.) |
currency | String | Yes | Currency code (USD, GBP, CAD, AUD, EUR) |
customer_email | String | No | Customer email for delivery receipt |
{
"api_key": "your_api_key_here",
"country": "US",
"denomination": 50,
"currency": "USD",
"customer_email": "customer@example.com"
}
{
"status": "success",
"transaction_id": "GPC123456789",
"gift_card_code": "ABCD-EFGH-IJKL-MNOP",
"gift_card_pin": "123456789012",
"amount": 50,
"currency": "USD",
"commission": 4.00,
"balance": 9542.50,
"expiry_date": "2024-12-31"
}
POST https://api.a1topup.com/v1/google-play/balance
Parameter | Type | Required | Description |
---|---|---|---|
api_key | String | Yes | Your unique API key |
{
"api_key": "your_api_key_here"
}
{
"status": "success",
"balance": 9542.50,
"currency": "INR",
"pending_commissions": 245.75
}
Error Code | Message | Description |
---|---|---|
1301 | Invalid API key | The provided API key is invalid or expired |
1302 | Insufficient balance | Your account balance is insufficient for this transaction |
1303 | Invalid denomination | The requested denomination is not available |
1304 | Country not supported | The requested country is not supported |
1305 | System temporarily unavailable | Google Play gift card service is temporarily down |
{
"status": "error",
"error_code": "1302",
"message": "Insufficient balance",
"required_amount": 50.00,
"current_balance": 45.25
}
Choose the plan that works best for your business
Sign up today and get your API keys to start integrating Google Play Gift Card services.