Example
  • 22 Dec 2023
  • 1 Minute to read
  • Dark
    Light

Example

  • Dark
    Light

Article summary

{ 
    "dateFrom": "2022-07-29", 
    "dateTo": "2023-04-06", 
    "merchantId": "10017383", 
    "bankAccountId": [ 
        "32bb45e0-248f-4c27-897f-19c0f93a0e1e" 
    ], 
    "transactions": [ 
        { 
            "transactionId": 709231144, 
            "transactionDate": "2022-10-04T07:08:59", 
            "expectedRemittanceDate": "2022-10-06", 
            "processType": "BACS", 
            "paymentMethod": "CARD ", 
            "type": "PAYMENT", 
            "transactionAmount": 3000.0, 
            "feeAmount": 38.75, 
            "payoutAmount": 2961.25, 
            "runId": "309601", 
            "items": [ 
                { 
                    "lineId": "1", 
                    "transactionAmount": 1600.0, 
                    "feeAmount": 20.67, 
                    "payoutAmount": 1579.33, 
                    "remittanceReference": "aa", 
                    "narrative": "Fees", 
                    "bankAccountId": "32bb45e0-248f-4c27-897f-19c0f93a0e1e", 
                    "accountNumber": "5188", 
                    "sortCode": "010203", 
                    "bankAccountHolderName": "ABC", 
                    "payoutDate": "2023-04-06" 
                }, 
                { 
                    "lineId": "2", 
                    "transactionAmount": 1400.0, 
                    "feeAmount": 18.08, 
                    "payoutAmount": 1381.92, 
                    "remittanceReference": "bb", 
                    "narrative": "Fees_", 
                    "bankAccountId": "32bb45e0-248f-4c27-897f-19c0f93a0e1e", 
                    "accountNumber": "5188", 
                    "sortCode": "010203", 
                    "bankAccountHolderName": "ABC", 
                    "payoutDate": "2023-04-06" 
                } 
            ] 
        }, 
        { 
            "transactionId": 709231144, 
            "transactionDate": "2022-10-06T12:36:28", 
            "expectedRemittanceDate": "2022-10-10", 
            "processType": "BACS", 
            "paymentMethod": "CARD ", 
            "type": "PAYMENT", 
            "transactionAmount": 3600.0, 
            "feeAmount": 46.47, 
            "payoutAmount": 3553.53, 
            "runId": "309601", 
            "items": [ 
                { 
                    "lineId": "1", 
                    "transactionAmount": 3600.0, 
                    "feeAmount": 46.47, 
                    "payoutAmount": 3553.53, 
                    "remittanceReference": "aa", 
                    "narrative": "Fees", 
                    "bankAccountId": "32bb45e0-248f-4c27-897f-19c0f93a0e1e", 
                    "accountNumber": "5188", 
                    "sortCode": "010203", 
                    "bankAccountHolderName": "ABC", 
                    "payoutDate": "2023-04-06" 
                } 
            ] 
        } 
    ] 
} 


Was this article helpful?