1. LESSPAY2 API Reference
Lesspay2.0
  • LESSPAY2 API Reference
    • Get started
    • Authentication
    • Parameter Specifications
    • Pay In
      • Overview
      • Development Guidelines
      • Local Payment Methods (LPMs)
      • Error Codes
      • Card payment
        • Card Payment
        • 3D Secure (3DS) Configuration
        • Fraud & Dispute Webhook Notifications
      • API List
        • Create Payin
        • Fetch Payin
      • Webhook
        • Payin webhook
    • Pay Out
      • Overview
      • Development Guidelines
      • Multiple Transfer Methods
      • Error Codes
      • API List
        • Create Payout
        • Payout Supported Banks
        • Fetch Payout
      • Webhook
        • Payout webhook
  1. LESSPAY2 API Reference

Get started

Introduction#

Lesspay provides a unified global payment gateway solution that enables merchants to accept payments (Pay In) and disburse funds (Pay Out) seamlessly.
The Lesspay API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Endpoints and Environments#

Lesspay API is served over HTTPS and unencrypted HTTP connections are not supported. Lesspay API has the following endpoints:

Live mode (Production)#

This is our Live environment where we process real transactions and actual money movement happens. You will need to use the following URL for all live mode API calls:
https://lesspay2-pay.doopayment.com/

Test Mode (Sandbox)#

You can use this environment to test the transactions and workflows before going Live. You will need to use the following URL for all sandbox API calls:
https://lesspay2-pay-uat.doopayment.com/
Mocking Scenarios in Test Mode
Money movement, actual verification of documents and KYB processes will not be available in Sandbox. For testing real movement of money, you can initiate a transaction in Live mode.

Application Guidelines#

To get access to the Lesspay API and obtain your credentials (specifically the APPID), please follow these steps:
1.
Contact Us: Reach out to our Product Operations team.
2.
Qualification Review: Our team will review your merchant qualifications and business details.
3.
Issuance: Once approved, we will provide you with a specific APPID and APPSECRET and other necessary credentials to start your integration.

Modified at 2025-12-19 02:34:46
Next
Authentication
Built with