Is there a way to see the exact creation time of a transaction?
Thursday, August 31, 2023 at 09:17amHey!
As the title say - is there a way to see the exact creation time of a transaction? That goes for any status a transaction may be in (such as trashed).
Not sure if I am missing something obvious, but searching the web has yielded no results!
Thanks,
Tom.
Reply to: Is there a way to see the exact creation time of a transaction?
Thursday, August 31, 2023 at 10:48amHi Tom,
Transaction creation date and completion date is part of the package JSON as "created" and "completed". However for other status change, like declined, expired, trashed (trashed is not a status technically), you'd set up a callback listener and monitor the events like PACKAGE_TRASH, PACKAGE_DECLINE or PACKAGE_EXPIRE.
Duo