v1
latestOpenAPI 3.0.02026-07-242035712.0 MBApata
Update Card Metadata in 3DS
This API provides the ability to update the card metadata in 3DS by passing the client id and token details
post/pws/pws_update_card_meta_data_3ds/
Request body
Example request
{
"api_call_unique_identifier": "438574845790657485",
"client_id": 760131,
"token": 311012081,
"cardProgramId": "ec737f30-0c61-4383-9732-83d7c7b38b49",
"language": "en",
"email": "akshay@paymentology.com",
"phoneNumber": "00792736252",
"enabled": true,
"biometricsConsent": "GRANTED",
"3ds_challenge_profile": "950c886e-8eba-4465-8443-d22f90d269f8"
}Response
Successful Response
Example response
{
"header": {
"error_desc": "success"
},
"body": {
"externalId": "string",
"scheme": "VISA",
"language": "en",
"biometricConsent": "GRANTED",
"cardProgramId": "ec737f30-0c61-4383-9732-83d7c7b38b49",
"challengeProfileId": "950c886e-8eba-4465-8443-d22f90d269f8"
}
}