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:

EndpointuseCaseType Valuepermissions Value
/v1/api/observice/connectEXPENSECHECKReadAccountsBasic
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 URLMethodAuthentication requirements
/v1/api/observice/allAccountsTransactionsPOST1. clientId
2. clientCode
3. signature
4. Authorization Bearer: Token

Sample request

{
    "dateTimeStamp": "YYYY-MM-DDTHH:MM:SS",
    "requestID": "Enter_Request_Id",
    "merchantId": "Enter_Merchant_Id",
  	"insights": true,
 	  "expenseCheck" : true,
    "fromDate": "YYYY-MM-DDTHH:MM:SS.SSSZ",
    "toDate": "YYYY-MM-DDTHH:MM:SS.SSSZ",
    "timeline": "By_Day/Month/Year"
    "banks": [
        {
            "code": "Enter_Bank_Code",
            "consentId":"Enter_Consent_Id"
        }
    ]
}

Request description

JSON TagDescriptionData type
DateTimeStamp
Mandatory
Stamp denoting the date and time of the requestString
RequestID
Mandatory
Unique request identificationString
merchantId
Mandatory
Unique merchant identificationString
insights
Mandatory
Insights tag to be denoted as trueBoolean
expenseCheck
Mandatory
Expense check service tag to be denoted as trueBoolean
fromDate
Mandatory
Initial date of transaction periodString
toDate
Mandatory
Final date of transaction periodString
timeline
Mandatory
Timeline classification tag to be denoted as By Month/By Week/By YearBoolean
banks
Mandatory
Array of banks and consentsObject
code
Mandatory
Unique bank identification codeString
consentId
Mandatory
Unique consent identificationString

Sample response

{
  "success": true,
  "payload": [
    {
      "code": "Bank_Code",
      "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 TagDescription
successProcess success status represented as True or False
payloadPayload tag carrying response information
codeUnique bank code identification
dataTag carrying accounts and transactions data included in the response
accountIdUnique account identification
accountHolderNameName of the account holder
accountHolderShortNameShort name of the account holder
statusStatus of the account
currencyDefault currency of the account
nicknameNickname of the account
accountTypeDetails of account type
accountSubTypeDetails of account sub-type
accountIdentifiersTag carrying account identifiers details
identificationTypeAccount identification type details
identificationAccount identification details
nameName of the account identifier
servicerTag carrying account servicer details
identificationTypeServicer identification type details
identificationServicer identification details
statusUpdateDateTimeLast time and date of update for account information
descriptionDescription of the update
openingDateOpening date of the account
maturityDateMaturity date of the account
transactionsTag carrying account transactions information
transactionIdUnique transaction identification
transactionDateTimeTime and date of the transaction executed
transactionReferenceUnique transaction reference details
transactionTypeType of transaction
subTransactionTypeSub-type of the transaction
paymentModesMode of the payment
creditDebitIndicatorCredit or debit indicator for the transaction
statusStatus of the transaction
transactionMutabilityMutability factor of the transaction
bookingDateTimeDate and time of booking the transaction
valueDateTimeDate and time of transaction value
amountTag carrying transaction amount information
amountTransaction amount
currencyDefault currency of the account in which the transaction amount is indicated
chargeAmountTag carrying transaction charges information
amountTotal amount charged for the transaction
currencyDefault currency of account in which the transaction charge amount is indicated
chargeIncludedIndicates if the charge amount is included in transaction amount as true or false
balanceBalance info after the transaction
creditDebitIndicatorIndicates whether the balance is a credit or a debit balance
typeIndicator type details
amountTag carrying balance amount information
amountAvailable amount balance
currencyCurrency in which the balance is indicated
merchantDetailsTag carrying merchant details
merchantNameName of the merchant
merchantCategoryCodeAssigned merchant category code
merchantIdUnique merchant identification
localTimeZoneLocal time zone information
terminalIdUnique terminal identification
chargeAmountVatTag carrying VAT amount charges and details
amountVAT amount charged
currencyCurrency of VAT amount charged indicated
flagsTag carrying flags as array of strings
cardInstrumentTag carrying card details
cardSchemeNameScheme name description of the card
instrumentTypeType of instrument used for the card payment
nameName on the card
identificationUnique card identification
creditorAccountTag carrying creditor account information
debtorAccountTag carrying debtor account information
identificationTypeType of identification of the account
identificationAccount identification details
nameName of the account holder
transactionInformationDetails of the transaction information
bankTransactionCodeTag carrying transaction bank codes
domainDomain details
domainCodeDomain code
familyDomain family details
familyCodeDomain family code
subFamilyDomain sub-family details
subFamilyCodeDomain sub-family code
proprietaryBankTransactionCodeTag representing proprietary bank transaction code and details
codeUnique proprietary transaction code
issuerName of the issuer of the code
creditorAgentTag carrying creditor agent information
debtorAgentTag carrying debtor agent information
identificationTypeType of identification of the creditor/debtor account
identificationUnique identification details of the creditor/debtor account
postalAddressPostal address of the creditor/debtor account
addressTypeAddress type on the creditor/debtor account
streetNameStreet name on the creditor/debtor account
buildingNumberBuilding number of the creditor/debtor account
postalCodePostal code on the creditor/debtor
cityCity of the creditor/debtor
countryCountry of the creditor/debtor
shortAddressShort address of the creditor/debtor
unitNumberUnit number of the creditor/debtor
secondaryNumberSecondary number of the creditor/debtor
districtDistrict of the creditor/debtor
nameName of the creditor/debtor
billDetailsTag carrying bill details
billerIdUnique biller identification
billNumberBill number
billPaymentTypePayment type for the bill
linksRedirect link
selfOwn link/URL details
metaMeta tag
totalPagesInformation displayed in terms of pages
insightsTag carrying information on insights
startDateInitial date of insight period
endDateFinal date of insight period
currencyDefault currency of the insights
cashOutTag carrying information on cash-out
amountAmount of total cash-out during insight period
currencyCurrency representing the amount
countTotal count of cash-out transactions
yesterDayCashOutTag representing yesterday's cash-out
amountAmount of total yesterday's cash-out
currencyCurrency representing the cash-out
countTotal count of yesterday's cash-out
cashOutTimeLineTag carrying information on cash-out timeline
dateDate and month of cash-out analysis
countCount of cash-out during the month
amountAmount of cash-out during the month
currencyCurrency of cash-out
cashOutCategoriesTag carrying information on cash-out categories
categoryCategory of cash-out
countCount of transactions for cash-out category
amountAmount of transactions for cash-out category
currencyCurrency of amount representation
bankCodeUnique bank code identification
overAllTxnsTag carrying information on overall transactions included in the response
cashOutTag carrying information on total cash-out in the response
countCount of total cash-outs
amountAmount of total cash-outs
currencyCurrency of amount representation
cashOutCategoriesTag carrying information on cash-out categories
nameName of the category
countCount of cash-out category transactions
amountTotal amount of cash-out category
percentagePercentage of category towards overall categories
currencyCurrency of the category
cashOutTimeLineTag carrying information on cash-out timeline
dateDate in cash-out timeline
countCount of cash-out transactions on the date
amountAmount of total cash-outs on the date
currencyCurrency of representation of cash-out amount
yesterDayCashOutTag representing yesterday's cash-outs
countCount of yesterday's cash-outs
amountAmount of total cash-outs occurred yesterday
currencyCurrency of amount representation