Paywall APM ödeme altyapısını kullanmanız durumunda ilgili ödemeleri için Paywall'un gönderdiği geri bildirimler
Anahtar
Açıklama
APM işlemine ait kimlik bilgisi
True | False
Success | Unsuccessful
Apm sağlayıcı kimliği
Apm sağlayıcı adı
Apm sağlayıcı bağlantı kimliği
Apm sağlayıcı bağlantı adı
Ödeme tutarı
Ödemenin Paywall benzersiz takip numarası
Ödemenin oluşturma anında verilen takip numarası
Bildirimin Paywall'dan gönderildiğinin doğrulanması için kullanılan Hash değeridir. Paywall panelinden aktif edilen APM Webhook Hash Anahtarı ile oluşturulur
public class ApmCallbackRequestModel
{
public int Id { get; set; }
public bool Result { get; set; }
public string ResultMessage { get; set; }
public short CurrencyId { get; set; }
public int ApmProviderId { get; set; }
public string ApmProviderName { get; set; }
public int ApmProviderConnectionId { get; set; }
public string ApmProviderConnectionName { get; set; }
public decimal Amount { get; set; }
public string UniqueCode { get; set; }
public string MerchantUniqueCode { get; set; }
public string Hash { get; set; }
public string CallbackAddress { get; set; }
public DateTime Date { get; set; }
}