{
	"info": {
		"_postman_id": "d230b366-3fe2-47ed-a5f1-d708d86f070b",
		"name": "Websurfer APIs v1.0.0",
		"description": "The APIs are used to package subscriptions to Customer's TV, Internet, IPTV etc.\n\nThe generated tokens are valid only for 7 days and can be used for testing purposes only.\nAfter the trial is over, please contact the administration for a production token.\n\nFor more details:\nhttps://icare.websurfer.com.np/docs\n\nAPI Token:\nhttps://icare.websurfer.com.np/docs/api-token\n\nAPI Version 1.0.0:\nhttps://icare.websurfer.com.np/docs/api/version/1.0.0\n\nSupport Mail: developer@timespro.net\n\n_For Instant support, please join us on whatsapp or skype group._",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"name": "Get Customer Information",
			"event": [
				{
					"listen": "test",
					"script": {
						"exec": [
							""
						],
						"type": "text/javascript"
					}
				}
			],
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "API_TOKEN_REQUIRED",
							"type": "string"
						}
					]
				},
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\n    \"code\":\"1000000\"\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "https://{{apiweb}}/{{environment}}/api/third-party/v1.0.0/get-customer-information",
					"protocol": "https",
					"host": [
						"{{apiweb}}"
					],
					"path": [
						"{{environment}}",
						"api",
						"third-party",
						"v1.0.0",
						"get-customer-information"
					]
				}
			},
			"response": []
		},
		{
			"name": "Get Packages for Internet Service",
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "API_TOKEN_REQUIRED",
							"type": "string"
						}
					]
				},
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\n    \"cuid\":\"1000000\",\n    \"service\":\"internet\",\n    \"reqId\":\"krishna-pokhrel\"\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "https://{{apiweb}}/{{environment}}/api/third-party/v1.0.0/get-subscription-package",
					"protocol": "https",
					"host": [
						"{{apiweb}}"
					],
					"path": [
						"{{environment}}",
						"api",
						"third-party",
						"v1.0.0",
						"get-subscription-package"
					]
				}
			},
			"response": []
		},
		{
			"name": "Internet Topup",
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "API_TOKEN_REQUIRED",
							"type": "string"
						}
					]
				},
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\n    \"cuid\":\"1000000\",\n    \"service\":\"internet\",\n    \"reqId\":\"krishna-pokhrel\",\n    \"checkoutId\":\"dM3quDdEsQd5OkJ5h0P2\",\n    \"bouquetId\":101,\n    \"amt\":1000\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "https://{{apiweb}}/{{environment}}/api/third-party/v1.0.0/subscription-package-topup",
					"protocol": "https",
					"host": [
						"{{apiweb}}"
					],
					"path": [
						"{{environment}}",
						"api",
						"third-party",
						"v1.0.0",
						"subscription-package-topup"
					]
				}
			},
			"response": []
		},
		{
			"name": "Txn Status",
			"request": {
				"auth": {
					"type": "bearer",
					"bearer": [
						{
							"key": "token",
							"value": "API_TOKEN_REQUIRED",
							"type": "string"
						}
					]
				},
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\n    \"checkoutId\":\"dM3quDdEsQd5OkJ5h0P2\"\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "https://{{apiweb}}/{{environment}}/api/third-party/v1.0.0/txn-status",
					"protocol": "https",
					"host": [
						"{{apiweb}}"
					],
					"path": [
						"{{environment}}",
						"api",
						"third-party",
						"v1.0.0",
						"txn-status"
					]
				}
			},
			"response": []
		}
	],
	"auth": {
		"type": "bearer",
		"bearer": [
			{
				"key": "token",
				"value": "API_TOKEN_REQUIRED",
				"type": "string"
			}
		]
	},
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		}
	],
	"variable": [
		{
			"key": "apiweb",
			"value": "icare.websurfer.com.np",
			"type": "default"
		},
		{
			"key": "environment",
			"value": "staging",
			"type": "default"
		}
	]
}