Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejson
[
    {
        "customer_id": "123321",
        "account_status": "N",
        "account_status_reason_code": "NNOR",
        "tos_agreement"": true,
        "risk_rating": "H",
        "account_number": 123456789,
        "credit_limit": "1000.00",
        "available_credit": "659.51",
        "originating_merchant_id": "12345",
        "originating_merchant_name": "ACME Jewellers",
        "creation_date": "2019-05-15",
        "first_name": "DavidJohn",
        "last_name": "Smith",
        "card_ending_in": "5941",
        "preferred_language": "fr-CA"
    },
    {
        "customer_id": "123412",
        "account_status": "F",
        "account_status_reason_code": "FLCK",
        "tos": true,
        "risk_rating": "Y",
        "account_number": 234567890,
        "credit_limit": "1000.00",
        "available_credit": "847.00",
        "originating_merchant_id": "23456",
        "originating_merchant_name": "ACME JewellersRestorations",
        "creation_date": "2019-0504-15",
        "first_name": "DavidJohn",
        "last_name": "Smith",
        "card_ending_in": "6457",
        "preferred_language": "en-CA"
    }
]

...

Code Block
languagejson
{
    "first_name": "John",
    "middle_name": "GreyGarry",
    "last_name": "DoeSmith",
    "dob": "1974-05-15",
    "address_1": "55123 UNIVERSITYANY AVESTREET",
    "city": "TORONTO",
    "province": "ON",
    "postal_code": "M5JM1M 2H71M1",
    "govid_type": "CADL",
    "govid_issuedby": "ON",
    "govid_number": "D61014070660905D61014070123456",
    "govid_expiry": "2021-05-15"
}

...