Example
{
"transactionid": "TRANS123",
"location": "421",
"customer": {
"name": {
"title": "Mr",
"firstname": "Test",
"surname": "Customer"
},
"company": "",
"address": {
"addressline1": "20-22 Wenlock Road",
"addressline2": "",
"addressline3": "",
"towncity": "",
"stateprovince": "London",
"postalcode": "N1 7GU",
"country": "GB"
},
"email": "[email protected]",
"numbers": [
"02030869860"
]
},
"items": [
{
"sku": "200099-0536",
"quantity": 1,
"unitprice": 54.17,
"unittax": 10.83
}
],
"notes": "Sample Notes",
"totalpaid": 65.00,
"paymentreference": "RECEIPT123"
}