Tazapay
Commercialby Tazapay Pte Ltd
Singapore-headquartered cross-border payments platform (MAS-regulated) offering checkout, collections, payouts, FX and escrow-style trade protection via a REST API. Live and sandbox environments are fully separated, with self-serve test keys and API-driven money movement for international B2B trade.
How to authenticate
- 1Sign up and log in to the sandbox dashboard (dashboard-sandbox.tazapay.com) to generate test API_Key and API_Secret; live keys come from dashboard.tazapay.com after clearing KYB.
- 2Combine them as API_Key:API_Secret (Basic Auth username:password format).
- 3Base64-encode the combined string.
- 4Send it on every request as 'Authorization: Basic <base64 value>' over HTTPS (HTTP requests fail).
- 5Point requests at https://service-sandbox.tazapay.com for test mode and https://service.tazapay.com for live; switch keys and endpoint together.
Example request
curl -X GET 'https://service-sandbox.tazapay.com/v3/balance' -H 'Authorization: Basic RjJXN0g4SldNTzgzOThLQVBXODU6cktIRkFmZkxxNUxucm1zM21PQlFpNzFvUW1NQVRIMkVCeVlEeUlSMldkMGpHZEtlZWQwOFdUaEdWUzZ2MTI1Nw=='Example response
{"status":"success","data":{"available":[{"currency":"SGD","amount":0}]}}Notes for AI agents
Sandbox is self-serve, but real money movement, document verification and KYB only exist in live mode; Tazapay can mock success/failure responses in sandbox on request (support@tazapay.com). SG-HQ and useful for SGD + cross-border B2B collection/payout flows.
Machine-readable version: /api/apis/tazapay
Related APIs
2C2P Payment Platform API
2C2P
Southeast Asia payments processor headquartered in Singapore, covering cards, QR payments and 250+ local payment methods across the region. Suited to merchants selling into multiple SEA markets.
Adyen
Adyen N.V.
Enterprise payments platform with a single Checkout API for cards and local payment methods. In Singapore it supports PayNow (SGD, SG only) with real-time payments, QR code integration, refunds, partial refunds and separate captures via the standard /payments endpoint with paymentMethod.type set to paynow.
Airwallex API
Airwallex
Global business accounts, multi-currency wallets, payouts, cards and payment acceptance with strong Singapore entity support. Common choice for SG companies paying overseas suppliers or holding multi-currency balances.
FOMO Pay
FOMO Pay Pte Ltd
Singapore MAS-licensed major payment institution providing a banking-grade API for accounts, balances, virtual accounts, beneficiaries, outgoing transfers and transaction data. Known in SG for QR payment acceptance (PayNow/SGQR) and digital-currency-to-fiat settlement rails for merchants.