Discussions

Ask a Question
Back to All

Custom params is not showing up in the callback params

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.