Encrypt API for Change Wallet Status

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 Change Wallet Status 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": 3530,
  "clientTxnId": "CBL-458",
  "requestDateTime": "20161011221416",
  "accountNumber": "606030003007693",
  "statusType": "Active",
  "reserved1": "Block",
  "reserved2": "changed to Active"
}
'
Sample response
{
  "token": "VD7M7y2rR8+acZCJg2QHFDZ64EWbRiAXvobbauBVlydw0ueHsFHqnBM5BeODp68mdapXgXkHh/8twzh37WPckF58m7r+jsn2iVDqas9b/MatZVuv5n9o8ILz3cSjgrYPm5I0VvDrH7HspN5QZGMmMu81SE7w4JH2naeNdZXSIREPTazScQCjmq3uWbGr5vMe9+yjcf+loJhVvTR/mGh1KHcM9BsytuNTWFy6b7J4a83f9BCkPNzcu3axfKaDI4MkIrDyPbWJNftyvqrYP0bRTw=="
}

Request parameters

Status Types

Status Description

Active

Wallet is in the active state, it can used for all sorts of transactions.

Custom

Wallet will be Custom Blocked (partial transactions will be allowed)

_ Cashback and refund can be received.
_ Load can be blocked while unload may work or vice versa.

Temporary

Wallet will be Temporary Blocked (No transactions will be permitted)

Permanent

Wallet will be permanently blocked

Closed

Wallet will be closed

Debit

All debits from the wallet will be temporarily blocked

Credit

All credits to the wallet will be temporarily blocked

CreditDebit

All Credits and Debits will not be allowed, except system reversal credits and debits.

Dormant

Wallet will be in a dormant state. (same as temporary blocked)

Body Params
const
enum
required

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

Allowed:
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 account Number that uniquely identifies the customer’s sub-wallet.

string
required

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

string

This parameter contains the Audit details for block request if required.

string

This parameter contains the reason for card block if required.

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!