View cvv by cardRefNumber API


Request Method :: POST
Base URL: Will be shared later.
URL: {BaseUrl}/ppcard/cms/view_cvv_by_card_refid
Description:This API is used to enable authorized platforms to securely access the CVV of prepaid card using its unique cardRefNumber .

Headers


Content-Type: application/JSON
header_secrets: These values must be generated each time while consuming the API (refer to the generation process mentioned in the note above).
client_id:  To be shared during integration by ISU Team

Request Body Parameters

Parameters Parameter description with validations Sample Data type Mandatory/Optional
cardRefNo Unique card reference number "9815221858" String Mandatory
channel API call device type "WEB" String Mandatory
latLong Latitude and longitude "12.3.4,12.34.45" String Mandatory
deviceId unique device ID of customer "d3f4b2e7-8c3a-4a6e-bf22-91c87a789a11" String Optional

Sample Request Body


Response Body Parameters

Parameters Description Data type
data Response data Object
CVV CVV no. of the card. Present inside data object String
statusCode Status Code(0/1) String
statusDesc Status Description of Status String
status SUCCESS/FAILED String

Sample Response Body


SUCCESS:

 

FAILED:

If card is not mapped to the customer.

 

Detailed Status Codes

Status Response Type Description
0 SUCCESS The CVV has been successfully generated
1 FAILED Invalid Card Ref No.Kindly enter a valid card reference number