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
Solved! Go to Solution
Hi @JavierSivack,
Please try
"iscallBackEndpointLocal": false
and you should get a successful response back. There's a minor error in the API code explorer.