v1
latestOpenAPI 3.0.02026-07-242035712.0 MBCard
Get Card Image
This web service provides the card image based on public token provided and the card details specified in the call viz. PAN, CVV, expiry or image details. <br /> Note : Encrypted Pan/image returned will be AES encrypted by client Processing key (CP-Key)
post/pws/pws_get_card_image/
Request body
Example request
{
"api_call_unique_identifier": "438574845790657485",
"client_id": 760131,
"image_delivery": 1,
"image_fields": "11111",
"image_name": "paymentology",
"token": 311012081,
"xml_fields": "11111"
}Response
Successful Response
Example response
{
"header": {
"error_desc": "success"
},
"body": {
"cvv": "***",
"image_base64": "ZSBzaG9ydCB2Z=",
"epan": "***********",
"emboss_name": "JOHN DOVE",
"expiry": "03/21",
"token": 788193393,
"ac_id": 788193393,
"mpan": "5445*****434**4354"
}
}