Skip to main content

Payment receipt

Generate a receipt that records a payment against a travel booking.

TemplateResult
Payment receipt templateGenerated payment receipt

Example template file

Example result file

Document data:

{
"operator": {
"name": "Northstar Travel Technologies",
"legal_name": "Northstar Travel Technologies Ltd.",
"support_email": "[email protected]",
"support_phone": "+44 7700 900000"
},
"receipt": {
"number": "RCT-2026-0781",
"date": "30 July 2026",
"status": "PAID",
"message": "Thank you. This payment has been successfully recorded against your booking. Keep this receipt with your travel documents."
},
"customer": {
"name": "Emma Carter"
},
"booking": {
"reference": "NST-4827-EU"
},
"payment": {
"amount": "1,500.00",
"currency": "EUR",
"method": "Visa ending 4242",
"transaction_reference": "PAY-9X7K2M4Q",
"processed_at": "30 July 2026, 14:42 BST",
"description": "Deposit for Barcelona & Costa Brava Escape",
"remaining_balance": "2,450.00"
},
"applications": [
{
"invoice_number": "INV-2026-1048",
"description": "Booking deposit",
"amount": "EUR 1,500.00"
}
]
}