We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there,
Been trying to retrieve the message & code values in the following json data:
{ "exception_count" : "2", "exceptions" : [ { "exception" : [ { "message" : "Not a valid routing number", "code" : 15 } ], "line" : 2 }, { "exception" : [ { "message" : "Not a valid routing number", "code" : 15 } ], "line" : 3 } ], "payment_total" : 0, "collection_count" : "2", "transaction_count" : "2", "error_code" : "001", "collection_total" : 811, "requested_date" : "08 06 21", "payment_count" : "0", "error_string" : "Success with exceptions", "trx_id" : "DirectNetDebit-080621" }
Any help would be much appreciated.
Thank You
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there,
Been trying to retrieve the message & code values in the following json data:
{
"exception_count" : "2",
"exceptions" : [
{
"exception" : [
{
"message" : "Not a valid routing number",
"code" : 15
}
],
"line" : 2
},
{
"exception" : [
{
"message" : "Not a valid routing number",
"code" : 15
}
],
"line" : 3
}
],
"payment_total" : 0,
"collection_count" : "2",
"transaction_count" : "2",
"error_code" : "001",
"collection_total" : 811,
"requested_date" : "08 06 21",
"payment_count" : "0",
"error_string" : "Success with exceptions",
"trx_id" : "DirectNetDebit-080621"
}
Any help would be much appreciated.
Thank You
The text was updated successfully, but these errors were encountered: