Example
- 22 Dec 2023
- 1 Minute to read
- Print
- DarkLight
Example
- Updated on 22 Dec 2023
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
{
"merchantId": "1000000001",
"outcome": {
"run": {
"summary": {
"status": "COMPLETED",
"transactionCount": 1,
"transactionAmount": 1000.0,
"feeAmount": 0.0,
"remittanceAmount": 1000.0,
"bankAccountId": "0c6a36ba-10e4-438f-ba86-0d5b68a2bb15",
"accountNumber": "1807",
"bankAccountHolderName": "xyz",
"sortCode": "205541",
"transferType": "BACS",
"runId": 323401,
"generatedAt": "2023-08-22T00:00:00",
"transferredAt": "2023-08-22T13:44:59",
"completedAt": "2023-08-22T13:45:07"
},
"transactions": [
{
"transactionId": "InvoiceTest1.1",
"transactionAt": "2023-08-18T08:09:39",
"expectedRemittanceAt": "2023-08-22T00:00:00",
"paymentMethod": "GOOGLEPAY",
"transactionAmount": 1000.0,
"feeAmount": 0.0,
"remittanceAmount": 1000.0,
"type": "PAYMENT",
"lineItems": [
{
"lineId": "1",
"itemAmount": 1000.0,
"feeAmount": 0.0,
"remittanceAmount": 1000.0,
"narrative": "narrative",
"remittanceReference": "bacsReferenceB"
}
]
}
]
},
"debits": {}
}
}
Was this article helpful?