Kenan @Kenan
Merhaba api ile fatura yükleme yaparken limit aşımı hatası alıyorum
$result = apiRequest('POST', $baseUrl . '/orders/' . $orderId . '/invoice', $apiKey, [
    'url' => 'https://example.com/fatura.pdf',
    'name' => 'Fatura',
]);

Replies (2)

Bera Ramazan @admin 05.08.2026 23:49
Merhaba curl koduna json eklediniz mi?
if ($data !== null) {
$headers[] = 'Content-Type: application/json';
}

Bu şekilde dener misin
FriSay E-Commerce