API for eMeterai

Flexible API for eMeterai integration for faster business processes

Integrate API eMeterai for instant stamping through your system, with higher security, speed, and efficiency

  • Easy integration and implementation process
  • Direct stamping of eMeterai from the company’s application
  • Purchase eMeterai quota flexibly, anytime and anywhere
  • High success rate of eMeterai stamping on the document
Images by Mekari e-sign

Mekari Sign's eMeterai API speeds up the stamping process for your end users

Accelerate transactions, simplify processes, and provide exceptional customer experiences while remaining compliant with the law, by using Mekari Sign’s eMeterai API.

80%

reduction in document turnaround

20%

increase in sales conversion rate

60%

reduction in document fraud
Mekari Jurnal

Official and valid eMeterai in Indonesia

Mekari Sign is an official partner of Peruri, we provide eMeterai that is guaranteed valid and in compliance with to law. Using Mekari Sign’s eMeterai for all types of documents is safe and risk-free.

Mekari Jurnal

Easy and instant remote collaboration

eMeterai allows you and the other related parties to speed up the document process remotely. With eMeterai, you don’t need to distribute the documents via expedition which takes longer time to complete.

Proses pembubuhan emeterai yang mudah dan cepat

Secured and guaranteed eMeterai stamping

Mekari Sign provides advanced technology for eMeterai serial number rotation, enhancing the stamping success rate to 99%. We also offer dedicated customer support for any issues throughout the stamping process.

Streamlined business processes with the Mekari Sign API eMeterai

Mekari Jurnal
Easy deployment

Free trial with easy deployment process

Mekari Jurnal
Flexibly customized

Customized to suit any workflow

Mekari Jurnal
Guaranteed security

Commitment to security and legal compliance

Mekari Jurnal
Dedicated support

Dedicated team to support your needs

Integrasikan eMeterai API
ke platform Anda dalam
hitungan detik

Skalakan persetujuan dan tingkatkan kolaborasi, yang membuka peluang pertumbuhan bisnis dengan eMeterai API fleksibel untuk segala jenis industri

  • Akses dokumentasi API terperinci
  • Berbagai bahasa pemrograman
  • Buat alur kerja khusus
{
    "doc": "{{base64_doc}}",
    "filename": "filename.pdf",
    "annotations": [
        {
            "page": 1,
            "position_x": 100,
            "position_y": 200,
            "element_width": 80,
            "element_height": 80,
            "canvas_width": 595,
            "canvas_height": 841,
            "type_of": "meterai"
        }
    ],
    "callback_url": "https://webhook.site/c766dac9-5ffc-40d8-80d7-428fe6ab19e4"
}

Privacy and compliance are our top priorities

Stay compliant with industry standards and regulations - Mekari Sign solutions adhere to legal requirements for secure and legally binding esignatures
mekarisign-icon-certificate
ISO IEC 27001:2013 Information Security Management System
Audited annually on information security management
mekarisign-icon-certificate
Ministry of Homeland Affairs
Cooperation Agreement with Directorate General of Population & Civil Registration
mekarisign-icon-certificate
The Indonesian National Mint
Official Peruri partner and registered distributor for eMeterai
mekarisign-icon-certificate
Directorate General of Taxes
Under the auspices of Mekari, registered and supervised by DGT
mekarisign-icon-certificate
Ministry of ICT
Registered as a Domestic Electronic System Operator (PSE)
mekarisign-icon-certificate
Certified PSrE
Electronic Certification Organizer

A versatile API for any use cases and industries

  1. Request a Sandbox account

    Easily fill in your information in the form here

  2. Validate your account

    Our team will contact you to proceed with the registration

  3. Access the developer Sandbox

    Provide a password to access your developer environment

  4. Generate a Bearer Token

    Generate and verify your Bearer Token with Postman or other API-supporting clients

  5. Test eMeterai API

    Take a closer look at and review Mekari’s eMeterai API functionalities

Trusted by 35.000+ companies of all sizes

Images by Mekari e-sign
Images by Mekari e-sign
Images by Mekari e-sign
Images by Mekari e-sign
Images by Mekari e-sign
Images by Mekari e-sign
Images by Mekari e-sign
Images by Mekari e-sign
Images by Mekari e-sign
Images by Mekari e-sign
Images by Mekari e-sign
Images by Mekari e-sign
Frequently Asked Questions

What is an eMeterai API?

An eMeterai API is a technology that allows the integration of electronic stamping directly into a company’s system, enabling users to upload, send, and affix e-stamps to documents for simpler workflow processes. This means you don’t have to use a separate website to stamp documents.

What is the Emeterai API?

Emeterai API is an Application Programming Interface that allows businesses and individuals to integrate the electronic stamp duty (e-Meterai) system directly into their own software applications or digital workflows.

Here’s a breakdown of how an Emeterai API typically works:

  1. Setup and Authentication:
    • Registration: The business first registers with an official e-Meterai provider (e.g., Mekari Sign, Privy, Pajakku, etc.) that offers API services.
    • API Credentials: The provider issues API keys or tokens (like a Bearer Token). These credentials are used to authenticate the company’s system when it makes requests to the API, ensuring that only authorized systems can use the service.
    • Sandbox Environment (Optional but Recommended): Most providers offer a sandbox or testing environment. This allows developers to integrate and test the API functionality without using actual e-Meterai quotas or affecting live documents.
  2. Document Preparation and API Request:
    • Document Generation: The company’s internal system (e.g., ERP, HR system, contract management software) generates or identifies an electronic document (usually in PDF format) that requires an e-Meterai.
    • API Call – Document Submission: The company’s system makes an API call to the e-Meterai provider’s API endpoint for document stamping. This request typically includes: The document itself (often as a file upload or base64 encoded string), Metadata about the document, Information about where the e-Meterai should be placed on the document (some APIs might automate this, or require coordinates/page number), and the authentication token.
  3. Processing by the e-Meterai Provider:
    • Request Validation: The provider’s API server validates the request, checking the authentication token, document format, and other parameters.
    • Quota Check: The system verifies if the company has a sufficient e-Meterai quota.
    • e-Meterai Affixing (Stamping): If everything is valid, the provider’s system (which is connected to Peruri’s central e-Meterai system) digitally affixes the e-Meterai to the document. This involves embedding the unique e-Meterai image and its associated cryptographic information, making it secure and verifiable.
  4. Response and Stamped Document Retrieval:
    • API Response: The API sends a response back to the company’s system. This response can be:
    • Synchronous: For quick processes, the stamped document might be returned directly in the API response.
    • Asynchronous: For potentially longer processes (especially bulk stamping), the API might return an immediate acknowledgment (e.g., a job ID) indicating the request is being processed. The company’s system would then either poll for status using the job ID or receive a notification via a webhook once the stamping is complete.
    • Webhook Notification (Common in Asynchronous Flows): The company can configure a webhook URL. Once the e-Meterai is successfully affixed, the provider’s system sends a notification (callback) to this URL, often including a link to download the stamped document or the document itself.
    • Document Retrieval: The company’s system retrieves the document now bearing the official e-Meterai.
  5. Post-Processing and Storage:
    • Storage: The company stores the stamped document in its own system.
    • Further Actions: The document can then proceed through the company’s internal workflow (e.g., sent to other parties, archived).

Yes, an Emeterai API is legally recognized in Indonesia as a valid method for affixing electronic stamp duty (e-Meterai), provided that the API is offered by an official distributor appointed by Perum Peruri (the Indonesian State Printing and Minting Corporation) and the process adheres to the prevailing Indonesian laws and regulations.

When using an Emeterai API in Indonesia, the types of documents that can be stamped are generally any documents that are subject to Indonesian stamp duty law and are in the correct digital format.

Yes, it is generally considered safe to use the Emeterai API for sensitive and legal documents in Indonesia, provided you are using an API from an official and reputable e-Meterai distributor appointed by Perum Peruri and follow security best practices.

You can integrate the API using RESTful endpoints provided in our technical documentation. Contact Us, and our team will help to implement API into your syetem and other integration supports.

The primary limit for using eMeterai API is the quota you have purchased. You can use as many eMeterai as you have in your account balance. Check out more detail on Mekari Sign price.

Emeterai API can generally be used by a wide range of entities in Indonesia that need to affix electronic stamp duty (e-Meterai) to their digital documents.

hero esign
WhatsApp WhatsApp Sales