Credential

Credentials pertain to the details utilized to authenticate the identity of a user or system, allowing them access to particular resources or services. In the context of a payment gateway, these credentials might encompass a username and password or API keys employed to validate the identity of the individual or system initiating a payment request. This safeguards that only authorized individuals can execute payments and access confidential financial data.

Sandbox Credential

This credential is intended to be use during development or integration stage. Any request will be process as a mock transaction and contained within the sandbox environment.

The information provided below for sandbox credentials can be utilized to test general API connectivity during development. These credentials will accept generic requests and return generic responses. If you require specific responses based on transactions, it is advisable to obtain a Sandbox API key from your Onboarding Dashboard.

TypeFormat

Base URL

https://api.leanx.dev

Merchant ID

LP-44D9FDC8-MM

UUID

f11bb37b-dc4a-45cf-9607-d68f31e96e7c

Hash Key

6c7b9ddc3a770db6f760f6550f8ef2164447f2b4c3efd04d45b757ae6e4b09aa3bc006c4d45b6d66f5371af77209521a366ae9fef3ca9fac8d95219898babcf4

Auth Token

LP-44D9FDC8-MM|f11bb37b-dc4a-45cf-9607d68f31e96e7c|c8fac9c6a98f8e739854e26e205f635727d173c90bc9f842a9b0b1a75b0a708785242c3ed6e89b16789991e290367c8e334ab8bc01b8b5e5434636853fb21363

Production Credential

This credential should be use after development or integration is completed. Any request will be process as a live transaction.

The same credential information type can be retrieve from your Merchant Portal in the API page.

Type

Base URL

https://api.leanx.io

Merchant ID

Retrieve from Merchant Portal

UUID

Retrieve from Merchant Portal

Hash Key

Retrieve from Merchant Portal

Auth Token

Retrieve from Merchant Portal

Refer this video for step-by-step guide on how to retrieve your credential from Merchant Portal

Postman Collection

Last updated