Tekrarlı Ödeme
Paywall tekrarlı ödeme servisiyle başlattığınız ödemelerin geri bildirimleri aşağıdaki gibi iletilmektedir
Anahtar
Açıklama
public class RecurringCallbackRequest
{
public int SubscriptionId { get; set; }
public int SubscriptionType { get; set; }
public Guid SubscriptionCode { get; set; }
public string SubscriptionMerchantCode { get; set; }
public decimal Amount { get; set; }
public bool Success { get; set; }
public string FailReason { get; set; }
public int? PaymentId { get; set; }
public int Attempt { get; set; }
public bool AttemptFinished { get; set; }
}Last updated