v1
latestOpenAPI 3.0.02026-07-242035712.0 MBCard
Virtual Card To Physical Card Conversion
The webservice allows for the conversion of a virtual card to a physical card and creates the file for the card manufacturer which is placed in the SFTP directory as specified for the specific product.
post/pws/pws_virtual_to_physical/
Request body
Example request
{
"api_call_unique_identifier": "438574845790657485",
"client_id": 760131,
"image_name": "paymentology",
"token": 479823917,
"fulfil1": "fulfil1",
"fulfil2": "fulfil2",
"del_title": "Mr",
"del_fname": "Joan",
"emboss_name": "J Blogs",
"del_sname": "Blogs",
"del_addr1": "Nadipur",
"del_addr2": "Nadipur",
"del_pcode": "4321",
"del_city": "Pokhara",
"del_country": "Nepal",
"del_email": "emailaddress@gmail.com",
"del_mobile": "98456565545",
"del_pass_code": "0001",
"del_method": 1,
"del_account": 1225456,
"del_region": "ENG",
"pur_title": "Mr",
"pur_fname": "Joe",
"pur_sname": "Blogs",
"pur_addr1": "1 Oxford Terrace",
"pur_addr2": "London",
"pur_pcode": "4321",
"pur_city": "Pokhara",
"pur_country": "Nepal",
"pur_email": "emailaddress1@gmail.com",
"pur_mobile": "5557654321",
"pur_account": 122222,
"card_manuf_id": 1,
"pur_pass_code": "pass code",
"carrier_type": "1",
"carrier_insrt1": 1,
"carrier_insrt2": 1,
"carrier_lang": "ENG",
"envelope_ref": 1,
"ext_line1": "ALD07",
"ext_line2": "ALD07",
"custom_1": "custom_1",
"track_3": "track3",
"client_card_ref": "client choice",
"exp_date": "2025-01-01 00:00:00"
}Response
Successful Response
Example response
{
"header": {
"error_desc": "success"
},
"body": {
"emboss_name": "JOHN DOVE",
"expiry": "03/21",
"ac_id": 788193393,
"epan": "***********",
"cvv": "***",
"token": 788193393
}
}