"createdDate" in callback Json payload
Wednesday, April 5, 2023 at 07:41amHI two questions about "createdDate" in callback json payload -
1. Is "createdDate" a timestamp of when event occurred?
2. If "createdDate" is a timestamp of when event occurred, then will it always be populated in the callback?
One our side we are honoring "createdDate" in every single callback we receive because it is important for our business rules. Thanks!
Reply to: "createdDate" in callback Json payload
Wednesday, April 5, 2023 at 08:51amHi gberde,
For your questions:
-"createdDate" is a GMT timestamp when event occurred
-Yes, "createdDate" is always populated in the callback payload from my tests.
Duo