Examples by country
➕ Digital certificate link
Our API allows you generate digital certificate links for you or your customers. Once generated, the customer must enter the link and validate his identity online, in order to get the certificate PFX file and use it to authenticate on the SII website or issue electronic invoices. Remember to get the token from the /auth endpoint first.
IMPORTANT: Issuing digital certificates has an additional cost. Please contact us previously so we can enable your account to use this endpoint.
Digital certificate issuance
- Endpoint: https://api-billing.koywe.com/V1/digital_certificate_issuance
- Method: POST
- Required headers:
- Content-Type: application/json
- Authorization: Bearer \<token>
- Accept: /
{
"certificate_duration": 3,
"parent_account_id": "1560"
}
API Reference POST /digital_certificate_issuance
Detailed endpoint documentation: /english/billing/api-reference/billing-api/digital-certificates/create-a-new-digital-certificate