Accepted Payment Methods
One API, every payment method your customers need — locally and globally.
Visa / Mastercard
All major credit & debit cards
LIVEFPX Online Banking
Malaysian internet banking
LIVEDuitNow QR
Malaysia national QR standard
LIVECrypto (USDT/TRX)
TRON network stablecoins
LIVESWIFT Wire
International bank transfers
LIVEIBG Transfer
Local inter-bank transfers
LIVEAmericanExpress
AMEX card processing
SOONGrabPay / Touch 'n Go
Malaysian e-wallets
SOONKey Features
Enterprise-grade payment infrastructure built for scale and compliance.
Real-Time Settlement
Payments settle to your GSF Digital eWallet account in real-time. No T+2 waiting — money available instantly.
PCI DSS Level 1
Highest level of PCI DSS compliance. Card data never touches your servers — fully tokenized.
212 Currencies
Accept payments in any of 212 currencies with live FX conversion and competitive exchange rates.
Recurring Billing
Subscription payments, direct debit mandates, and automated billing with retry logic.
Analytics Dashboard
Real-time transaction monitoring, revenue analytics, refund management, and dispute resolution.
Webhook Events
Instant event notifications for payment confirmations, refunds, disputes, and chargebacks.
Smart Routing
Intelligent payment routing for maximum approval rates. Automatic failover between payment processors.
Fraud Detection
AI-powered fraud scoring on every transaction. 3D Secure 2.0 and velocity checks included.
Quick Integration
Get up and running in under an hour with our REST API.
// Create a payment — Node.js
const payment = await fetch('https://api.gsf-digitalbank.com/v1/payment/create', {
method: 'POST',
headers: {
'Authorization': 'Bearer sk_live_YOUR_SECRET_KEY',
'Content-Type': 'application/json'
},
body: JSON.stringify({
amount: 10000, // Amount in cents (MYR 100.00)
currency: 'MYR',
method: 'fpx', // fpx | card | qr | crypto | swift
description: 'Invoice #INV-2026-001',
customer_email: 'customer@example.com',
success_url: 'https://yoursite.com/success',
cancel_url: 'https://yoursite.com/cancel',
metadata: { order_id: 'ORD-123' }
})
}).then(r => r.json());
console.log(payment.checkout_url); // Redirect customer here
Pricing
Transparent, competitive pricing. No hidden fees. Contact us for volume discounts.
FPX Online Banking0.8% + MYR 0.50
Visa / Mastercard2.2% + MYR 0.50
DuitNow QR0.5% (capped)
SWIFT WireMYR 15 flat fee
Crypto (USDT/TRX)0.3% network fee
Volume DiscountContact Us
Ready to Integrate?
Our integration team will set you up with sandbox credentials and walk you through the process. Free support included.
✉ gateway@gsf-digitalbank.com