In-App Purchases
Deploy card, GCash, and QRPH checkout in one integration with subscription-ready flows.
Enterprise-grade payment rails inspired by Erl.to operations and the Proset project. Launch resilient checkout experiences with modern APIs, secure webhooks, and elegant customer journeys.
Throughput
99.99%
SLA-backed reliability for mission-critical payments.
Settlement
0.40s
Webhook
Fan-out
Auto-refreshing every 6s
A composable payment core tuned for speed, observability, and enterprise-grade trust.
Deploy card, GCash, and QRPH checkout in one integration with subscription-ready flows.
Broadcast success and failure events to multiple callback URLs with query-safe fan-out.
Enable customer vaulting for repeat billing while preserving strict payment security controls.
const session = await fetch('/api/v1/checkout-session', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
Authorization: 'Bearer <CHECKOUT_API_KEY>'
},
body: JSON.stringify({ amount: 120988, paymentMethod: 'ALL' })
});
// Redirect user to hosted checkout
window.location.href = '/checkout?session=' + (await session.json()).sessionId;Ship with clean App Router endpoints, strict webhook verification, and modern callback orchestration. Integrate once and scale confidently across customer touchpoints.
01
Issue a secure checkout session for your client workflow.
02
Capture card, GCash, or QRPH using branded checkout surfaces.
03
Confirm signature, persist status, and fan out callback events.