E-Statement

Get transaction statements by Consent ID

Introduction

E-Statement API Services allows users to access financial statements securely and conveniently by enabling them to retrieve and manage their account statements in digital formats, supporting real-time access, multiple account integration, and robust security measures. This enhances the efficiency and accessibility of financial information.

E-Statement API Service fetches real-time basic account information, balance, and detailed transactions.

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/connectE-STMTReadAccountsBasic
ReadAccountsDetail
ReadBalances
ReadTransactionsBasic
ReadTransactionsCredits
ReadTransactionsDebits
ReadTransactionsDetail

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

Get E-Statement 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",
    "fromDate": "YYYY-MM-DDTHH:MM:SS.SSSZ",
    "toDate": "YYYY-MM-DDTHH:MM:SS.SSSZ",
    "estatement" : true,
    "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
fromDate
Mandatory
Initial date of transaction periodString
toDate
Mandatory
Final date of transaction periodString
estatement
Mandatory
E-Statement service tag to be denoted as trueBoolean
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"
                                    }
                                  }
                                ],
                                "summary": {
                                  "debitCount": 0,
                                  "creditCount": 00,
                                  "totalDebitAmt": "0.00",
                                  "totalCreditAmt": "0000.00",
                                  "totalTxnCount": 00,
                                  "opBalance": 0.0,
                                  "cpBalance": 00
                               				 }
                                    }
                                  ]
															},
                  "links": {
                    "self": "https://"
                  },
                  "meta": {
                    "totalPages": 0
                  },
                  "totalAccountsSummary": {
                    "debitCount": 0,
                    "creditCount": 00,
                    "totalDebitAmt": 0,
                    "totalCreditAmt": 0000.00,
                    "totalTxnCount": 00,
                    "opBalance": 0.0,
                    "cpBalance": 00
                  }
              }
        ]
}

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
summaryTag carrying account's transactions summary info
debitCountAccount specific debit count
creditCountAccount specific credit count
totalDebitAmtAccount specific overall debit amount
totalCreditAmtAccount specific overall credit amount
totalTxnCountTotal number of transactions for the account
opBalanceAccount opening balance
cpBalanceAccount closing balance
linksRedirect link
selfOwn link/URL details
metaMeta tag
totalPagesInformation displayed in terms of pages
totalAccountsSummaryTag carrying summary information on total response transactions
debitCountTotal count of debit transactions in the response
creditCountTotal count of credit transactions in the response
totalDebitAmtTotal amount of all the debit transactions in the response
totalCreditAmtTotal amount of all the credit transactions in the response
totalTxnCountTotal count of transactions in the response for all accounts
opBalanceTotal of opening balance of all the accounts in the response
cpBalanceTotal of closing balances of all the accounts in the response