We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Çok araştırdım ama bulamadım kartı kaydedebiliyorum ve listeliyorum ama satış esnasında kayıtlı kartı nasıl kullanacağım
The text was updated successfully, but these errors were encountered:
CreatePaymentRequest request = new CreatePaymentRequest(); request.Locale = Locale.TR.ToString(); request.Price = price; request.PaidPrice = price; request.Currency = Iyzipay.Model.Currency.TRY.ToString(); request.Installment = 1; request.BasketId = Guid.NewGuid().ToString(); request.PaymentChannel = PaymentChannel.WEB.ToString(); request.PaymentGroup = PaymentGroup.PRODUCT.ToString(); Iyzipay.Model.PaymentCard paymentCard = new Iyzipay.Model.PaymentCard(); paymentCard.CardUserKey = cardUserKey; paymentCard.CardToken = cardToken; request.PaymentCard = paymentCard;
kayıtlı karta ait carduserkey ve card token değerlerini paymentCard nesnesine set ederek kullanabilirsin.
Sorry, something went wrong.
No branches or pull requests
Çok araştırdım ama bulamadım kartı kaydedebiliyorum ve listeliyorum ama satış esnasında kayıtlı kartı nasıl kullanacağım
The text was updated successfully, but these errors were encountered: