{
  "id": "7c36587b-d8ec-4188-92ef-6dd6d6bccfb7",
  "slug": "triple-a",
  "name": "Triple-A",
  "provider": "Triple-A Technologies Pte Ltd",
  "category_slug": "payments",
  "description": "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).",
  "base_url": "https://api.triple-a.io",
  "docs_url": "https://developers.triple-a.io/",
  "openapi_url": null,
  "auth_type": "oauth2",
  "auth_guide": [
    "Sign 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.",
    "Request 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).",
    "Tokens are valid for 1 hour; reuse the token rather than requesting a new one per call.",
    "Send it on API requests as 'Authorization: Bearer <oauth_token>'.",
    "Use 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)."
  ],
  "pricing": "contact",
  "rate_limit": null,
  "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_snippet": "{\"access_token\":\"eyJhbGciOi...\",\"token_type\":\"bearer\",\"expires_in\":3600}",
  "agent_notes": "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.",
  "status": "live",
  "tags": [
    "crypto",
    "payments",
    "stablecoin",
    "mas-licensed",
    "payouts"
  ],
  "sg_official": false,
  "created_at": "2026-07-05T09:15:27.204Z",
  "updated_at": "2026-07-05T09:15:27.204Z",
  "page_url": "https://singaporeapi.com/apis/triple-a"
}