API Keys Production
In order to be able to make API calls for a Production Environment, it is necessary to have the corresponding Keys.
Instructions
- Login to Ecart Pay
- Once inside the dashboard, locate the API section under the Integrations tab on the left-hand menu.

Image 1. Side Menu with the API section.
- In the API section, you will find the following:

Image 2. API Section with both Public and Private Keys.
IMPORTANTThe 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.
WARNINGYour Private Key is confidential and unique. DO NOT share it under any circumstances. If someone requests your private key, consider it a security breach.
Updated about 2 months ago