v1
latestOpenAPI 3.0.02026-07-242035712.0 MBCard
Edit Card Holder Details
This API provides the ability to edit cardholder details and delivery details for a card by passing the client id and token details
post/pws/pws_card_holder_edit/
Request body
Example request
{
"api_call_unique_identifier": "438574845790657485",
"client_id": 760131,
"token": 311012081,
"ch_title": "Mr",
"ch_fname": "Akshay",
"ch_sname": "Patel",
"ch_addr1": "London 1",
"ch_addr2": "London 2",
"ch_pcode": "0988",
"ch_city": "Pokhara",
"ch_country": "Nepal",
"ch_email": "patel@paymentology.com",
"ch_mobile": "+9779858545625",
"ch_del_method": 1,
"del_fname": "Rohan",
"del_sname": "Ale",
"del_addr1": "Rambazar-13",
"del_addr2": "Rambazar-19",
"del_pcode": "9777",
"del_city": "Pokhara",
"del_country": "Nepal",
"del_code": "0",
"bulk_delv_add_code": "0",
"del_email": "rohan@paymentology.com",
"del_mobile": "+9779846552252",
"emboss_name": "Akshay Patel",
"product_ref": "product reference",
"custom_1": "Test custom",
"envelope_ref": 1,
"carrier_type": "1",
"pur_title": "Mr",
"pur_fname": "Rohan",
"pur_sname": "Ale",
"pur_addr1": "London",
"pur_addr2": "London",
"pur_pcode": "00977",
"pur_city": "London",
"pur_country": "UK",
"pur_email": "rohan@gmail.com",
"atm_lang": "01",
"perso_fields": "11111",
"3ds_lang": "en",
"3ds_challenge_profile": "950c886e-8eba-4465-8443-d22f90d269f8",
"ch_dob": "1998-01-02"
}Response
Successful Response
Example response
{
"header": {
"error_desc": "success"
},
"body": {
"message": "card holder edit success"
}
}