Skip to main content

Introduction

Overview

The DRS solution provides a standalone, publicly documented API that allows approved loan providers to retrieve verified salary payment history of loan seekers within the eTranzact ecosystem.

Authentication

Description: This Endpoint is to retrieve token to be passed for future calls. 

baseUrl: https://demo.etranzact.com/drs-demo

merchant_Id: 20191103155772

Request Parameters

POST {baseUrl}/api/v1/auth/token
curl -X POST '{baseUrl}/api/v1/auth/token'
-H "x-Merchant-Id: your_merchant_id"
-H "Content-Type: application/json"
-d '{
"username":"merchant@malinator.com",
    "password":"t3%tNyGGqQzOwBQc"
}
'