You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it response to :
{
"status": "failure",
"errorCode": "1007",
"errorMessage": "Signature gönderilmesi zorunludur",
"locale": "tr",
"systemTime": 1736847768987,
"conversationId": "conversationID"
}
I have looked in many places, but I interpreted the signature as a data that should come from the API, not something I should send. I would be happy if you could help.
Hello, I wanted to take the PWI sample as it is and try it using the samples, but all the results are null.
İyzico response
Iyzipay\Model\PayWithIyzicoInitialize {#1391 ▼ // app\Http\PaymentGateways\Gateways\Iyzico.php:202
-rawResult: false
-status: null
-errorCode: null
-errorMessage: null
-errorGroup: null
-locale: null
-systemTime: null
-conversationId: null
-token: null
-payWithIyzicoContent: null
-tokenExpireTime: null
-payWithIyzicoPageUrl: null
-signature: null
}
Also when I tried on postman with url: https://api.iyzipay.com/payment/pay-with-iyzico/initialize
it response to :
{
"status": "failure",
"errorCode": "1007",
"errorMessage": "Signature gönderilmesi zorunludur",
"locale": "tr",
"systemTime": 1736847768987,
"conversationId": "conversationID"
}
I have looked in many places, but I interpreted the signature as a data that should come from the API, not something I should send. I would be happy if you could help.
Here laravel code:
`
The text was updated successfully, but these errors were encountered: