Discussions
Custom params is not showing up in the callback params
about 5 years ago by H K Chakladar
I'm using android sdk for aeps.
bundle.putString("callback_url_custom_params", "{"param1":"value1","param2":"value2"}");
But this is not showing in my callback url response. All other parameters are showing and working fine.