Currently there is no way to get plain text error messages from a CardValidationResult. The results are put into a JSON like structure, as seen in the following image.
Would it be possible to have a function or property that returns an array of strings, or update description to remove the {\t and } characters, and the initial new line character?
Currently there is no way to get plain text error messages from a
CardValidationResult
. The results are put into a JSON like structure, as seen in the following image.Would it be possible to have a function or property that returns an array of strings, or update
description
to remove the{
\t
and}
characters, and the initial new line character?