Notifications
By implementing a webhook endpoints according to this specification, Card Issuers can receive notifications on Receipt and Card related events.
Receipt
When a Receipt has been processed for a Card, a request is sent to the webhook implemented by a ReceiptHero partner. Receipt Identifier (receipt_id) can then be used to fetch the Receipt in various data formats, as specified here.
notification_type
Notification type
partner_card_id
External card indentifier provided by the partner
receipthero_card_id
ReceiptHero card identifier
receipt_id
ReceiptHero Receipt identifier
merchant_name
Name of the merchant
timestamp
Timestamp of the Card payment associated with the Receipt
amount
Amount of the Card payment associated with the Receipt
merchant_id
Merchant identifier
reference_number
Reference number of the Card payment associated with the Receipt
authorization_code
Authorization code of the Card payment associated with the Receipt
transaction_type
Type of Transaction (auth|clearing)
Card Added
This event is published once a new Card has been successfully processed by ReceiptHero.
notification_type
Notification type (card_added)
partner_card_id
External card indentifier provided by the partner
receipthero_card_id
ReceiptHero card identifier
name
Card holder name
masked_pan
Masked card number
exp_date
Card expiration date
Last updated