Transactions

Returns all email notifications sent for the respective transaction

Returns all email notifications sent for the respective transaction. Notifications are sorted in descending order

get/v1/transactions/{transaction_id}/email_notifications

Path parameters

{"stackTrail":"paths:/v1/transactions/{transaction_id}/email_notifications:get:parameters:0:schema","oasType":"schema","type":"unknown"}

Edubank transaction id

Response

The record has been successfully getted

transaction_idstring required

Edubank transaction id

email_subjectstring required
email_fromstring required
email_tostring required
email_reply_tostring required
category'overdue' | 'billing' | 'payment' | 'unsubscribe' required
created_atstring required
sent_atstring
deliveredboolean required
delivered_atstring
openboolean required
open_atstring
rejectedboolean required
rejected_reasonstring

Example response

{
  "transaction_id": "117a97d2253e4a22a7bb0b883a10242c",
  "email_from": "john@edubank.com",
  "email_to": "john-zeisivig@gmail.com",
  "email_reply_to": "response@seller-domain.com",
  "category": "billing",
  "created_at": "2026-09-01T23:59:59+00:00",
  "sent_at": "2026-10-01T23:59:59+00:00",
  "delivered_at": "2026-10-01T23:59:59+00:00",
  "open_at": "2026-10-01T23:59:59+00:00"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.