Encrypt API for Fetching Beneficiary

Log in to see full request history

The Encrypt API request parameters vary based on the API with which it is used. This section describes the Encrypt API used with Fetch Beneficiary API.

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 ' { "messageCode": "2020", "clientTxnId": "gf9858454305845fjglnvfva", "requestDateTime": "20161031214559", "customerId": "000000000036", "urn": "70000001234", "activationStatus": "ALL", "transferType": "FT" } '
Sample response
{
  "token": "t16celQdnJLaTlYHruqBlBPriD3gTurM5pXcorvTfspltz8Y0cR9evs9vRE9aOoLND7ii2IIHjEG/cxD5vtQXs2PQsh5wy0pjhua/EwbuQFeJXkGS4OpMHcCjRKs3s10VHG4c1fs/lxgMrXwTfuK4CLkdQlQgQzfzdXI/oQ9GzoqIY02Gqt2+vVvGPafMchd/AXFFWcA7DcdCC3YBJvlOqDDdLDCJXDmuqw5DXyqJZc1w01gy/EL5Xowqx17poZk1o/5iQVKyi4VK0yh6gB+fA=="
}

Request parameters

Body Params
const
required

This parameter must include the API Unique Identifier. Include 2020 for this API.

string
required

This parameter must include an unique ID generated by the calling application for each API request.

string
required

This parameter must contain the request date and time in the YYYYMMDDHHMMSS format, where time is in 24 hour format.

string
required

This parameter must contain the unique reference number for the generated card. c

string
required

This parameter must include the status as described in the Status Types table

string
required

This parameter must contain the type of transfer.

Headers
string
required

This parameter must contain the API key provided by Wibmo.

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