On GetTransaction api call there's a deserializing exception on Boolean property CredentialStoredOnFile of Ptsv2paymentsProcessingInformationAuthorizationOptionsInitiator. It has the value "Y" which can't be deserialized to bool. In order to workaround that I had to change its type to string.