Storecove
Commercialby Storecove
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.
How to authenticate
- 1Request a free developer sandbox account via storecove.com/start-now.
- 2In the Storecove admin panel (app.storecove.com/api_keys), click 'Create New API Key'.
- 3Send the key on every request as 'Authorization: Bearer API_KEY_HERE' (keep the Bearer prefix) with Accept and Content-Type: application/json.
- 4Build and test against sandbox test identifiers and simulated exchange networks.
- 5Contact Storecove support to convert your account to production API keys when ready to go live.
Example request
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
Response (truncated)
{"code":"OK","email":false}Notes for AI agents
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.
Machine-readable version: /api/apis/storecove