Is it possible to decode the answer from Webservice which is encoded in base64?

We are integrating with a payment platform and the response's body contains parameters encoded in base64, there is any chance to decode that body in Architect?

Thank you.

Juan.

Hi Juan,

As best as I can tell we currently do not have any capability to decode base64 in data actions or architect. This seems like a simple and reasonable request, please create an idea for this at https://purecloud.ideas.aha.io/ideas/

The best immediate solution I have for this is to gather the response from the webservice and then run a second data action that does the conversion. A trivial AWS Lambda data action would probably be the easiest way to get this done.

--Jason

1 Like

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.