Get your credentials
Start your DEUNA experience
Follow the steps below to integrate your business with DEUNA.
1. Contact DEUNA
After sign off, contact your DEUNA TPM to obtain the keys and credentials needed to use DEUNA:
- Your API keys
- Your Admin credentials
- Your DEUNA Merchant ID
Understanding merchants and API keys
In DEUNA, a merchant represents a distinct business entity or storefront within your organization. Each merchant operates independently and is identified by its own unique API key.
Why each merchant has its own API key
DEUNA assigns a separate API key to each merchant for the following reasons:
- Isolation: Each merchant's transactions, configurations, and payment settings are completely independent. This ensures that operations in one storefront do not affect another.
- Security: Dedicated API keys reduce the blast radius of a compromised credential. If one key is exposed, only that specific merchant is affected.
- Traceability: Having separate keys allows you to track API usage, transactions, and logs per merchant, making it easier to monitor and debug.
- Customization: Each merchant can have its own payment providers, fraud rules, checkout configurations, and connections, all managed independently.
How to determine the number of merchants you need
Consider creating separate merchants when you have:
- Multiple brands or storefronts that need independent payment configurations.
- Different business units that require separate transaction tracking and reporting.
- Distinct geographic operations with different payment providers or currency requirements.
- Separate environments (e.g., testing vs. production) that should be fully isolated.
If you're unsure how many merchants your organization needs, contact your DEUNA TPM. They can help you define the right structure based on your business requirements.
How API keys are generated and managed
API keys are generated and managed through the DEUNA Admin console:
- Key generation: When a new merchant is created, DEUNA generates a unique API key pair (public and secret keys) for that merchant.
- Key access: You can view and manage your API keys in the DEUNA Admin console under your merchant settings.
- Key rotation: If you need to rotate a key (e.g., for security reasons), contact your DEUNA TPM to issue new credentials.
Keep your secret API keys confidential. Never expose them in client-side code, public repositories, or logs.
Summary
| Concept | Description |
|---|---|
| Merchant | A distinct business entity or storefront in DEUNA with its own configuration. |
| API Key | A unique credential pair (public + secret) assigned to each merchant. |
| DEUNA Admin | The console where you manage merchants, keys, and configurations. |
2. Choose your solution
Choose the DEUNA solutions:
- Payment and Fraud solution
- Checkout solution
For more information about DEUNA's solutions, refer to DEUNA solutions.
3. Choose your implementation
Choose between the six types of implementations available at DEUNA:
- Payment link: White-labeled URL that customers receive to complete payments.
- Redirect: White-label widget that redirects customers to an emerging widget.
- Modal: Comprehensive and white-labeled widget that appears as a window displayed in your application.
- Embedded: Fully customizable widget displayed on your checkout page within an iframe.
- Secure fields: Component that handles sensitive payment data within embedded fields.
- Headless (SDK/API): Allows you to take full control of the solutions, including card collection and look & feel. DEUNA is invisible to the user.
For more information about implementations, refer to Implement DEUNA.
4. Choose your integration
Choose how to integrate DEUNA's implementations:
- Hosted by DEUNA: Complete solution hosted by DEUNA, requiring minimal setup
- SDK: Software development kit to enable DEUNA's features in your merchant applications.
- Plugin: Pre-built extension to integrate DEUNA into popular e-commerce platforms without custom development.
- Direct API: Flexible, code-driven integration allowing full control over payment processing through DEUNA''s APIs
For more information about integrations, refer to Integrate DEUNA.
5. Connect to DEUNA
Connect to our systems and start to orchestrate your payment and checkout solutions.
Review our integration guides and available resources to facilitate the implementation process.
- Access the DEUNA Admin.
- Make calls to the DEUNA API.
- Integrate providers with Connections.
- Contact your DEUNA TPM to enhance your Solutions.
Updated 13 days ago