cURL
curl --request POST \ --url https://api.contazen.ro/v1/invoices/{id}/send-to-spv \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "test_mode": false } '
{ "success": true, "data": { "submission_id": "<string>", "status": "<string>", "message": "<string>" }, "meta": { "version": "v1", "request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "response_time": "23.45ms" } }
Send invoice to Romanian SPV (e-Factura) system
Use your API key (sk_live_xxx or sk_test_xxx)
Invoice CzUid
Use SPV test environment
Invoice sent to SPV
Show child attributes
Was this page helpful?