CoinbarPay Official Docs
  • Introduction
    • 🔵Coinbar Pay
    • 🔵Key Features
    • 🔵Target Audience
    • 🔵Security and Compliance
  • Getting Started
    • 🔵Summary
  • Service Activation
    • 🔵Create Account
    • 🔵Account Verification
    • 🔵Activate Service
  • Point of Sale
    • 🔵App Installation
    • 🔵App Activation
    • 🔵User Interface
    • 🔵Accepting Payments
    • 🔵Transactions & Reports
  • E-Commerce Plugins
    • 🔵Introduction
    • 🔵Downloads - Plugin
      • ⏺️Wordpress/WooCommerce
      • ⏺️Magento
      • ⏺️Request New
    • 🔵Setup and Configuration
    • 🔵Try your service
  • API Web Integration
    • 🔵Introduction
    • 🔵Service Configuration
    • 🔵API Keys Management
    • 🔵Payment Flow
    • 🔵Payment Statuses
    • 🔵API Documentation
      • ⏺️Authentication
      • ⏺️Request New Payment (web page)
      • ⏺️Payment Gateway
      • ⏺️Get Conversion Quotes (server-to-server)
      • ⏺️Execute Payment External Platform (server-to-server)
      • ⏺️Get Payment Status (server-to-server)
      • ⏺️Reports
    • 🔵Sandbox Enviroment
  • Dashboard Platform
    • 🔵Overview
    • 🔵Manage...
      • ⏺️Payments
      • ⏺️Settlements
    • 🔵Refunds & Assistance
    • 🔵Reports & Exports
Powered by GitBook
On this page
  1. API Web Integration

API Keys Management

To ensure secure communication between your website and CoinbarPay's payment gateway, our system relies on API keys to authenticate and authorize requests. In this section, we will discuss the importance of managing your API keys properly, as well as the steps for generating and using the required keys.

API KEYS

SERVICE_CLIENT_ID : Payment Gateway Key

The SERVICE_CLIENT_ID serves as the primary identifier for your CoinbarPay Service.

This ID is used for identification to requests made between your website and our payment gateway.

SERVICE_SECRET_KEY : Authentication Secret Key

The SERVICE_SECRET_KEY serves as HMAC (Hash-based Message Authentication Code) secret key to sign and authenticate requests to CoinbarPay API Server.

Warning

This KEY should never been exposed, transfered, sent to anyone outside your company or is not allowed to manage transactions requests.

Security hints

To maintain the highest level of security and protect your CoinbarPay account from unauthorized access or malicious activities, follow these best practices for API key management:

  1. Secure Storage: Keep your KEYS and other API keys in a secure and encrypted location, such as environment variables or a secure database, to prevent unauthorized access or exposure.

  2. Limit Access: Grant KEYS access only to the required services and personnel who directly manage your integration with CoinbarPay.

PreviousService ConfigurationNextPayment Flow

Last updated 2 years ago

🔵