Encrypt API for Creating Beneficiary

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

The Encrypt API request parameters vary based on the API with which it is used. This section describes the Encrypt API used with Create 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 'accept: application/json' \
     --header 'content-type: application/json' \
     --header 'x-api-key: 4A02C4267C9A97A1488AB3259FD1A725' \
     --data '
{
  "messageCode": 2010,
  "customerId": "000000000036",
  "bankName": "SBI Bank",
  "beneficiaryName": "Ashish Kumar",
  "beneficiaryTypeCode": 1,
  "bankAccountNumber": "2148622416008",
  "ifscCode": "SBIN0012346",
  "clientTxnId": "jfasfsfuwr93u4032404234ofoaff",
  "requestDateTime": "20240408101000"
}
'
Sample response
{
  "token": "Hp2SJDdK+lutkEwULKCvjzxgB3NcAmj5R7m0Vb2fhIRbPadu3/HTJum2FlOzSxPBXXTEVNQlS5vkBElsixaLgB7iye0HnYk4aU83QAoac4tVDPtQjBGfdOBWEI/Nmvd5pK2IqROvx5zUQxvLDnZhFW0LaX2MAI6zxs7WnmGqb/bUUPzJRlzEIHJXaLJcq5mBzIMPfyq373Ics41FrYt33OZhrTk8cSIxOYHrB+zc/EzOzhIcSHitvrOPTQgrlJ2cxBquMKrXEG3zmyuOsszUYg/46wixlnPwBBxPKBJTQU642Kh8Po4BKYiVyiQYvMQkQmn/zJG3L+jq9BtJ6uKkWozEEUsTF/1xO5K9uqC4uxaAvpCvk6TwKCJ/Oh8GA83w"
}

Request parameters

Body Params
const
enum
required

This parameter must include the message code. It is 2010 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 issuer bank name.

string
required

This parameter must contain the customer name of the Beneficiary account.

string
required

This parameter must contain the account Number in the beneficiary bank.

string
required

This parameter must contain the IFSC code of the beneficiary Bank account. To be passed in case of Beneficiary type code – 1 or 4

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.

integer
required

Following types to be supported: UPI - Bank account or IMPS Bank account (Beneficiary Code 1) UPI - VPA (Beneficiary Code 2) Wallet to wallet (Beneficiary Code 3) IMPS Bank account (Beneficiary Code 4)

Headers
string
required

This parameter must contain the API key provided by Wibmo.

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json