Re: Visa Transaction Control Response status for Update Profile

Solved! Go to solution
RimaV
Regular Visitor

Visa Transaction Control Response status for Update Profile

Hi,

For the service in the below mentioned link

https://developer.visa.com/capabilities/vctc/reference#vctc__customer_rules_alerts__v1__customer_ale...

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

3 REPLIES 3
API_Managers
Visa Developer Support Specialist

Re: Visa Transaction Control Response status for Update Profile

Hi @RimaV,

 

I'll take a look and get back to you soon.

 

 




Thanks,

Tee



Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.

API_Managers
Visa Developer Support Specialist

Re: Visa Transaction Control Response status for Update Profile

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."
]
}

 




Thanks,

Tee



Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.

RimaV
Regular Visitor

Re: Visa Transaction Control Response status for Update Profile

Thank you Diana for the quick reply 

BR 

Rima