Receipts
Retrieve receipt details
Retrieves receipt specific data for a transaction.
get/v1.1/receipts/{transaction_id}
Path parameters
transaction_idstring required
Example:410fc44a-5956-44e1-b5cc-19c6f8d727a4
SumUp unique transaction ID or transaction code, e.g. TS7HDYLSKD.
Query parameters
midstring required
Example:MH4H92C7
Short unique identifier for the merchant.
tx_event_idinteger
Example:9567461191
Unique identifier of the transaction event to include on the receipt.
Response
Returns receipt details for the requested transaction.
Example response
{
"transaction_data": {
"transaction_code": "TEENSK4W2K",
"transaction_id": "410fc44a-5956-44e1-b5cc-19c6f8d727a4",
"merchant_code": "MH4H92C7",
"amount": "10.10",
"vat_amount": "6.00",
"tip_amount": "3.00",
"currency": "EUR",
"timestamp": "2020-02-29T10:56:56.876Z",
"status": "SUCCESSFUL",
"payment_type": "ECOM",
"entry_mode": "CUSTOMER_ENTRY",
"installments_count": 1,
"process_as": "CREDIT"
},
"merchant_data": {
"merchant_profile": {
"merchant_code": "MH4H92C7",
"business_name": "Coffee House",
"company_registration_number": "HRB 123456",
"vat_id": "DE123456789",
"website": "https://example.com",
"email": "merchant@example.com",
"language": "de",
"address": {
"address_line1": "Sample street 1",
"address_line2": "Floor 2",
"city": "Berlin",
"country": "DE",
"country_en_name": "Germany",
"country_native_name": "Deutschland",
"region_name": "Berlin",
"post_code": "10115",
"landline": "+493012345678"
}
},
"locale": "de-DE"
},
"emv_data": {},
"acquirer_data": {
"authorization_code": "053201",
"return_code": "00"
}
}