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
-
Navigate to the Portal
Go to PayerOne Merchant Portal. -
Login
Log in with your registered credentials. -
Choose Environment
- After logging in, navigate to Merchant.
- Select either Live or Sandbox based on your environment.
-
Show API Keys
- Click on Show API Keys under the selected environment.
- Copy the API key displayed.
-
Include API Key in Requests
Use the API key in theAuthorization
header of your API requests:Authorization: Bearer <your-access-token>