Open BankingB2B SuiteERP Integration
GuidesAPI ReferenceChangelog
Menu

Categories

Open BankingB2B SuiteERP Integration

  • GENERAL INFORMATION

    • Documentation guide
    • SingleView Open Banking
    • KSAOB standards
    • Security best practices
  • GETTING STARTED

    • Integration guide
    • Developer console
    • Establish secure connection
    • Generate access token
    • Make test raw data API call
    • Make test data use case API call
  • CONSENT MANAGEMENT

    • Overview
    • Create a consent
    • Retrieve consent details
    • Revoke a consent
  • Raw Data APIs

    • Introduction
    • View accounts
    • View balance
    • View transactions
    • Identify account holders (Parties)
    • Review direct debits
    • Review scheduled payments
    • Review standing orders
  • DATA USE CASE APIS

  • Plug-and-Play Integrations

    • Payly
  • RESOURCES

    • Errors & codes
    • Collections
    • API version management
    • Bank connectivity
  • API Archives


Expense Check

Track expenses and improve financial planning and budgeting

Introduction

Expense check API services allow businesses to track, analyze, and manage expenses. These APIs facilitate the automation of expense-related processes, enabling firms to streamline expense management and gain insights into their spending patterns.

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:

Endpoint

useCaseType

Value

permissions

Value

/v1/api/observice/connect

EXPENSECHECK

ReadAccountsBasic
ReadAccountsDetail
ReadBalances
ReadTransactionsBasic
ReadTransactionsCredits
ReadTransactionsDebits
ReadTransactionsDetail

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

Get Expense Check Services

Endpoint details

Endpoint URL

Method

Authentication requirements

/v1/api/observice/allAccountsTransactions

POST

  1. clientId
  2. clientCode
  3. signature
  4. Authorization Bearer: Token

Sample request

Perform expense check request
{
  "dateTimeStamp": "2024-12-31T10:40:00+02:00",
  "requestID": "df797efb-b588-4234-8ae1-5cb748559830",
  "merchantId": "APIS-300505",
  "insights": true,
  "expenseCheck" : true,
  "fromDate": "2024-01-01T10:40:00+02:00",
  "toDate": "2024-12-31T10:40:00+02:00",
  "timeline": "By_Day",
  "banks": [
    {
      "code": "SVMB01",
      "consentId":"urn:SVMB01:kac-5a166b7d-8cdb-443a-a67a-80ad7a5b95b3"
    }
  ]
}

Request description

JSON Tag

Requirement

Description

Data type

DateTimeStamp

Mandatory

Stamp denoting the date and time of the request

String

RequestID

Mandatory

Unique request identification

String

merchantId

Mandatory

Unique merchant identification

String

insights

Mandatory

Insights tag to be denoted as true

Boolean

expenseCheck

Mandatory

Expense check service tag to be denoted as true

Boolean

fromDate

Mandatory

Initial date of transaction period

String

toDate

Mandatory

Final date of transaction period

String

timeline

Mandatory

Timeline classification tag to be denoted as By Month/By Week/By Year

Boolean

banks

Mandatory

Array of banks and consents

Object

code

Mandatory

Unique bank identification code

String

consentId

Mandatory

Unique consent identification

String

Sample response

Perform expense check response
{
  "success": true,
  "payload": [
    {
      "code": "SVMB01",
      "data": {
        "account": [
          {
            "accountId": "Account_Id",
            "accountHolderName": "Account_Holder_Name",
            "accountHolderShortName": "Account_Holder_Short_Name",
            "status": "Account_Status",
            "currency": "Currency",
            "nickname": "Account_Nickname",
            "accountType": "Account_Type",
            "accountSubType": "Account_Sub_Type",
            "accountIdentifiers": [
              {
                "identificationType": "Identification_Type",
                "identification": "Identification_Details",
                "name": "Name"
              },
              {
                "identificationType": "Identification_Type",
                "identification": "Identification_Details",
                "name": "Name"
              }
            ],
            "servicer": {
              "identificationType": "Servicer_Identification_Type",
              "identification": "Servicer_Identification"
            },
            "statusUpdateDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
            "description": "Account_Description",
            "openingDate": "YYYY-MM-DDTHH:MM:SS.SSSZ",
            "maturityDate": "YYYY-MM-DDTHH:MM:SS.SSSZ",
            "transactions": [
              {
                "transactionId": "Transaction_Id",
                "transactionDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "transactionReference": "Transaction_Reference",
                "transactionType": "Transaction_Type",
                "subTransactionType": "Transaction_Sub_Type",
                "paymentModes": "Payment_Modes",
                "creditDebitIndicator": "Credit_Debit_Indicator",
                "status": "Status",
                "transactionMutability": "Transaction_Mutability",
                "bookingDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "valueDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "amount": {
                  "amount": "0.00",
                  "currency": "Currency"
                },
                "chargeAmount": {
                  "amount": "0.00",
                  "currency": "Currency",
                  "chargeIncluded": true or false
                },
                "balance": {
                  "creditDebitIndicator": "Credit_Debit_Indicator",
                  "type": "Type",
                  "amount": {
                    "amount": "00.00",
                    "currency": "Currency"
                  }
                },
                "merchantDetails": {
                  "merchantName": "Merchant_Name",
                  "merchantCategoryCode": "Merchant_Category_Code",
                  "merchantId": Merchant_Id
                },
                "localTimeZone": "XXX+HH:MM",
                "terminalId": terminal_Id,
                "chargeAmountVat": {
                  "amount": "00.0000",
                  "currency": "Currency"
                },
                "flags": [
                  "Flag_Details"
                ],
                "cardInstrument": {
                  "cardSchemeName": "Card_Scheme_Name",
                  "instrumentType": "Instrument_Type",
                  "name": "Name",
                  "identification": "Identification_Details"
                },
                "creditorAccount": [
                  {}
                ],
                "debtorAccount": {
                  "identificationType": "Debit_Account",
                  "identification": "Identification_Details",
                  "name": "Name"
                },
                "transactionInformation": "Transaction_Info",
                "bankTransactionCode": {
                  "domain": "Domain",
                  "domainCode": "Domain_Code",
                  "family": "Family",
                  "familyCode": "Family_Code",
                  "subFamily": "Sub_Family",
                  "subFamilyCode": "Sub_Family_Code"
                },
                "proprietaryBankTransactionCode": {
                  "code": "Code",
                  "issuer": "Issuer"
                },
                "creditorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "debtorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "billDetails": {
                  "billerId": Biller_Id,
                  "billNumber": "Bill_Number",
                  "billPaymentType": "Bill_Payment_Type"
                }
              },
              {
                "transactionId": "Transaction_Id",
                "transactionDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "transactionReference": "Transaction_Reference",
                "transactionType": "Transaction_Type",
                "subTransactionType": "Transaction_Sub_Type",
                "paymentModes": "Payment_Modes",
                "creditDebitIndicator": "Credit_Debit_Indicator",
                "status": "Status",
                "transactionMutability": "Transaction_Mutability",
                "bookingDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "valueDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "amount": {
                  "amount": "0.00",
                  "currency": "Currency"
                },
                "chargeAmount": {
                  "amount": "0.00",
                  "currency": "Currency",
                  "chargeIncluded": true or false
                },
                "balance": {
                  "creditDebitIndicator": "Credit_Debit_Indicator",
                  "type": "Type",
                  "amount": {
                    "amount": "00.00",
                    "currency": "Currency"
                  }
                },
                "merchantDetails": {
                  "merchantName": "Merchant_Name",
                  "merchantCategoryCode": "Merchant_Category_Code",
                  "merchantId": Merchant_Id
                },
                "localTimeZone": "XXX+HH:MM",
                "terminalId": terminal_Id,
                "chargeAmountVat": {
                  "amount": "00.0000",
                  "currency": "Currency"
                },
                "flags": [
                  "Flag_Details"
                ],
                "cardInstrument": {
                  "cardSchemeName": "Card_Scheme_Name",
                  "instrumentType": "Instrument_Type",
                  "name": "Name",
                  "identification": "Identification_Details"
                },
                "creditorAccount": [
                  {}
                ],
                "debtorAccount": {
                  "identificationType": "Debit_Account",
                  "identification": "Identification_Details",
                  "name": "Name"
                },
                "transactionInformation": "Transaction_Info",
                "bankTransactionCode": {
                  "domain": "Domain",
                  "domainCode": "Domain_Code",
                  "family": "Family",
                  "familyCode": "Family_Code",
                  "subFamily": "Sub_Family",
                  "subFamilyCode": "Sub_Family_Code"
                },
                "proprietaryBankTransactionCode": {
                  "code": "Code",
                  "issuer": "Issuer"
                },
                "creditorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "debtorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "billDetails": {
                  "billerId": Biller_Id,
                  "billNumber": "Bill_Number",
                  "billPaymentType": "Bill_Payment_Type"
                }
              },
              {
                "transactionId": "Transaction_Id",
                "transactionDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "transactionReference": "Transaction_Reference",
                "transactionType": "Transaction_Type",
                "subTransactionType": "Transaction_Sub_Type",
                "paymentModes": "Payment_Modes",
                "creditDebitIndicator": "Credit_Debit_Indicator",
                "status": "Status",
                "transactionMutability": "Transaction_Mutability",
                "bookingDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "valueDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "amount": {
                  "amount": "0.00",
                  "currency": "Currency"
                },
                "chargeAmount": {
                  "amount": "0.00",
                  "currency": "Currency",
                  "chargeIncluded": true or false
                },
                "balance": {
                  "creditDebitIndicator": "Credit_Debit_Indicator",
                  "type": "Type",
                  "amount": {
                    "amount": "00.00",
                    "currency": "Currency"
                  }
                },
                "merchantDetails": {
                  "merchantName": "Merchant_Name",
                  "merchantCategoryCode": "Merchant_Category_Code",
                  "merchantId": Merchant_Id
                },
                "localTimeZone": "XXX+HH:MM",
                "terminalId": terminal_Id,
                "chargeAmountVat": {
                  "amount": "00.0000",
                  "currency": "Currency"
                },
                "flags": [
                  "Flag_Details"
                ],
                "cardInstrument": {
                  "cardSchemeName": "Card_Scheme_Name",
                  "instrumentType": "Instrument_Type",
                  "name": "Name",
                  "identification": "Identification_Details"
                },
                "creditorAccount": [
                  {}
                ],
                "debtorAccount": {
                  "identificationType": "Debit_Account",
                  "identification": "Identification_Details",
                  "name": "Name"
                },
                "transactionInformation": "Transaction_Info",
                "bankTransactionCode": {
                  "domain": "Domain",
                  "domainCode": "Domain_Code",
                  "family": "Family",
                  "familyCode": "Family_Code",
                  "subFamily": "Sub_Family",
                  "subFamilyCode": "Sub_Family_Code"
                },
                "proprietaryBankTransactionCode": {
                  "code": "Code",
                  "issuer": "Issuer"
                },
                "creditorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "debtorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "billDetails": {
                  "billerId": Biller_Id,
                  "billNumber": "Bill_Number",
                  "billPaymentType": "Bill_Payment_Type"
                }
              },
              {
                "transactionId": "Transaction_Id",
                "transactionDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "transactionReference": "Transaction_Reference",
                "transactionType": "Transaction_Type",
                "subTransactionType": "Transaction_Sub_Type",
                "paymentModes": "Payment_Modes",
                "creditDebitIndicator": "Credit_Debit_Indicator",
                "status": "Status",
                "transactionMutability": "Transaction_Mutability",
                "bookingDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "valueDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "amount": {
                  "amount": "0.00",
                  "currency": "Currency"
                },
                "chargeAmount": {
                  "amount": "0.00",
                  "currency": "Currency",
                  "chargeIncluded": true or false
                },
                "balance": {
                  "creditDebitIndicator": "Credit_Debit_Indicator",
                  "type": "Type",
                  "amount": {
                    "amount": "00.00",
                    "currency": "Currency"
                  }
                },
                "merchantDetails": {
                  "merchantName": "Merchant_Name",
                  "merchantCategoryCode": "Merchant_Category_Code",
                  "merchantId": Merchant_Id
                },
                "localTimeZone": "XXX+HH:MM",
                "terminalId": terminal_Id,
                "chargeAmountVat": {
                  "amount": "00.0000",
                  "currency": "Currency"
                },
                "flags": [
                  "Flag_Details"
                ],
                "cardInstrument": {
                  "cardSchemeName": "Card_Scheme_Name",
                  "instrumentType": "Instrument_Type",
                  "name": "Name",
                  "identification": "Identification_Details"
                },
                "creditorAccount": [
                  {}
                ],
                "debtorAccount": {
                  "identificationType": "Debit_Account",
                  "identification": "Identification_Details",
                  "name": "Name"
                },
                "transactionInformation": "Transaction_Info",
                "bankTransactionCode": {
                  "domain": "Domain",
                  "domainCode": "Domain_Code",
                  "family": "Family",
                  "familyCode": "Family_Code",
                  "subFamily": "Sub_Family",
                  "subFamilyCode": "Sub_Family_Code"
                },
                "proprietaryBankTransactionCode": {
                  "code": "Code",
                  "issuer": "Issuer"
                },
                "creditorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "debtorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "billDetails": {
                  "billerId": Biller_Id,
                  "billNumber": "Bill_Number",
                  "billPaymentType": "Bill_Payment_Type"
                }
              },
              {
                "transactionId": "Transaction_Id",
                "transactionDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "transactionReference": "Transaction_Reference",
                "transactionType": "Transaction_Type",
                "subTransactionType": "Transaction_Sub_Type",
                "paymentModes": "Payment_Modes",
                "creditDebitIndicator": "Credit_Debit_Indicator",
                "status": "Status",
                "transactionMutability": "Transaction_Mutability",
                "bookingDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "valueDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "amount": {
                  "amount": "0.00",
                  "currency": "Currency"
                },
                "chargeAmount": {
                  "amount": "0.00",
                  "currency": "Currency",
                  "chargeIncluded": true or false
                },
                "balance": {
                  "creditDebitIndicator": "Credit_Debit_Indicator",
                  "type": "Type",
                  "amount": {
                    "amount": "00.00",
                    "currency": "Currency"
                  }
                },
                "merchantDetails": {
                  "merchantName": "Merchant_Name",
                  "merchantCategoryCode": "Merchant_Category_Code",
                  "merchantId": Merchant_Id
                },
                "localTimeZone": "XXX+HH:MM",
                "terminalId": terminal_Id,
                "chargeAmountVat": {
                  "amount": "00.0000",
                  "currency": "Currency"
                },
                "flags": [
                  "Flag_Details"
                ],
                "cardInstrument": {
                  "cardSchemeName": "Card_Scheme_Name",
                  "instrumentType": "Instrument_Type",
                  "name": "Name",
                  "identification": "Identification_Details"
                },
                "creditorAccount": [
                  {}
                ],
                "debtorAccount": {
                  "identificationType": "Debit_Account",
                  "identification": "Identification_Details",
                  "name": "Name"
                },
                "transactionInformation": "Transaction_Info",
                "bankTransactionCode": {
                  "domain": "Domain",
                  "domainCode": "Domain_Code",
                  "family": "Family",
                  "familyCode": "Family_Code",
                  "subFamily": "Sub_Family",
                  "subFamilyCode": "Sub_Family_Code"
                },
                "proprietaryBankTransactionCode": {
                  "code": "Code",
                  "issuer": "Issuer"
                },
                "creditorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "debtorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "billDetails": {
                  "billerId": Biller_Id,
                  "billNumber": "Bill_Number",
                  "billPaymentType": "Bill_Payment_Type"
                }
              },
              {
                "transactionId": "Transaction_Id",
                "transactionDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "transactionReference": "Transaction_Reference",
                "transactionType": "Transaction_Type",
                "subTransactionType": "Transaction_Sub_Type",
                "paymentModes": "Payment_Modes",
                "creditDebitIndicator": "Credit_Debit_Indicator",
                "status": "Status",
                "transactionMutability": "Transaction_Mutability",
                "bookingDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "valueDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "amount": {
                  "amount": "0.00",
                  "currency": "Currency"
                },
                "chargeAmount": {
                  "amount": "0.00",
                  "currency": "Currency",
                  "chargeIncluded": true or false
                },
                "balance": {
                  "creditDebitIndicator": "Credit_Debit_Indicator",
                  "type": "Type",
                  "amount": {
                    "amount": "00.00",
                    "currency": "Currency"
                  }
                },
                "merchantDetails": {
                  "merchantName": "Merchant_Name",
                  "merchantCategoryCode": "Merchant_Category_Code",
                  "merchantId": Merchant_Id
                },
                "localTimeZone": "XXX+HH:MM",
                "terminalId": terminal_Id,
                "chargeAmountVat": {
                  "amount": "00.0000",
                  "currency": "Currency"
                },
                "flags": [
                  "Flag_Details"
                ],
                "cardInstrument": {
                  "cardSchemeName": "Card_Scheme_Name",
                  "instrumentType": "Instrument_Type",
                  "name": "Name",
                  "identification": "Identification_Details"
                },
                "creditorAccount": [
                  {}
                ],
                "debtorAccount": {
                  "identificationType": "Debit_Account",
                  "identification": "Identification_Details",
                  "name": "Name"
                },
                "transactionInformation": "Transaction_Info",
                "bankTransactionCode": {
                  "domain": "Domain",
                  "domainCode": "Domain_Code",
                  "family": "Family",
                  "familyCode": "Family_Code",
                  "subFamily": "Sub_Family",
                  "subFamilyCode": "Sub_Family_Code"
                },
                "proprietaryBankTransactionCode": {
                  "code": "Code",
                  "issuer": "Issuer"
                },
                "creditorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "debtorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "billDetails": {
                  "billerId": Biller_Id,
                  "billNumber": "Bill_Number",
                  "billPaymentType": "Bill_Payment_Type"
                }
              },
              {
                "transactionId": "Transaction_Id",
                "transactionDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "transactionReference": "Transaction_Reference",
                "transactionType": "Transaction_Type",
                "subTransactionType": "Transaction_Sub_Type",
                "paymentModes": "Payment_Modes",
                "creditDebitIndicator": "Credit_Debit_Indicator",
                "status": "Status",
                "transactionMutability": "Transaction_Mutability",
                "bookingDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "valueDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "amount": {
                  "amount": "0.00",
                  "currency": "Currency"
                },
                "chargeAmount": {
                  "amount": "0.00",
                  "currency": "Currency",
                  "chargeIncluded": true or false
                },
                "balance": {
                  "creditDebitIndicator": "Credit_Debit_Indicator",
                  "type": "Type",
                  "amount": {
                    "amount": "00.00",
                    "currency": "Currency"
                  }
                },
                "merchantDetails": {
                  "merchantName": "Merchant_Name",
                  "merchantCategoryCode": "Merchant_Category_Code",
                  "merchantId": Merchant_Id
                },
                "localTimeZone": "XXX+HH:MM",
                "terminalId": terminal_Id,
                "chargeAmountVat": {
                  "amount": "00.0000",
                  "currency": "Currency"
                },
                "flags": [
                  "Flag_Details"
                ],
                "cardInstrument": {
                  "cardSchemeName": "Card_Scheme_Name",
                  "instrumentType": "Instrument_Type",
                  "name": "Name",
                  "identification": "Identification_Details"
                },
                "creditorAccount": [
                  {}
                ],
                "debtorAccount": {
                  "identificationType": "Debit_Account",
                  "identification": "Identification_Details",
                  "name": "Name"
                },
                "transactionInformation": "Transaction_Info",
                "bankTransactionCode": {
                  "domain": "Domain",
                  "domainCode": "Domain_Code",
                  "family": "Family",
                  "familyCode": "Family_Code",
                  "subFamily": "Sub_Family",
                  "subFamilyCode": "Sub_Family_Code"
                },
                "proprietaryBankTransactionCode": {
                  "code": "Code",
                  "issuer": "Issuer"
                },
                "creditorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "debtorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "billDetails": {
                  "billerId": Biller_Id,
                  "billNumber": "Bill_Number",
                  "billPaymentType": "Bill_Payment_Type"
                }
              },
              {
                "transactionId": "Transaction_Id",
                "transactionDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "transactionReference": "Transaction_Reference",
                "transactionType": "Transaction_Type",
                "subTransactionType": "Transaction_Sub_Type",
                "paymentModes": "Payment_Modes",
                "creditDebitIndicator": "Credit_Debit_Indicator",
                "status": "Status",
                "transactionMutability": "Transaction_Mutability",
                "bookingDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "valueDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "amount": {
                  "amount": "0.00",
                  "currency": "Currency"
                },
                "chargeAmount": {
                  "amount": "0.00",
                  "currency": "Currency",
                  "chargeIncluded": true or false
                },
                "balance": {
                  "creditDebitIndicator": "Credit_Debit_Indicator",
                  "type": "Type",
                  "amount": {
                    "amount": "00.00",
                    "currency": "Currency"
                  }
                },
                "merchantDetails": {
                  "merchantName": "Merchant_Name",
                  "merchantCategoryCode": "Merchant_Category_Code",
                  "merchantId": Merchant_Id
                },
                "localTimeZone": "XXX+HH:MM",
                "terminalId": terminal_Id,
                "chargeAmountVat": {
                  "amount": "00.0000",
                  "currency": "Currency"
                },
                "flags": [
                  "Flag_Details"
                ],
                "cardInstrument": {
                  "cardSchemeName": "Card_Scheme_Name",
                  "instrumentType": "Instrument_Type",
                  "name": "Name",
                  "identification": "Identification_Details"
                },
                "creditorAccount": [
                  {}
                ],
                "debtorAccount": {
                  "identificationType": "Debit_Account",
                  "identification": "Identification_Details",
                  "name": "Name"
                },
                "transactionInformation": "Transaction_Info",
                "bankTransactionCode": {
                  "domain": "Domain",
                  "domainCode": "Domain_Code",
                  "family": "Family",
                  "familyCode": "Family_Code",
                  "subFamily": "Sub_Family",
                  "subFamilyCode": "Sub_Family_Code"
                },
                "proprietaryBankTransactionCode": {
                  "code": "Code",
                  "issuer": "Issuer"
                },
                "creditorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "debtorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "billDetails": {
                  "billerId": Biller_Id,
                  "billNumber": "Bill_Number",
                  "billPaymentType": "Bill_Payment_Type"
                }
              },
              {
                "transactionId": "Transaction_Id",
                "transactionDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "transactionReference": "Transaction_Reference",
                "transactionType": "Transaction_Type",
                "subTransactionType": "Transaction_Sub_Type",
                "paymentModes": "Payment_Modes",
                "creditDebitIndicator": "Credit_Debit_Indicator",
                "status": "Status",
                "transactionMutability": "Transaction_Mutability",
                "bookingDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "valueDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "amount": {
                  "amount": "0.00",
                  "currency": "Currency"
                },
                "chargeAmount": {
                  "amount": "0.00",
                  "currency": "Currency",
                  "chargeIncluded": true or false
                },
                "balance": {
                  "creditDebitIndicator": "Credit_Debit_Indicator",
                  "type": "Type",
                  "amount": {
                    "amount": "00.00",
                    "currency": "Currency"
                  }
                },
                "merchantDetails": {
                  "merchantName": "Merchant_Name",
                  "merchantCategoryCode": "Merchant_Category_Code",
                  "merchantId": Merchant_Id
                },
                "localTimeZone": "XXX+HH:MM",
                "terminalId": terminal_Id,
                "chargeAmountVat": {
                  "amount": "00.0000",
                  "currency": "Currency"
                },
                "flags": [
                  "Flag_Details"
                ],
                "cardInstrument": {
                  "cardSchemeName": "Card_Scheme_Name",
                  "instrumentType": "Instrument_Type",
                  "name": "Name",
                  "identification": "Identification_Details"
                },
                "creditorAccount": [
                  {}
                ],
                "debtorAccount": {
                  "identificationType": "Debit_Account",
                  "identification": "Identification_Details",
                  "name": "Name"
                },
                "transactionInformation": "Transaction_Info",
                "bankTransactionCode": {
                  "domain": "Domain",
                  "domainCode": "Domain_Code",
                  "family": "Family",
                  "familyCode": "Family_Code",
                  "subFamily": "Sub_Family",
                  "subFamilyCode": "Sub_Family_Code"
                },
                "proprietaryBankTransactionCode": {
                  "code": "Code",
                  "issuer": "Issuer"
                },
                "creditorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "debtorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "billDetails": {
                  "billerId": Biller_Id,
                  "billNumber": "Bill_Number",
                  "billPaymentType": "Bill_Payment_Type"
                }
              },
              {
                "transactionId": "Transaction_Id",
                "transactionDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "transactionReference": "Transaction_Reference",
                "transactionType": "Transaction_Type",
                "subTransactionType": "Transaction_Sub_Type",
                "paymentModes": "Payment_Modes",
                "creditDebitIndicator": "Credit_Debit_Indicator",
                "status": "Status",
                "transactionMutability": "Transaction_Mutability",
                "bookingDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "valueDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "amount": {
                  "amount": "0.00",
                  "currency": "Currency"
                },
                "chargeAmount": {
                  "amount": "0.00",
                  "currency": "Currency",
                  "chargeIncluded": true or false
                },
                "balance": {
                  "creditDebitIndicator": "Credit_Debit_Indicator",
                  "type": "Type",
                  "amount": {
                    "amount": "00.00",
                    "currency": "Currency"
                  }
                },
                "merchantDetails": {
                  "merchantName": "Merchant_Name",
                  "merchantCategoryCode": "Merchant_Category_Code",
                  "merchantId": Merchant_Id
                },
                "localTimeZone": "XXX+HH:MM",
                "terminalId": terminal_Id,
                "chargeAmountVat": {
                  "amount": "00.0000",
                  "currency": "Currency"
                },
                "flags": [
                  "Flag_Details"
                ],
                "cardInstrument": {
                  "cardSchemeName": "Card_Scheme_Name",
                  "instrumentType": "Instrument_Type",
                  "name": "Name",
                  "identification": "Identification_Details"
                },
                "creditorAccount": [
                  {}
                ],
                "debtorAccount": {
                  "identificationType": "Debit_Account",
                  "identification": "Identification_Details",
                  "name": "Name"
                },
                "transactionInformation": "Transaction_Info",
                "bankTransactionCode": {
                  "domain": "Domain",
                  "domainCode": "Domain_Code",
                  "family": "Family",
                  "familyCode": "Family_Code",
                  "subFamily": "Sub_Family",
                  "subFamilyCode": "Sub_Family_Code"
                },
                "proprietaryBankTransactionCode": {
                  "code": "Code",
                  "issuer": "Issuer"
                },
                "creditorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "debtorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "billDetails": {
                  "billerId": Biller_Id,
                  "billNumber": "Bill_Number",
                  "billPaymentType": "Bill_Payment_Type"
                }
              },
              {
                "transactionId": "Transaction_Id",
                "transactionDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "transactionReference": "Transaction_Reference",
                "transactionType": "Transaction_Type",
                "subTransactionType": "Transaction_Sub_Type",
                "paymentModes": "Payment_Modes",
                "creditDebitIndicator": "Credit_Debit_Indicator",
                "status": "Status",
                "transactionMutability": "Transaction_Mutability",
                "bookingDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "valueDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "amount": {
                  "amount": "0.00",
                  "currency": "Currency"
                },
                "chargeAmount": {
                  "amount": "0.00",
                  "currency": "Currency",
                  "chargeIncluded": true or false
                },
                "balance": {
                  "creditDebitIndicator": "Credit_Debit_Indicator",
                  "type": "Type",
                  "amount": {
                    "amount": "00.00",
                    "currency": "Currency"
                  }
                },
                "merchantDetails": {
                  "merchantName": "Merchant_Name",
                  "merchantCategoryCode": "Merchant_Category_Code",
                  "merchantId": Merchant_Id
                },
                "localTimeZone": "XXX+HH:MM",
                "terminalId": terminal_Id,
                "chargeAmountVat": {
                  "amount": "00.0000",
                  "currency": "Currency"
                },
                "flags": [
                  "Flag_Details"
                ],
                "cardInstrument": {
                  "cardSchemeName": "Card_Scheme_Name",
                  "instrumentType": "Instrument_Type",
                  "name": "Name",
                  "identification": "Identification_Details"
                },
                "creditorAccount": [
                  {}
                ],
                "debtorAccount": {
                  "identificationType": "Debit_Account",
                  "identification": "Identification_Details",
                  "name": "Name"
                },
                "transactionInformation": "Transaction_Info",
                "bankTransactionCode": {
                  "domain": "Domain",
                  "domainCode": "Domain_Code",
                  "family": "Family",
                  "familyCode": "Family_Code",
                  "subFamily": "Sub_Family",
                  "subFamilyCode": "Sub_Family_Code"
                },
                "proprietaryBankTransactionCode": {
                  "code": "Code",
                  "issuer": "Issuer"
                },
                "creditorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "debtorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "billDetails": {
                  "billerId": Biller_Id,
                  "billNumber": "Bill_Number",
                  "billPaymentType": "Bill_Payment_Type"
                }
              },
              {
                "transactionId": "Transaction_Id",
                "transactionDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "transactionReference": "Transaction_Reference",
                "transactionType": "Transaction_Type",
                "subTransactionType": "Transaction_Sub_Type",
                "paymentModes": "Payment_Modes",
                "creditDebitIndicator": "Credit_Debit_Indicator",
                "status": "Status",
                "transactionMutability": "Transaction_Mutability",
                "bookingDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "valueDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "amount": {
                  "amount": "0.00",
                  "currency": "Currency"
                },
                "chargeAmount": {
                  "amount": "0.00",
                  "currency": "Currency",
                  "chargeIncluded": true or false
                },
                "balance": {
                  "creditDebitIndicator": "Credit_Debit_Indicator",
                  "type": "Type",
                  "amount": {
                    "amount": "00.00",
                    "currency": "Currency"
                  }
                },
                "merchantDetails": {
                  "merchantName": "Merchant_Name",
                  "merchantCategoryCode": "Merchant_Category_Code",
                  "merchantId": Merchant_Id
                },
                "localTimeZone": "XXX+HH:MM",
                "terminalId": terminal_Id,
                "chargeAmountVat": {
                  "amount": "00.0000",
                  "currency": "Currency"
                },
                "flags": [
                  "Flag_Details"
                ],
                "cardInstrument": {
                  "cardSchemeName": "Card_Scheme_Name",
                  "instrumentType": "Instrument_Type",
                  "name": "Name",
                  "identification": "Identification_Details"
                },
                "creditorAccount": [
                  {}
                ],
                "debtorAccount": {
                  "identificationType": "Debit_Account",
                  "identification": "Identification_Details",
                  "name": "Name"
                },
                "transactionInformation": "Transaction_Info",
                "bankTransactionCode": {
                  "domain": "Domain",
                  "domainCode": "Domain_Code",
                  "family": "Family",
                  "familyCode": "Family_Code",
                  "subFamily": "Sub_Family",
                  "subFamilyCode": "Sub_Family_Code"
                },
                "proprietaryBankTransactionCode": {
                  "code": "Code",
                  "issuer": "Issuer"
                },
                "creditorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "debtorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "billDetails": {
                  "billerId": Biller_Id,
                  "billNumber": "Bill_Number",
                  "billPaymentType": "Bill_Payment_Type"
                }
              },
              {
                "transactionId": "Transaction_Id",
                "transactionDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "transactionReference": "Transaction_Reference",
                "transactionType": "Transaction_Type",
                "subTransactionType": "Transaction_Sub_Type",
                "paymentModes": "Payment_Modes",
                "creditDebitIndicator": "Credit_Debit_Indicator",
                "status": "Status",
                "transactionMutability": "Transaction_Mutability",
                "bookingDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "valueDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "amount": {
                  "amount": "0.00",
                  "currency": "Currency"
                },
                "chargeAmount": {
                  "amount": "0.00",
                  "currency": "Currency",
                  "chargeIncluded": true or false
                },
                "balance": {
                  "creditDebitIndicator": "Credit_Debit_Indicator",
                  "type": "Type",
                  "amount": {
                    "amount": "00.00",
                    "currency": "Currency"
                  }
                },
                "merchantDetails": {
                  "merchantName": "Merchant_Name",
                  "merchantCategoryCode": "Merchant_Category_Code",
                  "merchantId": Merchant_Id
                },
                "localTimeZone": "XXX+HH:MM",
                "terminalId": terminal_Id,
                "chargeAmountVat": {
                  "amount": "00.0000",
                  "currency": "Currency"
                },
                "flags": [
                  "Flag_Details"
                ],
                "cardInstrument": {
                  "cardSchemeName": "Card_Scheme_Name",
                  "instrumentType": "Instrument_Type",
                  "name": "Name",
                  "identification": "Identification_Details"
                },
                "creditorAccount": [
                  {}
                ],
                "debtorAccount": {
                  "identificationType": "Debit_Account",
                  "identification": "Identification_Details",
                  "name": "Name"
                },
                "transactionInformation": "Transaction_Info",
                "bankTransactionCode": {
                  "domain": "Domain",
                  "domainCode": "Domain_Code",
                  "family": "Family",
                  "familyCode": "Family_Code",
                  "subFamily": "Sub_Family",
                  "subFamilyCode": "Sub_Family_Code"
                },
                "proprietaryBankTransactionCode": {
                  "code": "Code",
                  "issuer": "Issuer"
                },
                "creditorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "debtorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "billDetails": {
                  "billerId": Biller_Id,
                  "billNumber": "Bill_Number",
                  "billPaymentType": "Bill_Payment_Type"
                }
              },
              {
                "transactionId": "Transaction_Id",
                "transactionDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "transactionReference": "Transaction_Reference",
                "transactionType": "Transaction_Type",
                "subTransactionType": "Transaction_Sub_Type",
                "paymentModes": "Payment_Modes",
                "creditDebitIndicator": "Credit_Debit_Indicator",
                "status": "Status",
                "transactionMutability": "Transaction_Mutability",
                "bookingDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "valueDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "amount": {
                  "amount": "0.00",
                  "currency": "Currency"
                },
                "chargeAmount": {
                  "amount": "0.00",
                  "currency": "Currency",
                  "chargeIncluded": true or false
                },
                "balance": {
                  "creditDebitIndicator": "Credit_Debit_Indicator",
                  "type": "Type",
                  "amount": {
                    "amount": "00.00",
                    "currency": "Currency"
                  }
                },
                "merchantDetails": {
                  "merchantName": "Merchant_Name",
                  "merchantCategoryCode": "Merchant_Category_Code",
                  "merchantId": Merchant_Id
                },
                "localTimeZone": "XXX+HH:MM",
                "terminalId": terminal_Id,
                "chargeAmountVat": {
                  "amount": "00.0000",
                  "currency": "Currency"
                },
                "flags": [
                  "Flag_Details"
                ],
                "cardInstrument": {
                  "cardSchemeName": "Card_Scheme_Name",
                  "instrumentType": "Instrument_Type",
                  "name": "Name",
                  "identification": "Identification_Details"
                },
                "creditorAccount": [
                  {}
                ],
                "debtorAccount": {
                  "identificationType": "Debit_Account",
                  "identification": "Identification_Details",
                  "name": "Name"
                },
                "transactionInformation": "Transaction_Info",
                "bankTransactionCode": {
                  "domain": "Domain",
                  "domainCode": "Domain_Code",
                  "family": "Family",
                  "familyCode": "Family_Code",
                  "subFamily": "Sub_Family",
                  "subFamilyCode": "Sub_Family_Code"
                },
                "proprietaryBankTransactionCode": {
                  "code": "Code",
                  "issuer": "Issuer"
                },
                "creditorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "debtorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "billDetails": {
                  "billerId": Biller_Id,
                  "billNumber": "Bill_Number",
                  "billPaymentType": "Bill_Payment_Type"
                }
              },
              {
                "transactionId": "Transaction_Id",
                "transactionDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "transactionReference": "Transaction_Reference",
                "transactionType": "Transaction_Type",
                "subTransactionType": "Transaction_Sub_Type",
                "paymentModes": "Payment_Modes",
                "creditDebitIndicator": "Credit_Debit_Indicator",
                "status": "Status",
                "transactionMutability": "Transaction_Mutability",
                "bookingDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "valueDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "amount": {
                  "amount": "0.00",
                  "currency": "Currency"
                },
                "chargeAmount": {
                  "amount": "0.00",
                  "currency": "Currency",
                  "chargeIncluded": true or false
                },
                "balance": {
                  "creditDebitIndicator": "Credit_Debit_Indicator",
                  "type": "Type",
                  "amount": {
                    "amount": "00.00",
                    "currency": "Currency"
                  }
                },
                "merchantDetails": {
                  "merchantName": "Merchant_Name",
                  "merchantCategoryCode": "Merchant_Category_Code",
                  "merchantId": Merchant_Id
                },
                "localTimeZone": "XXX+HH:MM",
                "terminalId": terminal_Id,
                "chargeAmountVat": {
                  "amount": "00.0000",
                  "currency": "Currency"
                },
                "flags": [
                  "Flag_Details"
                ],
                "cardInstrument": {
                  "cardSchemeName": "Card_Scheme_Name",
                  "instrumentType": "Instrument_Type",
                  "name": "Name",
                  "identification": "Identification_Details"
                },
                "creditorAccount": [
                  {}
                ],
                "debtorAccount": {
                  "identificationType": "Debit_Account",
                  "identification": "Identification_Details",
                  "name": "Name"
                },
                "transactionInformation": "Transaction_Info",
                "bankTransactionCode": {
                  "domain": "Domain",
                  "domainCode": "Domain_Code",
                  "family": "Family",
                  "familyCode": "Family_Code",
                  "subFamily": "Sub_Family",
                  "subFamilyCode": "Sub_Family_Code"
                },
                "proprietaryBankTransactionCode": {
                  "code": "Code",
                  "issuer": "Issuer"
                },
                "creditorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "debtorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "billDetails": {
                  "billerId": Biller_Id,
                  "billNumber": "Bill_Number",
                  "billPaymentType": "Bill_Payment_Type"
                }
              }
            ]
          },
          {
            "accountId": "Account_Id",
            "accountHolderName": "Account_Holder_Name",
            "accountHolderShortName": "Account_Holder_Short_Name",
            "status": "Account_Status",
            "currency": "Currency",
            "nickname": "Account_Nickname",
            "accountType": "Account_Type",
            "accountSubType": "Account_Sub_Type",
            "accountIdentifiers": [
              {
                "identificationType": "Identification_Type",
                "identification": "Identification_Details",
                "name": "Name"
              },
              {
                "identificationType": "Identification_Type",
                "identification": "Identification_Details",
                "name": "Name"
              }
            ],
            "servicer": {
              "identificationType": "Servicer_Identification_Type",
              "identification": "Servicer_Identification"
            },
            "statusUpdateDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
            "description": "Account_Description",
            "openingDate": "YYYY-MM-DDTHH:MM:SS.SSSZ",
            "maturityDate": "YYYY-MM-DDTHH:MM:SS.SSSZ",
            "transactions": [
              {
                "transactionId": "Transaction_Id",
                "transactionDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "transactionReference": "Transaction_Reference",
                "transactionType": "Transaction_Type",
                "subTransactionType": "Transaction_Sub_Type",
                "paymentModes": "Payment_Modes",
                "creditDebitIndicator": "Credit_Debit_Indicator",
                "status": "Status",
                "transactionMutability": "Transaction_Mutability",
                "bookingDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "valueDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "amount": {
                  "amount": "0.00",
                  "currency": "Currency"
                },
                "chargeAmount": {
                  "amount": "0.00",
                  "currency": "Currency",
                  "chargeIncluded": true or false
                },
                "balance": {
                  "creditDebitIndicator": "Credit_Debit_Indicator",
                  "type": "Type",
                  "amount": {
                    "amount": "00.00",
                    "currency": "Currency"
                  }
                },
                "merchantDetails": {
                  "merchantName": "Merchant_Name",
                  "merchantCategoryCode": "Merchant_Category_Code",
                  "merchantId": Merchant_Id
                },
                "localTimeZone": "XXX+HH:MM",
                "terminalId": terminal_Id,
                "chargeAmountVat": {
                  "amount": "00.0000",
                  "currency": "Currency"
                },
                "flags": [
                  "Flag_Details"
                ],
                "cardInstrument": {
                  "cardSchemeName": "Card_Scheme_Name",
                  "instrumentType": "Instrument_Type",
                  "name": "Name",
                  "identification": "Identification_Details"
                },
                "creditorAccount": [
                  {}
                ],
                "debtorAccount": {
                  "identificationType": "Debit_Account",
                  "identification": "Identification_Details",
                  "name": "Name"
                },
                "transactionInformation": "Transaction_Info",
                "bankTransactionCode": {
                  "domain": "Domain",
                  "domainCode": "Domain_Code",
                  "family": "Family",
                  "familyCode": "Family_Code",
                  "subFamily": "Sub_Family",
                  "subFamilyCode": "Sub_Family_Code"
                },
                "proprietaryBankTransactionCode": {
                  "code": "Code",
                  "issuer": "Issuer"
                },
                "creditorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "debtorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "billDetails": {
                  "billerId": Biller_Id,
                  "billNumber": "Bill_Number",
                  "billPaymentType": "Bill_Payment_Type"
                }
              },
              {
                "transactionId": "Transaction_Id",
                "transactionDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "transactionReference": "Transaction_Reference",
                "transactionType": "Transaction_Type",
                "subTransactionType": "Transaction_Sub_Type",
                "paymentModes": "Payment_Modes",
                "creditDebitIndicator": "Credit_Debit_Indicator",
                "status": "Status",
                "transactionMutability": "Transaction_Mutability",
                "bookingDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "valueDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "amount": {
                  "amount": "0.00",
                  "currency": "Currency"
                },
                "chargeAmount": {
                  "amount": "0.00",
                  "currency": "Currency",
                  "chargeIncluded": true or false
                },
                "balance": {
                  "creditDebitIndicator": "Credit_Debit_Indicator",
                  "type": "Type",
                  "amount": {
                    "amount": "00.00",
                    "currency": "Currency"
                  }
                },
                "merchantDetails": {
                  "merchantName": "Merchant_Name",
                  "merchantCategoryCode": "Merchant_Category_Code",
                  "merchantId": Merchant_Id
                },
                "localTimeZone": "XXX+HH:MM",
                "terminalId": terminal_Id,
                "chargeAmountVat": {
                  "amount": "00.0000",
                  "currency": "Currency"
                },
                "flags": [
                  "Flag_Details"
                ],
                "cardInstrument": {
                  "cardSchemeName": "Card_Scheme_Name",
                  "instrumentType": "Instrument_Type",
                  "name": "Name",
                  "identification": "Identification_Details"
                },
                "creditorAccount": [
                  {}
                ],
                "debtorAccount": {
                  "identificationType": "Debit_Account",
                  "identification": "Identification_Details",
                  "name": "Name"
                },
                "transactionInformation": "Transaction_Info",
                "bankTransactionCode": {
                  "domain": "Domain",
                  "domainCode": "Domain_Code",
                  "family": "Family",
                  "familyCode": "Family_Code",
                  "subFamily": "Sub_Family",
                  "subFamilyCode": "Sub_Family_Code"
                },
                "proprietaryBankTransactionCode": {
                  "code": "Code",
                  "issuer": "Issuer"
                },
                "creditorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "debtorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "billDetails": {
                  "billerId": Biller_Id,
                  "billNumber": "Bill_Number",
                  "billPaymentType": "Bill_Payment_Type"
                }
              },
              {
                "transactionId": "Transaction_Id",
                "transactionDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "transactionReference": "Transaction_Reference",
                "transactionType": "Transaction_Type",
                "subTransactionType": "Transaction_Sub_Type",
                "paymentModes": "Payment_Modes",
                "creditDebitIndicator": "Credit_Debit_Indicator",
                "status": "Status",
                "transactionMutability": "Transaction_Mutability",
                "bookingDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "valueDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "amount": {
                  "amount": "0.00",
                  "currency": "Currency"
                },
                "chargeAmount": {
                  "amount": "0.00",
                  "currency": "Currency",
                  "chargeIncluded": true or false
                },
                "balance": {
                  "creditDebitIndicator": "Credit_Debit_Indicator",
                  "type": "Type",
                  "amount": {
                    "amount": "00.00",
                    "currency": "Currency"
                  }
                },
                "merchantDetails": {
                  "merchantName": "Merchant_Name",
                  "merchantCategoryCode": "Merchant_Category_Code",
                  "merchantId": Merchant_Id
                },
                "localTimeZone": "XXX+HH:MM",
                "terminalId": terminal_Id,
                "chargeAmountVat": {
                  "amount": "00.0000",
                  "currency": "Currency"
                },
                "flags": [
                  "Flag_Details"
                ],
                "cardInstrument": {
                  "cardSchemeName": "Card_Scheme_Name",
                  "instrumentType": "Instrument_Type",
                  "name": "Name",
                  "identification": "Identification_Details"
                },
                "creditorAccount": [
                  {}
                ],
                "debtorAccount": {
                  "identificationType": "Debit_Account",
                  "identification": "Identification_Details",
                  "name": "Name"
                },
                "transactionInformation": "Transaction_Info",
                "bankTransactionCode": {
                  "domain": "Domain",
                  "domainCode": "Domain_Code",
                  "family": "Family",
                  "familyCode": "Family_Code",
                  "subFamily": "Sub_Family",
                  "subFamilyCode": "Sub_Family_Code"
                },
                "proprietaryBankTransactionCode": {
                  "code": "Code",
                  "issuer": "Issuer"
                },
                "creditorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "debtorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "billDetails": {
                  "billerId": Biller_Id,
                  "billNumber": "Bill_Number",
                  "billPaymentType": "Bill_Payment_Type"
                }
              },
              {
                "transactionId": "Transaction_Id",
                "transactionDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "transactionReference": "Transaction_Reference",
                "transactionType": "Transaction_Type",
                "subTransactionType": "Transaction_Sub_Type",
                "paymentModes": "Payment_Modes",
                "creditDebitIndicator": "Credit_Debit_Indicator",
                "status": "Status",
                "transactionMutability": "Transaction_Mutability",
                "bookingDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "valueDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "amount": {
                  "amount": "0.00",
                  "currency": "Currency"
                },
                "chargeAmount": {
                  "amount": "0.00",
                  "currency": "Currency",
                  "chargeIncluded": true or false
                },
                "balance": {
                  "creditDebitIndicator": "Credit_Debit_Indicator",
                  "type": "Type",
                  "amount": {
                    "amount": "00.00",
                    "currency": "Currency"
                  }
                },
                "merchantDetails": {
                  "merchantName": "Merchant_Name",
                  "merchantCategoryCode": "Merchant_Category_Code",
                  "merchantId": Merchant_Id
                },
                "localTimeZone": "XXX+HH:MM",
                "terminalId": terminal_Id,
                "chargeAmountVat": {
                  "amount": "00.0000",
                  "currency": "Currency"
                },
                "flags": [
                  "Flag_Details"
                ],
                "cardInstrument": {
                  "cardSchemeName": "Card_Scheme_Name",
                  "instrumentType": "Instrument_Type",
                  "name": "Name",
                  "identification": "Identification_Details"
                },
                "creditorAccount": [
                  {}
                ],
                "debtorAccount": {
                  "identificationType": "Debit_Account",
                  "identification": "Identification_Details",
                  "name": "Name"
                },
                "transactionInformation": "Transaction_Info",
                "bankTransactionCode": {
                  "domain": "Domain",
                  "domainCode": "Domain_Code",
                  "family": "Family",
                  "familyCode": "Family_Code",
                  "subFamily": "Sub_Family",
                  "subFamilyCode": "Sub_Family_Code"
                },
                "proprietaryBankTransactionCode": {
                  "code": "Code",
                  "issuer": "Issuer"
                },
                "creditorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "debtorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "billDetails": {
                  "billerId": Biller_Id,
                  "billNumber": "Bill_Number",
                  "billPaymentType": "Bill_Payment_Type"
                }
              },
              {
                "transactionId": "Transaction_Id",
                "transactionDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "transactionReference": "Transaction_Reference",
                "transactionType": "Transaction_Type",
                "subTransactionType": "Transaction_Sub_Type",
                "paymentModes": "Payment_Modes",
                "creditDebitIndicator": "Credit_Debit_Indicator",
                "status": "Status",
                "transactionMutability": "Transaction_Mutability",
                "bookingDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "valueDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "amount": {
                  "amount": "0.00",
                  "currency": "Currency"
                },
                "chargeAmount": {
                  "amount": "0.00",
                  "currency": "Currency",
                  "chargeIncluded": true or false
                },
                "balance": {
                  "creditDebitIndicator": "Credit_Debit_Indicator",
                  "type": "Type",
                  "amount": {
                    "amount": "00.00",
                    "currency": "Currency"
                  }
                },
                "merchantDetails": {
                  "merchantName": "Merchant_Name",
                  "merchantCategoryCode": "Merchant_Category_Code",
                  "merchantId": Merchant_Id
                },
                "localTimeZone": "XXX+HH:MM",
                "terminalId": terminal_Id,
                "chargeAmountVat": {
                  "amount": "00.0000",
                  "currency": "Currency"
                },
                "flags": [
                  "Flag_Details"
                ],
                "cardInstrument": {
                  "cardSchemeName": "Card_Scheme_Name",
                  "instrumentType": "Instrument_Type",
                  "name": "Name",
                  "identification": "Identification_Details"
                },
                "creditorAccount": [
                  {}
                ],
                "debtorAccount": {
                  "identificationType": "Debit_Account",
                  "identification": "Identification_Details",
                  "name": "Name"
                },
                "transactionInformation": "Transaction_Info",
                "bankTransactionCode": {
                  "domain": "Domain",
                  "domainCode": "Domain_Code",
                  "family": "Family",
                  "familyCode": "Family_Code",
                  "subFamily": "Sub_Family",
                  "subFamilyCode": "Sub_Family_Code"
                },
                "proprietaryBankTransactionCode": {
                  "code": "Code",
                  "issuer": "Issuer"
                },
                "creditorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "debtorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "billDetails": {
                  "billerId": Biller_Id,
                  "billNumber": "Bill_Number",
                  "billPaymentType": "Bill_Payment_Type"
                }
              },
              {
                "transactionId": "Transaction_Id",
                "transactionDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "transactionReference": "Transaction_Reference",
                "transactionType": "Transaction_Type",
                "subTransactionType": "Transaction_Sub_Type",
                "paymentModes": "Payment_Modes",
                "creditDebitIndicator": "Credit_Debit_Indicator",
                "status": "Status",
                "transactionMutability": "Transaction_Mutability",
                "bookingDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "valueDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "amount": {
                  "amount": "0.00",
                  "currency": "Currency"
                },
                "chargeAmount": {
                  "amount": "0.00",
                  "currency": "Currency",
                  "chargeIncluded": true or false
                },
                "balance": {
                  "creditDebitIndicator": "Credit_Debit_Indicator",
                  "type": "Type",
                  "amount": {
                    "amount": "00.00",
                    "currency": "Currency"
                  }
                },
                "merchantDetails": {
                  "merchantName": "Merchant_Name",
                  "merchantCategoryCode": "Merchant_Category_Code",
                  "merchantId": Merchant_Id
                },
                "localTimeZone": "XXX+HH:MM",
                "terminalId": terminal_Id,
                "chargeAmountVat": {
                  "amount": "00.0000",
                  "currency": "Currency"
                },
                "flags": [
                  "Flag_Details"
                ],
                "cardInstrument": {
                  "cardSchemeName": "Card_Scheme_Name",
                  "instrumentType": "Instrument_Type",
                  "name": "Name",
                  "identification": "Identification_Details"
                },
                "creditorAccount": [
                  {}
                ],
                "debtorAccount": {
                  "identificationType": "Debit_Account",
                  "identification": "Identification_Details",
                  "name": "Name"
                },
                "transactionInformation": "Transaction_Info",
                "bankTransactionCode": {
                  "domain": "Domain",
                  "domainCode": "Domain_Code",
                  "family": "Family",
                  "familyCode": "Family_Code",
                  "subFamily": "Sub_Family",
                  "subFamilyCode": "Sub_Family_Code"
                },
                "proprietaryBankTransactionCode": {
                  "code": "Code",
                  "issuer": "Issuer"
                },
                "creditorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "debtorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "billDetails": {
                  "billerId": Biller_Id,
                  "billNumber": "Bill_Number",
                  "billPaymentType": "Bill_Payment_Type"
                }
              },
              {
                "transactionId": "Transaction_Id",
                "transactionDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "transactionReference": "Transaction_Reference",
                "transactionType": "Transaction_Type",
                "subTransactionType": "Transaction_Sub_Type",
                "paymentModes": "Payment_Modes",
                "creditDebitIndicator": "Credit_Debit_Indicator",
                "status": "Status",
                "transactionMutability": "Transaction_Mutability",
                "bookingDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "valueDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "amount": {
                  "amount": "0.00",
                  "currency": "Currency"
                },
                "chargeAmount": {
                  "amount": "0.00",
                  "currency": "Currency",
                  "chargeIncluded": true or false
                },
                "balance": {
                  "creditDebitIndicator": "Credit_Debit_Indicator",
                  "type": "Type",
                  "amount": {
                    "amount": "00.00",
                    "currency": "Currency"
                  }
                },
                "merchantDetails": {
                  "merchantName": "Merchant_Name",
                  "merchantCategoryCode": "Merchant_Category_Code",
                  "merchantId": Merchant_Id
                },
                "localTimeZone": "XXX+HH:MM",
                "terminalId": terminal_Id,
                "chargeAmountVat": {
                  "amount": "00.0000",
                  "currency": "Currency"
                },
                "flags": [
                  "Flag_Details"
                ],
                "cardInstrument": {
                  "cardSchemeName": "Card_Scheme_Name",
                  "instrumentType": "Instrument_Type",
                  "name": "Name",
                  "identification": "Identification_Details"
                },
                "creditorAccount": [
                  {}
                ],
                "debtorAccount": {
                  "identificationType": "Debit_Account",
                  "identification": "Identification_Details",
                  "name": "Name"
                },
                "transactionInformation": "Transaction_Info",
                "bankTransactionCode": {
                  "domain": "Domain",
                  "domainCode": "Domain_Code",
                  "family": "Family",
                  "familyCode": "Family_Code",
                  "subFamily": "Sub_Family",
                  "subFamilyCode": "Sub_Family_Code"
                },
                "proprietaryBankTransactionCode": {
                  "code": "Code",
                  "issuer": "Issuer"
                },
                "creditorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "debtorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "billDetails": {
                  "billerId": Biller_Id,
                  "billNumber": "Bill_Number",
                  "billPaymentType": "Bill_Payment_Type"
                }
              },
              {
                "transactionId": "Transaction_Id",
                "transactionDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "transactionReference": "Transaction_Reference",
                "transactionType": "Transaction_Type",
                "subTransactionType": "Transaction_Sub_Type",
                "paymentModes": "Payment_Modes",
                "creditDebitIndicator": "Credit_Debit_Indicator",
                "status": "Status",
                "transactionMutability": "Transaction_Mutability",
                "bookingDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "valueDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "amount": {
                  "amount": "0.00",
                  "currency": "Currency"
                },
                "chargeAmount": {
                  "amount": "0.00",
                  "currency": "Currency",
                  "chargeIncluded": true or false
                },
                "balance": {
                  "creditDebitIndicator": "Credit_Debit_Indicator",
                  "type": "Type",
                  "amount": {
                    "amount": "00.00",
                    "currency": "Currency"
                  }
                },
                "merchantDetails": {
                  "merchantName": "Merchant_Name",
                  "merchantCategoryCode": "Merchant_Category_Code",
                  "merchantId": Merchant_Id
                },
                "localTimeZone": "XXX+HH:MM",
                "terminalId": terminal_Id,
                "chargeAmountVat": {
                  "amount": "00.0000",
                  "currency": "Currency"
                },
                "flags": [
                  "Flag_Details"
                ],
                "cardInstrument": {
                  "cardSchemeName": "Card_Scheme_Name",
                  "instrumentType": "Instrument_Type",
                  "name": "Name",
                  "identification": "Identification_Details"
                },
                "creditorAccount": [
                  {}
                ],
                "debtorAccount": {
                  "identificationType": "Debit_Account",
                  "identification": "Identification_Details",
                  "name": "Name"
                },
                "transactionInformation": "Transaction_Info",
                "bankTransactionCode": {
                  "domain": "Domain",
                  "domainCode": "Domain_Code",
                  "family": "Family",
                  "familyCode": "Family_Code",
                  "subFamily": "Sub_Family",
                  "subFamilyCode": "Sub_Family_Code"
                },
                "proprietaryBankTransactionCode": {
                  "code": "Code",
                  "issuer": "Issuer"
                },
                "creditorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "debtorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "billDetails": {
                  "billerId": Biller_Id,
                  "billNumber": "Bill_Number",
                  "billPaymentType": "Bill_Payment_Type"
                }
              },
              {
                "transactionId": "Transaction_Id",
                "transactionDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "transactionReference": "Transaction_Reference",
                "transactionType": "Transaction_Type",
                "subTransactionType": "Transaction_Sub_Type",
                "paymentModes": "Payment_Modes",
                "creditDebitIndicator": "Credit_Debit_Indicator",
                "status": "Status",
                "transactionMutability": "Transaction_Mutability",
                "bookingDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "valueDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "amount": {
                  "amount": "0.00",
                  "currency": "Currency"
                },
                "chargeAmount": {
                  "amount": "0.00",
                  "currency": "Currency",
                  "chargeIncluded": true or false
                },
                "balance": {
                  "creditDebitIndicator": "Credit_Debit_Indicator",
                  "type": "Type",
                  "amount": {
                    "amount": "00.00",
                    "currency": "Currency"
                  }
                },
                "merchantDetails": {
                  "merchantName": "Merchant_Name",
                  "merchantCategoryCode": "Merchant_Category_Code",
                  "merchantId": Merchant_Id
                },
                "localTimeZone": "XXX+HH:MM",
                "terminalId": terminal_Id,
                "chargeAmountVat": {
                  "amount": "00.0000",
                  "currency": "Currency"
                },
                "flags": [
                  "Flag_Details"
                ],
                "cardInstrument": {
                  "cardSchemeName": "Card_Scheme_Name",
                  "instrumentType": "Instrument_Type",
                  "name": "Name",
                  "identification": "Identification_Details"
                },
                "creditorAccount": [
                  {}
                ],
                "debtorAccount": {
                  "identificationType": "Debit_Account",
                  "identification": "Identification_Details",
                  "name": "Name"
                },
                "transactionInformation": "Transaction_Info",
                "bankTransactionCode": {
                  "domain": "Domain",
                  "domainCode": "Domain_Code",
                  "family": "Family",
                  "familyCode": "Family_Code",
                  "subFamily": "Sub_Family",
                  "subFamilyCode": "Sub_Family_Code"
                },
                "proprietaryBankTransactionCode": {
                  "code": "Code",
                  "issuer": "Issuer"
                },
                "creditorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "debtorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "billDetails": {
                  "billerId": Biller_Id,
                  "billNumber": "Bill_Number",
                  "billPaymentType": "Bill_Payment_Type"
                }
              },
              {
                "transactionId": "Transaction_Id",
                "transactionDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "transactionReference": "Transaction_Reference",
                "transactionType": "Transaction_Type",
                "subTransactionType": "Transaction_Sub_Type",
                "paymentModes": "Payment_Modes",
                "creditDebitIndicator": "Credit_Debit_Indicator",
                "status": "Status",
                "transactionMutability": "Transaction_Mutability",
                "bookingDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "valueDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "amount": {
                  "amount": "0.00",
                  "currency": "Currency"
                },
                "chargeAmount": {
                  "amount": "0.00",
                  "currency": "Currency",
                  "chargeIncluded": true or false
                },
                "balance": {
                  "creditDebitIndicator": "Credit_Debit_Indicator",
                  "type": "Type",
                  "amount": {
                    "amount": "00.00",
                    "currency": "Currency"
                  }
                },
                "merchantDetails": {
                  "merchantName": "Merchant_Name",
                  "merchantCategoryCode": "Merchant_Category_Code",
                  "merchantId": Merchant_Id
                },
                "localTimeZone": "XXX+HH:MM",
                "terminalId": terminal_Id,
                "chargeAmountVat": {
                  "amount": "00.0000",
                  "currency": "Currency"
                },
                "flags": [
                  "Flag_Details"
                ],
                "cardInstrument": {
                  "cardSchemeName": "Card_Scheme_Name",
                  "instrumentType": "Instrument_Type",
                  "name": "Name",
                  "identification": "Identification_Details"
                },
                "creditorAccount": [
                  {}
                ],
                "debtorAccount": {
                  "identificationType": "Debit_Account",
                  "identification": "Identification_Details",
                  "name": "Name"
                },
                "transactionInformation": "Transaction_Info",
                "bankTransactionCode": {
                  "domain": "Domain",
                  "domainCode": "Domain_Code",
                  "family": "Family",
                  "familyCode": "Family_Code",
                  "subFamily": "Sub_Family",
                  "subFamilyCode": "Sub_Family_Code"
                },
                "proprietaryBankTransactionCode": {
                  "code": "Code",
                  "issuer": "Issuer"
                },
                "creditorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "debtorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "billDetails": {
                  "billerId": Biller_Id,
                  "billNumber": "Bill_Number",
                  "billPaymentType": "Bill_Payment_Type"
                }
              },
              {
                "transactionId": "Transaction_Id",
                "transactionDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "transactionReference": "Transaction_Reference",
                "transactionType": "Transaction_Type",
                "subTransactionType": "Transaction_Sub_Type",
                "paymentModes": "Payment_Modes",
                "creditDebitIndicator": "Credit_Debit_Indicator",
                "status": "Status",
                "transactionMutability": "Transaction_Mutability",
                "bookingDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "valueDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "amount": {
                  "amount": "0.00",
                  "currency": "Currency"
                },
                "chargeAmount": {
                  "amount": "0.00",
                  "currency": "Currency",
                  "chargeIncluded": true or false
                },
                "balance": {
                  "creditDebitIndicator": "Credit_Debit_Indicator",
                  "type": "Type",
                  "amount": {
                    "amount": "00.00",
                    "currency": "Currency"
                  }
                },
                "merchantDetails": {
                  "merchantName": "Merchant_Name",
                  "merchantCategoryCode": "Merchant_Category_Code",
                  "merchantId": Merchant_Id
                },
                "localTimeZone": "XXX+HH:MM",
                "terminalId": terminal_Id,
                "chargeAmountVat": {
                  "amount": "00.0000",
                  "currency": "Currency"
                },
                "flags": [
                  "Flag_Details"
                ],
                "cardInstrument": {
                  "cardSchemeName": "Card_Scheme_Name",
                  "instrumentType": "Instrument_Type",
                  "name": "Name",
                  "identification": "Identification_Details"
                },
                "creditorAccount": [
                  {}
                ],
                "debtorAccount": {
                  "identificationType": "Debit_Account",
                  "identification": "Identification_Details",
                  "name": "Name"
                },
                "transactionInformation": "Transaction_Info",
                "bankTransactionCode": {
                  "domain": "Domain",
                  "domainCode": "Domain_Code",
                  "family": "Family",
                  "familyCode": "Family_Code",
                  "subFamily": "Sub_Family",
                  "subFamilyCode": "Sub_Family_Code"
                },
                "proprietaryBankTransactionCode": {
                  "code": "Code",
                  "issuer": "Issuer"
                },
                "creditorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "debtorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "billDetails": {
                  "billerId": Biller_Id,
                  "billNumber": "Bill_Number",
                  "billPaymentType": "Bill_Payment_Type"
                }
              },
              {
                "transactionId": "Transaction_Id",
                "transactionDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "transactionReference": "Transaction_Reference",
                "transactionType": "Transaction_Type",
                "subTransactionType": "Transaction_Sub_Type",
                "paymentModes": "Payment_Modes",
                "creditDebitIndicator": "Credit_Debit_Indicator",
                "status": "Status",
                "transactionMutability": "Transaction_Mutability",
                "bookingDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "valueDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "amount": {
                  "amount": "0.00",
                  "currency": "Currency"
                },
                "chargeAmount": {
                  "amount": "0.00",
                  "currency": "Currency",
                  "chargeIncluded": true or false
                },
                "balance": {
                  "creditDebitIndicator": "Credit_Debit_Indicator",
                  "type": "Type",
                  "amount": {
                    "amount": "00.00",
                    "currency": "Currency"
                  }
                },
                "merchantDetails": {
                  "merchantName": "Merchant_Name",
                  "merchantCategoryCode": "Merchant_Category_Code",
                  "merchantId": Merchant_Id
                },
                "localTimeZone": "XXX+HH:MM",
                "terminalId": terminal_Id,
                "chargeAmountVat": {
                  "amount": "00.0000",
                  "currency": "Currency"
                },
                "flags": [
                  "Flag_Details"
                ],
                "cardInstrument": {
                  "cardSchemeName": "Card_Scheme_Name",
                  "instrumentType": "Instrument_Type",
                  "name": "Name",
                  "identification": "Identification_Details"
                },
                "creditorAccount": [
                  {}
                ],
                "debtorAccount": {
                  "identificationType": "Debit_Account",
                  "identification": "Identification_Details",
                  "name": "Name"
                },
                "transactionInformation": "Transaction_Info",
                "bankTransactionCode": {
                  "domain": "Domain",
                  "domainCode": "Domain_Code",
                  "family": "Family",
                  "familyCode": "Family_Code",
                  "subFamily": "Sub_Family",
                  "subFamilyCode": "Sub_Family_Code"
                },
                "proprietaryBankTransactionCode": {
                  "code": "Code",
                  "issuer": "Issuer"
                },
                "creditorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "debtorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "billDetails": {
                  "billerId": Biller_Id,
                  "billNumber": "Bill_Number",
                  "billPaymentType": "Bill_Payment_Type"
                }
              },
              {
                "transactionId": "Transaction_Id",
                "transactionDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "transactionReference": "Transaction_Reference",
                "transactionType": "Transaction_Type",
                "subTransactionType": "Transaction_Sub_Type",
                "paymentModes": "Payment_Modes",
                "creditDebitIndicator": "Credit_Debit_Indicator",
                "status": "Status",
                "transactionMutability": "Transaction_Mutability",
                "bookingDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "valueDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "amount": {
                  "amount": "0.00",
                  "currency": "Currency"
                },
                "chargeAmount": {
                  "amount": "0.00",
                  "currency": "Currency",
                  "chargeIncluded": true or false
                },
                "balance": {
                  "creditDebitIndicator": "Credit_Debit_Indicator",
                  "type": "Type",
                  "amount": {
                    "amount": "00.00",
                    "currency": "Currency"
                  }
                },
                "merchantDetails": {
                  "merchantName": "Merchant_Name",
                  "merchantCategoryCode": "Merchant_Category_Code",
                  "merchantId": Merchant_Id
                },
                "localTimeZone": "XXX+HH:MM",
                "terminalId": terminal_Id,
                "chargeAmountVat": {
                  "amount": "00.0000",
                  "currency": "Currency"
                },
                "flags": [
                  "Flag_Details"
                ],
                "cardInstrument": {
                  "cardSchemeName": "Card_Scheme_Name",
                  "instrumentType": "Instrument_Type",
                  "name": "Name",
                  "identification": "Identification_Details"
                },
                "creditorAccount": [
                  {}
                ],
                "debtorAccount": {
                  "identificationType": "Debit_Account",
                  "identification": "Identification_Details",
                  "name": "Name"
                },
                "transactionInformation": "Transaction_Info",
                "bankTransactionCode": {
                  "domain": "Domain",
                  "domainCode": "Domain_Code",
                  "family": "Family",
                  "familyCode": "Family_Code",
                  "subFamily": "Sub_Family",
                  "subFamilyCode": "Sub_Family_Code"
                },
                "proprietaryBankTransactionCode": {
                  "code": "Code",
                  "issuer": "Issuer"
                },
                "creditorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "debtorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "billDetails": {
                  "billerId": Biller_Id,
                  "billNumber": "Bill_Number",
                  "billPaymentType": "Bill_Payment_Type"
                }
              },
              {
                "transactionId": "Transaction_Id",
                "transactionDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "transactionReference": "Transaction_Reference",
                "transactionType": "Transaction_Type",
                "subTransactionType": "Transaction_Sub_Type",
                "paymentModes": "Payment_Modes",
                "creditDebitIndicator": "Credit_Debit_Indicator",
                "status": "Status",
                "transactionMutability": "Transaction_Mutability",
                "bookingDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "valueDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "amount": {
                  "amount": "0.00",
                  "currency": "Currency"
                },
                "chargeAmount": {
                  "amount": "0.00",
                  "currency": "Currency",
                  "chargeIncluded": true or false
                },
                "balance": {
                  "creditDebitIndicator": "Credit_Debit_Indicator",
                  "type": "Type",
                  "amount": {
                    "amount": "00.00",
                    "currency": "Currency"
                  }
                },
                "merchantDetails": {
                  "merchantName": "Merchant_Name",
                  "merchantCategoryCode": "Merchant_Category_Code",
                  "merchantId": Merchant_Id
                },
                "localTimeZone": "XXX+HH:MM",
                "terminalId": terminal_Id,
                "chargeAmountVat": {
                  "amount": "00.0000",
                  "currency": "Currency"
                },
                "flags": [
                  "Flag_Details"
                ],
                "cardInstrument": {
                  "cardSchemeName": "Card_Scheme_Name",
                  "instrumentType": "Instrument_Type",
                  "name": "Name",
                  "identification": "Identification_Details"
                },
                "creditorAccount": [
                  {}
                ],
                "debtorAccount": {
                  "identificationType": "Debit_Account",
                  "identification": "Identification_Details",
                  "name": "Name"
                },
                "transactionInformation": "Transaction_Info",
                "bankTransactionCode": {
                  "domain": "Domain",
                  "domainCode": "Domain_Code",
                  "family": "Family",
                  "familyCode": "Family_Code",
                  "subFamily": "Sub_Family",
                  "subFamilyCode": "Sub_Family_Code"
                },
                "proprietaryBankTransactionCode": {
                  "code": "Code",
                  "issuer": "Issuer"
                },
                "creditorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "debtorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "billDetails": {
                  "billerId": Biller_Id,
                  "billNumber": "Bill_Number",
                  "billPaymentType": "Bill_Payment_Type"
                }
              },
              {
                "transactionId": "Transaction_Id",
                "transactionDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "transactionReference": "Transaction_Reference",
                "transactionType": "Transaction_Type",
                "subTransactionType": "Transaction_Sub_Type",
                "paymentModes": "Payment_Modes",
                "creditDebitIndicator": "Credit_Debit_Indicator",
                "status": "Status",
                "transactionMutability": "Transaction_Mutability",
                "bookingDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "valueDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
                "amount": {
                  "amount": "0.00",
                  "currency": "Currency"
                },
                "chargeAmount": {
                  "amount": "0.00",
                  "currency": "Currency",
                  "chargeIncluded": true or false
                },
                "balance": {
                  "creditDebitIndicator": "Credit_Debit_Indicator",
                  "type": "Type",
                  "amount": {
                    "amount": "00.00",
                    "currency": "Currency"
                  }
                },
                "merchantDetails": {
                  "merchantName": "Merchant_Name",
                  "merchantCategoryCode": "Merchant_Category_Code",
                  "merchantId": Merchant_Id
                },
                "localTimeZone": "XXX+HH:MM",
                "terminalId": terminal_Id,
                "chargeAmountVat": {
                  "amount": "00.0000",
                  "currency": "Currency"
                },
                "flags": [
                  "Flag_Details"
                ],
                "cardInstrument": {
                  "cardSchemeName": "Card_Scheme_Name",
                  "instrumentType": "Instrument_Type",
                  "name": "Name",
                  "identification": "Identification_Details"
                },
                "creditorAccount": [
                  {}
                ],
                "debtorAccount": {
                  "identificationType": "Debit_Account",
                  "identification": "Identification_Details",
                  "name": "Name"
                },
                "transactionInformation": "Transaction_Info",
                "bankTransactionCode": {
                  "domain": "Domain",
                  "domainCode": "Domain_Code",
                  "family": "Family",
                  "familyCode": "Family_Code",
                  "subFamily": "Sub_Family",
                  "subFamilyCode": "Sub_Family_Code"
                },
                "proprietaryBankTransactionCode": {
                  "code": "Code",
                  "issuer": "Issuer"
                },
                "creditorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "debtorAgent": {
                  "identificationType": "Identification_Type",
                  "identification": "Identification",
                  "postalAddress": {
                    "addressType": "Address_Type",
                    "streetName": "Street_Name",
                    "buildingNumber": "Building_Number",
                    "postalCode": "Postal_Code",
                    "city": "City_Name",
                    "country": "Country",
                    "shortAddress": "Short_Address",
                    "unitNumber": Unit_Number,
                    "secondaryNumber": "Secondary_Number",
                    "district": "District"
                  },
                  "name": "Name"
                },
                "billDetails": {
                  "billerId": Biller_Id,
                  "billNumber": "Bill_Number",
                  "billPaymentType": "Bill_Payment_Type"
                }
              }
            ]
          }
        ]
      },
      "links": {
        "self": "https://"
      },
      "meta": {
        "totalPages": 0
      },
      "insights": {
        "startDate": "YYYY-MM-DDTHH:MM:SS.SSSZ",
        "endDate": "YYYY-MM-DDTHH:MM:SS.SSSZ",
        "currency": "Currency",
        "cashOut": {
          "amount": 0000.000000000000,
          "currency": "Currency",
          "count": 00
        },
        "yesterDayCashOut": {
          "amount": 0,
          "currency": "Currency",
          "count": 0
        },
        "cashOutTimeLine": [
          {
            "date": "YYYY MM DD",
            "count": 0,
            "amount": 0000.00,
            "currency": "Currency"
          }
        ],
        "cashOutCategories": [
          {
            "category": "Category",
            "count": 0,
            "amount": 00.00,
            "currency": "Currency"
          }
        ],
        "bankCode": "Bank_Code"
      }
    }
  ],
  "overAllTxns": {
    "cashOut": {
      "count": 00,
      "amount": 0000.0000000000,
      "currency": "Currency"
    },
    "cashOutCategories": [
      {
        "name": "Category",
        "count": 0,
        "amount": 000.00,
        "percentage": 0.000000000000000,
        "currency": "Currency"
      }
    ],
    "cashOutTimeLine": [
      {
        "date": "YYYY MM DD",
        "count": 00,
        "amount": 0000.00,
        "currency": "Currency"
      }
    ],
    "yesterDayCashOut": {
      "count": 0,
      "amount": 0,
      "currency": "Currency"
    },
    "transactions": [
      {
        "transactionId": "Transaction_Id",
        "transactionDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
        "transactionReference": "Transaction_Reference",
        "transactionType": "Transaction_Type",
        "subTransactionType": "Transaction_Sub_Type",
        "paymentModes": "Payment_Modes",
        "creditDebitIndicator": "Credit_Debit_Indicator",
        "status": "Status",
        "transactionMutability": "Transaction_Mutability",
        "bookingDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
        "valueDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
        "amount": {
          "amount": "0.00",
          "currency": "Currency"
        },
        "chargeAmount": {
          "amount": "0.00",
          "currency": "Currency",
          "chargeIncluded": true or false
        },
        "balance": {
          "creditDebitIndicator": "Credit_Debit_Indicator",
          "type": "Type",
          "amount": {
            "amount": "00.00",
            "currency": "Currency"
          }
        },
        "merchantDetails": {
          "merchantName": "Merchant_Name",
          "merchantCategoryCode": "Merchant_Category_Code",
          "merchantId": Merchant_Id
        },
        "localTimeZone": "XXX+HH:MM",
        "terminalId": terminal_Id,
        "chargeAmountVat": {
          "amount": "00.0000",
          "currency": "Currency"
        },
        "flags": [
          "Flag_Details"
        ],
        "cardInstrument": {
          "cardSchemeName": "Card_Scheme_Name",
          "instrumentType": "Instrument_Type",
          "name": "Name",
          "identification": "Identification_Details"
        },
        "creditorAccount": [
          {}
        ],
        "debtorAccount": {
          "identificationType": "Debit_Account",
          "identification": "Identification_Details",
          "name": "Name"
        },
        "transactionInformation": "Transaction_Info",
        "bankTransactionCode": {
          "domain": "Domain",
          "domainCode": "Domain_Code",
          "family": "Family",
          "familyCode": "Family_Code",
          "subFamily": "Sub_Family",
          "subFamilyCode": "Sub_Family_Code"
        },
        "proprietaryBankTransactionCode": {
          "code": "Code",
          "issuer": "Issuer"
        },
        "creditorAgent": {
          "identificationType": "Identification_Type",
          "identification": "Identification",
          "postalAddress": {
            "addressType": "Address_Type",
            "streetName": "Street_Name",
            "buildingNumber": "Building_Number",
            "postalCode": "Postal_Code",
            "city": "City_Name",
            "country": "Country",
            "shortAddress": "Short_Address",
            "unitNumber": Unit_Number,
            "secondaryNumber": "Secondary_Number",
            "district": "District"
          },
          "name": "Name"
        },
        "debtorAgent": {
          "identificationType": "Identification_Type",
          "identification": "Identification",
          "postalAddress": {
            "addressType": "Address_Type",
            "streetName": "Street_Name",
            "buildingNumber": "Building_Number",
            "postalCode": "Postal_Code",
            "city": "City_Name",
            "country": "Country",
            "shortAddress": "Short_Address",
            "unitNumber": Unit_Number,
            "secondaryNumber": "Secondary_Number",
            "district": "District"
          },
          "name": "Name"
        },
        "billDetails": {
          "billerId": Biller_Id,
          "billNumber": "Bill_Number",
          "billPaymentType": "Bill_Payment_Type"
        }
      }
    ]
  }
}

Response description

JSON Tag

Description

success

Process success status represented as True or False

payload

Payload tag carrying response information

code

Unique bank code identification

data

Tag carrying accounts and transactions data included in the response

accountId

Unique account identification

accountHolderName

Name of the account holder

accountHolderShortName

Short name of the account holder

status

Status of the account

currency

Default currency of the account

nickname

Nickname of the account

accountType

Details of account type

accountSubType

Details of account sub-type

accountIdentifiers

Tag carrying account identifiers details

identificationType

Account identification type details

identification

Account identification details

name

Name of the account identifier

servicer

Tag carrying account servicer details

identificationType

Servicer identification type details

identification

Servicer identification details

statusUpdateDateTime

Last time and date of update for account information

description

Description of the update

openingDate

Opening date of the account

maturityDate

Maturity date of the account

transactions

Tag carrying account transactions information

transactionId

Unique transaction identification

transactionDateTime

Time and date of the transaction executed

transactionReference

Unique transaction reference details

transactionType

Type of transaction

subTransactionType

Sub-type of the transaction

paymentModes

Mode of the payment

creditDebitIndicator

Credit or debit indicator for the transaction

status

Status of the transaction

transactionMutability

Mutability factor of the transaction

bookingDateTime

Date and time of booking the transaction

valueDateTime

Date and time of transaction value

amount

Tag carrying transaction amount information

amount

Transaction amount

currency

Default currency of the account in which the transaction amount is indicated

chargeAmount

Tag carrying transaction charges information

amount

Total amount charged for the transaction

currency

Default currency of account in which the transaction charge amount is indicated

chargeIncluded

Indicates if the charge amount is included in transaction amount as true or false

balance

Balance info after the transaction

creditDebitIndicator

Indicates whether the balance is a credit or a debit balance

type

Indicator type details

amount

Tag carrying balance amount information

amount

Available amount balance

currency

Currency in which the balance is indicated

merchantDetails

Tag carrying merchant details

merchantName

Name of the merchant

merchantCategoryCode

Assigned merchant category code

merchantId

Unique merchant identification

localTimeZone

Local time zone information

terminalId

Unique terminal identification

chargeAmountVat

Tag carrying VAT amount charges and details

amount

VAT amount charged

currency

Currency of VAT amount charged indicated

flags

Tag carrying flags as array of strings

cardInstrument

Tag carrying card details

cardSchemeName

Scheme name description of the card

instrumentType

Type of instrument used for the card payment

name

Name on the card

identification

Unique card identification

creditorAccount

Tag carrying creditor account information

debtorAccount

Tag carrying debtor account information

identificationType

Type of identification of the account

identification

Account identification details

name

Name of the account holder

transactionInformation

Details of the transaction information

bankTransactionCode

Tag carrying transaction bank codes

domain

Domain details

domainCode

Domain code

family

Domain family details

familyCode

Domain family code

subFamily

Domain sub-family details

subFamilyCode

Domain sub-family code

proprietaryBankTransactionCode

Tag representing proprietary bank transaction code and details

code

Unique proprietary transaction code

issuer

Name of the issuer of the code

creditorAgent

Tag carrying creditor agent information

debtorAgent

Tag carrying debtor agent information

identificationType

Type of identification of the creditor/debtor account

identification

Unique identification details of the creditor/debtor account

postalAddress

Postal address of the creditor/debtor account

addressType

Address type on the creditor/debtor account

streetName

Street name on the creditor/debtor account

buildingNumber

Building number of the creditor/debtor account

postalCode

Postal code on the creditor/debtor

city

City of the creditor/debtor

country

Country of the creditor/debtor

shortAddress

Short address of the creditor/debtor

unitNumber

Unit number of the creditor/debtor

secondaryNumber

Secondary number of the creditor/debtor

district

District of the creditor/debtor

name

Name of the creditor/debtor

billDetails

Tag carrying bill details

billerId

Unique biller identification

billNumber

Bill number

billPaymentType

Payment type for the bill

links

Redirect link

self

Own link/URL details

meta

Meta tag

totalPages

Information displayed in terms of pages

insights

Tag carrying information on insights

startDate

Initial date of insight period

endDate

Final date of insight period

currency

Default currency of the insights

cashOut

Tag carrying information on cash-out

amount

Amount of total cash-out during insight period

currency

Currency representing the amount

count

Total count of cash-out transactions

yesterDayCashOut

Tag representing yesterday's cash-out

amount

Amount of total yesterday's cash-out

currency

Currency representing the cash-out

count

Total count of yesterday's cash-out

cashOutTimeLine

Tag carrying information on cash-out timeline

date

Date and month of cash-out analysis

count

Count of cash-out during the month

amount

Amount of cash-out during the month

currency

Currency of cash-out

cashOutCategories

Tag carrying information on cash-out categories

category

Category of cash-out

count

Count of transactions for cash-out category

amount

Amount of transactions for cash-out category

currency

Currency of amount representation

bankCode

Unique bank code identification

overAllTxns

Tag carrying information on overall transactions included in the response

cashOut

Tag carrying information on total cash-out in the response

count

Count of total cash-outs

amount

Amount of total cash-outs

currency

Currency of amount representation

cashOutCategories

Tag carrying information on cash-out categories

name

Name of the category

count

Count of cash-out category transactions

amount

Total amount of cash-out category

percentage

Percentage of category towards overall categories

currency

Currency of the category

cashOutTimeLine

Tag carrying information on cash-out timeline

date

Date in cash-out timeline

count

Count of cash-out transactions on the date

amount

Amount of total cash-outs on the date

currency

Currency of representation of cash-out amount

yesterDayCashOut

Tag representing yesterday's cash-outs

count

Count of yesterday's cash-outs

amount

Amount of total cash-outs occurred yesterday

currency

Currency of amount representation

Updated July 2, 2026

PreviousData Enrichment 💎NextE-Statement
Was this helpful?