iyzipay-dotnet icon indicating copy to clipboard operation
iyzipay-dotnet copied to clipboard

iyzipay api .net client

Results 18 iyzipay-dotnet issues
Sort by recently updated
recently updated
newest added

3D ile ödeme işlemi yapmak istediğimizde eğer kredi kartı fraud korumasına takılırsa (Fraud suspect hatası geri dönerse) FraudStatus değeri boş geliyor. Normalde 0, 1 veya -1 olması gerekmiyor mu ?

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 8.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 8.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 8.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

- Issue #74 e çözüm önerisi getirmeye çalıştım. - ToStringRequestBuilder'a string interpolation ve List kullanarak refactor etmeye çalıştım. - Async metodlar için testler ekledim.

When I try to use this example code, it doesn't even compile. In the `Payment.Create` call, an option parameter is used but it is not initialized. Initialize it to better...

Subscription sınıfına RetrieveCheckoutFormResult metodu eklendi. SubscriptionTest içerisine Should_Get_CheckoutForm_With_Token testi eklendi, fakat valide olabilmesi için çalışan bir token eklenmesi gerekiyor. https://github.com/iyzico/iyzipay-dotnet/issues/111 konusunu gidermektedir.

Mevcut versiyondaki RestHttpClient objesi her request için yeniden bir HttpClient yaratıyor. ```c# public T Post(String url, WebHeaderCollection headers, BaseRequest request) { HttpClient httpClient = new HttpClient(); foreach (String key in...

After initializing subscription checkout form, https://api.iyzipay.com//v2/subscription/checkoutform/initialize https://api.iyzipay.com//v2/subscription/checkoutform/ call has to be invoked in order to check payment result. But no method defined for call: https://api.iyzipay.com//v2/subscription/checkoutform/

Selam Arkadaşlar, Model altında PaymentStatus enum değerleri mevcut değil. Dokümantasyonunuzdan gördüğüm kadarıyla olası değerler şöyle: SUCCESS, FAILURE, INIT_THREEDS, CALLBACK_THREEDS, BKM_POS_SELECTED, CALLBACK_PECCO Bu değerler güncel mi? Enum olarak eklerseniz süper makbule...