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 buradaki reportin api request builder kısmında biraz sorunlar var. yukarıda kazaran convesationId set edilirse ? ile başlıyor sonra reporting kısmına girince bir daha ? ile başlıyor. ayrıca reporting api...

sample address updated

Merhabalar, All Transactions i listeleyebilecegimiz bir servis varmi acaba?

When `SubscriptionCreateCheckoutForm::create()` fails it doesn't return any error message. It simply return an empty object. And the `getToken()` and `getCheckoutFormContent()` functions simply return `null`. In this way it's not easy...

Hi there May you explain purpose of this file https://github.com/iyzico/iyzipay-php/blob/master/samples/subscription-samples/create_subscription_with_customer_reference_code.php ? I think it should create a subscription for user with existing reference code, right? But in create customer file...

Hi there How to get a customer/product by email or some reference ? I could not loop list of 1000+ customers/products to get one only. It's too complicated & wasting...

I could not do any test with subscription functions, I copied your code with my API key & secret but always failed: https://github.com/iyzico/iyzipay-php/blob/master/samples/subscription-samples/create_customer.php & https://github.com/iyzico/iyzipay-php/blob/master/samples/subscription-samples/create_product.php While I may create standard...

Hi there This always returns success state with any wrong API Key & Secret `Iyzipay\IyzipayResource Object ( [status:Iyzipay\IyzipayResource:private] => success [errorCode:Iyzipay\IyzipayResource:private] => [errorMessage:Iyzipay\IyzipayResource:private] => [errorGroup:Iyzipay\IyzipayResource:private] => [locale:Iyzipay\IyzipayResource:private] => tr [systemTime:Iyzipay\IyzipayResource:private]...

trusted param is added to buyer object in payment request

After developments done on the backend side, - Boolean field **_trusted_** should be added under _**Buyer**_ object inside payment auth requests. - **_bankCardHolderName_** should be added to payment auth's responses...