v1
latestOpenAPI 3.0.02026-07-242035712.0 MBCard
Get Pan Number
This web service retrieves the PAN number for a specified token.
The PAN number is retrieved based on the following options:
- 2 = first BIN digits (6 or 8 depending on BIN length)
- 3 = last four digits
- 4 = first BIN digits (6 or 8) + last four digits
post/pws/pws_get_pan_number/
Request body
Example request
{
"api_call_unique_identifier": "438574845790657485",
"client_id": 760131,
"pan_options": 2,
"token": 311012081
}Response
Successful Response
Example response
{
"header": {
"error_desc": "success"
},
"body": {
"pan": "545454******7384"
}
}