LogoLogo
Document ValidationsPayment Methods
  • Pandablue APIs
  • Getting Started with PandaBlue
  • API Documentation
    • Deposits API
      • Technical and Security Aspects
        • Calculating the Signature
      • Endpoints
        • Deposit Creation Endpoint
          • Notifications
        • PCI Deposit Creation Endpoint
        • Deposit Status Endpoint
        • Payment Methods Endpoint
        • Currency Exchange Endpoint
        • Crypto Exchange Endpoint
        • Country States Codes Endpoint
        • Refund Creation Endpoint
          • Notifications
        • Refund Status Endpoint
      • Payment Methods
        • 🌎America
          • 🇦🇷Argentina
          • 🇧🇴Bolivia
          • 🇧🇷Brazil
          • 🇨🇱Chile
          • 🇨🇴Colombia
          • 🇪🇨Ecuador
          • 🇬🇹Guatemala
          • 🇲🇽Mexico
          • 🇵🇾Paraguay
          • 🇵🇪Peru
        • 🌍Africa
          • 🇳🇬Nigeria
        • 🌏Asia
          • 🇧🇩Bangladesh
          • 🇮🇳India
          • 🇮🇩Indonesia
          • 🇲🇾Malaysia
          • 🇹🇭Thailand
          • 🇻🇳Vietnam
      • API Codes
    • Cashouts API
      • Technical and Security Aspects
        • Calculating the Payload-Signature
      • Endpoints
        • Cashout Creation Endpoint
          • Notifications
        • Cashout Status Endpoint
        • Cashout Update Status Endpoint
        • Cashout Cancellation Endpoint
        • Cashout Bank Codes
      • Countries Validations
        • American Countries
          • 🇧🇴Bolivia
          • 🇧🇷Brazil
          • 🇨🇱Chile
          • 🇨🇴Colombia
          • 🇩🇴Dominican Republic
          • 🇪🇨Ecuador
          • 🇲🇽Mexico
          • 🇵🇦Panama
          • 🇵🇾Paraguay
          • 🇵🇪Peru
          • 🇨🇦Canada
        • African Countries
          • 🇰🇪Kenya
          • 🇳🇬Nigeria
        • Asian Countries
          • 🇮🇩Indonesia
          • 🇯🇵Japan
          • 🇲🇾Malaysia
          • 🇵🇭Philippines
          • 🇹🇭Thailand
          • 🇻🇳Vietnam
          • 🇨🇳China
        • European Countries
          • 🇷🇴Rumania
        • Oceania Countries
          • 🇦🇺Australia
      • API Codes
    • Subscriptions API
      • Technical and Security Aspects
        • Calculating the Signature
      • Subscription Creation Endpoints
        • OneShot Subscription Creation
        • PCI Subscription Creation Endpoint
        • Notifications
      • Subscription Cancellation Endpoint
      • Subscription Status Endpoint
    • Bank Accounts Validation API
      • Technical and Security Aspects
        • Calculating the Signature
      • Bank Account Validation Endpoint
      • API Codes
    • KYC API
      • Technical and Security Aspects
        • Calculating the Signature
      • KYC Endpoint
      • API Codes
    • Reconciliation API
      • Technical and Security Aspects
      • Endpoints
      • API Codes
    • Quickpay
      • Endpoints
        • Deposit creation endpoint
          • Notifications
        • Deposit Status Endpoint
  • Deposits Tools
    • Java SDK
    • PHP SDK
    • WooCommerce
      • Installation
      • Configuration
  • Specifications
    • Countries Specifications
  • v1 Developers Guide
  • Status Page
Powered by GitBook
On this page
  • Authentication
  • Technical and Security Aspects

Was this helpful?

  1. API Documentation
  2. Reconciliation API

Technical and Security Aspects

Learn about the technical and security aspects of our Reconciliation API

PreviousReconciliation APINextEndpoints

Last updated 4 months ago

Was this helpful?

Authentication

The Merchant API requires you to authenticate with the email and password of a user account you will have to create on the Merchant Panel. Once you request to authenticate to the , we will respond with a cookie called BEARER_TOKEN containing a token you have to use in the next API calls to remain authenticated.

The BEARER_TOKEN cookie will expire after 15 minutes of its last request. Otherwise you may use the to invalidate the cookie for future usages.

Technical and Security Aspects

All the communications between you and the Merchants API has to be performed through secure connections over HTTPS.

Only the users configured for using with this API will be able to retrieve details.

Only connections from the whitelisted IPs will be accepted.

You need your email and password to use this API.

Login Endpoint
Logout Endpoint