API Reference

The access token is required for the request that needs authentication

Generate Access Token

To authenticate with the PayerOne API, you need to generate an access token. Follow the steps below:

Steps to Generate

  1. Navigate to the Portal
    Go to PayerOne Merchant Portal.

  2. Login
    Log in with your registered credentials.

  3. Choose Environment

    • After logging in, navigate to Merchant.
    • Select either Live or Sandbox based on your environment.
  4. Show API Keys

    • Click on Show API Keys under the selected environment.
    • Copy the API key displayed.
  5. Include API Key in Requests
    Use the API key in the Authorization header of your API requests:

    Authorization: Bearer <your-access-token>