{
  "id": "1cc34a64-22a1-4b0b-956e-6e444200235b",
  "slug": "rapyd",
  "name": "Rapyd",
  "provider": "Rapyd Financial Network",
  "category_slug": "payments",
  "description": "Global fintech-as-a-service platform for payments, payouts, wallets, card issuing and virtual accounts across 100+ countries. Rapyd Collect supports hundreds of local payment methods, including Singapore local rails, making it a single integration for merchants collecting in SGD and across APAC.",
  "base_url": "https://api.rapyd.net/v1",
  "docs_url": "https://docs.rapyd.net/",
  "openapi_url": null,
  "auth_type": "api_key",
  "auth_guide": [
    "Sign up for a Rapyd Client Portal account and get your access_key and secret_key from the Developers section.",
    "For every request, generate a random salt (8-16 chars) and a Unix timestamp (must be within 60 seconds of actual time).",
    "Compute signature = BASE64(HEX(HMAC-SHA256(http_method + url_path + salt + timestamp + access_key + secret_key + body_string))) using your secret_key.",
    "Send headers on every request: access_key, salt, timestamp, signature, Content-Type: application/json (plus optional idempotency).",
    "Test against the sandbox first (sandbox base URL), then switch keys and host for production."
  ],
  "pricing": "contact",
  "rate_limit": null,
  "example_request": "curl -X GET 'https://sandboxapi.rapyd.net/v1/data/countries' -H 'access_key: YOUR_ACCESS_KEY' -H 'salt: abcdef123456' -H 'timestamp: 1719999999' -H 'signature: COMPUTED_SIGNATURE' -H 'Content-Type: application/json'",
  "example_response_snippet": "{\"status\":{\"status\":\"SUCCESS\",\"operation_id\":\"...\"},\"data\":[{\"id\":1,\"name\":\"Singapore\",\"iso_alpha2\":\"SG\",\"currency_code\":\"SGD\"}]}",
  "agent_notes": "Custom per-request HMAC signing (not a simple bearer header) is the main integration hurdle; sandbox is self-serve but live keys require merchant verification. Singapore local payment methods are available through Rapyd Collect. The docs do not publish a hard global rate limit or a public OpenAPI spec.",
  "status": "live",
  "tags": [
    "payments",
    "payouts",
    "wallets",
    "global",
    "sgd"
  ],
  "sg_official": false,
  "created_at": "2026-07-05T09:15:27.138Z",
  "updated_at": "2026-07-05T09:15:27.138Z",
  "page_url": "https://singaporeapi.com/apis/rapyd"
}