Checkout documentation
Go to zen.comGo to myZEN.com
Documentation
  • Plugin integration
  • API business
  • API reference
  • Merchant panel
Brandbook
Go to zen.comGo to myZEN.com
Documentation
  • Plugin integration
  • API business
  • API reference
  • Merchant panel
Brandbook
  1. Introduction
  • About ZEN
    • First steps with ZEN
    • Who we are
    • What we provide
    • How we provide
  • Introduction
    • Definitions
    • About ZEN checkout
    • Revenue streams
    • Environments
    • Authorization & authentication
    • Payment methods
    • Payment process
    • Currencies
    • Languages
  • Account registration & configuration
    • Before you begin
    • Registration
    • Configuration
    • Merchant’s panel
    • Payments setup
    • Locating Transactions in my.zen.com
    • Finding settlements
  • Features
    • Available features
    • 3-Domain Secure (3DS)
    • Account Funding Transactions (AFT)
    • Authorization fee
    • Card widget
    • Cashback
    • Currency Conversion Service
    • Instant Payment Notification (IPN)
    • Shop logo on ZEN.COM checkout
  • Integration
    • Before you begin
    • Integration checklist
    • Communication parameters
    • Prepare the communication
    • Generating a Signature
    • Purchase Transaction
    • Purchase Transaction with limited Payment methods
    • Refund Transaction
    • Transaction statuses
    • Recurring Payments
      • About recurring
      • Purchase Transaction
  1. Introduction

Authorization & authentication

authorization.jpg
INFO
Types of Credentials you'll need to integrate with ZEN.COM checkout:
Checkout Secret
Terminal UUID
The security of Transactions is the highest priority in the ZEN.COM Payment system. That is why all Payments using Terminal are securely encrypted. As a certified Payment Service Provider, we continuously enhance our security systems to ensure they always comply with the rigorous standards of the global financial sector.
Integration with ZEN.COM allows for authorization using an authorization token. Depends on type of integration various Credentials will be used. All API requests have to be made using the HTTPS protocol and properly authenticated - otherwise, they will be rejected by ZEN.COM.
Merchants using the myZEN application can view and manage credentials settings from within the app's panel.
To get your credentials:
1
Log in to myZEN
Log in to your ZEN panel.
2
Go to Store settings
Go to the Store settings option from the main menu.
store settings.png
3
Go to the Settings page
Go to the Settings page to check your individual Credentials.
credentials.png
4
Multiple terminal setup
Note: For a multiple-terminal setup, please make sure to select the desired Terminal from the dropdown list.
my_zen4.png
5
Get your credentials
Go to Settings page and check your integration Credentials.
my_zen5.png
DANGER
API keys have special permissions that allow access to certain functionalities or data. It's important to keep them secure because they carry the ability to perform actions or access information that regular users might not have the rights to do.
We recommend never share your API keys publicly, include them as part of your code, or pass them to unauthorized persons. If you suspect that your API keys have been exposed publicly or have fallen into the wrong hands, please go to my.zen.com Merchant panel to generate new authentication data. To generate new credentials:
1
Log in to myZEN
Log in to your ZEN panel.
2
Go to Store settings
Go to the Store settings option from the main menu.
store settings.png
3
Go to the Settings page
Go to the Settings page to check your individual Credentials.
credentials.png
4
Generate new credentials
Click refresh button for each credential, to generate new ones.
generate credentials.jpg
Modified at 2024-11-27 14:10:18
Previous
Environments
Next
Payment methods