Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Transaction response - Submit date
I need to synchronize my server date time stamp when recording a credit card transaction. Was hoping to use the Submit Date but it does not appear to be part of the response.
What is the best way to synch server times?
โ10-01-2018 08:05 AM
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @DonnerPhoto187,
On successful transaction, user will get a "transId" which can be used to call API GetTransactionDetails.
Response of GetTransactionDetails will give the submitTimeUTC and submitTimeLocal which can be used for synchronization.
HTH, Thanks
โ12-05-2018 04:09 AM

