Integration Guide
Up & Running in 3 Simple Steps
TurboPay is built for speed — from application to first live transaction, most merchants are fully operational the same day.
Step 01
Apply & Get Approved
Just provide your business name — that's all we need. No paperwork, no ID, no compliance documents. Most accounts are approved the same business day.
- Business name only
- No documents required
- No notarized paperwork
- Same-day approval in most cases
Step 02
Integrate via API
Connect to TurboPay using our REST API. Our team will guide you through the integration step by step with dedicated 24/7 support from start to finish.
- REST API with documentation
- Step-by-step integration support
- Real-time event notifications
- Dedicated integration assistance
Step 03
Go Live & Scale
Switch to production and start processing real payments. Real-time crediting from day one, with your merchant dashboard live and ready.
- Same-day go-live
- Real-time transaction crediting
- ₱25M+ daily capacity per account
- 24/7 monitoring and support
API Preview
Clean, Simple Integration
Our REST API is designed to be integrated in minutes, not weeks. Standard JSON requests, predictable responses, and full webhook support.
Request API AccessPOST /api/v1/payment
// Create a payment request
POST https://api.turbopay.ph/v1/payment
// Request body
{
"amount": 5000,
"ref_no": "TP-2026-00142",
"method": "gcash",
"merchant_id": "MER_001"
}
// Response
{
"status": "success",
"credited_at": "2026-04-20T10:32:01Z"
}