Encrypt for Update Card Control

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

The Encrypt API request parameters varies based on the API with which it is used for. This section describes the Encrypt API used with Update Card Control.

Sandboxpayusandbox-kong.pc.enstage-sas.com/api/v2/encrypt
ProductionContact your WIBMO KAM or support.
Sample request
curl --request POST \
     --url https://payusandbox-kong.pc.enstage-sas.com/api/v2/encrypt \
     --header 'content-type: application/json' \
     --header 'x-api-key: 4A02C4267C9A97A1488AB3259FD1A725' \
     --data '
{
  "id": "1",
  "perTxnLimit": 100000
}
'
Sample response
{
  "token": "fvdN0Uyr0+12YYl7f2MF7CiWBrJC28ZG0B1s4eqz/jBSIoksK0b9oWIQcmXhD0Ik"
}

Request parameters

Body Params
string
required

This parameter contains the unique ID generated for the limit created.

integer
required

This parameter contains the per transaction limit.

Headers
string
required

This parameter must contain the API key provided by Wibmo.

Response
200
Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!