json
{
    "requestId": "29052024-179235",
    "adminTeamId": 18,
    "merchantId": "CUSTABCPLTGRPN01",
    "cardNumber": "6280390000000011",
    "currency": "826",
    "pin": "98765432",
    "amount": 10,
    "terminalId": "23104411",
    "terminalDate": "1031",
    "terminalTransId": "12300",
    "basket":
    {
        "basketIdentifier": "A1B2C3D456789",
        "basketTotalAmount": 50,
        "otherPayments": [
            {
                "paymentMethodName": "Other",
                "paymentAmount": 20
            }
        ],
        "products": [
            {
                "productCode": "PROD001",
                "productDescription": "Product description for Product One",
                "productAmount": 30.00
            },
            {
                "productCode": "PROD002",
                "productDescription": "Product description for Product Two",
                "productAmount": 20.00
            }
        ]
    }
}