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
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