ReceiptSummary
Description: A summary of data extracted from a physical receipt.
When to use: Subscribe to this event if you want to receive paper receipt data as soon as it's processed.
Sources:
- Paper receipt scanning (mobile SDK)
Payload Structure:
{
"id": "UUID for webhook message",
"timestamp": 1778077677000,
"payload_data": {
"blink_receipt_id": "UUID - Primary Blink Receipt ID",
"receipt_type": "Type of receipt (example - paper)",
"status": "[accepted|rejected]",
"merchant_name": "Merchant or store name",
"purchase_date": "Date the purchase was made",
"total": 1.00,
"item_count": 1,
"reason": "Reason when status=rejected",
"client_user_id": "Your user ID that is passed to Actual via the SDK for you to match to users on your end."
},
"payload_type": "ReceiptSummary",
"version": 1
}