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

iyzipay api php client

Results 51 iyzipay-php issues
Sort by recently updated
recently updated
newest added

Merhaba, ben Iyzico API ile siteme pazaryeri ödeme entegrasyonu kurmaya çalışıyorum fakat ödemelerin paymentTransictionId'lerine erişemiyorum. foreach ($checkoutForm->getPaymentItems() as $key => $item) { $cart_[$key]->paymentTransactionId = $item->paymentTransactionId; } Kullandığım kod bu şekilde...

Kodlarla mevcut sistemime bir alt yapı hazırlıyorum. Fakat 3ds Secure hakkında bir yer göremedim. 3ds için nasıl bir çalışma yapabilirim ?

İyzico'yu Laravel'de entegre ettim, test kartlarıyla test ettiğimde ödemenin başarılı olduğunu görüyorum ama geriye bunu döndürüp ekranda başarılı diye gösteremiyorum. Bazı kodlar buldum, " $request = new \Iyzipay\Request\RetrieveCheckoutFormRequest(); $request->setLocale(\Iyzipay\Model\Locale::TR); $request->setConversationId("123456789");...

plusInstallmentUsage added

Endpoint `/v2/subscription/checkoutform` requires `locale` to be passed as query string, otherwise it always fails with (a bit incorrect) "Doğrulama anahtarı geçersiz" error message. E.g. request `/v2/subscription/checkoutform/0209b0e4-ab7e-4e30-9347-4a759318e6bd?locale=tr` works fine for my...

Sipariş oluştururken birdan fazla aynı ürün eklemek istersek izlememiz gereken yol, her adet için ayrı ürün mü eklemektir?

Requirement olarak 5.3 yazıyor ama 5.6 altında çalışmıyor form sayfası.

sample address updated

I am using card_update_with_subscription_reference_code.php but API fails when I post the IYZICO form produced in code 201600. What should I do? Thanks!