Encrypt API for Create or Update Client Payment Limit

The Encrypt API request parameters varies based on the API with which it is used for. This section describes the Encrypt API used with Create or Update Client-Payment Limit.

Sandboxpayusandbox-kong.pc.enstage-sas.com/api/v2/encrypt
ProductionContact your WIBMO KAM or support.
Sample request
curl --request POST \
     --url https://kong-pp-hexappiuat.pc.enstage-sas.com/hexappiuat/api/v2/payuppi/api/v2/encrypt \
     --header 'content-type: application/json' \
     --header 'x-api-key: 4A02C4267C9A97A1488AB3259FD1A725' \
     --data '
{
  "programId": 2,
  "urn": "10000555",
  "customerId": "000000000229",
  "kycProfileId": 150,
  "fundFlowType": 2,
  "perTxnLimit": 1000,
  "channelId": 1,
  "dailyLimit": 1000,
  "monthlyLimit": 5000,
  "yearlyLimit": 10000,
  "dailyCount": 10,
  "monthlyCount": 60,
  "yearlyCount": 1000,
  "outstandingBalance": 500
}
'
Sample response
{
  "token": "onzyJygXzxgDJ8PMKnOh9O/zjDvmT1UlvR+x7K0uZTpcB/6GcvxLajAGnXe2l+XzRIpfFuDiW73T7kr9V2Ur0ezcLDesAQ1tzrACPfRzfcgBRAhb2h5hqA28aeorWFoxAlSpiprX7Yd59D1Rn0rrJ1AZ1Ksh8DVs8GVfogEeJ85RkYBdQwIhE8+Z8aps6qB0iwfS9Ir3hrTZlbEEV7bG9hh9Sgy0L9qa7HURmxj+9rrUglMPH1k/KvsccpgRb8VL"
}

Request parameters

Language
Click Try It! to start a request and see the response here!