Production API Keys

To make API calls in the production environment, you need the corresponding keys.

Instructions

  1. Login to Ecart Pay
  2. Once inside the dashboard, locate the API section under the Integrations tab on the side panel.
Image 1. Side Menu with the API section.

Image 1. Side Menu with the API section.

  1. In the API section, you will find the following:
Image 2. API Section with both Public and Private Keys

Image 2. API Section with both Public and Private Keys.

💻

IMPORTANT

The steps above outline how to access and use the API in a Production Environment. If you wish to perform tests in the Sandbox Environment, use the appropriate Sandbox Keys.

Understanding Public and Private Keys in Ecart Pay

In Ecart Pay, public and private keys are part of an asymmetric cryptography system that ensures the security, authenticity, and confidentiality of transactions by enabling the following:

Public Key

  • Purpose: Openly shared for encrypting data or verifying digital signatures.
  • Usage:
    • Encrypt sensitive data, such as transaction details, ensuring only the recipient with the Private Key can decrypt it.
    • Verify digital signatures to confirm the transaction's authenticity and source.

Private Key

  • Purpose: Kept secret to decrypt data or create digital signatures.
  • Usage:
    • Decrypt data encrypted with the corresponding Public Key.
    • Digitally sign transactions to confirm their integrity and origin.

By leveraging this cryptographic system, Ecart Pay ensures enhanced security, reliable authentication, and robust data integrity.

Image 3. Public and Private Keys

Image 3. Public and Private Keys.

⚠️

WARNING

Your Private Key is confidential and unique. DO NOT share it under any circumstances. If someone requests your private key, consider it a security breach.


What’s Next