Skip to content

Instantly share code, notes, and snippets.

@noeldelgadom
Created January 27, 2018 04:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noeldelgadom/19feaca34e6179abcf7c3b0321a0c2ab to your computer and use it in GitHub Desktop.
Save noeldelgadom/19feaca34e6179abcf7c3b0321a0c2ab to your computer and use it in GitHub Desktop.
Consulta de saldo
{
"code": "06",
"message": "\"invalid.account\"",
"data": {
"message": [
{
"Amount": {
"dollarSign": {
"currencyCode": "MXN"
},
"_": "43763.0"
},
"ValidityStartDateTime": "2018-01-26T00:00:00Z",
"Description": "Saldo de cuenta actual",
"Name": "Saldo de cuenta",
"Code": "3800"
},
{
"Amount": {
"dollarSign": {
"currencyCode": "MXN"
},
"_": "43763.0"
},
"ValidityStartDateTime": "2018-01-26T00:00:00Z",
"Description": "Saldo disponible de cuenta",
"Name": "Saldo disponible",
"Code": "4900"
},
{
"Amount": {
"dollarSign": {
"currencyCode": "MXN"
},
"_": "0.0"
},
"ValidityStartDateTime": "2018-01-26T00:00:00Z",
"Description": "Saldo pendiente de confirmación",
"Name": "Saldo pendiente",
"Code": "9999"
}
],
"accountHolderName": "RAMIREZ CARDOZO MOYA",
"entityId": "0063743758",
"accountType": "ACCT",
"everest_ref": "W5A6BFD48A12BECC5EBBAECB4"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment