{"info":{"_postman_id":"a1537639-5228-4a67-aa8c-1a1c88eafc21","name":"DevCraftor Full API Collection","description":"<html><head></head><body><h2 id=\"api-overview\">API Overview</h2>\n<p>Welcome to the DevCraftor Partner API documentation. This document provides a comprehensive guide to integrating with our platform, including user management, wallet operations, and our seamless Payment Gateway.</p>\n<h2 id=\"partner-api-authentication\">Partner API Authentication</h2>\n<p>All Partner API v1 endpoints require authentication using custom HTTP headers. You must include both <code>X-API-Key</code> and <code>X-API-Secret</code> headers in every request.</p>\n<blockquote>\n<p><strong>Important:</strong> Your API Secret is shown only once during partner creation. Store it securely as it cannot be retrieved later. </p>\n</blockquote>\n<p>StartFragment</p>\n<h2 id=\"payment-gateway-integration\">Payment Gateway Integration</h2>\n<p>Our Payment Gateway API allows you to programmatically create and verify transactions. To get started, you need to obtain your unique API Token from your partner console.</p>\n<h3 id=\"obtaining-your-api-token\">Obtaining Your API Token</h3>\n<p>Your API Token is essential for authenticating your requests to the payment gateway endpoints. Follow these steps to find your token:</p>\n<ol>\n<li>Log in to your <a href=\"https://devcraftor.in/user/v1/console\">Partner Console</a>.</li>\n<li>Navigate to the Payment Gateway section from the sidebar.</li>\n<li>Complete the application process if you haven't already.</li>\n<li>Once your gateway is active, your unique API Key (Token) will be displayed in the \"API Credentials\" card.</li>\n<li>Copy this token and include it in the payload of your API requests as the `token` field.</li>\n</ol>\n<p>EndFragment</p>\n<p>StartFragment</p>\n<h2 id=\"using-the-nodejs-sdk\">Using the Node.js SDK</h2>\n<p>To simplify your integration, we provide an official Node.js SDK that handles authentication and API requests. We highly recommend using the SDK for a faster and more reliable integration.</p>\n<h3 id=\"installation\">Installation</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-powershell\">npm install @devcraftor/sdk\n\n</code></pre>\n<h3 id=\"initialization\">Initialization</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">import DevCraftorSDK from '@devcraftor/sdk';\nconst sdk = new DevCraftorSDK();\nconst payment = sdk.initPayment({ token: 'your-merchant-token', apiKey: 'your-payment-api-key', secret: 'your-payment-secret' })\n\n</code></pre>\n<h3 id=\"sdk-usage-examples\">SDK Usage Examples</h3>\n<h4 id=\"creating-a-payment\">Creating a Payment</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">try {\n    const paymentResult = await payment.createPayment({\n        orderId: 'YOUR_UNIQUE_ORDER_ID_123',\n        txnAmount: 100.00,\n        txnNote: 'Purchase of premium subscription',\n        cust_Mobile: '9876543210',\n        cust_Email: 'customer@example.com'\n    });\n    console.log('Payment URL:', paymentResult.paymentUrl);\n} catch (error) {\n    console.error('Payment creation failed:', error.response?.data || error.message);\n}\n\n</code></pre>\n<h4 id=\"checking-payment-status\">Checking Payment Status</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">try {\n    const status = await payment.checkPaymentStatus('YOUR_UNIQUE_ORDER_ID_123');\n    console.log('Payment Status:', status.txnStatus);\n} catch (error) {\n    console.error('Status check failed:', error.response?.data || error.message);\n}\n\n</code></pre>\n<p>EndFragment</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"36485771","collectionId":"a1537639-5228-4a67-aa8c-1a1c88eafc21","publishedId":"2sB34cohuH","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-07-10T12:34:39.000Z"},"item":[{"name":"Create Payment","id":"cc3ace48-060d-47e3-a6c5-22c20e767884","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-API-Key","value":"{{api_key}}","type":"text"},{"key":"X-API-Secret","value":"{{api_secret}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"token\": \"{{api_token}}\",\n  \"orderId\": \"YOUR_UNIQUE_OssssmmdRDsdERd_IddD2ss123\",\n  \"txnAmount\": \"1.00\",\n  \"txnNote\": \"Testing from Postman\",\n  \"cust_Mobile\": \"9876543210\",\n  \"cust_Email\": \"test@example.com\"\n}"},"url":"https://connect.devcraftor.in/api/v2/partner/payment_links","urlObject":{"protocol":"https","path":["api","v2","partner","payment_links"],"host":["connect","devcraftor","in"],"query":[],"variable":[]}},"response":[{"id":"e89a535d-e86e-4199-a325-15791b6882e3","name":"Create Payment","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"token\": \"{{api_token}}\",\n  \"orderId\": \"YOUR_UNIQUE_ORDER_ID123\",\n  \"txnAmount\": \"1.00\",\n  \"txnNote\": \"Testing from Postman\",\n  \"cust_Mobile\": \"9876543210\",\n  \"cust_Email\": \"test@example.com\"\n}"},"url":"https://api.devcraftor.in/order/api/create_payment"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"x-powered-by","value":"PHP/7.0.33"},{"key":"content-type","value":"application/json"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"POST, OPTIONS, GET"},{"key":"access-control-allow-headers","value":"Content-Type, Authorization, X-Requested-With"},{"key":"access-control-max-age","value":"86400"},{"key":"content-length","value":"214"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"date","value":"Mon, 07 Jul 2025 04:39:21 GMT"},{"key":"server","value":"LiteSpeed"},{"key":"platform","value":"hostinger"},{"key":"panel","value":"hpanel"},{"key":"content-security-policy","value":"upgrade-insecure-requests"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Payment link generated successfully.\",\n    \"data\": {\n        \"paymentUrl\": \"https://api.devcraftor.in/order/CreateOrder.php?txn_id=VIutjcREtC1751863161\",\n        \"orderId\": \"YOUR_UNIQUE_ORDER_ID123\",\n        \"txn_ref_id\": \"VIutjcREtC1751863161\"\n    }\n}"}],"_postman_id":"cc3ace48-060d-47e3-a6c5-22c20e767884"},{"name":"Check Payment Status","id":"9254219c-4b39-4d01-81e5-0d45cabfaaef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-API-Key","value":"{{api_key}}","type":"text"},{"key":"X-API-Secret","value":"{{api_secret}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"token\":\"c85bb72b-8a4e-41bc-9b66-1c3f5f253948\", // your apis key\r\n    \"orderId\":\"YOUR_UNIQUE_ORDER_ID123\"\t//unique order id \r\n}","options":{"raw":{"language":"json"}}},"url":"https://connect.devcraftor.in/api/v2/partner/order/status","urlObject":{"protocol":"https","path":["api","v2","partner","order","status"],"host":["connect","devcraftor","in"],"query":[],"variable":[]}},"response":[{"id":"e48baadb-9a10-4839-9ab5-3104eb23bc46","name":"Check Payment Status","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"token\":\"c85bb72b-8a4e-41bc-9b66-1c3f5f253948\", // your apis key\r\n    \"orderId\":\"YOUR_UNIQUE_ORDER_ID123\"\t//unique order id \r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.devcraftor.in/order/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"x-powered-by","value":"PHP/7.0.33"},{"key":"content-type","value":"application/json"},{"key":"content-length","value":"65"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"date","value":"Mon, 07 Jul 2025 04:40:10 GMT"},{"key":"server","value":"LiteSpeed"},{"key":"platform","value":"hostinger"},{"key":"panel","value":"hpanel"},{"key":"content-security-policy","value":"upgrade-insecure-requests"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"PENDING\",\n    \"message\": \"Payment status not available\"\n}"}],"_postman_id":"9254219c-4b39-4d01-81e5-0d45cabfaaef"},{"name":"Register User","id":"cdf41063-a0ee-4482-af0a-3036f813ddcf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-API-Key","value":"{{api_key}}"},{"key":"X-API-Secret","value":"{{api_secret}}"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"New User Name\",\n  \"email\": \"newuser@example.com\",\n  \"mobile\": \"1234567890\"\n}"},"url":"https://connect.devcraftor.in/api/v2/partner/user/register","urlObject":{"protocol":"https","path":["api","v2","partner","user","register"],"host":["connect","devcraftor","in"],"query":[],"variable":[]}},"response":[{"id":"dc6f693d-b9e4-4962-95b1-dc1bfef020d1","name":"Register User","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-API-Key","value":"{{api_key}}"},{"key":"X-API-Secret","value":"{{api_secret}}"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"New User Name\",\n  \"gender\": \"male\",\n  \"email\": \"newuser@example.com\",\n  \"password\": \"securePassword123\",\n  \"mobile\": \"1234567890\"\n}"},"url":"https://play.devcraftor.in/api/v1/partner/user/register"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"x-powered-by","value":"PHP/8.2.28"},{"key":"cache-control","value":"no-cache, private"},{"key":"content-type","value":"application/json"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"58"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-length","value":"169"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"date","value":"Mon, 07 Jul 2025 04:32:37 GMT"},{"key":"server","value":"LiteSpeed"},{"key":"platform","value":"hostinger"},{"key":"panel","value":"hpanel"},{"key":"content-security-policy","value":"upgrade-insecure-requests"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"User registered successfully!\",\n    \"data\": {\n        \"id\": 50132,\n        \"name\": \"New User Name\",\n        \"email\": \"newuser@example.com\",\n        \"mobile\": \"1234567890\",\n        \"registered_by_partner\": \"Gaming Co.\"\n    }\n}"}],"_postman_id":"cdf41063-a0ee-4482-af0a-3036f813ddcf"},{"name":"Generate Game Auth URL","id":"01168aa0-b45e-4a7c-8500-df3c788c940a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-API-Key","value":"{{api_key}}"},{"key":"X-API-Secret","value":"{{api_secret}}"},{"key":"X-Game-Type","value":"aviator","description":"<p>Game identifier (use one): mine, aviator, balloon,goal,keno,hotline, plinko, MiniRoulette</p>\n"}],"body":{"mode":"raw","raw":"{\n  \"mboile\": \"1234567890\"\n}"},"url":"https://connect.devcraftor.in/api/v2/partner/auth/generate-url","urlObject":{"protocol":"https","path":["api","v2","partner","auth","generate-url"],"host":["connect","devcraftor","in"],"query":[],"variable":[]}},"response":[{"id":"7ee7c142-b5d4-44ff-91fa-ee3fdc83f62e","name":"Generate Game Auth URL","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-API-Key","value":"{{api_key}}"},{"key":"X-API-Secret","value":"{{api_secret}}"},{"key":"X-Game-Type","value":"mines","description":"Game identifier (use one): mine, aviator, balloon,goal,keno,hotline, plinko, MiniRoulette"}],"body":{"mode":"raw","raw":"{\n  \"username\": \"1234567890\",\n  \"password\": \"securePassword123\"\n}"},"url":"https://play.devcraftor.in/api/v1/partner/auth/generate-url"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"x-powered-by","value":"PHP/8.2.28"},{"key":"cache-control","value":"no-cache, private"},{"key":"content-type","value":"application/json"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"58"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-length","value":"210"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"date","value":"Mon, 07 Jul 2025 04:34:28 GMT"},{"key":"server","value":"LiteSpeed"},{"key":"platform","value":"hostinger"},{"key":"panel","value":"hpanel"},{"key":"content-security-policy","value":"upgrade-insecure-requests"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Authentication URL generated successfully.\",\n    \"authUrl\": \"https://play.devcraftor.in/auth/token/gB5GGe10sL5LExko4QOoXVFsRzRGCRqJGMCBlpJk9Qjl02INdXXahWMUuRmS1JNa\",\n    \"redirectTo\": \"/crash\"\n}"},{"id":"2b50f953-5840-4531-8f71-bba0cbec2855","name":"Generate Game Auth URL","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-API-Key","value":"{{api_key}}"},{"key":"X-API-Secret","value":"{{api_secret}}"},{"key":"X-Game-Type","value":"aviator","description":"Game identifier (use one): mine, aviator, balloon,goal,keno,hotline, plinko, MiniRoulette"}],"body":{"mode":"raw","raw":"{\n  \"mboile\": \"1234567890\"\n}"},"url":"https://connect.devcraftor.in/api/v2/partner/auth/generate-url"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 10 Jul 2025 12:17:07 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"107"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"6b-Bpv5cwQvfUqdaBBpYDf3TP+21sw\""},{"key":"Apigw-Requestid","value":"NfhSYgpxBcwEJvA="}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Forbidden: Access from your IP address is not allowed. Your ip 106.215.114.38\"\n}"}],"_postman_id":"01168aa0-b45e-4a7c-8500-df3c788c940a"},{"name":"Get User Balance","id":"ea493829-d0dd-42ed-b5a9-56d1f463daa2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-API-Key","value":"{{api_key}}"},{"key":"X-API-Secret","value":"{{api_secret}}"}],"url":"https://connect.devcraftor.in/api/v2/partner/balance/{{mobile}}","urlObject":{"protocol":"https","path":["api","v2","partner","balance","{{mobile}}"],"host":["connect","devcraftor","in"],"query":[],"variable":[]}},"response":[{"id":"8450619a-f195-4814-839c-b4e824d29a9a","name":"Get User Balance","originalRequest":{"method":"GET","header":[{"key":"X-API-Key","value":"{{api_key}}"},{"key":"X-API-Secret","value":"{{api_secret}}"}],"url":"https://play.devcraftor.in/api/v1/partner/balance/{{mobile}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"x-powered-by","value":"PHP/8.2.28"},{"key":"cache-control","value":"no-cache, private"},{"key":"content-type","value":"application/json"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"59"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-length","value":"63"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"date","value":"Mon, 07 Jul 2025 04:35:13 GMT"},{"key":"server","value":"LiteSpeed"},{"key":"platform","value":"hostinger"},{"key":"panel","value":"hpanel"},{"key":"content-security-policy","value":"upgrade-insecure-requests"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"mobile\": \"1234567890\",\n        \"balance\": 0\n    }\n}"}],"_postman_id":"ea493829-d0dd-42ed-b5a9-56d1f463daa2"},{"name":"Deposit to Wallet","id":"a991bcb6-f345-4c07-808a-c3c06e78835f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-API-Key","value":"{{api_key}}"},{"key":"X-API-Secret","value":"{{api_secret}}"}],"body":{"mode":"raw","raw":"{\n  \"mobile\": \"1234567890\", //Customer mobile number\n  \"amount\": 100.50,\n  \"transaction_id\": \"uniquej_transs_ikd_1234\"\n}"},"url":"https://connect.devcraftor.in/api/v2/partner/wallet/deposit","urlObject":{"protocol":"https","path":["api","v2","partner","wallet","deposit"],"host":["connect","devcraftor","in"],"query":[],"variable":[]}},"response":[{"id":"62fc50bd-ab86-4f3b-bf91-460c14d48771","name":"Deposit to Wallet","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-API-Key","value":"{{api_key}}"},{"key":"X-API-Secret","value":"{{api_secret}}"}],"body":{"mode":"raw","raw":"{\n  \"mobile\": \"1234567890\", //Customer mobile number\n  \"amount\": 100.50,\n  \"transaction_id\": \"unique_trans_id_1234\"\n}"},"url":"https://play.devcraftor.in/api/v1/partner/wallet/deposit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"x-powered-by","value":"PHP/8.2.28"},{"key":"cache-control","value":"no-cache, private"},{"key":"content-type","value":"application/json"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"58"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-length","value":"103"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"date","value":"Mon, 07 Jul 2025 04:36:02 GMT"},{"key":"server","value":"LiteSpeed"},{"key":"platform","value":"hostinger"},{"key":"panel","value":"hpanel"},{"key":"content-security-policy","value":"upgrade-insecure-requests"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Deposit successful.\",\n    \"data\": {\n        \"mobile\": \"1234567890\",\n        \"new_balance\": 100.5\n    }\n}"}],"_postman_id":"a991bcb6-f345-4c07-808a-c3c06e78835f"},{"name":"Withdraw from Wallet","id":"92965084-388e-48ee-ae08-aa4892ef471a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-API-Key","value":"{{api_key}}"},{"key":"X-API-Secret","value":"{{api_secret}}"}],"body":{"mode":"raw","raw":"{\n  \"mobile\": \"1234567890\", //customer mobile number\n  \"amount\": 50.00,\n  \"transaction_id\": \"PARTNER_UNIQUE_WITHDRAW_ID_4568\"\n}"},"url":"https://connect.devcraftor.in/api/v2/partner/wallet/withdraw","urlObject":{"protocol":"https","path":["api","v2","partner","wallet","withdraw"],"host":["connect","devcraftor","in"],"query":[],"variable":[]}},"response":[{"id":"17c3c700-a9b5-441b-a0c4-c08bfaf7d40d","name":"Withdraw from Wallet","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-API-Key","value":"{{api_key}}"},{"key":"X-API-Secret","value":"{{api_secret}}"}],"body":{"mode":"raw","raw":"{\n  \"mobile\": \"1234567890\", //customer mobile number\n  \"amount\": 50.00,\n  \"transaction_id\": \"PARTNER_UNIQUE_WITHDRAW_ID_4568\"\n}"},"url":"https://play.devcraftor.in/api/v1/partner/wallet/withdraw"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"x-powered-by","value":"PHP/8.2.28"},{"key":"cache-control","value":"no-cache, private"},{"key":"content-type","value":"application/json"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"59"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-length","value":"105"},{"key":"content-encoding","value":"br"},{"key":"vary","value":"Accept-Encoding"},{"key":"date","value":"Mon, 07 Jul 2025 04:36:32 GMT"},{"key":"server","value":"LiteSpeed"},{"key":"platform","value":"hostinger"},{"key":"panel","value":"hpanel"},{"key":"content-security-policy","value":"upgrade-insecure-requests"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Withdrawal successful.\",\n    \"data\": {\n        \"mobile\": \"1234567890\",\n        \"new_balance\": 50.5\n    }\n}"}],"_postman_id":"92965084-388e-48ee-ae08-aa4892ef471a"}]}