v1

latestOpenAPI 3.1.02026-07-2414704.6 MB

Signup Min-KYC

Implement this API to onboard an outlet to the InstantPay platform. InstantPay will update the outlet profile if it's already registered.

post/minKyc

Response

200

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

Example response

{
  "statuscode": "TXN",
  "status": "Transaction Successful",
  "data": {
    "outletId": 37464,
    "name": "A**HIT G**TA",
    "dateOfBirth": "1999-02-22",
    "gender": "M",
    "pincode": "2*2**1",
    "state": "UTTAR PRADESH",
    "districtName": "ALIGARH",
    "address": "13/52 SARAI ***** GT ROAD *****"
  },
  "timestamp": "2023-08-01 17:56:51",
  "ipay_uuid": "h00099c92a83-dc41-4acf-859d-5cdd879e6d45",
  "orderid": "1230801175651SDQQE",
  "environment": "SANDBOX"
}