v1

latestOpenAPI 3.1.02026-07-2414704.6 MB

Outlet Login Status

Merchant 2FA is required for a day for onboarded merchant in the entire AePS Journey. This API will help to identify whether the Merchant has done the 2FA or not.

post/outletLoginStatus

Response

200

statuscodestring
actcodestring
statusstring
timestampstring
ipay_uuidstring
{"stackTrail":"paths:/outletLoginStatus:post:responses:200:content:application/json:schema:properties:orderid","oasType":"schema","type":"unknown"}
environmentstring
{"stackTrail":"paths:/outletLoginStatus:post:responses:200:content:application/json:schema:properties:internalCode","oasType":"schema","type":"unknown"}

Example response

{
  "statuscode": "TXN",
  "actcode": "LOGINREQUIRED",
  "status": "Transaction Successful",
  "data": {
    "isFaceAuthAvailable": true,
    "aadhaarLastFour": "6077"
  },
  "timestamp": "2025-02-19 09:52:29",
  "ipay_uuid": "h0009e3f1c4d-23d7-4d39-8d39-dac94b9efc0f-tY4jPdY7Ylha",
  "environment": "LIVE"
}