{
  "id": "3a07180c-ca17-4395-bb49-624cce3db837",
  "slug": "tazapay",
  "name": "Tazapay",
  "provider": "Tazapay Pte Ltd",
  "category_slug": "payments",
  "description": "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.",
  "base_url": "https://service.tazapay.com",
  "docs_url": "https://docs.tazapay.com/",
  "openapi_url": null,
  "auth_type": "api_key",
  "auth_guide": [
    "Sign 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.",
    "Combine them as API_Key:API_Secret (Basic Auth username:password format).",
    "Base64-encode the combined string.",
    "Send it on every request as 'Authorization: Basic <base64 value>' over HTTPS (HTTP requests fail).",
    "Point requests at https://service-sandbox.tazapay.com for test mode and https://service.tazapay.com for live; switch keys and endpoint together."
  ],
  "pricing": "contact",
  "rate_limit": null,
  "example_request": "curl -X GET 'https://service-sandbox.tazapay.com/v3/balance' -H 'Authorization: Basic RjJXN0g4SldNTzgzOThLQVBXODU6cktIRkFmZkxxNUxucm1zM21PQlFpNzFvUW1NQVRIMkVCeVlEeUlSMldkMGpHZEtlZWQwOFdUaEdWUzZ2MTI1Nw=='",
  "example_response_snippet": "{\"status\":\"success\",\"data\":{\"available\":[{\"currency\":\"SGD\",\"amount\":0}]}}",
  "agent_notes": "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.",
  "status": "live",
  "tags": [
    "payments",
    "cross-border",
    "escrow",
    "sg-hq",
    "fx"
  ],
  "sg_official": false,
  "created_at": "2026-07-05T09:15:27.183Z",
  "updated_at": "2026-07-05T09:15:27.183Z",
  "page_url": "https://singaporeapi.com/apis/tazapay"
}