VTC Customer Rules API Update the App's configuration data for notification callback settings

Solved! Go to solution
JavierSivack
Regular Contributor

VTC Customer Rules API Update the App's configuration data for notification callback settings

Hello, I'm trying to test the Update the App's configuration data for notification callback settings, at

https://sandbox.api.visa.com/vctc/customerrules/v1/applications/configuration

sending

 

{"callBackSettings":{"isCallBackDisabled":false,"iscallbackEndPointLocal":false,"callBackEndpoint":"https://myhost.com/notifications"}}

 

 as payload, and the response is 

 

{"metainfo":{"Description":"Bad Request","Code":400},"error":["If isCallBackDisabled is not true then callback url and iscallBackEndpointLocal flag is mandatory."]}

 

 Any idea on why I'm getting this erro? Because, the field it says are mandatory are in the request. 

 

Thanks in advance,

Javier Sivack


Javier Sivack
Software Engineer
Ciphertext Solutions, Inc.
1 REPLY 1
SLi
Visa Developer Support Specialist
Visa Developer Support Specialist

Re: VTC Customer Rules API Update the App's configuration data for notification callback settings

Hi @JavierSivack,

 

Please try 

"iscallBackEndpointLocal": false

and you should get a successful response back. There's a minor error in the API code explorer. 


Best,
Stacey

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