Receipt created webhook
When an receipt is created, an automation can be triggered. The receipt details can be sent to the endpoint of your choice
Event Payload Fields
automationTrigger
string
Event type that triggered this action (receiptCreated)
contactId
string (UUID)
Contact ID of the donor
paymentDate
number (timestamp)
Date of the payment (ms since epoch)
donorFirstName
string
Donor’s first name
string
Donor’s email address
documentLanguage
string
Language of the receipt document (heb, en)
donationCurrency
string (ISO 4217)
Currency of the donation
paymentType
string
Payment type (cash, cc, bankTransfer, etc.)
donationSum
number
Amount donated
otherDescription
string
Additional donation description
isHok
boolean
Whether donation is part of a standing order
isInstallments
boolean
Whether donation is split into installments
accountId
string
Account ID associated with the donation
donationMethod
string
Method of donation (manual, free-payment, etc.)
campaignId
string
Campaign ID associated with donation
exchangeRate
number
Exchange rate applied
tz
string
Donor Israeli ID / company number
cc4dig
string
Last 4 digits of credit card (if applicable)
displayEmail
string
Optional display email for receipt
paymentCategory
string
Payment category (donation, purchase)
telephone
string
Donor phone number
paymentMethodId
string
Payment method ID (if any)
receiptMethodId
string
Receipt method ID (if any)
provider
string
Payment provider name (tranzila, etc.)
RECEIPT_CREATED_TOKEN
string (URL)
Tokenized link to the created receipt
RECEIPT_CREATED
string (URL)
URL to the created receipt
RECEIPT_LINK
string (URL)
Public link to view/download the receipt
Last updated