Hi,
For the service in the below mentioned link
what is the expected HttpStatus code send in the response if " Update customer profile" service is called for a useridentifier, which is not existing in VISA .I mean profile update is called before customer is created in Visa.
If Status 404 - Not found is the response status, then will the same status be returned from"Update customer profile " service for any other error apart from CustomerId/Useridentifier not existing
BR
Rima
Solved! Go to Solution
Hi @RimaV,
I'll take a look and get back to you soon.
Hi @RimaV,
The Alert History and Customer Profile API is only needed if the issuer participates in the VTC Alert Delivery Service and wants Visa to perform “last mile” alert delivery to their cardholders. Most issuers deliver alerts themselves and don’t need this API. That said, if an issuer is using the VTC Alert Delivery Service and tries to update a customer profile for a userIdentifier that doesn’t exist they’ll receive:
status code: 404 Not Found
API Response:
{
"metainfo": {
"Description": "Not Found",
"Code": 404
},
"error": [
"customerID/userIdentifier does not exist."
]
}
Thank you Diana for the quick reply
BR
Rima