Income Check

Verify and validate income details

Introduction

Income Check API services offer businesses the capability to verify an individual's income or employment status through automated tools and data sources. These services assist in assessing a person's financial capacity, allowing businesses to make informed decisions, particularly in lending, rental agreements, or other scenarios where income verification is crucial.

Consent

User consent is the primary requirement to access any services in Open Banking. The user or account holder grants explicit consent to a Third-Party to access their financial data. This consent is given through a secure, multi-factor authentication process to verify the user's identity.

The consent request must include the following details:

EndpointuseCaseType Valuepermissions Value
/v1/api/observice/connectINCOMECHECKReadAccountsBasic
ReadAccountsDetail
ReadBalances
ReadTransactionsBasic
ReadTransactionsCredits
ReadTransactionsDebits
ReadTransactionsDetail

Check Consent Management for more details to create, view, and revoke consents.

Get Income Check Services

Endpoint details

Endpoint URLMethodGrant type
/v1/api/observice/allAccountsTransactionsPOST1. clientId
2. clientCode
3. signature
4. Authorization Bearer: Token

Sample request

{
  "dateTimeStamp": "2024-12-31T10:40:00+02:00",
  "requestID": "df797efb-b588-4234-8ae1-5cb748559830",
  "merchantId": "APIS-300505",
  "insights": true,
  "incomeCheck" : true,
  "fromDate": "2016-01-01T10:40:00+02:00",
  "toDate": "2025-12-31T10:40:00+02:00",
  "timeline": "byDay",
  "banks": [
    {
      "code": "SAMA",
      "consentId":"urn:SAMA:kac-5a166b7d-8cdb-443a-a67a-80ad7a5b95b3"
    }
  ]
}

Request description

JSON TagDescriptionData type
DateTimeStamp
Mandatory
Stamp denoting the date and time of the request
ISO 8601 format - YYYY-MM-DDTHH:MM:SS
Date
RequestID
Mandatory
Unique request identification
UUID format
Alphanumeric
merchantId
Mandatory
Unique merchant identification
UUID format
Alphanumeric
insights
Mandatory
Insights tag to be denoted as trueBoolean
incomeCheck
Mandatory
Income check service tag to be denoted as trueBoolean
fromDate
Mandatory
Initial date of transaction period
ISO 8601 format - YYYY-MM-DDTHH:MM:SS
Date
toDate
Mandatory
Final date of transaction period
ISO 8601 format - YYYY-MM-DDTHH:MM:SS
Date
timeline
Mandatory
Timeline classification tag to be denoted as By Month/By Week/By YearBoolean
banks
Mandatory
Array of banks and consentsObject
code
Mandatory
Unique bank identification codeAlphanumeric
consentId
Mandatory
Unique consent identificationString

Sample response

{
    "payload": {
        "success": true,
        "payload": [
            {
                "code": "SAMA",
                "consentId": "urn:SAMA:kac-df837226-a548-4841-8daa-a4683bffc8e2",
                "data": {
                    "account": [
                        {
                            "accountId": "100004000000000000000002",
                            "accountHolderName": "Mitsuhirato",
                            "accountHolderShortName": "Mitsuhirato",
                            "status": "Active",
                            "currency": "SAR",
                            "nickname": "Mitsuhirato",
                            "accountType": "KSAOB.Retail",
                            "accountSubType": "CurrentAccount",
                            "accountIdentifiers": [
                                {
                                    "identificationType": "KSAOB.IBAN",
                                    "identification": "10000109010102",
                                    "name": "Luigi International"
                                },
                                {
                                    "identificationType": "KSAOB.IBAN",
                                    "identification": "10000109010102",
                                    "name": "Luigi International"
                                }
                            ],
                            "servicer": {
                                "identificationType": "KSAOB.BICFI",
                                "identification": "10000109010101"
                            },
                            "statusUpdateDateTime": "2023-02-01T16:37:00.980Z",
                            "description": "Account sub-type description",
                            "openingDate": "2022-04-08T16:37:00.980Z",
                            "maturityDate": "2023-11-29T16:37:00.980Z",
                            "transactions": [
                                {
                                    "transactionId": "e0e11370-eb2d-4694-8bed-571c7916b05e",
                                    "transactionDateTime": "2017-01-02T00:00:00.000Z",
                                    "transactionReference": "2662f41c-f4d6-4dbc-82ae-a7fd07d2a60e",
                                    "transactionType": "KSAOB.InternationalTransfer",
                                    "subTransactionType": "KSAOB.NotApplicable",
                                    "paymentModes": "KSAOB.Offline",
                                    "creditDebitIndicator": "KSAOB.Credit",
                                    "status": "KSAOB.Booked",
                                    "transactionMutability": "KSAOB.Mutable",
                                    "bookingDateTime": "2017-01-02T00:00:00.000Z",
                                    "valueDateTime": "2017-01-02T00:00:00.000Z",
                                    "amount": {
                                        "amount": "6.20",
                                        "currency": "SAR"
                                    },
                                    "chargeAmount": {
                                        "amount": "6.20",
                                        "currency": "SAR",
                                        "chargeIncluded": false
                                    },
                                    "balance": {
                                        "creditDebitIndicator": "KSAOB.Credit",
                                        "type": "KSAOB.ClosingAvailable",
                                        "amount": {
                                            "amount": "10.00",
                                            "currency": "SAR"
                                        }
                                    },
                                    "merchantDetails": {
                                        "merchantName": "merchantName",
                                        "merchantCategoryCode": "test",
                                        "merchantId": 1234
                                    },
                                    "localTimeZone": "UTC+03:00",
                                    "terminalId": 12345678,
                                    "chargeAmountVat": {
                                        "amount": "71.5806",
                                        "currency": "SAR"
                                    },
                                    "flags": [
                                        "KSAOB.Payroll"
                                    ],
                                    "cardInstrument": {
                                        "cardSchemeName": "KSAOB.AmericanExpress",
                                        "instrumentType": "KSAOB.ApplePay",
                                        "name": "test",
                                        "identification": "1234********4321"
                                    },
                                    "creditorAccount": [
                                        {}
                                    ],
                                    "debtorAccount": {
                                        "identificationType": "KSAOB.IBAN",
                                        "identification": "string",
                                        "name": "string"
                                    },
                                    "transactionInformation": "COSTA COFFEE",
                                    "bankTransactionCode": {
                                        "domain": "domain",
                                        "domainCode": "domainCode",
                                        "family": "family",
                                        "familyCode": "familyCode",
                                        "subFamily": "subFamily",
                                        "subFamilyCode": "subFamilyCode"
                                    },
                                    "proprietaryBankTransactionCode": {
                                        "code": "code",
                                        "issuer": "issuer"
                                    },
                                    "creditorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "KSAOB.BICFI",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "Alf"
                                    },
                                    "debtorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "string",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "string"
                                    },
                                    "billDetails": {
                                        "billerId": 100004,
                                        "billNumber": "1234",
                                        "billPaymentType": "KSAOB.Renewal"
                                    }
                                },
                                {
                                    "transactionId": "fdd8912a-d260-45a4-ba7c-cd8889955e82",
                                    "transactionDateTime": "2017-01-02T00:00:00.000Z",
                                    "transactionReference": "bf331590-a8c0-443e-a819-0c3bca28afaa",
                                    "transactionType": "KSAOB.InternationalTransfer",
                                    "subTransactionType": "KSAOB.WithdrawalReversal",
                                    "paymentModes": "KSAOB.Online",
                                    "creditDebitIndicator": "KSAOB.Credit",
                                    "status": "KSAOB.Booked",
                                    "transactionMutability": "KSAOB.Mutable",
                                    "bookingDateTime": "2017-01-02T00:00:00.000Z",
                                    "valueDateTime": "2017-01-02T00:00:00.000Z",
                                    "amount": {
                                        "amount": "723.10",
                                        "currency": "SAR"
                                    },
                                    "chargeAmount": {
                                        "amount": "723.10",
                                        "currency": "SAR",
                                        "chargeIncluded": false
                                    },
                                    "balance": {
                                        "creditDebitIndicator": "KSAOB.Credit",
                                        "type": "KSAOB.ClosingAvailable",
                                        "amount": {
                                            "amount": "10.00",
                                            "currency": "SAR"
                                        }
                                    },
                                    "merchantDetails": {
                                        "merchantName": "merchantName",
                                        "merchantCategoryCode": "test",
                                        "merchantId": 1234
                                    },
                                    "localTimeZone": "UTC+03:00",
                                    "terminalId": 12345678,
                                    "chargeAmountVat": {
                                        "amount": "71.5806",
                                        "currency": "SAR"
                                    },
                                    "flags": [
                                        "KSAOB.Payroll"
                                    ],
                                    "cardInstrument": {
                                        "cardSchemeName": "KSAOB.AmericanExpress",
                                        "instrumentType": "KSAOB.ApplePay",
                                        "name": "test",
                                        "identification": "1234********4321"
                                    },
                                    "creditorAccount": [
                                        {}
                                    ],
                                    "debtorAccount": {
                                        "identificationType": "KSAOB.IBAN",
                                        "identification": "string",
                                        "name": "string"
                                    },
                                    "transactionInformation": "INT'L 003243488 GITHUB.COM",
                                    "bankTransactionCode": {
                                        "domain": "domain",
                                        "domainCode": "domainCode",
                                        "family": "family",
                                        "familyCode": "familyCode",
                                        "subFamily": "subFamily",
                                        "subFamilyCode": "subFamilyCode"
                                    },
                                    "proprietaryBankTransactionCode": {
                                        "code": "code",
                                        "issuer": "issuer"
                                    },
                                    "creditorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "KSAOB.BICFI",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "Alf"
                                    },
                                    "debtorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "string",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "string"
                                    },
                                    "billDetails": {
                                        "billerId": 100004,
                                        "billNumber": "1234",
                                        "billPaymentType": "KSAOB.Renewal"
                                    }
                                },
                                {
                                    "transactionId": "dfafc02c-bada-4504-bb99-19f3f43a1bdf",
                                    "transactionDateTime": "2017-01-02T00:00:00.000Z",
                                    "transactionReference": "38ed322a-9a8e-485d-9f06-15eae153baa3",
                                    "transactionType": "KSAOB.Teller",
                                    "subTransactionType": "KSAOB.Deposit",
                                    "paymentModes": "KSAOB.Offline",
                                    "creditDebitIndicator": "KSAOB.Credit",
                                    "status": "KSAOB.Booked",
                                    "transactionMutability": "KSAOB.Mutable",
                                    "bookingDateTime": "2017-01-02T00:00:00.000Z",
                                    "valueDateTime": "2017-01-02T00:00:00.000Z",
                                    "amount": {
                                        "amount": "19.88",
                                        "currency": "SAR"
                                    },
                                    "chargeAmount": {
                                        "amount": "19.88",
                                        "currency": "SAR",
                                        "chargeIncluded": false
                                    },
                                    "balance": {
                                        "creditDebitIndicator": "KSAOB.Credit",
                                        "type": "KSAOB.ClosingAvailable",
                                        "amount": {
                                            "amount": "10.00",
                                            "currency": "SAR"
                                        }
                                    },
                                    "merchantDetails": {
                                        "merchantName": "merchantName",
                                        "merchantCategoryCode": "test",
                                        "merchantId": 1234
                                    },
                                    "localTimeZone": "UTC+03:00",
                                    "terminalId": 12345678,
                                    "chargeAmountVat": {
                                        "amount": "71.5806",
                                        "currency": "SAR"
                                    },
                                    "flags": [
                                        "KSAOB.StandingOrder"
                                    ],
                                    "cardInstrument": {
                                        "cardSchemeName": "KSAOB.AmericanExpress",
                                        "instrumentType": "KSAOB.ApplePay",
                                        "name": "test",
                                        "identification": "1234********4321"
                                    },
                                    "creditorAccount": [
                                        {}
                                    ],
                                    "debtorAccount": {
                                        "identificationType": "KSAOB.IBAN",
                                        "identification": "string",
                                        "name": "string"
                                    },
                                    "transactionInformation": "Non-Sterling Transaction Fee",
                                    "bankTransactionCode": {
                                        "domain": "domain",
                                        "domainCode": "domainCode",
                                        "family": "family",
                                        "familyCode": "familyCode",
                                        "subFamily": "subFamily",
                                        "subFamilyCode": "subFamilyCode"
                                    },
                                    "proprietaryBankTransactionCode": {
                                        "code": "code",
                                        "issuer": "issuer"
                                    },
                                    "creditorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "KSAOB.BICFI",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "Alf"
                                    },
                                    "debtorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "string",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "string"
                                    },
                                    "billDetails": {
                                        "billerId": 100004,
                                        "billNumber": "1234",
                                        "billPaymentType": "KSAOB.Renewal"
                                    }
                                },
                                {
                                    "transactionId": "239a81b6-55eb-46a9-b998-a450c99c0c8f",
                                    "transactionDateTime": "2017-01-02T00:00:00.000Z",
                                    "transactionReference": "7219dcf8-44eb-469c-b1d3-b4b92e4932e9",
                                    "transactionType": "KSAOB.LocalBankTransfer",
                                    "subTransactionType": "KSAOB.Reversal",
                                    "paymentModes": "KSAOB.Batch",
                                    "creditDebitIndicator": "KSAOB.Credit",
                                    "status": "KSAOB.Booked",
                                    "transactionMutability": "KSAOB.Mutable",
                                    "bookingDateTime": "2017-01-02T00:00:00.000Z",
                                    "valueDateTime": "2017-01-02T00:00:00.000Z",
                                    "amount": {
                                        "amount": "38.70",
                                        "currency": "SAR"
                                    },
                                    "chargeAmount": {
                                        "amount": "38.70",
                                        "currency": "SAR",
                                        "chargeIncluded": false
                                    },
                                    "balance": {
                                        "creditDebitIndicator": "KSAOB.Credit",
                                        "type": "KSAOB.ClosingAvailable",
                                        "amount": {
                                            "amount": "10.00",
                                            "currency": "SAR"
                                        }
                                    },
                                    "merchantDetails": {
                                        "merchantName": "merchantName",
                                        "merchantCategoryCode": "test",
                                        "merchantId": 1234
                                    },
                                    "localTimeZone": "UTC+03:00",
                                    "terminalId": 12345678,
                                    "chargeAmountVat": {
                                        "amount": "71.5806",
                                        "currency": "SAR"
                                    },
                                    "flags": [
                                        "KSAOB.Payroll"
                                    ],
                                    "cardInstrument": {
                                        "cardSchemeName": "KSAOB.AmericanExpress",
                                        "instrumentType": "KSAOB.ApplePay",
                                        "name": "test",
                                        "identification": "1234********4321"
                                    },
                                    "creditorAccount": [
                                        {}
                                    ],
                                    "debtorAccount": {
                                        "identificationType": "KSAOB.IBAN",
                                        "identification": "string",
                                        "name": "string"
                                    },
                                    "transactionInformation": "TFL.GOV.UK/CP TFL TRAVEL CH",
                                    "bankTransactionCode": {
                                        "domain": "domain",
                                        "domainCode": "domainCode",
                                        "family": "family",
                                        "familyCode": "familyCode",
                                        "subFamily": "subFamily",
                                        "subFamilyCode": "subFamilyCode"
                                    },
                                    "proprietaryBankTransactionCode": {
                                        "code": "code",
                                        "issuer": "issuer"
                                    },
                                    "creditorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "KSAOB.BICFI",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "Alf"
                                    },
                                    "debtorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "string",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "string"
                                    },
                                    "billDetails": {
                                        "billerId": 100004,
                                        "billNumber": "1234",
                                        "billPaymentType": "KSAOB.Renewal"
                                    }
                                },
                                {
                                    "transactionId": "c5afd419-3c2a-4e43-b037-c57d572e46fe",
                                    "transactionDateTime": "2017-01-02T00:00:00.000Z",
                                    "transactionReference": "c8b39673-8995-4104-8aa5-c3c199955824",
                                    "transactionType": "KSAOB.Teller",
                                    "subTransactionType": "KSAOB.DepositReversal",
                                    "paymentModes": "KSAOB.Offline",
                                    "creditDebitIndicator": "KSAOB.Credit",
                                    "status": "KSAOB.Booked",
                                    "transactionMutability": "KSAOB.Mutable",
                                    "bookingDateTime": "2017-01-02T00:00:00.000Z",
                                    "valueDateTime": "2017-01-02T00:00:00.000Z",
                                    "amount": {
                                        "amount": "452.00",
                                        "currency": "SAR"
                                    },
                                    "chargeAmount": {
                                        "amount": "452.00",
                                        "currency": "SAR",
                                        "chargeIncluded": false
                                    },
                                    "balance": {
                                        "creditDebitIndicator": "KSAOB.Credit",
                                        "type": "KSAOB.ClosingAvailable",
                                        "amount": {
                                            "amount": "10.00",
                                            "currency": "SAR"
                                        }
                                    },
                                    "merchantDetails": {
                                        "merchantName": "merchantName",
                                        "merchantCategoryCode": "test",
                                        "merchantId": 1234
                                    },
                                    "localTimeZone": "UTC+03:00",
                                    "terminalId": 12345678,
                                    "chargeAmountVat": {
                                        "amount": "71.5806",
                                        "currency": "SAR"
                                    },
                                    "flags": [
                                        "KSAOB.Cashback"
                                    ],
                                    "cardInstrument": {
                                        "cardSchemeName": "KSAOB.AmericanExpress",
                                        "instrumentType": "KSAOB.ApplePay",
                                        "name": "test",
                                        "identification": "1234********4321"
                                    },
                                    "creditorAccount": [
                                        {}
                                    ],
                                    "debtorAccount": {
                                        "identificationType": "KSAOB.IBAN",
                                        "identification": "string",
                                        "name": "string"
                                    },
                                    "transactionInformation": "SOME DESIGN LIMITED",
                                    "bankTransactionCode": {
                                        "domain": "domain",
                                        "domainCode": "domainCode",
                                        "family": "family",
                                        "familyCode": "familyCode",
                                        "subFamily": "subFamily",
                                        "subFamilyCode": "subFamilyCode"
                                    },
                                    "proprietaryBankTransactionCode": {
                                        "code": "code",
                                        "issuer": "issuer"
                                    },
                                    "creditorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "KSAOB.BICFI",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "Alf"
                                    },
                                    "debtorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "string",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "string"
                                    },
                                    "billDetails": {
                                        "billerId": 100004,
                                        "billNumber": "1234",
                                        "billPaymentType": "KSAOB.Renewal"
                                    }
                                },
                                {
                                    "transactionId": "ece1518f-d1f1-4961-94b3-c494d9e12803",
                                    "transactionDateTime": "2017-01-03T00:00:00.000Z",
                                    "transactionReference": "7fe5615b-c5a2-46f0-a16e-f9dc758aa5e4",
                                    "transactionType": "KSAOB.BillPayments",
                                    "subTransactionType": "KSAOB.NotApplicable",
                                    "paymentModes": "KSAOB.Offline",
                                    "creditDebitIndicator": "KSAOB.Credit",
                                    "status": "KSAOB.Booked",
                                    "transactionMutability": "KSAOB.Mutable",
                                    "bookingDateTime": "2017-01-03T00:00:00.000Z",
                                    "valueDateTime": "2017-01-03T00:00:00.000Z",
                                    "amount": {
                                        "amount": "56.66",
                                        "currency": "SAR"
                                    },
                                    "chargeAmount": {
                                        "amount": "56.66",
                                        "currency": "SAR",
                                        "chargeIncluded": false
                                    },
                                    "balance": {
                                        "creditDebitIndicator": "KSAOB.Credit",
                                        "type": "KSAOB.ClosingAvailable",
                                        "amount": {
                                            "amount": "10.00",
                                            "currency": "SAR"
                                        }
                                    },
                                    "merchantDetails": {
                                        "merchantName": "merchantName",
                                        "merchantCategoryCode": "test",
                                        "merchantId": 1234
                                    },
                                    "localTimeZone": "UTC+03:00",
                                    "terminalId": 12345678,
                                    "chargeAmountVat": {
                                        "amount": "71.5806",
                                        "currency": "SAR"
                                    },
                                    "flags": [
                                        "KSAOB.StandingOrder"
                                    ],
                                    "cardInstrument": {
                                        "cardSchemeName": "KSAOB.AmericanExpress",
                                        "instrumentType": "KSAOB.ApplePay",
                                        "name": "test",
                                        "identification": "1234********4321"
                                    },
                                    "creditorAccount": [
                                        {}
                                    ],
                                    "debtorAccount": {
                                        "identificationType": "KSAOB.IBAN",
                                        "identification": "string",
                                        "name": "string"
                                    },
                                    "transactionInformation": "BT MOBILE",
                                    "bankTransactionCode": {
                                        "domain": "domain",
                                        "domainCode": "domainCode",
                                        "family": "family",
                                        "familyCode": "familyCode",
                                        "subFamily": "subFamily",
                                        "subFamilyCode": "subFamilyCode"
                                    },
                                    "proprietaryBankTransactionCode": {
                                        "code": "code",
                                        "issuer": "issuer"
                                    },
                                    "creditorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "KSAOB.BICFI",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "Alf"
                                    },
                                    "debtorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "string",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "string"
                                    },
                                    "billDetails": {
                                        "billerId": 100004,
                                        "billNumber": "1234",
                                        "billPaymentType": "KSAOB.Renewal"
                                    }
                                },
                                {
                                    "transactionId": "ce2b5a7c-a1d1-4e04-a4bb-3ab50574aad9",
                                    "transactionDateTime": "2017-01-03T00:00:00.000Z",
                                    "transactionReference": "d216a71d-f257-4450-8a91-4489bb529e9d",
                                    "transactionType": "KSAOB.POS",
                                    "subTransactionType": "KSAOB.DepositReversal",
                                    "paymentModes": "KSAOB.Offline",
                                    "creditDebitIndicator": "KSAOB.Credit",
                                    "status": "KSAOB.Booked",
                                    "transactionMutability": "KSAOB.Mutable",
                                    "bookingDateTime": "2017-01-03T00:00:00.000Z",
                                    "valueDateTime": "2017-01-03T00:00:00.000Z",
                                    "amount": {
                                        "amount": "9.85",
                                        "currency": "SAR"
                                    },
                                    "chargeAmount": {
                                        "amount": "9.85",
                                        "currency": "SAR",
                                        "chargeIncluded": false
                                    },
                                    "balance": {
                                        "creditDebitIndicator": "KSAOB.Credit",
                                        "type": "KSAOB.ClosingAvailable",
                                        "amount": {
                                            "amount": "10.00",
                                            "currency": "SAR"
                                        }
                                    },
                                    "merchantDetails": {
                                        "merchantName": "merchantName",
                                        "merchantCategoryCode": "test",
                                        "merchantId": 1234
                                    },
                                    "localTimeZone": "UTC+03:00",
                                    "terminalId": 12345678,
                                    "chargeAmountVat": {
                                        "amount": "71.5806",
                                        "currency": "SAR"
                                    },
                                    "flags": [
                                        "KSAOB.Cashback"
                                    ],
                                    "cardInstrument": {
                                        "cardSchemeName": "KSAOB.AmericanExpress",
                                        "instrumentType": "KSAOB.ApplePay",
                                        "name": "test",
                                        "identification": "1234********4321"
                                    },
                                    "creditorAccount": [
                                        {}
                                    ],
                                    "debtorAccount": {
                                        "identificationType": "KSAOB.IBAN",
                                        "identification": "string",
                                        "name": "string"
                                    },
                                    "transactionInformation": "COSTA COFFEE",
                                    "bankTransactionCode": {
                                        "domain": "domain",
                                        "domainCode": "domainCode",
                                        "family": "family",
                                        "familyCode": "familyCode",
                                        "subFamily": "subFamily",
                                        "subFamilyCode": "subFamilyCode"
                                    },
                                    "proprietaryBankTransactionCode": {
                                        "code": "code",
                                        "issuer": "issuer"
                                    },
                                    "creditorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "KSAOB.BICFI",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "Alf"
                                    },
                                    "debtorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "string",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "string"
                                    },
                                    "billDetails": {
                                        "billerId": 100004,
                                        "billNumber": "1234",
                                        "billPaymentType": "KSAOB.Renewal"
                                    }
                                },
                                {
                                    "transactionId": "0ca9a8cb-8a18-40e8-bce5-73474045d555",
                                    "transactionDateTime": "2017-01-03T00:00:00.000Z",
                                    "transactionReference": "a5d90872-2ef1-4dcf-ab83-cd85bfdcc739",
                                    "transactionType": "KSAOB.InternationalTransfer",
                                    "subTransactionType": "KSAOB.MoneyTransfer",
                                    "paymentModes": "KSAOB.Offline",
                                    "creditDebitIndicator": "KSAOB.Credit",
                                    "status": "KSAOB.Booked",
                                    "transactionMutability": "KSAOB.Mutable",
                                    "bookingDateTime": "2017-01-03T00:00:00.000Z",
                                    "valueDateTime": "2017-01-03T00:00:00.000Z",
                                    "amount": {
                                        "amount": "23.76",
                                        "currency": "SAR"
                                    },
                                    "chargeAmount": {
                                        "amount": "23.76",
                                        "currency": "SAR",
                                        "chargeIncluded": false
                                    },
                                    "balance": {
                                        "creditDebitIndicator": "KSAOB.Credit",
                                        "type": "KSAOB.ClosingAvailable",
                                        "amount": {
                                            "amount": "10.00",
                                            "currency": "SAR"
                                        }
                                    },
                                    "merchantDetails": {
                                        "merchantName": "merchantName",
                                        "merchantCategoryCode": "test",
                                        "merchantId": 1234
                                    },
                                    "localTimeZone": "UTC+03:00",
                                    "terminalId": 12345678,
                                    "chargeAmountVat": {
                                        "amount": "71.5806",
                                        "currency": "SAR"
                                    },
                                    "flags": [
                                        "KSAOB.Loan"
                                    ],
                                    "cardInstrument": {
                                        "cardSchemeName": "KSAOB.AmericanExpress",
                                        "instrumentType": "KSAOB.ApplePay",
                                        "name": "test",
                                        "identification": "1234********4321"
                                    },
                                    "creditorAccount": [
                                        {}
                                    ],
                                    "debtorAccount": {
                                        "identificationType": "KSAOB.IBAN",
                                        "identification": "string",
                                        "name": "string"
                                    },
                                    "transactionInformation": "TAXI FARE BY VERIF 03336661000",
                                    "bankTransactionCode": {
                                        "domain": "domain",
                                        "domainCode": "domainCode",
                                        "family": "family",
                                        "familyCode": "familyCode",
                                        "subFamily": "subFamily",
                                        "subFamilyCode": "subFamilyCode"
                                    },
                                    "proprietaryBankTransactionCode": {
                                        "code": "code",
                                        "issuer": "issuer"
                                    },
                                    "creditorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "KSAOB.BICFI",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "Alf"
                                    },
                                    "debtorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "string",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "string"
                                    },
                                    "billDetails": {
                                        "billerId": 100004,
                                        "billNumber": "1234",
                                        "billPaymentType": "KSAOB.Renewal"
                                    }
                                },
                                {
                                    "transactionId": "7ffa60c5-04a2-4d57-b2bf-f2f51058d963",
                                    "transactionDateTime": "2017-01-06T00:00:00.000Z",
                                    "transactionReference": "ae9d321b-84a6-4e39-a2b4-6fc89d760604",
                                    "transactionType": "KSAOB.SameBankTransfer",
                                    "subTransactionType": "KSAOB.Reversal",
                                    "paymentModes": "KSAOB.Online",
                                    "creditDebitIndicator": "KSAOB.Credit",
                                    "status": "KSAOB.Booked",
                                    "transactionMutability": "KSAOB.Mutable",
                                    "bookingDateTime": "2017-01-06T00:00:00.000Z",
                                    "valueDateTime": "2017-01-06T00:00:00.000Z",
                                    "amount": {
                                        "amount": "64.50",
                                        "currency": "SAR"
                                    },
                                    "chargeAmount": {
                                        "amount": "64.50",
                                        "currency": "SAR",
                                        "chargeIncluded": false
                                    },
                                    "balance": {
                                        "creditDebitIndicator": "KSAOB.Credit",
                                        "type": "KSAOB.ClosingAvailable",
                                        "amount": {
                                            "amount": "10.00",
                                            "currency": "SAR"
                                        }
                                    },
                                    "merchantDetails": {
                                        "merchantName": "merchantName",
                                        "merchantCategoryCode": "test",
                                        "merchantId": 1234
                                    },
                                    "localTimeZone": "UTC+03:00",
                                    "terminalId": 12345678,
                                    "chargeAmountVat": {
                                        "amount": "71.5806",
                                        "currency": "SAR"
                                    },
                                    "flags": [
                                        "KSAOB.DirectDebit"
                                    ],
                                    "cardInstrument": {
                                        "cardSchemeName": "KSAOB.AmericanExpress",
                                        "instrumentType": "KSAOB.ApplePay",
                                        "name": "test",
                                        "identification": "1234********4321"
                                    },
                                    "creditorAccount": [
                                        {}
                                    ],
                                    "debtorAccount": {
                                        "identificationType": "KSAOB.IBAN",
                                        "identification": "string",
                                        "name": "string"
                                    },
                                    "transactionInformation": "INT'L 003243488 GITHUB.COM",
                                    "bankTransactionCode": {
                                        "domain": "domain",
                                        "domainCode": "domainCode",
                                        "family": "family",
                                        "familyCode": "familyCode",
                                        "subFamily": "subFamily",
                                        "subFamilyCode": "subFamilyCode"
                                    },
                                    "proprietaryBankTransactionCode": {
                                        "code": "code",
                                        "issuer": "issuer"
                                    },
                                    "creditorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "KSAOB.BICFI",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "Alf"
                                    },
                                    "debtorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "string",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "string"
                                    },
                                    "billDetails": {
                                        "billerId": 100004,
                                        "billNumber": "1234",
                                        "billPaymentType": "KSAOB.Renewal"
                                    }
                                },
                                {
                                    "transactionId": "56e3c628-6ce5-4129-a0ea-fe4dbef53924",
                                    "transactionDateTime": "2017-01-06T00:00:00.000Z",
                                    "transactionReference": "939b28cc-f967-425c-b173-f0ca1329203c",
                                    "transactionType": "KSAOB.POS",
                                    "subTransactionType": "KSAOB.Reversal",
                                    "paymentModes": "KSAOB.Online",
                                    "creditDebitIndicator": "KSAOB.Credit",
                                    "status": "KSAOB.Booked",
                                    "transactionMutability": "KSAOB.Mutable",
                                    "bookingDateTime": "2017-01-06T00:00:00.000Z",
                                    "valueDateTime": "2017-01-06T00:00:00.000Z",
                                    "amount": {
                                        "amount": "1.77",
                                        "currency": "SAR"
                                    },
                                    "chargeAmount": {
                                        "amount": "1.77",
                                        "currency": "SAR",
                                        "chargeIncluded": false
                                    },
                                    "balance": {
                                        "creditDebitIndicator": "KSAOB.Credit",
                                        "type": "KSAOB.ClosingAvailable",
                                        "amount": {
                                            "amount": "10.00",
                                            "currency": "SAR"
                                        }
                                    },
                                    "merchantDetails": {
                                        "merchantName": "merchantName",
                                        "merchantCategoryCode": "test",
                                        "merchantId": 1234
                                    },
                                    "localTimeZone": "UTC+03:00",
                                    "terminalId": 12345678,
                                    "chargeAmountVat": {
                                        "amount": "71.5806",
                                        "currency": "SAR"
                                    },
                                    "flags": [
                                        "KSAOB.Payroll"
                                    ],
                                    "cardInstrument": {
                                        "cardSchemeName": "KSAOB.AmericanExpress",
                                        "instrumentType": "KSAOB.ApplePay",
                                        "name": "test",
                                        "identification": "1234********4321"
                                    },
                                    "creditorAccount": [
                                        {}
                                    ],
                                    "debtorAccount": {
                                        "identificationType": "KSAOB.IBAN",
                                        "identification": "string",
                                        "name": "string"
                                    },
                                    "transactionInformation": "Non-Sterling Transaction Fee",
                                    "bankTransactionCode": {
                                        "domain": "domain",
                                        "domainCode": "domainCode",
                                        "family": "family",
                                        "familyCode": "familyCode",
                                        "subFamily": "subFamily",
                                        "subFamilyCode": "subFamilyCode"
                                    },
                                    "proprietaryBankTransactionCode": {
                                        "code": "code",
                                        "issuer": "issuer"
                                    },
                                    "creditorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "KSAOB.BICFI",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "Alf"
                                    },
                                    "debtorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "string",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "string"
                                    },
                                    "billDetails": {
                                        "billerId": 100004,
                                        "billNumber": "1234",
                                        "billPaymentType": "KSAOB.Renewal"
                                    }
                                },
                                {
                                    "transactionId": "a2575e2c-bd49-4af8-af6e-981219e3bd30",
                                    "transactionDateTime": "2017-01-07T00:00:00.000Z",
                                    "transactionReference": "d1af7df2-fd2b-449e-aa17-c388943e9c7e",
                                    "transactionType": "KSAOB.Teller",
                                    "subTransactionType": "KSAOB.NotApplicable",
                                    "paymentModes": "KSAOB.Offline",
                                    "creditDebitIndicator": "KSAOB.Credit",
                                    "status": "KSAOB.Booked",
                                    "transactionMutability": "KSAOB.Mutable",
                                    "bookingDateTime": "2017-01-07T00:00:00.000Z",
                                    "valueDateTime": "2017-01-07T00:00:00.000Z",
                                    "amount": {
                                        "amount": "9.75",
                                        "currency": "SAR"
                                    },
                                    "chargeAmount": {
                                        "amount": "9.75",
                                        "currency": "SAR",
                                        "chargeIncluded": false
                                    },
                                    "balance": {
                                        "creditDebitIndicator": "KSAOB.Credit",
                                        "type": "KSAOB.ClosingAvailable",
                                        "amount": {
                                            "amount": "10.00",
                                            "currency": "SAR"
                                        }
                                    },
                                    "merchantDetails": {
                                        "merchantName": "merchantName",
                                        "merchantCategoryCode": "test",
                                        "merchantId": 1234
                                    },
                                    "localTimeZone": "UTC+03:00",
                                    "terminalId": 12345678,
                                    "chargeAmountVat": {
                                        "amount": "71.5806",
                                        "currency": "SAR"
                                    },
                                    "flags": [
                                        "KSAOB.Payroll"
                                    ],
                                    "cardInstrument": {
                                        "cardSchemeName": "KSAOB.AmericanExpress",
                                        "instrumentType": "KSAOB.ApplePay",
                                        "name": "test",
                                        "identification": "1234********4321"
                                    },
                                    "creditorAccount": [
                                        {}
                                    ],
                                    "debtorAccount": {
                                        "identificationType": "KSAOB.IBAN",
                                        "identification": "string",
                                        "name": "string"
                                    },
                                    "transactionInformation": "COSTA COFFEE",
                                    "bankTransactionCode": {
                                        "domain": "domain",
                                        "domainCode": "domainCode",
                                        "family": "family",
                                        "familyCode": "familyCode",
                                        "subFamily": "subFamily",
                                        "subFamilyCode": "subFamilyCode"
                                    },
                                    "proprietaryBankTransactionCode": {
                                        "code": "code",
                                        "issuer": "issuer"
                                    },
                                    "creditorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "KSAOB.BICFI",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "Alf"
                                    },
                                    "debtorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "string",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "string"
                                    },
                                    "billDetails": {
                                        "billerId": 100004,
                                        "billNumber": "1234",
                                        "billPaymentType": "KSAOB.Renewal"
                                    }
                                },
                                {
                                    "transactionId": "344f5930-35c3-46e0-abb2-9aed1ea909c8",
                                    "transactionDateTime": "2017-01-07T00:00:00.000Z",
                                    "transactionReference": "8157d1d5-92a8-4217-87a3-f3357ee663e1",
                                    "transactionType": "KSAOB.LocalBankTransfer",
                                    "subTransactionType": "KSAOB.Purchase",
                                    "paymentModes": "KSAOB.Batch",
                                    "creditDebitIndicator": "KSAOB.Credit",
                                    "status": "KSAOB.Booked",
                                    "transactionMutability": "KSAOB.Mutable",
                                    "bookingDateTime": "2017-01-07T00:00:00.000Z",
                                    "valueDateTime": "2017-01-07T00:00:00.000Z",
                                    "amount": {
                                        "amount": "6.60",
                                        "currency": "SAR"
                                    },
                                    "chargeAmount": {
                                        "amount": "6.60",
                                        "currency": "SAR",
                                        "chargeIncluded": false
                                    },
                                    "balance": {
                                        "creditDebitIndicator": "KSAOB.Credit",
                                        "type": "KSAOB.ClosingAvailable",
                                        "amount": {
                                            "amount": "10.00",
                                            "currency": "SAR"
                                        }
                                    },
                                    "merchantDetails": {
                                        "merchantName": "merchantName",
                                        "merchantCategoryCode": "test",
                                        "merchantId": 1234
                                    },
                                    "localTimeZone": "UTC+03:00",
                                    "terminalId": 12345678,
                                    "chargeAmountVat": {
                                        "amount": "71.5806",
                                        "currency": "SAR"
                                    },
                                    "flags": [
                                        "KSAOB.StandingOrder"
                                    ],
                                    "cardInstrument": {
                                        "cardSchemeName": "KSAOB.AmericanExpress",
                                        "instrumentType": "KSAOB.ApplePay",
                                        "name": "test",
                                        "identification": "1234********4321"
                                    },
                                    "creditorAccount": [
                                        {}
                                    ],
                                    "debtorAccount": {
                                        "identificationType": "KSAOB.IBAN",
                                        "identification": "string",
                                        "name": "string"
                                    },
                                    "transactionInformation": "WWW.XERO.COM 08000833333",
                                    "bankTransactionCode": {
                                        "domain": "domain",
                                        "domainCode": "domainCode",
                                        "family": "family",
                                        "familyCode": "familyCode",
                                        "subFamily": "subFamily",
                                        "subFamilyCode": "subFamilyCode"
                                    },
                                    "proprietaryBankTransactionCode": {
                                        "code": "code",
                                        "issuer": "issuer"
                                    },
                                    "creditorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "KSAOB.BICFI",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "Alf"
                                    },
                                    "debtorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "string",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "string"
                                    },
                                    "billDetails": {
                                        "billerId": 100004,
                                        "billNumber": "1234",
                                        "billPaymentType": "KSAOB.Renewal"
                                    }
                                },
                                {
                                    "transactionId": "80d393a7-8b80-4905-b5b8-b044af32a934",
                                    "transactionDateTime": "2017-01-08T00:00:00.000Z",
                                    "transactionReference": "8ed1f3fb-dc2c-4de1-9aa4-0d481bbc150f",
                                    "transactionType": "KSAOB.Teller",
                                    "subTransactionType": "KSAOB.WithdrawalReversal",
                                    "paymentModes": "KSAOB.Online",
                                    "creditDebitIndicator": "KSAOB.Credit",
                                    "status": "KSAOB.Booked",
                                    "transactionMutability": "KSAOB.Mutable",
                                    "bookingDateTime": "2017-01-08T00:00:00.000Z",
                                    "valueDateTime": "2017-01-08T00:00:00.000Z",
                                    "amount": {
                                        "amount": "13.20",
                                        "currency": "SAR"
                                    },
                                    "chargeAmount": {
                                        "amount": "13.20",
                                        "currency": "SAR",
                                        "chargeIncluded": false
                                    },
                                    "balance": {
                                        "creditDebitIndicator": "KSAOB.Credit",
                                        "type": "KSAOB.ClosingAvailable",
                                        "amount": {
                                            "amount": "10.00",
                                            "currency": "SAR"
                                        }
                                    },
                                    "merchantDetails": {
                                        "merchantName": "merchantName",
                                        "merchantCategoryCode": "test",
                                        "merchantId": 1234
                                    },
                                    "localTimeZone": "UTC+03:00",
                                    "terminalId": 12345678,
                                    "chargeAmountVat": {
                                        "amount": "71.5806",
                                        "currency": "SAR"
                                    },
                                    "flags": [
                                        "KSAOB.Loan"
                                    ],
                                    "cardInstrument": {
                                        "cardSchemeName": "KSAOB.AmericanExpress",
                                        "instrumentType": "KSAOB.ApplePay",
                                        "name": "test",
                                        "identification": "1234********4321"
                                    },
                                    "creditorAccount": [
                                        {}
                                    ],
                                    "debtorAccount": {
                                        "identificationType": "KSAOB.IBAN",
                                        "identification": "string",
                                        "name": "string"
                                    },
                                    "transactionInformation": "COSTA COFFEE",
                                    "bankTransactionCode": {
                                        "domain": "domain",
                                        "domainCode": "domainCode",
                                        "family": "family",
                                        "familyCode": "familyCode",
                                        "subFamily": "subFamily",
                                        "subFamilyCode": "subFamilyCode"
                                    },
                                    "proprietaryBankTransactionCode": {
                                        "code": "code",
                                        "issuer": "issuer"
                                    },
                                    "creditorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "KSAOB.BICFI",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "Alf"
                                    },
                                    "debtorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "string",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "string"
                                    },
                                    "billDetails": {
                                        "billerId": 100004,
                                        "billNumber": "1234",
                                        "billPaymentType": "KSAOB.Renewal"
                                    }
                                },
                                {
                                    "transactionId": "0dd51eac-6df7-4e6c-b017-0a6815298e51",
                                    "transactionDateTime": "2017-01-08T00:00:00.000Z",
                                    "transactionReference": "d3e1920d-7226-4261-9314-df673a45e323",
                                    "transactionType": "KSAOB.Teller",
                                    "subTransactionType": "KSAOB.Reversal",
                                    "paymentModes": "KSAOB.Online",
                                    "creditDebitIndicator": "KSAOB.Credit",
                                    "status": "KSAOB.Booked",
                                    "transactionMutability": "KSAOB.Mutable",
                                    "bookingDateTime": "2017-01-08T00:00:00.000Z",
                                    "valueDateTime": "2017-01-08T00:00:00.000Z",
                                    "amount": {
                                        "amount": "139.37",
                                        "currency": "SAR"
                                    },
                                    "chargeAmount": {
                                        "amount": "139.37",
                                        "currency": "SAR",
                                        "chargeIncluded": false
                                    },
                                    "balance": {
                                        "creditDebitIndicator": "KSAOB.Credit",
                                        "type": "KSAOB.ClosingAvailable",
                                        "amount": {
                                            "amount": "10.00",
                                            "currency": "SAR"
                                        }
                                    },
                                    "merchantDetails": {
                                        "merchantName": "merchantName",
                                        "merchantCategoryCode": "test",
                                        "merchantId": 1234
                                    },
                                    "localTimeZone": "UTC+03:00",
                                    "terminalId": 12345678,
                                    "chargeAmountVat": {
                                        "amount": "71.5806",
                                        "currency": "SAR"
                                    },
                                    "flags": [
                                        "KSAOB.Loan"
                                    ],
                                    "cardInstrument": {
                                        "cardSchemeName": "KSAOB.AmericanExpress",
                                        "instrumentType": "KSAOB.ApplePay",
                                        "name": "test",
                                        "identification": "1234********4321"
                                    },
                                    "creditorAccount": [
                                        {}
                                    ],
                                    "debtorAccount": {
                                        "identificationType": "KSAOB.IBAN",
                                        "identification": "string",
                                        "name": "string"
                                    },
                                    "transactionInformation": "INT'L 0052264851 AMAZON UK RETAIL A AMAZON.CO.UK",
                                    "bankTransactionCode": {
                                        "domain": "domain",
                                        "domainCode": "domainCode",
                                        "family": "family",
                                        "familyCode": "familyCode",
                                        "subFamily": "subFamily",
                                        "subFamilyCode": "subFamilyCode"
                                    },
                                    "proprietaryBankTransactionCode": {
                                        "code": "code",
                                        "issuer": "issuer"
                                    },
                                    "creditorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "KSAOB.BICFI",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "Alf"
                                    },
                                    "debtorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "string",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "string"
                                    },
                                    "billDetails": {
                                        "billerId": 100004,
                                        "billNumber": "1234",
                                        "billPaymentType": "KSAOB.Renewal"
                                    }
                                },
                                {
                                    "transactionId": "a7b18e32-1e10-47c8-bae0-f9b01bf051e5",
                                    "transactionDateTime": "2017-01-08T00:00:00.000Z",
                                    "transactionReference": "86d7c287-3bb9-4971-8f62-ba571d390756",
                                    "transactionType": "KSAOB.InternationalTransfer",
                                    "subTransactionType": "KSAOB.MoneyTransfer",
                                    "paymentModes": "KSAOB.Batch",
                                    "creditDebitIndicator": "KSAOB.Credit",
                                    "status": "KSAOB.Booked",
                                    "transactionMutability": "KSAOB.Mutable",
                                    "bookingDateTime": "2017-01-08T00:00:00.000Z",
                                    "valueDateTime": "2017-01-08T00:00:00.000Z",
                                    "amount": {
                                        "amount": "42.95",
                                        "currency": "SAR"
                                    },
                                    "chargeAmount": {
                                        "amount": "42.95",
                                        "currency": "SAR",
                                        "chargeIncluded": false
                                    },
                                    "balance": {
                                        "creditDebitIndicator": "KSAOB.Credit",
                                        "type": "KSAOB.ClosingAvailable",
                                        "amount": {
                                            "amount": "10.00",
                                            "currency": "SAR"
                                        }
                                    },
                                    "merchantDetails": {
                                        "merchantName": "merchantName",
                                        "merchantCategoryCode": "test",
                                        "merchantId": 1234
                                    },
                                    "localTimeZone": "UTC+03:00",
                                    "terminalId": 12345678,
                                    "chargeAmountVat": {
                                        "amount": "71.5806",
                                        "currency": "SAR"
                                    },
                                    "flags": [
                                        "KSAOB.StandingOrder"
                                    ],
                                    "cardInstrument": {
                                        "cardSchemeName": "KSAOB.AmericanExpress",
                                        "instrumentType": "KSAOB.ApplePay",
                                        "name": "test",
                                        "identification": "1234********4321"
                                    },
                                    "creditorAccount": [
                                        {}
                                    ],
                                    "debtorAccount": {
                                        "identificationType": "KSAOB.IBAN",
                                        "identification": "string",
                                        "name": "string"
                                    },
                                    "transactionInformation": "NESPRESSO UK/INET GATWICK RH6",
                                    "bankTransactionCode": {
                                        "domain": "domain",
                                        "domainCode": "domainCode",
                                        "family": "family",
                                        "familyCode": "familyCode",
                                        "subFamily": "subFamily",
                                        "subFamilyCode": "subFamilyCode"
                                    },
                                    "proprietaryBankTransactionCode": {
                                        "code": "code",
                                        "issuer": "issuer"
                                    },
                                    "creditorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "KSAOB.BICFI",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "Alf"
                                    },
                                    "debtorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "string",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "string"
                                    },
                                    "billDetails": {
                                        "billerId": 100004,
                                        "billNumber": "1234",
                                        "billPaymentType": "KSAOB.Renewal"
                                    }
                                },
                                {
                                    "transactionId": "b3dd9edc-469b-4444-8ef3-02c5975c1d87",
                                    "transactionDateTime": "2017-01-09T00:00:00.000Z",
                                    "transactionReference": "d2587b38-bc39-4ab1-86ca-88ef7f8d3b8a",
                                    "transactionType": "KSAOB.Teller",
                                    "subTransactionType": "KSAOB.Deposit",
                                    "paymentModes": "KSAOB.Online",
                                    "creditDebitIndicator": "KSAOB.Credit",
                                    "status": "KSAOB.Booked",
                                    "transactionMutability": "KSAOB.Mutable",
                                    "bookingDateTime": "2017-01-09T00:00:00.000Z",
                                    "valueDateTime": "2017-01-09T00:00:00.000Z",
                                    "amount": {
                                        "amount": "38.70",
                                        "currency": "SAR"
                                    },
                                    "chargeAmount": {
                                        "amount": "38.70",
                                        "currency": "SAR",
                                        "chargeIncluded": false
                                    },
                                    "balance": {
                                        "creditDebitIndicator": "KSAOB.Credit",
                                        "type": "KSAOB.ClosingAvailable",
                                        "amount": {
                                            "amount": "10.00",
                                            "currency": "SAR"
                                        }
                                    },
                                    "merchantDetails": {
                                        "merchantName": "merchantName",
                                        "merchantCategoryCode": "test",
                                        "merchantId": 1234
                                    },
                                    "localTimeZone": "UTC+03:00",
                                    "terminalId": 12345678,
                                    "chargeAmountVat": {
                                        "amount": "71.5806",
                                        "currency": "SAR"
                                    },
                                    "flags": [
                                        "KSAOB.Payroll"
                                    ],
                                    "cardInstrument": {
                                        "cardSchemeName": "KSAOB.AmericanExpress",
                                        "instrumentType": "KSAOB.ApplePay",
                                        "name": "test",
                                        "identification": "1234********4321"
                                    },
                                    "creditorAccount": [
                                        {}
                                    ],
                                    "debtorAccount": {
                                        "identificationType": "KSAOB.IBAN",
                                        "identification": "string",
                                        "name": "string"
                                    },
                                    "transactionInformation": "TFL.GOV.UK/CP TFL TRAVEL CH",
                                    "bankTransactionCode": {
                                        "domain": "domain",
                                        "domainCode": "domainCode",
                                        "family": "family",
                                        "familyCode": "familyCode",
                                        "subFamily": "subFamily",
                                        "subFamilyCode": "subFamilyCode"
                                    },
                                    "proprietaryBankTransactionCode": {
                                        "code": "code",
                                        "issuer": "issuer"
                                    },
                                    "creditorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "KSAOB.BICFI",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "Alf"
                                    },
                                    "debtorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "string",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "string"
                                    },
                                    "billDetails": {
                                        "billerId": 100004,
                                        "billNumber": "1234",
                                        "billPaymentType": "KSAOB.Renewal"
                                    }
                                },
                                {
                                    "transactionId": "cceef205-548b-426a-8dc2-f7a7cd1b00f4",
                                    "transactionDateTime": "2017-01-10T00:00:00.000Z",
                                    "transactionReference": "34b10740-44c6-434d-b384-8c77b682943d",
                                    "transactionType": "KSAOB.ECommerce",
                                    "subTransactionType": "KSAOB.MoneyTransfer",
                                    "paymentModes": "KSAOB.Offline",
                                    "creditDebitIndicator": "KSAOB.Credit",
                                    "status": "KSAOB.Booked",
                                    "transactionMutability": "KSAOB.Mutable",
                                    "bookingDateTime": "2017-01-10T00:00:00.000Z",
                                    "valueDateTime": "2017-01-10T00:00:00.000Z",
                                    "amount": {
                                        "amount": "48.90",
                                        "currency": "SAR"
                                    },
                                    "chargeAmount": {
                                        "amount": "48.90",
                                        "currency": "SAR",
                                        "chargeIncluded": false
                                    },
                                    "balance": {
                                        "creditDebitIndicator": "KSAOB.Credit",
                                        "type": "KSAOB.ClosingAvailable",
                                        "amount": {
                                            "amount": "10.00",
                                            "currency": "SAR"
                                        }
                                    },
                                    "merchantDetails": {
                                        "merchantName": "merchantName",
                                        "merchantCategoryCode": "test",
                                        "merchantId": 1234
                                    },
                                    "localTimeZone": "UTC+03:00",
                                    "terminalId": 12345678,
                                    "chargeAmountVat": {
                                        "amount": "71.5806",
                                        "currency": "SAR"
                                    },
                                    "flags": [
                                        "KSAOB.Payroll"
                                    ],
                                    "cardInstrument": {
                                        "cardSchemeName": "KSAOB.AmericanExpress",
                                        "instrumentType": "KSAOB.ApplePay",
                                        "name": "test",
                                        "identification": "1234********4321"
                                    },
                                    "creditorAccount": [
                                        {}
                                    ],
                                    "debtorAccount": {
                                        "identificationType": "KSAOB.IBAN",
                                        "identification": "string",
                                        "name": "string"
                                    },
                                    "transactionInformation": "INT'L 003243488 GITHUB.COM",
                                    "bankTransactionCode": {
                                        "domain": "domain",
                                        "domainCode": "domainCode",
                                        "family": "family",
                                        "familyCode": "familyCode",
                                        "subFamily": "subFamily",
                                        "subFamilyCode": "subFamilyCode"
                                    },
                                    "proprietaryBankTransactionCode": {
                                        "code": "code",
                                        "issuer": "issuer"
                                    },
                                    "creditorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "KSAOB.BICFI",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "Alf"
                                    },
                                    "debtorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "string",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "string"
                                    },
                                    "billDetails": {
                                        "billerId": 100004,
                                        "billNumber": "1234",
                                        "billPaymentType": "KSAOB.Renewal"
                                    }
                                },
                                {
                                    "transactionId": "cd4a4e9c-ed83-4870-a035-b276c87e085f",
                                    "transactionDateTime": "2017-01-10T00:00:00.000Z",
                                    "transactionReference": "3babb9eb-2ffe-455d-8205-338996ea6a71",
                                    "transactionType": "KSAOB.ATM",
                                    "subTransactionType": "KSAOB.Deposit",
                                    "paymentModes": "KSAOB.Offline",
                                    "creditDebitIndicator": "KSAOB.Credit",
                                    "status": "KSAOB.Booked",
                                    "transactionMutability": "KSAOB.Mutable",
                                    "bookingDateTime": "2017-01-10T00:00:00.000Z",
                                    "valueDateTime": "2017-01-10T00:00:00.000Z",
                                    "amount": {
                                        "amount": "1.34",
                                        "currency": "SAR"
                                    },
                                    "chargeAmount": {
                                        "amount": "1.34",
                                        "currency": "SAR",
                                        "chargeIncluded": false
                                    },
                                    "balance": {
                                        "creditDebitIndicator": "KSAOB.Credit",
                                        "type": "KSAOB.ClosingAvailable",
                                        "amount": {
                                            "amount": "10.00",
                                            "currency": "SAR"
                                        }
                                    },
                                    "merchantDetails": {
                                        "merchantName": "merchantName",
                                        "merchantCategoryCode": "test",
                                        "merchantId": 1234
                                    },
                                    "localTimeZone": "UTC+03:00",
                                    "terminalId": 12345678,
                                    "chargeAmountVat": {
                                        "amount": "71.5806",
                                        "currency": "SAR"
                                    },
                                    "flags": [
                                        "KSAOB.Loan"
                                    ],
                                    "cardInstrument": {
                                        "cardSchemeName": "KSAOB.AmericanExpress",
                                        "instrumentType": "KSAOB.ApplePay",
                                        "name": "test",
                                        "identification": "1234********4321"
                                    },
                                    "creditorAccount": [
                                        {}
                                    ],
                                    "debtorAccount": {
                                        "identificationType": "KSAOB.IBAN",
                                        "identification": "string",
                                        "name": "string"
                                    },
                                    "transactionInformation": "Non-Sterling Transaction Fee",
                                    "bankTransactionCode": {
                                        "domain": "domain",
                                        "domainCode": "domainCode",
                                        "family": "family",
                                        "familyCode": "familyCode",
                                        "subFamily": "subFamily",
                                        "subFamilyCode": "subFamilyCode"
                                    },
                                    "proprietaryBankTransactionCode": {
                                        "code": "code",
                                        "issuer": "issuer"
                                    },
                                    "creditorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "KSAOB.BICFI",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "Alf"
                                    },
                                    "debtorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "string",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "string"
                                    },
                                    "billDetails": {
                                        "billerId": 100004,
                                        "billNumber": "1234",
                                        "billPaymentType": "KSAOB.Renewal"
                                    }
                                },
                                {
                                    "transactionId": "c8456996-89f5-4cc0-a6d0-4dda66799e36",
                                    "transactionDateTime": "2017-01-13T00:00:00.000Z",
                                    "transactionReference": "759200a5-20c6-41de-9b70-2e6ecff94e3f",
                                    "transactionType": "KSAOB.POS",
                                    "subTransactionType": "KSAOB.Purchase",
                                    "paymentModes": "KSAOB.Batch",
                                    "creditDebitIndicator": "KSAOB.Credit",
                                    "status": "KSAOB.Booked",
                                    "transactionMutability": "KSAOB.Mutable",
                                    "bookingDateTime": "2017-01-13T00:00:00.000Z",
                                    "valueDateTime": "2017-01-13T00:00:00.000Z",
                                    "amount": {
                                        "amount": "13.90",
                                        "currency": "SAR"
                                    },
                                    "chargeAmount": {
                                        "amount": "13.90",
                                        "currency": "SAR",
                                        "chargeIncluded": false
                                    },
                                    "balance": {
                                        "creditDebitIndicator": "KSAOB.Credit",
                                        "type": "KSAOB.ClosingAvailable",
                                        "amount": {
                                            "amount": "10.00",
                                            "currency": "SAR"
                                        }
                                    },
                                    "merchantDetails": {
                                        "merchantName": "merchantName",
                                        "merchantCategoryCode": "test",
                                        "merchantId": 1234
                                    },
                                    "localTimeZone": "UTC+03:00",
                                    "terminalId": 12345678,
                                    "chargeAmountVat": {
                                        "amount": "71.5806",
                                        "currency": "SAR"
                                    },
                                    "flags": [
                                        "KSAOB.Payroll"
                                    ],
                                    "cardInstrument": {
                                        "cardSchemeName": "KSAOB.AmericanExpress",
                                        "instrumentType": "KSAOB.ApplePay",
                                        "name": "test",
                                        "identification": "1234********4321"
                                    },
                                    "creditorAccount": [
                                        {}
                                    ],
                                    "debtorAccount": {
                                        "identificationType": "KSAOB.IBAN",
                                        "identification": "string",
                                        "name": "string"
                                    },
                                    "transactionInformation": "COSTA COFFEE",
                                    "bankTransactionCode": {
                                        "domain": "domain",
                                        "domainCode": "domainCode",
                                        "family": "family",
                                        "familyCode": "familyCode",
                                        "subFamily": "subFamily",
                                        "subFamilyCode": "subFamilyCode"
                                    },
                                    "proprietaryBankTransactionCode": {
                                        "code": "code",
                                        "issuer": "issuer"
                                    },
                                    "creditorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "KSAOB.BICFI",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "Alf"
                                    },
                                    "debtorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "string",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "string"
                                    },
                                    "billDetails": {
                                        "billerId": 100004,
                                        "billNumber": "1234",
                                        "billPaymentType": "KSAOB.Renewal"
                                    }
                                },
                                {
                                    "transactionId": "6f4a0c0f-a617-42a9-b8f3-35d9ae085703",
                                    "transactionDateTime": "2017-01-13T00:00:00.000Z",
                                    "transactionReference": "ba340495-3089-4eff-80ea-b502bddb3692",
                                    "transactionType": "KSAOB.SameBankTransfer",
                                    "subTransactionType": "KSAOB.DepositReversal",
                                    "paymentModes": "KSAOB.Online",
                                    "creditDebitIndicator": "KSAOB.Credit",
                                    "status": "KSAOB.Booked",
                                    "transactionMutability": "KSAOB.Mutable",
                                    "bookingDateTime": "2017-01-13T00:00:00.000Z",
                                    "valueDateTime": "2017-01-13T00:00:00.000Z",
                                    "amount": {
                                        "amount": "93.04",
                                        "currency": "SAR"
                                    },
                                    "chargeAmount": {
                                        "amount": "93.04",
                                        "currency": "SAR",
                                        "chargeIncluded": false
                                    },
                                    "balance": {
                                        "creditDebitIndicator": "KSAOB.Credit",
                                        "type": "KSAOB.ClosingAvailable",
                                        "amount": {
                                            "amount": "10.00",
                                            "currency": "SAR"
                                        }
                                    },
                                    "merchantDetails": {
                                        "merchantName": "merchantName",
                                        "merchantCategoryCode": "test",
                                        "merchantId": 1234
                                    },
                                    "localTimeZone": "UTC+03:00",
                                    "terminalId": 12345678,
                                    "chargeAmountVat": {
                                        "amount": "71.5806",
                                        "currency": "SAR"
                                    },
                                    "flags": [
                                        "KSAOB.Payroll"
                                    ],
                                    "cardInstrument": {
                                        "cardSchemeName": "KSAOB.AmericanExpress",
                                        "instrumentType": "KSAOB.ApplePay",
                                        "name": "test",
                                        "identification": "1234********4321"
                                    },
                                    "creditorAccount": [
                                        {}
                                    ],
                                    "debtorAccount": {
                                        "identificationType": "KSAOB.IBAN",
                                        "identification": "string",
                                        "name": "string"
                                    },
                                    "transactionInformation": "INT'L 003243488 GITHUB.COM",
                                    "bankTransactionCode": {
                                        "domain": "domain",
                                        "domainCode": "domainCode",
                                        "family": "family",
                                        "familyCode": "familyCode",
                                        "subFamily": "subFamily",
                                        "subFamilyCode": "subFamilyCode"
                                    },
                                    "proprietaryBankTransactionCode": {
                                        "code": "code",
                                        "issuer": "issuer"
                                    },
                                    "creditorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "KSAOB.BICFI",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "Alf"
                                    },
                                    "debtorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "string",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "string"
                                    },
                                    "billDetails": {
                                        "billerId": 100004,
                                        "billNumber": "1234",
                                        "billPaymentType": "KSAOB.Renewal"
                                    }
                                },
                                {
                                    "transactionId": "e4c82c86-109c-44da-bc18-5400a8d02a6c",
                                    "transactionDateTime": "2017-01-13T00:00:00.000Z",
                                    "transactionReference": "85fec7d7-5261-4db5-9d61-249bd35120c3",
                                    "transactionType": "KSAOB.SameBankTransfer",
                                    "subTransactionType": "KSAOB.Deposit",
                                    "paymentModes": "KSAOB.Offline",
                                    "creditDebitIndicator": "KSAOB.Credit",
                                    "status": "KSAOB.Booked",
                                    "transactionMutability": "KSAOB.Mutable",
                                    "bookingDateTime": "2017-01-13T00:00:00.000Z",
                                    "valueDateTime": "2017-01-13T00:00:00.000Z",
                                    "amount": {
                                        "amount": "2.55",
                                        "currency": "SAR"
                                    },
                                    "chargeAmount": {
                                        "amount": "2.55",
                                        "currency": "SAR",
                                        "chargeIncluded": false
                                    },
                                    "balance": {
                                        "creditDebitIndicator": "KSAOB.Credit",
                                        "type": "KSAOB.ClosingAvailable",
                                        "amount": {
                                            "amount": "10.00",
                                            "currency": "SAR"
                                        }
                                    },
                                    "merchantDetails": {
                                        "merchantName": "merchantName",
                                        "merchantCategoryCode": "test",
                                        "merchantId": 1234
                                    },
                                    "localTimeZone": "UTC+03:00",
                                    "terminalId": 12345678,
                                    "chargeAmountVat": {
                                        "amount": "71.5806",
                                        "currency": "SAR"
                                    },
                                    "flags": [
                                        "KSAOB.Cashback"
                                    ],
                                    "cardInstrument": {
                                        "cardSchemeName": "KSAOB.AmericanExpress",
                                        "instrumentType": "KSAOB.ApplePay",
                                        "name": "test",
                                        "identification": "1234********4321"
                                    },
                                    "creditorAccount": [
                                        {}
                                    ],
                                    "debtorAccount": {
                                        "identificationType": "KSAOB.IBAN",
                                        "identification": "string",
                                        "name": "string"
                                    },
                                    "transactionInformation": "Non-Sterling Transaction Fee",
                                    "bankTransactionCode": {
                                        "domain": "domain",
                                        "domainCode": "domainCode",
                                        "family": "family",
                                        "familyCode": "familyCode",
                                        "subFamily": "subFamily",
                                        "subFamilyCode": "subFamilyCode"
                                    },
                                    "proprietaryBankTransactionCode": {
                                        "code": "code",
                                        "issuer": "issuer"
                                    },
                                    "creditorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "KSAOB.BICFI",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "Alf"
                                    },
                                    "debtorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "string",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "string"
                                    },
                                    "billDetails": {
                                        "billerId": 100004,
                                        "billNumber": "1234",
                                        "billPaymentType": "KSAOB.Renewal"
                                    }
                                },
                                {
                                    "transactionId": "118323a9-00cd-4f0c-bd81-57da00845af5",
                                    "transactionDateTime": "2017-01-14T00:00:00.000Z",
                                    "transactionReference": "46b0594d-f83e-4abb-b884-9d528b42625a",
                                    "transactionType": "KSAOB.InternationalTransfer",
                                    "subTransactionType": "KSAOB.NotApplicable",
                                    "paymentModes": "KSAOB.Offline",
                                    "creditDebitIndicator": "KSAOB.Credit",
                                    "status": "KSAOB.Booked",
                                    "transactionMutability": "KSAOB.Mutable",
                                    "bookingDateTime": "2017-01-14T00:00:00.000Z",
                                    "valueDateTime": "2017-01-14T00:00:00.000Z",
                                    "amount": {
                                        "amount": "8.95",
                                        "currency": "SAR"
                                    },
                                    "chargeAmount": {
                                        "amount": "8.95",
                                        "currency": "SAR",
                                        "chargeIncluded": false
                                    },
                                    "balance": {
                                        "creditDebitIndicator": "KSAOB.Credit",
                                        "type": "KSAOB.ClosingAvailable",
                                        "amount": {
                                            "amount": "10.00",
                                            "currency": "SAR"
                                        }
                                    },
                                    "merchantDetails": {
                                        "merchantName": "merchantName",
                                        "merchantCategoryCode": "test",
                                        "merchantId": 1234
                                    },
                                    "localTimeZone": "UTC+03:00",
                                    "terminalId": 12345678,
                                    "chargeAmountVat": {
                                        "amount": "71.5806",
                                        "currency": "SAR"
                                    },
                                    "flags": [
                                        "KSAOB.Loan"
                                    ],
                                    "cardInstrument": {
                                        "cardSchemeName": "KSAOB.AmericanExpress",
                                        "instrumentType": "KSAOB.ApplePay",
                                        "name": "test",
                                        "identification": "1234********4321"
                                    },
                                    "creditorAccount": [
                                        {}
                                    ],
                                    "debtorAccount": {
                                        "identificationType": "KSAOB.IBAN",
                                        "identification": "string",
                                        "name": "string"
                                    },
                                    "transactionInformation": "COSTA COFFEE",
                                    "bankTransactionCode": {
                                        "domain": "domain",
                                        "domainCode": "domainCode",
                                        "family": "family",
                                        "familyCode": "familyCode",
                                        "subFamily": "subFamily",
                                        "subFamilyCode": "subFamilyCode"
                                    },
                                    "proprietaryBankTransactionCode": {
                                        "code": "code",
                                        "issuer": "issuer"
                                    },
                                    "creditorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "KSAOB.BICFI",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "Alf"
                                    },
                                    "debtorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "string",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "string"
                                    },
                                    "billDetails": {
                                        "billerId": 100004,
                                        "billNumber": "1234",
                                        "billPaymentType": "KSAOB.Renewal"
                                    }
                                },
                                {
                                    "transactionId": "9233ba19-7f76-44ce-a6d2-17ed07bcf6b2",
                                    "transactionDateTime": "2017-01-16T00:00:00.000Z",
                                    "transactionReference": "601092a7-bc7c-4c6a-b13e-575926d776f1",
                                    "transactionType": "KSAOB.BillPayments",
                                    "subTransactionType": "KSAOB.Purchase",
                                    "paymentModes": "KSAOB.Batch",
                                    "creditDebitIndicator": "KSAOB.Credit",
                                    "status": "KSAOB.Booked",
                                    "transactionMutability": "KSAOB.Mutable",
                                    "bookingDateTime": "2017-01-16T00:00:00.000Z",
                                    "valueDateTime": "2017-01-16T00:00:00.000Z",
                                    "amount": {
                                        "amount": "24.91",
                                        "currency": "SAR"
                                    },
                                    "chargeAmount": {
                                        "amount": "24.91",
                                        "currency": "SAR",
                                        "chargeIncluded": false
                                    },
                                    "balance": {
                                        "creditDebitIndicator": "KSAOB.Credit",
                                        "type": "KSAOB.ClosingAvailable",
                                        "amount": {
                                            "amount": "10.00",
                                            "currency": "SAR"
                                        }
                                    },
                                    "merchantDetails": {
                                        "merchantName": "merchantName",
                                        "merchantCategoryCode": "test",
                                        "merchantId": 1234
                                    },
                                    "localTimeZone": "UTC+03:00",
                                    "terminalId": 12345678,
                                    "chargeAmountVat": {
                                        "amount": "71.5806",
                                        "currency": "SAR"
                                    },
                                    "flags": [
                                        "KSAOB.DirectDebit"
                                    ],
                                    "cardInstrument": {
                                        "cardSchemeName": "KSAOB.AmericanExpress",
                                        "instrumentType": "KSAOB.ApplePay",
                                        "name": "test",
                                        "identification": "1234********4321"
                                    },
                                    "creditorAccount": [
                                        {}
                                    ],
                                    "debtorAccount": {
                                        "identificationType": "KSAOB.IBAN",
                                        "identification": "string",
                                        "name": "string"
                                    },
                                    "transactionInformation": "BT MOBILE",
                                    "bankTransactionCode": {
                                        "domain": "domain",
                                        "domainCode": "domainCode",
                                        "family": "family",
                                        "familyCode": "familyCode",
                                        "subFamily": "subFamily",
                                        "subFamilyCode": "subFamilyCode"
                                    },
                                    "proprietaryBankTransactionCode": {
                                        "code": "code",
                                        "issuer": "issuer"
                                    },
                                    "creditorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "KSAOB.BICFI",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "Alf"
                                    },
                                    "debtorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "string",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "string"
                                    },
                                    "billDetails": {
                                        "billerId": 100004,
                                        "billNumber": "1234",
                                        "billPaymentType": "KSAOB.Renewal"
                                    }
                                },
                                {
                                    "transactionId": "45fc2c87-0d60-4e4c-adb2-0b33b3433c12",
                                    "transactionDateTime": "2017-01-17T00:00:00.000Z",
                                    "transactionReference": "5ccde2d5-2813-48f2-ba7f-e80e4b8eb0b8",
                                    "transactionType": "KSAOB.Teller",
                                    "subTransactionType": "KSAOB.Purchase",
                                    "paymentModes": "KSAOB.Offline",
                                    "creditDebitIndicator": "KSAOB.Credit",
                                    "status": "KSAOB.Booked",
                                    "transactionMutability": "KSAOB.Mutable",
                                    "bookingDateTime": "2017-01-17T00:00:00.000Z",
                                    "valueDateTime": "2017-01-17T00:00:00.000Z",
                                    "amount": {
                                        "amount": "38.70",
                                        "currency": "SAR"
                                    },
                                    "chargeAmount": {
                                        "amount": "38.70",
                                        "currency": "SAR",
                                        "chargeIncluded": false
                                    },
                                    "balance": {
                                        "creditDebitIndicator": "KSAOB.Credit",
                                        "type": "KSAOB.ClosingAvailable",
                                        "amount": {
                                            "amount": "10.00",
                                            "currency": "SAR"
                                        }
                                    },
                                    "merchantDetails": {
                                        "merchantName": "merchantName",
                                        "merchantCategoryCode": "test",
                                        "merchantId": 1234
                                    },
                                    "localTimeZone": "UTC+03:00",
                                    "terminalId": 12345678,
                                    "chargeAmountVat": {
                                        "amount": "71.5806",
                                        "currency": "SAR"
                                    },
                                    "flags": [
                                        "KSAOB.Cashback"
                                    ],
                                    "cardInstrument": {
                                        "cardSchemeName": "KSAOB.AmericanExpress",
                                        "instrumentType": "KSAOB.ApplePay",
                                        "name": "test",
                                        "identification": "1234********4321"
                                    },
                                    "creditorAccount": [
                                        {}
                                    ],
                                    "debtorAccount": {
                                        "identificationType": "KSAOB.IBAN",
                                        "identification": "string",
                                        "name": "string"
                                    },
                                    "transactionInformation": "TFL.GOV.UK/CP TFL TRAVEL CH",
                                    "bankTransactionCode": {
                                        "domain": "domain",
                                        "domainCode": "domainCode",
                                        "family": "family",
                                        "familyCode": "familyCode",
                                        "subFamily": "subFamily",
                                        "subFamilyCode": "subFamilyCode"
                                    },
                                    "proprietaryBankTransactionCode": {
                                        "code": "code",
                                        "issuer": "issuer"
                                    },
                                    "creditorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "KSAOB.BICFI",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "Alf"
                                    },
                                    "debtorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "string",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "string"
                                    },
                                    "billDetails": {
                                        "billerId": 100004,
                                        "billNumber": "1234",
                                        "billPaymentType": "KSAOB.Renewal"
                                    }
                                },
                                {
                                    "transactionId": "be193f8c-bfd1-4123-8709-6cbcb43fc868",
                                    "transactionDateTime": "2017-01-20T00:00:00.000Z",
                                    "transactionReference": "47d6fd8d-d1de-4fb4-9d82-c1f248ec9bbc",
                                    "transactionType": "KSAOB.Teller",
                                    "subTransactionType": "KSAOB.WithdrawalReversal",
                                    "paymentModes": "KSAOB.Offline",
                                    "creditDebitIndicator": "KSAOB.Credit",
                                    "status": "KSAOB.Booked",
                                    "transactionMutability": "KSAOB.Mutable",
                                    "bookingDateTime": "2017-01-20T00:00:00.000Z",
                                    "valueDateTime": "2017-01-20T00:00:00.000Z",
                                    "amount": {
                                        "amount": "2512.00",
                                        "currency": "SAR"
                                    },
                                    "chargeAmount": {
                                        "amount": "2512.00",
                                        "currency": "SAR",
                                        "chargeIncluded": false
                                    },
                                    "balance": {
                                        "creditDebitIndicator": "KSAOB.Credit",
                                        "type": "KSAOB.ClosingAvailable",
                                        "amount": {
                                            "amount": "10.00",
                                            "currency": "SAR"
                                        }
                                    },
                                    "merchantDetails": {
                                        "merchantName": "merchantName",
                                        "merchantCategoryCode": "test",
                                        "merchantId": 1234
                                    },
                                    "localTimeZone": "UTC+03:00",
                                    "terminalId": 12345678,
                                    "chargeAmountVat": {
                                        "amount": "71.5806",
                                        "currency": "SAR"
                                    },
                                    "flags": [
                                        "KSAOB.Payroll"
                                    ],
                                    "cardInstrument": {
                                        "cardSchemeName": "KSAOB.AmericanExpress",
                                        "instrumentType": "KSAOB.ApplePay",
                                        "name": "test",
                                        "identification": "1234********4321"
                                    },
                                    "creditorAccount": [
                                        {}
                                    ],
                                    "debtorAccount": {
                                        "identificationType": "KSAOB.IBAN",
                                        "identification": "string",
                                        "name": "string"
                                    },
                                    "transactionInformation": "PAYROLL JOHN TESTER",
                                    "bankTransactionCode": {
                                        "domain": "domain",
                                        "domainCode": "domainCode",
                                        "family": "family",
                                        "familyCode": "familyCode",
                                        "subFamily": "subFamily",
                                        "subFamilyCode": "subFamilyCode"
                                    },
                                    "proprietaryBankTransactionCode": {
                                        "code": "code",
                                        "issuer": "issuer"
                                    },
                                    "creditorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "KSAOB.BICFI",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "Alf"
                                    },
                                    "debtorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "string",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "string"
                                    },
                                    "billDetails": {
                                        "billerId": 100004,
                                        "billNumber": "1234",
                                        "billPaymentType": "KSAOB.Renewal"
                                    }
                                }
                            ]
                        },
                        {
                            "accountId": "100004000000000000000003",
                            "accountHolderName": "Mitsuhirato",
                            "accountHolderShortName": "Mitsuhirato",
                            "status": "Active",
                            "currency": "SAR",
                            "nickname": "Mitsuhirato",
                            "accountType": "KSAOB.Retail",
                            "accountSubType": "CurrentAccount",
                            "accountIdentifiers": [
                                {
                                    "identificationType": "KSAOB.IBAN",
                                    "identification": "10000109010103",
                                    "name": "Mario International"
                                },
                                {
                                    "identificationType": "KSAOB.IBAN",
                                    "identification": "10000109010103",
                                    "name": "Mario International"
                                }
                            ],
                            "servicer": {
                                "identificationType": "KSAOB.BICFI",
                                "identification": "10000109010101"
                            },
                            "statusUpdateDateTime": "2023-02-01T16:37:00.981Z",
                            "description": "Account sub-type description",
                            "openingDate": "2022-04-08T16:37:00.981Z",
                            "maturityDate": "2023-11-29T16:37:00.981Z",
                            "transactions": [
                                {
                                    "transactionId": "c87f034d-fbd3-4a37-952a-69479201fd34",
                                    "transactionDateTime": "2017-01-02T00:00:00.000Z",
                                    "transactionReference": "90c661db-6407-4996-b774-bf58ba0d872a",
                                    "transactionType": "KSAOB.BillPayments",
                                    "subTransactionType": "KSAOB.Reversal",
                                    "paymentModes": "KSAOB.Batch",
                                    "creditDebitIndicator": "KSAOB.Credit",
                                    "status": "KSAOB.Booked",
                                    "transactionMutability": "KSAOB.Mutable",
                                    "bookingDateTime": "2017-01-02T00:00:00.000Z",
                                    "valueDateTime": "2017-01-02T00:00:00.000Z",
                                    "amount": {
                                        "amount": "6.20",
                                        "currency": "SAR"
                                    },
                                    "chargeAmount": {
                                        "amount": "6.20",
                                        "currency": "SAR",
                                        "chargeIncluded": false
                                    },
                                    "balance": {
                                        "creditDebitIndicator": "KSAOB.Credit",
                                        "type": "KSAOB.ClosingAvailable",
                                        "amount": {
                                            "amount": "10.00",
                                            "currency": "SAR"
                                        }
                                    },
                                    "merchantDetails": {
                                        "merchantName": "merchantName",
                                        "merchantCategoryCode": "test",
                                        "merchantId": 1234
                                    },
                                    "localTimeZone": "UTC+03:00",
                                    "terminalId": 12345678,
                                    "chargeAmountVat": {
                                        "amount": "71.5806",
                                        "currency": "SAR"
                                    },
                                    "flags": [
                                        "KSAOB.DirectDebit"
                                    ],
                                    "cardInstrument": {
                                        "cardSchemeName": "KSAOB.AmericanExpress",
                                        "instrumentType": "KSAOB.ApplePay",
                                        "name": "test",
                                        "identification": "1234********4321"
                                    },
                                    "creditorAccount": [
                                        {}
                                    ],
                                    "debtorAccount": {
                                        "identificationType": "KSAOB.IBAN",
                                        "identification": "string",
                                        "name": "string"
                                    },
                                    "transactionInformation": "COSTA COFFEE",
                                    "bankTransactionCode": {
                                        "domain": "domain",
                                        "domainCode": "domainCode",
                                        "family": "family",
                                        "familyCode": "familyCode",
                                        "subFamily": "subFamily",
                                        "subFamilyCode": "subFamilyCode"
                                    },
                                    "proprietaryBankTransactionCode": {
                                        "code": "code",
                                        "issuer": "issuer"
                                    },
                                    "creditorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "KSAOB.BICFI",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "Alf"
                                    },
                                    "debtorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "string",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "string"
                                    },
                                    "billDetails": {
                                        "billerId": 100004,
                                        "billNumber": "1234",
                                        "billPaymentType": "KSAOB.Renewal"
                                    }
                                },
                                {
                                    "transactionId": "718636ac-d301-4152-8333-e8d3c41453be",
                                    "transactionDateTime": "2017-01-02T00:00:00.000Z",
                                    "transactionReference": "d88c7e3a-1889-4043-9d4a-fe8b0dbeb68c",
                                    "transactionType": "KSAOB.ATM",
                                    "subTransactionType": "KSAOB.Reversal",
                                    "paymentModes": "KSAOB.Offline",
                                    "creditDebitIndicator": "KSAOB.Credit",
                                    "status": "KSAOB.Booked",
                                    "transactionMutability": "KSAOB.Mutable",
                                    "bookingDateTime": "2017-01-02T00:00:00.000Z",
                                    "valueDateTime": "2017-01-02T00:00:00.000Z",
                                    "amount": {
                                        "amount": "723.10",
                                        "currency": "SAR"
                                    },
                                    "chargeAmount": {
                                        "amount": "723.10",
                                        "currency": "SAR",
                                        "chargeIncluded": false
                                    },
                                    "balance": {
                                        "creditDebitIndicator": "KSAOB.Credit",
                                        "type": "KSAOB.ClosingAvailable",
                                        "amount": {
                                            "amount": "10.00",
                                            "currency": "SAR"
                                        }
                                    },
                                    "merchantDetails": {
                                        "merchantName": "merchantName",
                                        "merchantCategoryCode": "test",
                                        "merchantId": 1234
                                    },
                                    "localTimeZone": "UTC+03:00",
                                    "terminalId": 12345678,
                                    "chargeAmountVat": {
                                        "amount": "71.5806",
                                        "currency": "SAR"
                                    },
                                    "flags": [
                                        "KSAOB.Cashback"
                                    ],
                                    "cardInstrument": {
                                        "cardSchemeName": "KSAOB.AmericanExpress",
                                        "instrumentType": "KSAOB.ApplePay",
                                        "name": "test",
                                        "identification": "1234********4321"
                                    },
                                    "creditorAccount": [
                                        {}
                                    ],
                                    "debtorAccount": {
                                        "identificationType": "KSAOB.IBAN",
                                        "identification": "string",
                                        "name": "string"
                                    },
                                    "transactionInformation": "INT'L 003243488 GITHUB.COM",
                                    "bankTransactionCode": {
                                        "domain": "domain",
                                        "domainCode": "domainCode",
                                        "family": "family",
                                        "familyCode": "familyCode",
                                        "subFamily": "subFamily",
                                        "subFamilyCode": "subFamilyCode"
                                    },
                                    "proprietaryBankTransactionCode": {
                                        "code": "code",
                                        "issuer": "issuer"
                                    },
                                    "creditorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "KSAOB.BICFI",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "Alf"
                                    },
                                    "debtorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "string",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "string"
                                    },
                                    "billDetails": {
                                        "billerId": 100004,
                                        "billNumber": "1234",
                                        "billPaymentType": "KSAOB.Renewal"
                                    }
                                },
                                {
                                    "transactionId": "92d99aaf-16ea-4a73-a36b-0f5e956a9fd0",
                                    "transactionDateTime": "2017-01-02T00:00:00.000Z",
                                    "transactionReference": "8f4c99b8-d7e9-4521-a2ef-6e0cc529ce0f",
                                    "transactionType": "KSAOB.ATM",
                                    "subTransactionType": "KSAOB.Withdrawal",
                                    "paymentModes": "KSAOB.Batch",
                                    "creditDebitIndicator": "KSAOB.Credit",
                                    "status": "KSAOB.Booked",
                                    "transactionMutability": "KSAOB.Mutable",
                                    "bookingDateTime": "2017-01-02T00:00:00.000Z",
                                    "valueDateTime": "2017-01-02T00:00:00.000Z",
                                    "amount": {
                                        "amount": "19.88",
                                        "currency": "SAR"
                                    },
                                    "chargeAmount": {
                                        "amount": "19.88",
                                        "currency": "SAR",
                                        "chargeIncluded": false
                                    },
                                    "balance": {
                                        "creditDebitIndicator": "KSAOB.Credit",
                                        "type": "KSAOB.ClosingAvailable",
                                        "amount": {
                                            "amount": "10.00",
                                            "currency": "SAR"
                                        }
                                    },
                                    "merchantDetails": {
                                        "merchantName": "merchantName",
                                        "merchantCategoryCode": "test",
                                        "merchantId": 1234
                                    },
                                    "localTimeZone": "UTC+03:00",
                                    "terminalId": 12345678,
                                    "chargeAmountVat": {
                                        "amount": "71.5806",
                                        "currency": "SAR"
                                    },
                                    "flags": [
                                        "KSAOB.Loan"
                                    ],
                                    "cardInstrument": {
                                        "cardSchemeName": "KSAOB.AmericanExpress",
                                        "instrumentType": "KSAOB.ApplePay",
                                        "name": "test",
                                        "identification": "1234********4321"
                                    },
                                    "creditorAccount": [
                                        {}
                                    ],
                                    "debtorAccount": {
                                        "identificationType": "KSAOB.IBAN",
                                        "identification": "string",
                                        "name": "string"
                                    },
                                    "transactionInformation": "Non-Sterling Transaction Fee",
                                    "bankTransactionCode": {
                                        "domain": "domain",
                                        "domainCode": "domainCode",
                                        "family": "family",
                                        "familyCode": "familyCode",
                                        "subFamily": "subFamily",
                                        "subFamilyCode": "subFamilyCode"
                                    },
                                    "proprietaryBankTransactionCode": {
                                        "code": "code",
                                        "issuer": "issuer"
                                    },
                                    "creditorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "KSAOB.BICFI",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "Alf"
                                    },
                                    "debtorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "string",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "string"
                                    },
                                    "billDetails": {
                                        "billerId": 100004,
                                        "billNumber": "1234",
                                        "billPaymentType": "KSAOB.Renewal"
                                    }
                                },
                                {
                                    "transactionId": "e537e0c8-0721-44b7-b3e1-496342ba842e",
                                    "transactionDateTime": "2017-01-02T00:00:00.000Z",
                                    "transactionReference": "c241550b-1045-4d1c-aaf6-6b28aa885b50",
                                    "transactionType": "KSAOB.InternationalTransfer",
                                    "subTransactionType": "KSAOB.Deposit",
                                    "paymentModes": "KSAOB.Batch",
                                    "creditDebitIndicator": "KSAOB.Credit",
                                    "status": "KSAOB.Booked",
                                    "transactionMutability": "KSAOB.Mutable",
                                    "bookingDateTime": "2017-01-02T00:00:00.000Z",
                                    "valueDateTime": "2017-01-02T00:00:00.000Z",
                                    "amount": {
                                        "amount": "38.70",
                                        "currency": "SAR"
                                    },
                                    "chargeAmount": {
                                        "amount": "38.70",
                                        "currency": "SAR",
                                        "chargeIncluded": false
                                    },
                                    "balance": {
                                        "creditDebitIndicator": "KSAOB.Credit",
                                        "type": "KSAOB.ClosingAvailable",
                                        "amount": {
                                            "amount": "10.00",
                                            "currency": "SAR"
                                        }
                                    },
                                    "merchantDetails": {
                                        "merchantName": "merchantName",
                                        "merchantCategoryCode": "test",
                                        "merchantId": 1234
                                    },
                                    "localTimeZone": "UTC+03:00",
                                    "terminalId": 12345678,
                                    "chargeAmountVat": {
                                        "amount": "71.5806",
                                        "currency": "SAR"
                                    },
                                    "flags": [
                                        "KSAOB.Payroll"
                                    ],
                                    "cardInstrument": {
                                        "cardSchemeName": "KSAOB.AmericanExpress",
                                        "instrumentType": "KSAOB.ApplePay",
                                        "name": "test",
                                        "identification": "1234********4321"
                                    },
                                    "creditorAccount": [
                                        {}
                                    ],
                                    "debtorAccount": {
                                        "identificationType": "KSAOB.IBAN",
                                        "identification": "string",
                                        "name": "string"
                                    },
                                    "transactionInformation": "TFL.GOV.UK/CP TFL TRAVEL CH",
                                    "bankTransactionCode": {
                                        "domain": "domain",
                                        "domainCode": "domainCode",
                                        "family": "family",
                                        "familyCode": "familyCode",
                                        "subFamily": "subFamily",
                                        "subFamilyCode": "subFamilyCode"
                                    },
                                    "proprietaryBankTransactionCode": {
                                        "code": "code",
                                        "issuer": "issuer"
                                    },
                                    "creditorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "KSAOB.BICFI",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "Alf"
                                    },
                                    "debtorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "string",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "string"
                                    },
                                    "billDetails": {
                                        "billerId": 100004,
                                        "billNumber": "1234",
                                        "billPaymentType": "KSAOB.Renewal"
                                    }
                                },
                                {
                                    "transactionId": "fa2ec99b-9cfc-4f02-a0fb-99b4509b8284",
                                    "transactionDateTime": "2017-01-02T00:00:00.000Z",
                                    "transactionReference": "6f0b2bb1-3db6-4c07-9a0d-f7503021af5f",
                                    "transactionType": "KSAOB.POS",
                                    "subTransactionType": "KSAOB.DepositReversal",
                                    "paymentModes": "KSAOB.Batch",
                                    "creditDebitIndicator": "KSAOB.Credit",
                                    "status": "KSAOB.Booked",
                                    "transactionMutability": "KSAOB.Mutable",
                                    "bookingDateTime": "2017-01-02T00:00:00.000Z",
                                    "valueDateTime": "2017-01-02T00:00:00.000Z",
                                    "amount": {
                                        "amount": "452.00",
                                        "currency": "SAR"
                                    },
                                    "chargeAmount": {
                                        "amount": "452.00",
                                        "currency": "SAR",
                                        "chargeIncluded": false
                                    },
                                    "balance": {
                                        "creditDebitIndicator": "KSAOB.Credit",
                                        "type": "KSAOB.ClosingAvailable",
                                        "amount": {
                                            "amount": "10.00",
                                            "currency": "SAR"
                                        }
                                    },
                                    "merchantDetails": {
                                        "merchantName": "merchantName",
                                        "merchantCategoryCode": "test",
                                        "merchantId": 1234
                                    },
                                    "localTimeZone": "UTC+03:00",
                                    "terminalId": 12345678,
                                    "chargeAmountVat": {
                                        "amount": "71.5806",
                                        "currency": "SAR"
                                    },
                                    "flags": [
                                        "KSAOB.Dividend"
                                    ],
                                    "cardInstrument": {
                                        "cardSchemeName": "KSAOB.AmericanExpress",
                                        "instrumentType": "KSAOB.ApplePay",
                                        "name": "test",
                                        "identification": "1234********4321"
                                    },
                                    "creditorAccount": [
                                        {}
                                    ],
                                    "debtorAccount": {
                                        "identificationType": "KSAOB.IBAN",
                                        "identification": "string",
                                        "name": "string"
                                    },
                                    "transactionInformation": "SOME DESIGN LIMITED",
                                    "bankTransactionCode": {
                                        "domain": "domain",
                                        "domainCode": "domainCode",
                                        "family": "family",
                                        "familyCode": "familyCode",
                                        "subFamily": "subFamily",
                                        "subFamilyCode": "subFamilyCode"
                                    },
                                    "proprietaryBankTransactionCode": {
                                        "code": "code",
                                        "issuer": "issuer"
                                    },
                                    "creditorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "KSAOB.BICFI",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "Alf"
                                    },
                                    "debtorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "string",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "string"
                                    },
                                    "billDetails": {
                                        "billerId": 100004,
                                        "billNumber": "1234",
                                        "billPaymentType": "KSAOB.Renewal"
                                    }
                                },
                                {
                                    "transactionId": "648f4f52-bae1-4654-9c89-183ef6d0de97",
                                    "transactionDateTime": "2017-01-03T00:00:00.000Z",
                                    "transactionReference": "b6d36524-79e0-4511-89f9-ad231b927226",
                                    "transactionType": "KSAOB.LocalBankTransfer",
                                    "subTransactionType": "KSAOB.Refund",
                                    "paymentModes": "KSAOB.Online",
                                    "creditDebitIndicator": "KSAOB.Credit",
                                    "status": "KSAOB.Booked",
                                    "transactionMutability": "KSAOB.Mutable",
                                    "bookingDateTime": "2017-01-03T00:00:00.000Z",
                                    "valueDateTime": "2017-01-03T00:00:00.000Z",
                                    "amount": {
                                        "amount": "56.66",
                                        "currency": "SAR"
                                    },
                                    "chargeAmount": {
                                        "amount": "56.66",
                                        "currency": "SAR",
                                        "chargeIncluded": false
                                    },
                                    "balance": {
                                        "creditDebitIndicator": "KSAOB.Credit",
                                        "type": "KSAOB.ClosingAvailable",
                                        "amount": {
                                            "amount": "10.00",
                                            "currency": "SAR"
                                        }
                                    },
                                    "merchantDetails": {
                                        "merchantName": "merchantName",
                                        "merchantCategoryCode": "test",
                                        "merchantId": 1234
                                    },
                                    "localTimeZone": "UTC+03:00",
                                    "terminalId": 12345678,
                                    "chargeAmountVat": {
                                        "amount": "71.5806",
                                        "currency": "SAR"
                                    },
                                    "flags": [
                                        "KSAOB.StandingOrder"
                                    ],
                                    "cardInstrument": {
                                        "cardSchemeName": "KSAOB.AmericanExpress",
                                        "instrumentType": "KSAOB.ApplePay",
                                        "name": "test",
                                        "identification": "1234********4321"
                                    },
                                    "creditorAccount": [
                                        {}
                                    ],
                                    "debtorAccount": {
                                        "identificationType": "KSAOB.IBAN",
                                        "identification": "string",
                                        "name": "string"
                                    },
                                    "transactionInformation": "BT MOBILE",
                                    "bankTransactionCode": {
                                        "domain": "domain",
                                        "domainCode": "domainCode",
                                        "family": "family",
                                        "familyCode": "familyCode",
                                        "subFamily": "subFamily",
                                        "subFamilyCode": "subFamilyCode"
                                    },
                                    "proprietaryBankTransactionCode": {
                                        "code": "code",
                                        "issuer": "issuer"
                                    },
                                    "creditorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "KSAOB.BICFI",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "Alf"
                                    },
                                    "debtorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "string",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "string"
                                    },
                                    "billDetails": {
                                        "billerId": 100004,
                                        "billNumber": "1234",
                                        "billPaymentType": "KSAOB.Renewal"
                                    }
                                },
                                {
                                    "transactionId": "b5d1aad6-a342-41e9-bc71-ca99b0249bfc",
                                    "transactionDateTime": "2017-01-03T00:00:00.000Z",
                                    "transactionReference": "65145089-d386-4100-ae06-e2fa7c7e96c4",
                                    "transactionType": "KSAOB.InternationalTransfer",
                                    "subTransactionType": "KSAOB.Purchase",
                                    "paymentModes": "KSAOB.Offline",
                                    "creditDebitIndicator": "KSAOB.Credit",
                                    "status": "KSAOB.Booked",
                                    "transactionMutability": "KSAOB.Mutable",
                                    "bookingDateTime": "2017-01-03T00:00:00.000Z",
                                    "valueDateTime": "2017-01-03T00:00:00.000Z",
                                    "amount": {
                                        "amount": "9.85",
                                        "currency": "SAR"
                                    },
                                    "chargeAmount": {
                                        "amount": "9.85",
                                        "currency": "SAR",
                                        "chargeIncluded": false
                                    },
                                    "balance": {
                                        "creditDebitIndicator": "KSAOB.Credit",
                                        "type": "KSAOB.ClosingAvailable",
                                        "amount": {
                                            "amount": "10.00",
                                            "currency": "SAR"
                                        }
                                    },
                                    "merchantDetails": {
                                        "merchantName": "merchantName",
                                        "merchantCategoryCode": "test",
                                        "merchantId": 1234
                                    },
                                    "localTimeZone": "UTC+03:00",
                                    "terminalId": 12345678,
                                    "chargeAmountVat": {
                                        "amount": "71.5806",
                                        "currency": "SAR"
                                    },
                                    "flags": [
                                        "KSAOB.StandingOrder"
                                    ],
                                    "cardInstrument": {
                                        "cardSchemeName": "KSAOB.AmericanExpress",
                                        "instrumentType": "KSAOB.ApplePay",
                                        "name": "test",
                                        "identification": "1234********4321"
                                    },
                                    "creditorAccount": [
                                        {}
                                    ],
                                    "debtorAccount": {
                                        "identificationType": "KSAOB.IBAN",
                                        "identification": "string",
                                        "name": "string"
                                    },
                                    "transactionInformation": "COSTA COFFEE",
                                    "bankTransactionCode": {
                                        "domain": "domain",
                                        "domainCode": "domainCode",
                                        "family": "family",
                                        "familyCode": "familyCode",
                                        "subFamily": "subFamily",
                                        "subFamilyCode": "subFamilyCode"
                                    },
                                    "proprietaryBankTransactionCode": {
                                        "code": "code",
                                        "issuer": "issuer"
                                    },
                                    "creditorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "KSAOB.BICFI",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "Alf"
                                    },
                                    "debtorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "string",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "string"
                                    },
                                    "billDetails": {
                                        "billerId": 100004,
                                        "billNumber": "1234",
                                        "billPaymentType": "KSAOB.Renewal"
                                    }
                                },
                                {
                                    "transactionId": "dd5ef794-0e93-4bc1-bdbb-38f5efade120",
                                    "transactionDateTime": "2017-01-03T00:00:00.000Z",
                                    "transactionReference": "3ef31203-508f-4e62-a62a-56b91353e46a",
                                    "transactionType": "KSAOB.InternationalTransfer",
                                    "subTransactionType": "KSAOB.WithdrawalReversal",
                                    "paymentModes": "KSAOB.Online",
                                    "creditDebitIndicator": "KSAOB.Credit",
                                    "status": "KSAOB.Booked",
                                    "transactionMutability": "KSAOB.Mutable",
                                    "bookingDateTime": "2017-01-03T00:00:00.000Z",
                                    "valueDateTime": "2017-01-03T00:00:00.000Z",
                                    "amount": {
                                        "amount": "23.76",
                                        "currency": "SAR"
                                    },
                                    "chargeAmount": {
                                        "amount": "23.76",
                                        "currency": "SAR",
                                        "chargeIncluded": false
                                    },
                                    "balance": {
                                        "creditDebitIndicator": "KSAOB.Credit",
                                        "type": "KSAOB.ClosingAvailable",
                                        "amount": {
                                            "amount": "10.00",
                                            "currency": "SAR"
                                        }
                                    },
                                    "merchantDetails": {
                                        "merchantName": "merchantName",
                                        "merchantCategoryCode": "test",
                                        "merchantId": 1234
                                    },
                                    "localTimeZone": "UTC+03:00",
                                    "terminalId": 12345678,
                                    "chargeAmountVat": {
                                        "amount": "71.5806",
                                        "currency": "SAR"
                                    },
                                    "flags": [
                                        "KSAOB.DirectDebit"
                                    ],
                                    "cardInstrument": {
                                        "cardSchemeName": "KSAOB.AmericanExpress",
                                        "instrumentType": "KSAOB.ApplePay",
                                        "name": "test",
                                        "identification": "1234********4321"
                                    },
                                    "creditorAccount": [
                                        {}
                                    ],
                                    "debtorAccount": {
                                        "identificationType": "KSAOB.IBAN",
                                        "identification": "string",
                                        "name": "string"
                                    },
                                    "transactionInformation": "TAXI FARE BY VERIF 03336661000",
                                    "bankTransactionCode": {
                                        "domain": "domain",
                                        "domainCode": "domainCode",
                                        "family": "family",
                                        "familyCode": "familyCode",
                                        "subFamily": "subFamily",
                                        "subFamilyCode": "subFamilyCode"
                                    },
                                    "proprietaryBankTransactionCode": {
                                        "code": "code",
                                        "issuer": "issuer"
                                    },
                                    "creditorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "KSAOB.BICFI",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "Alf"
                                    },
                                    "debtorAgent": {
                                        "identificationType": "KSAOB.BICFI",
                                        "identification": "string",
                                        "postalAddress": {
                                            "addressType": "KSAOB.Business",
                                            "streetName": "streetName",
                                            "buildingNumber": "1234",
                                            "postalCode": "postCode",
                                            "city": "townName",
                                            "country": "SA",
                                            "shortAddress": "address",
                                            "unitNumber": 1234,
                                            "secondaryNumber": "1234",
                                            "district": "district"
                                        },
                                        "name": "string"
                                    },
                                    "billDetails": {
                                        "billerId": 100004,
                                        "billNumber": "1234",
                                        "billPaymentType": "KSAOB.Renewal"
                                    }
                                },
                                {
                                    "transactionId": "67320344-edcc-4240-a879-2db4a3639865",
                                    "transactionDateTime": "2017-01-06T00:00:00.000Z",
                                    "transactionReference": "f6dc1311-ef73-43bb-be07-fea6edf4e359",
                                    "transactionType": "KSAOB.InternationalTransfer",
                                    "subTransactionType": "KSAOB.WithdrawalReversal",
                                    "paymentModes": "KSAOB.Offline",
                                    "creditDebitIndicator": "KSAOB.Credit",
                                    "status": "KSAOB.Booked",
                                    "transactionMutability": "KSAOB.Mutable",
                                    "bookingDateTime": "2017-01-06T00:00:00.000Z",
                                    "valueDateTime": "2017-01-06T00:00:00.000Z",
                                    "amount": {
                                        "amount": "64.50",
                                        "currency": "SAR"