PayWatch
PayWatch is a tracking algorithm that checks the final status of payments on the providers' side.
Key
Description
public class PayWatchCallbackRequest
{
public int PayWatchId { get; set; }
public int PaymentId { get; set; }
public string MerchantUniqueCode { get; set; }
public int PaymentLastStatusId { get; set; }
public int PaymentNewStatusId { get; set; }
public bool PaymentStatusChanged { get; set; }
public object ProviderRequest { get; set; }
public object ProviderResponse { get; set; }
public int ProviderHttpStatus { get; set; }
public DateTime PaymentDateTime { get; set; }
}Last updated