Receipts
Retrieve receipt details
Retrieves receipt specific data for a transaction.
get/v1.1/receipts/{id}
Path parameters
idstring required
SumUp unique transaction ID or transaction code, e.g. TS7HDYLSKD.
Query parameters
midstring required
Merchant code.
tx_event_idinteger
The ID of the transaction event (refund).
Response
OK
Example response
{
"transaction_data": {
"products": [
{
"name": "Coffee",
"price": "150.0",
"vat_rate": "0.0",
"single_vat_amount": "0.0",
"price_with_vat": "150.0",
"vat_amount": "0.0",
"quantity": 1,
"total_price": "150.0",
"total_with_vat": "150.0"
}
]
},
"merchant_data": {
"merchant_profile": {
"merchant_code": "MH4H92C7"
}
}
}