{"info":{"_postman_id":"ea942a75-36c1-443d-a148-f147da4f900e","name":"Dijipin Top-Up v1","description":"<html><head></head><body><p>Welcome to Dijipin Developer Docs.</p>\n<p>It is mandatory to send the bearer token as a header in all requests.</p>\n<p>Under the \"variables\" tab in the main directory, you must replace the {token} value with the token delivered to you.</p>\n<p>You can use the information provided below for your tests.</p>\n<p><strong>Sandbox Supplier Token:</strong> gfh4fngjgruh6gx3pt408ickesbfgqe8unaekuublwdbhyib</p>\n<p>You can create a sample order for a sandbox user using the create <strong>v1/sandboxCreateTestOrder</strong> method.</p>\n<p>To use this method, you need to send a request with a sandbox token. This request will not work with your real API keys.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"24335928","collectionId":"ea942a75-36c1-443d-a148-f147da4f900e","publishedId":"2sAYXECxJU","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-03-25T18:22:38.000Z"},"item":[{"name":"Suppliers Live API","item":[{"name":"getSellerAuthorizedProducts","id":"5dab578a-71a8-4816-b780-546d1be31efe","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://api.dijipin.com/v1/getSellerAuthorizedProducts","description":"<hr />\n<p>This endpoint is for suppliers to view their authorized products and match them with their own system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"YOUR_TOKEN"}]},"isInherited":true,"source":{"_postman_id":"ea942a75-36c1-443d-a148-f147da4f900e","id":"ea942a75-36c1-443d-a148-f147da4f900e","name":"Dijipin Top-Up v1","type":"collection"}},"urlObject":{"host":["https://api.dijipin.com/v1/getSellerAuthorizedProducts"],"query":[],"variable":[]}},"response":[{"id":"08c5377b-1fec-4adc-8b1e-dc97b14c7222","name":"getSellerAuthorizedProducts","originalRequest":{"method":"GET","header":[{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.dijipin.com/v1/getSellerAuthorizedProducts"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"message\": \"Seller authorized products list\",\r\n    \"data\": [\r\n        {\r\n            \"productID\": \"15000\",\r\n            \"productName\": \"Pubg Mobile 60 UC - TR\",\r\n            \"productRequires\": [\r\n                \"user_id\",\r\n                \"server_id\"\r\n            ]\r\n        }\r\n    ]\r\n}"}],"_postman_id":"5dab578a-71a8-4816-b780-546d1be31efe"},{"name":"sellerNewOrders","id":"92bb9e62-7040-425f-9562-8186a1e6be93","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://api.dijipin.com/v1/sellerNewOrders","description":"<p>This endpoint is for suppliers to view their new orders.</p>\n<p>When you view your orders, their status automatically changes to processed.</p>\n<p>For this reason, you need to save the orders in your system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"YOUR_TOKEN"}]},"isInherited":true,"source":{"_postman_id":"ea942a75-36c1-443d-a148-f147da4f900e","id":"ea942a75-36c1-443d-a148-f147da4f900e","name":"Dijipin Top-Up v1","type":"collection"}},"urlObject":{"host":["https://api.dijipin.com/v1/sellerNewOrders"],"query":[],"variable":[]}},"response":[{"id":"fb9f598d-5cda-4f83-8f57-bf4f87ea1522","name":"sellerNewOrders","originalRequest":{"method":"GET","header":[{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.dijipin.com/v1/sellerNewOrders"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"message\": \"Seller non-readed orders list\",\r\n    \"data\": [\r\n        {\r\n            \"orderID\": \"92577634\",\r\n            \"productID\": \"15000\",\r\n            \"quantity\": \"1\",\r\n            \"requireData\": {\r\n                \"user_id\": \"548754578454\",\r\n                \"server_id\": \"5004\",\r\n                \"zone_id\": \"\"\r\n            }\r\n        }\r\n    ]\r\n}\r\n// Or Empty Data\r\n{\r\n    \"status\": \"error\",\r\n    \"message\": \"No new orders found\",\r\n    \"data\": []\r\n}"}],"_postman_id":"92bb9e62-7040-425f-9562-8186a1e6be93"},{"name":"sellerNonCompletedOrders","id":"946d70bf-34b3-4175-898a-51c13a09950f","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://api.dijipin.com/v1/sellerNonCompletedOrders","description":"<p>This endpoint is for suppliers to view their orders that they have processed.</p>\n<p>When you approve and reject your orders, they will not appear in the list.</p>\n<p>First of all, you need to query your new orders with the v1/sellerNewOrders method.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"YOUR_TOKEN"}]},"isInherited":true,"source":{"_postman_id":"ea942a75-36c1-443d-a148-f147da4f900e","id":"ea942a75-36c1-443d-a148-f147da4f900e","name":"Dijipin Top-Up v1","type":"collection"}},"urlObject":{"host":["https://api.dijipin.com/v1/sellerNonCompletedOrders"],"query":[],"variable":[]}},"response":[{"id":"7b2e9838-56ad-4c8a-828c-dd41eb72e3d4","name":"sellerNonCompletedOrders","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://api.dijipin.com/v1/sellerNonCompletedOrders"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"message\": \"Seller non-completed orders list\",\r\n    \"data\": [\r\n        {\r\n            \"orderID\": \"9\",\r\n            \"productID\": \"15000\",\r\n            \"quantity\": \"1\",\r\n            \"requireData\": {\r\n                \"user_id\": \"123\",\r\n                \"server_id\": \"123\",\r\n                \"zone_id\": \"\"\r\n            }\r\n        }\r\n    ]\r\n}\r\n// Or empty data\r\n{\r\n    \"status\": \"error\",\r\n    \"message\": \"No non-completed orders found\",\r\n    \"data\": []\r\n}"}],"_postman_id":"946d70bf-34b3-4175-898a-51c13a09950f"},{"name":"sellerOrderConfirmation","id":"545217df-f3f9-41af-8457-61dc39bf4551","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"orderID","value":"","description":"<p>order number | required [varchar]</p>\n","type":"text"},{"key":"invoiceNumber","value":"","description":"<p>invoice number | if status = 1 required [varchar]</p>\n","type":"text","uuid":"ff33b0e7-8329-4732-8781-d512138fd20e"},{"key":"status","value":"","description":"<p>0:Error 1:Success  | required [int]</p>\n","type":"text","uuid":"05f5e842-6b9a-4b4e-89cc-dca74e89762f"},{"key":"deliveryNote","value":"","description":"<p>not required [text]</p>\n","type":"text","uuid":"518f1163-a4d3-4fc8-b3af-f4ebedfd6482"},{"key":"cancelReason","value":"","description":"<p>if status = 0 required | if status = 1 not required [text]</p>\n","type":"text","uuid":"6f973519-3aa5-4b17-a015-c0a6c9ccbeee"}]},"url":"https://api.dijipin.com/v1/sellerOrderConfirmation","description":"<p>This endpoint is for you to send us information about whether orders have been delivered or not.</p>\n<p>If the order has been delivered successfully, you should send the {status} value as \"1\" and provide your order or invoice number as {invoiceNumber} in order to be able to control the orders from the system.</p>\n<p>If the order has not been delivered successfully, you should send the {status} value as \"0\" and specify {cancelReason}</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"YOUR_TOKEN"}]},"isInherited":true,"source":{"_postman_id":"ea942a75-36c1-443d-a148-f147da4f900e","id":"ea942a75-36c1-443d-a148-f147da4f900e","name":"Dijipin Top-Up v1","type":"collection"}},"urlObject":{"host":["https://api.dijipin.com/v1/sellerOrderConfirmation"],"query":[],"variable":[]}},"response":[{"id":"cd2f7295-e40e-4f41-9455-24d76f170810","name":"sellerOrderConfirmation","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"orderID","value":"","description":"order number | required [varchar]","type":"text"},{"key":"invoiceNumber","value":"","description":"invoice number | if status = 1 required [varchar]","type":"text","uuid":"ff33b0e7-8329-4732-8781-d512138fd20e"},{"key":"status","value":"","description":"0:Error 1:Success  | required [int]","type":"text","uuid":"05f5e842-6b9a-4b4e-89cc-dca74e89762f"},{"key":"deliveryNote","value":"","description":"not required [varchar]","type":"text","uuid":"518f1163-a4d3-4fc8-b3af-f4ebedfd6482"},{"key":"cancelReason","value":"","description":"if status = 0 required | if status = 1 not required [varchar]","type":"text","uuid":"6f973519-3aa5-4b17-a015-c0a6c9ccbeee"}]},"url":"https://api.dijipin.com/v1/sellerOrderConfirmation"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"// Order success\r\n{\r\n    \"status\": \"success\",\r\n    \"message\": \"Order confirmed\"\r\n}\r\n// Order cancel\r\n{\r\n    \"status\": \"success\",\r\n    \"message\": \"Order canceled\"\r\n}\r\n// Error Message\r\n{\r\n    \"status\": \"error\",\r\n    \"message\": \"Order confirmation failed or no changes made\"\r\n}"}],"_postman_id":"545217df-f3f9-41af-8457-61dc39bf4551"}],"id":"430d6225-05e9-495c-9927-cd00cc734c4c","description":"<p>This API is for suppliers to view their authorized products and orders.</p>\n","_postman_id":"430d6225-05e9-495c-9927-cd00cc734c4c","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"YOUR_TOKEN"}]},"isInherited":true,"source":{"_postman_id":"ea942a75-36c1-443d-a148-f147da4f900e","id":"ea942a75-36c1-443d-a148-f147da4f900e","name":"Dijipin Top-Up v1","type":"collection"}}},{"name":"Suppliers Sandbox API","item":[{"name":"sandboxGetSellerAuthorizedProducts","id":"131917ac-be92-4c5a-a609-e1f5fac85660","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://api.dijipin.com/v1/sandboxGetSellerAuthorizedProducts","description":"<hr />\n<p>This endpoint is for suppliers to view their authorized products and match them with their own system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"YOUR_TOKEN"}]},"isInherited":true,"source":{"_postman_id":"ea942a75-36c1-443d-a148-f147da4f900e","id":"ea942a75-36c1-443d-a148-f147da4f900e","name":"Dijipin Top-Up v1","type":"collection"}},"urlObject":{"host":["https://api.dijipin.com/v1/sandboxGetSellerAuthorizedProducts"],"query":[],"variable":[]}},"response":[{"id":"a3dd92a0-aa12-47a5-8d54-086a18621f58","name":"getSellerAuthorizedProducts","originalRequest":{"method":"GET","header":[{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.dijipin.com/v1/getSellerAuthorizedProducts"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"message\": \"Seller authorized products list\",\r\n    \"data\": [\r\n        {\r\n            \"productID\": \"15000\",\r\n            \"productName\": \"Pubg Mobile 60 UC - TR\",\r\n            \"productRequires\": [\r\n                \"user_id\",\r\n                \"server_id\"\r\n            ]\r\n        }\r\n    ]\r\n}"}],"_postman_id":"131917ac-be92-4c5a-a609-e1f5fac85660"},{"name":"sandboxSellerNewOrdersNewOrders","id":"6b6ce082-e123-4c98-b469-df2e497b31c6","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://api.dijipin.com/v1/sandboxSellerNewOrders","description":"<p>This endpoint is for suppliers to view their new orders.</p>\n<p>When you view your orders, their status automatically changes to processed.</p>\n<p>For this reason, you need to save the orders in your system.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"YOUR_TOKEN"}]},"isInherited":true,"source":{"_postman_id":"ea942a75-36c1-443d-a148-f147da4f900e","id":"ea942a75-36c1-443d-a148-f147da4f900e","name":"Dijipin Top-Up v1","type":"collection"}},"urlObject":{"host":["https://api.dijipin.com/v1/sandboxSellerNewOrders"],"query":[],"variable":[]}},"response":[{"id":"f357b681-f75f-48f2-8a2b-822fcde1ecca","name":"sellerNewOrders","originalRequest":{"method":"GET","header":[{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.dijipin.com/v1/sellerNewOrders"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"message\": \"Seller non-readed orders list\",\r\n    \"data\": [\r\n        {\r\n            \"orderID\": \"92577634\",\r\n            \"productID\": \"15000\",\r\n            \"quantity\": \"1\",\r\n            \"requireData\": {\r\n                \"user_id\": \"548754578454\",\r\n                \"server_id\": \"5004\",\r\n                \"zone_id\": \"\"\r\n            }\r\n        }\r\n    ]\r\n}\r\n// Or Empty Data\r\n{\r\n    \"status\": \"error\",\r\n    \"message\": \"No new orders found\",\r\n    \"data\": []\r\n}"}],"_postman_id":"6b6ce082-e123-4c98-b469-df2e497b31c6"},{"name":"sandboxSellerNonCompletedOrdersmpletedOrders","id":"0671859d-6dba-4e9e-aa18-4aea52c2c7e3","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://api.dijipin.com/v1/sandboxSellerNonCompletedOrders","description":"<p>This endpoint is for suppliers to view their orders that they have processed.</p>\n<p>When you approve and reject your orders, they will not appear in the list.</p>\n<p>First of all, you need to query your new orders with the v1/sellerNewOrders method.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"YOUR_TOKEN"}]},"isInherited":true,"source":{"_postman_id":"ea942a75-36c1-443d-a148-f147da4f900e","id":"ea942a75-36c1-443d-a148-f147da4f900e","name":"Dijipin Top-Up v1","type":"collection"}},"urlObject":{"host":["https://api.dijipin.com/v1/sandboxSellerNonCompletedOrders"],"query":[],"variable":[]}},"response":[{"id":"17653c5c-72b7-4c1b-afd5-76bfb5175513","name":"sellerNonCompletedOrders","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://api.dijipin.com/v1/sellerNonCompletedOrders"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"message\": \"Seller non-completed orders list\",\r\n    \"data\": [\r\n        {\r\n            \"orderID\": \"9\",\r\n            \"productID\": \"15000\",\r\n            \"quantity\": \"1\",\r\n            \"requireData\": {\r\n                \"user_id\": \"123\",\r\n                \"server_id\": \"123\",\r\n                \"zone_id\": \"\"\r\n            }\r\n        }\r\n    ]\r\n}\r\n// Or empty data\r\n{\r\n    \"status\": \"error\",\r\n    \"message\": \"No non-completed orders found\",\r\n    \"data\": []\r\n}"}],"_postman_id":"0671859d-6dba-4e9e-aa18-4aea52c2c7e3"},{"name":"sandboxCreateTestOrder","id":"a6259f3f-357b-4025-94ce-0cc036ccfe52","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://api.dijipin.com/v1/sandboxCreateTestOrder","description":"<p>You can create a new order as Sandbox.</p>\n<p>To use this method, you need to send a request with a sandbox token. This request will not work with your real API keys.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"YOUR_TOKEN"}]},"isInherited":true,"source":{"_postman_id":"ea942a75-36c1-443d-a148-f147da4f900e","id":"ea942a75-36c1-443d-a148-f147da4f900e","name":"Dijipin Top-Up v1","type":"collection"}},"urlObject":{"host":["https://api.dijipin.com/v1/sandboxCreateTestOrder"],"query":[],"variable":[]}},"response":[{"id":"0ece885c-1274-4b98-80c3-ae7d31db6eef","name":"createSandboxTestOrder","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text","disabled":true}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.dijipin.com/v1/createSandboxTestOrder"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Order created\",\n    \"data\": {\n        \"orderCreated\": true,\n        \"orderID\": 10,\n        \"currentBalance\": 123.45,\n        \"currentBalanceCurrency\": \"USD\"\n    }\n}\n// Auth Error\n{\n    \"status\": \"error\",\n    \"message\": \"Unauthorized access\",\n    \"data\": []\n}\n// Create Error\n{\n    \"status\": \"error\",\n    \"message\": \"Order creation failed\",\n    \"data\": []\n}"}],"_postman_id":"a6259f3f-357b-4025-94ce-0cc036ccfe52"},{"name":"sandboxSellerOrderConfirmation","id":"514546ea-be8b-4dd0-be63-48ffd54e1772","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"orderID","value":"","description":"<p>order number | required [varchar]</p>\n","type":"text"},{"key":"invoiceNumber","value":"","description":"<p>invoice number | if status = 1 required [varchar]</p>\n","type":"text","uuid":"ff33b0e7-8329-4732-8781-d512138fd20e"},{"key":"status","value":"","description":"<p>0:Error 1:Success  | required [int]</p>\n","type":"text","uuid":"05f5e842-6b9a-4b4e-89cc-dca74e89762f"},{"key":"deliveryNote","value":"","description":"<p>not required [varchar]</p>\n","type":"text","uuid":"518f1163-a4d3-4fc8-b3af-f4ebedfd6482"},{"key":"cancelReason","value":"","description":"<p>if status = 0 required | if status = 1 not required [varchar]</p>\n","type":"text","uuid":"6f973519-3aa5-4b17-a015-c0a6c9ccbeee"}]},"url":"https://api.dijipin.com/v1/sandboxSellerOrderConfirmation","description":"<p>This endpoint is for you to send us information about whether orders have been delivered or not.</p>\n<p>If the order has been delivered successfully, you should send the {status} value as \"1\" and provide your order or invoice number as {invoiceNumber} in order to be able to control the orders from the system.</p>\n<p>If the order has not been delivered successfully, you should send the {status} value as \"0\" and specify {cancelReason}</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"YOUR_TOKEN"}]},"isInherited":true,"source":{"_postman_id":"ea942a75-36c1-443d-a148-f147da4f900e","id":"ea942a75-36c1-443d-a148-f147da4f900e","name":"Dijipin Top-Up v1","type":"collection"}},"urlObject":{"host":["https://api.dijipin.com/v1/sandboxSellerOrderConfirmation"],"query":[],"variable":[]}},"response":[{"id":"18234a17-1c25-4b6e-a84b-2942a77ec75e","name":"sellerOrderConfirmation","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"orderID","value":"","description":"order number | required [varchar]","type":"text"},{"key":"invoiceNumber","value":"","description":"invoice number | if status = 1 required [varchar]","type":"text","uuid":"ff33b0e7-8329-4732-8781-d512138fd20e"},{"key":"status","value":"","description":"0:Error 1:Success  | required [int]","type":"text","uuid":"05f5e842-6b9a-4b4e-89cc-dca74e89762f"},{"key":"deliveryNote","value":"","description":"not required [varchar]","type":"text","uuid":"518f1163-a4d3-4fc8-b3af-f4ebedfd6482"},{"key":"cancelReason","value":"","description":"if status = 0 required | if status = 1 not required [varchar]","type":"text","uuid":"6f973519-3aa5-4b17-a015-c0a6c9ccbeee"}]},"url":"https://api.dijipin.com/v1/sellerOrderConfirmation"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"// Order success\r\n{\r\n    \"status\": \"success\",\r\n    \"message\": \"Order confirmed\"\r\n}\r\n// Order cancel\r\n{\r\n    \"status\": \"success\",\r\n    \"message\": \"Order canceled\"\r\n}\r\n// Error Message\r\n{\r\n    \"status\": \"error\",\r\n    \"message\": \"Order confirmation failed or no changes made\"\r\n}"}],"_postman_id":"514546ea-be8b-4dd0-be63-48ffd54e1772"}],"id":"20a05525-c43a-4f9f-9d69-45a5fa7b6c6d","description":"<p>This API is for suppliers to view their authorized products and orders.</p>\n","_postman_id":"20a05525-c43a-4f9f-9d69-45a5fa7b6c6d","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"YOUR_TOKEN"}]},"isInherited":true,"source":{"_postman_id":"ea942a75-36c1-443d-a148-f147da4f900e","id":"ea942a75-36c1-443d-a148-f147da4f900e","name":"Dijipin Top-Up v1","type":"collection"}}},{"name":"Resellers","item":[{"name":"getResellerAuthorizedProducts","id":"0642535d-05bb-47bb-8a29-75baa3469e8f","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://api.dijipin.com/v1/getResellerAuthorizedProducts","description":"<p>You can list the products defined for you in this section.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"YOUR_TOKEN"}]},"isInherited":true,"source":{"_postman_id":"ea942a75-36c1-443d-a148-f147da4f900e","id":"ea942a75-36c1-443d-a148-f147da4f900e","name":"Dijipin Top-Up v1","type":"collection"}},"urlObject":{"host":["https://api.dijipin.com/v1/getResellerAuthorizedProducts"],"query":[],"variable":[]}},"response":[],"_postman_id":"0642535d-05bb-47bb-8a29-75baa3469e8f"},{"name":"getResellerOrderByID","id":"c308cf8e-ea2d-4dae-b7d0-c60826aefd8f","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://api.dijipin.com/v1/getResellerOrderByID/","description":"<p>You can check the status of your order using the {orderID} reference number you submitted when placing your order in this section.</p>\n<p>Example: <a href=\"https://api.dijipin.com/v1/getResellerOrderByID/%7BorderID%7D\">https://api.dijipin.com/v1/getResellerOrderByID/{orderID}</a></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"YOUR_TOKEN"}]},"isInherited":true,"source":{"_postman_id":"ea942a75-36c1-443d-a148-f147da4f900e","id":"ea942a75-36c1-443d-a148-f147da4f900e","name":"Dijipin Top-Up v1","type":"collection"}},"urlObject":{"path":[""],"host":["https://api.dijipin.com/v1/getResellerOrderByID"],"query":[],"variable":[]}},"response":[],"_postman_id":"c308cf8e-ea2d-4dae-b7d0-c60826aefd8f"},{"name":"getBalance","id":"95dab3e6-ffb9-4ddc-a37c-e8c13ce1ba5e","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://api.dijipin.com/v1/getBalance","description":"<p>You can check your balance in this section.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"YOUR_TOKEN"}]},"isInherited":true,"source":{"_postman_id":"ea942a75-36c1-443d-a148-f147da4f900e","id":"ea942a75-36c1-443d-a148-f147da4f900e","name":"Dijipin Top-Up v1","type":"collection"}},"urlObject":{"host":["https://api.dijipin.com/v1/getBalance"],"query":[],"variable":[]}},"response":[],"_postman_id":"95dab3e6-ffb9-4ddc-a37c-e8c13ce1ba5e"},{"name":"createOrder","id":"bb30904c-9fc8-4ec3-958a-5b28343e55d1","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"productID","value":"","description":"<p>Product Number (example: 15001) must be integer</p>\n","type":"text","uuid":"05f5e842-6b9a-4b4e-89cc-dca74e89762f"},{"key":"orderID","value":"","description":"<p>Your unique Transaction ID (example: 54875457 or QS9KFD)) must be varchar</p>\n","type":"text","uuid":"e1a1aefd-6f63-464a-928c-b07a25734f4b"},{"key":"quantity","value":"","description":"<p>Quantity (example: 1) must be integer</p>\n","type":"text","uuid":"69d76d3a-fcf5-4af2-814c-9b0a782472d7"},{"key":"user_id","value":"","description":"<p>If required for the product not null  (example: 578454587784) must be integer</p>\n","type":"text","uuid":"5e195388-798e-4cec-87c5-d5b852291c98"},{"key":"server_id","value":"","description":"<p>If required for the product not null  (example: 878) must be integer</p>\n","type":"text","uuid":"c384f55e-0e33-4911-92c7-9045b0814372"}]},"url":"https://api.dijipin.com/v1/createOrder","description":"<p>You can create a new order by providing the necessary parameters.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"YOUR_TOKEN"}]},"isInherited":true,"source":{"_postman_id":"ea942a75-36c1-443d-a148-f147da4f900e","id":"ea942a75-36c1-443d-a148-f147da4f900e","name":"Dijipin Top-Up v1","type":"collection"}},"urlObject":{"host":["https://api.dijipin.com/v1/createOrder"],"query":[],"variable":[]}},"response":[],"_postman_id":"bb30904c-9fc8-4ec3-958a-5b28343e55d1"}],"id":"ff1386ef-b303-4dc6-b742-9824c13ea25f","description":"<p>This API is for resellers to view their authorized products and orders.</p>\n","_postman_id":"ff1386ef-b303-4dc6-b742-9824c13ea25f","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"YOUR_TOKEN"}]},"isInherited":true,"source":{"_postman_id":"ea942a75-36c1-443d-a148-f147da4f900e","id":"ea942a75-36c1-443d-a148-f147da4f900e","name":"Dijipin Top-Up v1","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"YOUR_TOKEN"}]}},"event":[{"listen":"prerequest","script":{"id":"c38c8c72-3a43-4f32-b49f-f7b5081f17cc","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2d2a64f5-efc2-4a9d-a927-cd327602d550","type":"text/javascript","exec":[""]}}],"variable":[{"key":"api_url","value":"https://api.dijipin.com/v1/","type":"string"},{"key":"token","value":"YOUR_TOKEN","type":"string"}]}