Triple-A
Commercialby Triple-A Technologies Pte Ltd
Singapore-based, MAS-licensed digital-asset payments provider letting businesses accept crypto/stablecoin payments and make crypto or local-currency payouts while settling in fiat. One OAuth2 token works across all API products (crypto payments, crypto payouts, local currency payouts).
How to authenticate
- 1Sign up at triple-a.io/signup; credentials (dashboard login + Client ID 'oacid-...' and Client Secret) are emailed to you, including live and test/sandbox API IDs.
- 2Request an access token from the token URL https://api.triple-a.io/api/v2/oauth/token using the OAuth2 Client Credentials grant (scope: client-credentials).
- 3Tokens are valid for 1 hour; reuse the token rather than requesting a new one per call.
- 4Send it on API requests as 'Authorization: Bearer <oauth_token>'.
- 5Use your Test API ID (suffix _t) for testnet/sandbox transactions; contact support@triple-a.io to reset the client secret (this invalidates all outstanding tokens).
Example request
curl -X POST 'https://api.triple-a.io/api/v2/oauth/token' -H 'Content-Type: application/x-www-form-urlencoded' -d 'client_id=oacid-XXXX&client_secret=YYYY&grant_type=client_credentials'Example response
{"access_token":"eyJhbGciOi...","token_type":"bearer","expires_in":3600}Notes for AI agents
Self-serve signup issues sandbox (testnet) API IDs alongside live ones, so you can integrate before full merchant approval. MAS-licensed (major payment institution for digital payment token services), which matters for SG compliance-sensitive builds. Same OAuth token works across all Triple-A API products.
Machine-readable version: /api/apis/triple-a
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.