{
  "id": "dce15363-6540-43b8-be08-73c072f66baa",
  "slug": "storecove",
  "name": "Storecove",
  "provider": "Storecove",
  "category_slug": "e-invoicing",
  "description": "E-invoicing API and Peppol access point that sends and receives invoices over the Peppol network, including Singapore InvoiceNow flows. The API supports SG:UEN participant identifiers, IRAS C5 activation endpoints for reporting invoices to IRAS, and Singapore-specific payment means such as PayNow Corporate (UEN) and GIRO.",
  "base_url": "https://api.storecove.com/api/v2",
  "docs_url": "https://www.storecove.com/docs/",
  "openapi_url": null,
  "auth_type": "api_key",
  "auth_guide": [
    "Request a free developer sandbox account via storecove.com/start-now.",
    "In the Storecove admin panel (app.storecove.com/api_keys), click 'Create New API Key'.",
    "Send the key on every request as 'Authorization: Bearer API_KEY_HERE' (keep the Bearer prefix) with Accept and Content-Type: application/json.",
    "Build and test against sandbox test identifiers and simulated exchange networks.",
    "Contact Storecove support to convert your account to production API keys when ready to go live."
  ],
  "pricing": "contact",
  "rate_limit": null,
  "example_request": "curl -X POST 'https://api.storecove.com/api/v2/discovery/receives' -H 'Accept: application/json' -H 'Authorization: Bearer API_KEY_HERE' -H 'Content-Type: application/json' --data '{\"documentTypes\":[\"invoice\"],\"network\":\"peppol\",\"metaScheme\":\"iso6523-actorid-upis\",\"scheme\":\"gln\",\"identifier\":\"1200109963131\"}'",
  "example_response_snippet": "{\"code\":\"OK\",\"email\":false}",
  "agent_notes": "Sandbox is genuinely self-serve and free; production keys are issued by support after review. Strong Singapore InvoiceNow support: SG:UEN Peppol identifiers, IRAS C5 email/redirect activation endpoints, SG-only tax categories (b2c_petty_cash, b2c_point_of_sale), and sg_paynow/sg_giro payment means in the invoice JSON.",
  "status": "live",
  "tags": [
    "e-invoicing",
    "peppol",
    "invoicenow",
    "iras",
    "uen"
  ],
  "sg_official": false,
  "created_at": "2026-07-05T09:15:27.149Z",
  "updated_at": "2026-07-05T09:15:27.149Z",
  "page_url": "https://singaporeapi.com/apis/storecove"
}