notpanel
सेवाएंमूल्य निर्धारणFAQगिवअवेAPI
notpanel

हर प्लेटफॉर्म के लिए फॉलोअर्स, लाइक और व्यूज़।

कैटलॉग में हमारी सीधे संचालित सेवाएं और जांचे हुए साझेदारों की क्षमता दोनों शामिल हैं। उपलब्धता, समय, refill और drip-feed हर सेवा पर दिखते हैं; रूटिंग और साझेदारों की पहचान गोपनीय रहती है।

प्रोडक्ट

  • सेवाएं
  • मूल्य निर्धारण
  • मूल्य सूचकांक
  • एफिलिएट प्रोग्राम

संसाधन

  • API
  • ब्लॉग
  • FAQ
  • स्थिति

कंपनी

  • हमारे बारे में
  • NotPanel क्यों
  • संपर्क करें

कानूनी

  • सेवा की शर्तें
  • गोपनीयता नीति
  • रिफंड नीति

भाषाएँ

  • English
  • Español
  • Português
  • Русский
  • Türkçe
  • العربية
  • हिन्दी
  • Bahasa Indonesia
  • Français
  • 中文

© 2026 NotPanel. सर्वाधिकार सुरक्षित।

support@notpanel.com
notpanel
API डॉक्युमेंटेशन
+
API डॉक्युमेंटेशन

परिचय

  • अवलोकन
  • शुरू करना
  • प्रमाणीकरण
  • रेट लिमिट
  • एरर

कैटलॉग

  • सर्विसेज़ की सूची
  • Advanced catalog
  • सेवा प्रकार

ऑर्डर

  • ऑर्डर प्लेस करें
  • ऑर्डर स्टेटस
  • Refund quote
  • रिफिल
  • रद्द करें

अकाउंट

  • Account status
  • बैलेंस

Webhooks

  • Webhooks मैनेज करें

रेफ़रेंस

  • चेंजलॉग
  • SDK और लाइब्रेरी

मदद चाहिए?

support@notpanel.com →

रिफिल का अनुरोध करें

24 घंटे की प्रतीक्षा के बाद eligible completed या partial order के लिए refill request बनाता है। कुल attempts की कोई सीमा नहीं है, लेकिन एक समय पर केवल एक refill pending, processing या review में हो सकता है।

POSThttps://notpanel.com/api/v3action=refill
API की आवश्यकरेट लिमिटेड (shared account + IP + action)बॉडी: application/x-www-form-urlencoded

पैरामीटर

नामटाइपविवरण
keyआवश्यकstringआपकी API की।
actionआवश्यकstringलिटरल स्ट्रिंग "refill" होना चाहिए।
orderstringSingle-order ID। order या orders इस्तेमाल करें; दोनों दिए जाएं तो orders को प्राथमिकता मिलती है।
ordersstring (CSV)बैच रिफिल के लिए 100 तक कॉमा-सेपरेटेड ऑर्डर ID। एक array लौटाता है — हर रो या तो एक रिफिल ID या एक प्रति-ऑर्डर एरर रखती है।

उदाहरण रिक्वेस्ट

YOUR_API_KEY को अपने डैशबोर्ड के API पेज के तहत जनरेट की गई की से बदलें।

curl -X POST https://notpanel.com/api/v3 \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -d "key=YOUR_API_KEY&action=refill&order=7001"
const res = await fetch("https://notpanel.com/api/v3", {
  method: "POST",
  headers: { "Content-Type": "application/x-www-form-urlencoded" },
  body: new URLSearchParams({
    key: "YOUR_API_KEY",
    action: "refill",
    order: "7001",
  }),
});

const data = await res.json();
console.log(data);
import requests

res = requests.post(
  "https://notpanel.com/api/v3",
  data={
    "key": "YOUR_API_KEY",
    "action": "refill",
    "order": "7001",
},
)
print(res.json())
<?php
$body = http_build_query([
    'key' => 'YOUR_API_KEY',
    'action' => 'refill',
    'order' => '7001',
]);

$response = file_get_contents('https://notpanel.com/api/v3', false, stream_context_create([
    'http' => [
        'method'  => 'POST',
        'header'  => "Content-Type: application/x-www-form-urlencoded\r\n",
        'content' => $body,
        'ignore_errors' => true,
    ],
]));

print_r(json_decode($response, true));

उदाहरण रिस्पॉन्स

{
  "refill": 8001
}

सामान्य एरर

स्टेटसबॉडीकारण
400{"error":"Order not found"}ऑर्डर ID मौजूद नहीं है या आपके अकाउंट का नहीं है।
400{"error":"Refill only available for completed or partial orders"}Order completed या partial नहीं है। किसी अन्य order status में refill eligible नहीं है।
400{"error":"Service does not support refills"}अंतर्निहित सर्विस में refill=false है। रिफिल अनुरोध सबमिट करने से पहले services कैटलॉग जांचें।
400{"error":"A refill request is already pending for this order"}दूसरा बनाने से पहले पिछले रिफिल के settle होने का इंतज़ार करें।
400{"error":"Refill is available 24 hours after the order is completed"}ऑर्डर को पूरा हुए अभी 24 घंटे नहीं हुए हैं।

मल्टी-refill रिस्पॉन्स

जब orders सप्लाई किया जाता है, तो रिस्पॉन्स में हर आइटम या तो {order, refill} सफलता पर या {order, error} प्रति अलग-अलग विफलता होता है। प्रति-रो विफलताएँ बैच को विफल नहीं करतीं।

[
  { "order": 7001, "refill": 8001 },
  { "order": 7002, "error": "Refill only available for completed or partial orders" }
]

Refill स्टेटस

एक refill के जीवनचक्र को पोल करने के लिए action=refill_status का इस्तेमाल करें। refill के ज़रिए सिंगल ID; refills (CSV) के ज़रिए 100 तक ID।

key=YOUR_API_KEY&action=refill_status&refill=8001

{
  "status": "Completed",
  "status_key": "completed"
}
key=YOUR_API_KEY&action=refill_status&refills=8001,8999

[
  { "refill": 8001, "status": "Completed", "status_key": "completed" },
  { "refill": 8999, "error": "Refill not found" }
]