{
	"info": {
		"_postman_id": "118303b5-6b28-4551-99da-edc8740b5abd",
		"name": "Payment Fusion - Partner Template",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"name": "Reporting",
			"item": [
				{
					"name": "Batches",
					"item": [
						{
							"name": "Get Specific Batch",
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "basic",
									"basic": [
										{
											"key": "password",
											"value": "{{api_token}}",
											"type": "string"
										},
										{
											"key": "username",
											"value": "{{api_id}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/vnd.paymentfusion.v1.0.0+json",
										"type": "text"
									},
									{
										"key": "Content-Type",
										"value": "application/x-www-form-urlencoded",
										"type": "text"
									}
								],
								"body": {
									"mode": "urlencoded",
									"urlencoded": []
								},
								"url": {
									"raw": "https://reporting{{reporting_url}}/batches/{{reporting_id}}",
									"protocol": "https",
									"host": [
										"reporting{{reporting_url}}"
									],
									"path": [
										"batches",
										"{{reporting_id}}"
									]
								}
							},
							"response": []
						},
						{
							"name": "Search Batches",
							"request": {
								"auth": {
									"type": "basic",
									"basic": [
										{
											"key": "password",
											"value": "{{api_token}}",
											"type": "string"
										},
										{
											"key": "username",
											"value": "{{api_id}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [
									{
										"key": "Accept",
										"value": "application/vnd.paymentfusion.v1.0.0+json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n  \"opened\": \"2019-01-01 00:00:00\",\r\n  \"closed\": \"2019-01-01 00:00:00\",\r\n  \"start\": 0,\r\n  \"limit\": 40,\r\n  \"sort\": [\r\n    \"\"\r\n  ],\r\n  \"status\": [\r\n    \"\"\r\n  ],\r\n  \"start_date\": \"2019-01-01 12:00:00\",\r\n  \"end_date\": \"2019-01-01 12:00:00\"\r\n}"
								},
								"url": {
									"raw": "https://reporting{{reporting_url}}/batches/search",
									"protocol": "https",
									"host": [
										"reporting{{reporting_url}}"
									],
									"path": [
										"batches",
										"search"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Transactions",
					"item": [
						{
							"name": "Search Transactions",
							"request": {
								"auth": {
									"type": "basic",
									"basic": [
										{
											"key": "password",
											"value": "{{api_token}}",
											"type": "string"
										},
										{
											"key": "username",
											"value": "{{api_id}}",
											"type": "string"
										}
									]
								},
								"method": "POST",
								"header": [
									{
										"key": "Accept",
										"value": "application/vnd.paymentfusion.v1.0.0+json",
										"type": "text"
									},
									{
										"key": "Content-Type",
										"value": "application/x-www-form-urlencoded",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n  \"start\": 0,\r\n  \"limit\": 40,\r\n  \"sort\": [\r\n    \"transaction_type\"\r\n  ],\r\n  \"match_all\": true,\r\n  \"search\": [\r\n    {\r\n      \"field\": \"transaction_type\",\r\n      \"type\": \"gt\",\r\n      \"value\": \"\"\r\n    }\r\n  ]\r\n}"
								},
								"url": {
									"raw": "https://reporting{{reporting_url}}/transactions/search",
									"protocol": "https",
									"host": [
										"reporting{{reporting_url}}"
									],
									"path": [
										"transactions",
										"search"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get Specific Transaction",
							"request": {
								"auth": {
									"type": "basic",
									"basic": [
										{
											"key": "password",
											"value": "{{api_token}}",
											"type": "string"
										},
										{
											"key": "username",
											"value": "{{api_id}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/vnd.paymentfusion.v1.0.0+json",
										"type": "text"
									},
									{
										"key": "Content-Type",
										"value": "application/x-www-form-urlencoded",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://reporting{{reporting_url}}/transactions/{{transaction_id}}",
									"protocol": "https",
									"host": [
										"reporting{{reporting_url}}"
									],
									"path": [
										"transactions",
										"{{transaction_id}}"
									]
								}
							},
							"response": []
						}
					]
				}
			]
		},
		{
			"name": "Settings",
			"item": [
				{
					"name": "v1.0.0",
					"item": [
						{
							"name": "HPP Index",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											"var data = JSON.parse(responseBody);",
											"pm.environment.set(\"hpp_identifier\", data.hpps[0].identifier);"
										],
										"type": "text/javascript"
									}
								}
							],
							"request": {
								"auth": {
									"type": "basic",
									"basic": [
										{
											"key": "password",
											"value": "{{api_token}}",
											"type": "string"
										},
										{
											"key": "username",
											"value": "{{api_id}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/vnd.paymentfusion.v1.0.0+json",
										"type": "text"
									}
								],
								"url": {
									"raw": "https://settings{{base_url}}/hpps",
									"protocol": "https",
									"host": [
										"settings{{base_url}}"
									],
									"path": [
										"hpps"
									]
								}
							},
							"response": []
						},
						{
							"name": "Terminals",
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "basic",
									"basic": [
										{
											"key": "password",
											"value": "{{api_token}}",
											"type": "string"
										},
										{
											"key": "username",
											"value": "{{api_id}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/vnd.paymentfusion.v1.0.0+json",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": []
								},
								"url": {
									"raw": "https://settings{{base_url}}/terminals?limit=10&offset=0",
									"protocol": "https",
									"host": [
										"settings{{base_url}}"
									],
									"path": [
										"terminals"
									],
									"query": [
										{
											"key": "limit",
											"value": "10"
										},
										{
											"key": "offset",
											"value": "0"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Sources",
							"event": [
								{
									"listen": "prerequest",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript"
									}
								}
							],
							"protocolProfileBehavior": {
								"disableBodyPruning": true
							},
							"request": {
								"auth": {
									"type": "basic",
									"basic": [
										{
											"key": "password",
											"value": "{{api_token}}",
											"type": "string"
										},
										{
											"key": "username",
											"value": "{{api_id}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/vnd.paymentfusion.v1.0.0+json",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": []
								},
								"url": {
									"raw": "https://settings{{base_url}}/sources?limit=15&offset=0&include_credentials=true",
									"protocol": "https",
									"host": [
										"settings{{base_url}}"
									],
									"path": [
										"sources"
									],
									"query": [
										{
											"key": "limit",
											"value": "15"
										},
										{
											"key": "offset",
											"value": "0"
										},
										{
											"key": "include_credentials",
											"value": "true"
										}
									]
								}
							},
							"response": []
						}
					]
				}
			]
		},
		{
			"name": "Transaction Broker",
			"item": [
				{
					"name": "v3.0.0",
					"item": [
						{
							"name": "HPP",
							"item": [
								{
									"name": "Generate",
									"request": {
										"auth": {
											"type": "basic",
											"basic": [
												{
													"key": "password",
													"value": "{{api_token}}",
													"type": "string"
												},
												{
													"key": "username",
													"value": "{{api_id}}",
													"type": "string"
												}
											]
										},
										"method": "POST",
										"header": [
											{
												"key": "Accept",
												"type": "text",
												"value": "application/vnd.paymentfusion.v3.0.0+json"
											},
											{
												"key": "Content-Type",
												"name": "Content-Type",
												"value": "application/x-www-form-urlencoded",
												"type": "text"
											}
										],
										"body": {
											"mode": "urlencoded",
											"urlencoded": [
												{
													"key": "transaction_type",
													"value": "Sale",
													"type": "text"
												},
												{
													"key": "amount",
													"value": "{{amount_from_minutes_and_seconds}}",
													"type": "text"
												},
												{
													"key": "id",
													"value": "{{hpp_identifier}}",
													"type": "text"
												},
												{
													"key": "callback_url_1",
													"value": "{{callback_url_1}}",
													"type": "text"
												}
											]
										},
										"url": {
											"raw": "https://tb{{base_url}}/hpps",
											"protocol": "https",
											"host": [
												"tb{{base_url}}"
											],
											"path": [
												"hpps"
											]
										}
									},
									"response": []
								}
							]
						},
						{
							"name": "Terminals",
							"item": [
								{
									"name": "Terminal Status",
									"event": [
										{
											"listen": "prerequest",
											"script": {
												"exec": [
													""
												],
												"type": "text/javascript"
											}
										},
										{
											"listen": "test",
											"script": {
												"exec": [
													""
												],
												"type": "text/javascript"
											}
										}
									],
									"protocolProfileBehavior": {
										"disableBodyPruning": true
									},
									"request": {
										"auth": {
											"type": "basic",
											"basic": [
												{
													"key": "password",
													"value": "{{api_token}}",
													"type": "string"
												},
												{
													"key": "username",
													"value": "{{api_id}}",
													"type": "string"
												}
											]
										},
										"method": "GET",
										"header": [
											{
												"key": "Accept",
												"type": "text",
												"value": "application/vnd.paymentfusion.v3.0.0+json"
											},
											{
												"key": "Content-Type",
												"type": "text",
												"value": "application/x-www-form-urlencoded"
											}
										],
										"body": {
											"mode": "urlencoded",
											"urlencoded": [
												{
													"key": "serial_number",
													"value": "{{serial_number}}",
													"type": "text"
												}
											]
										},
										"url": {
											"raw": "https://tb{{base_url}}/terminals/status",
											"protocol": "https",
											"host": [
												"tb{{base_url}}"
											],
											"path": [
												"terminals",
												"status"
											]
										}
									},
									"response": []
								}
							]
						},
						{
							"name": "Transactions",
							"item": [
								{
									"name": "Create",
									"item": [
										{
											"name": "Create Sale Transaction",
											"event": [
												{
													"listen": "prerequest",
													"script": {
														"exec": [
															"currentDate = new Date(Date.now());",
															"amountFromMinutesAndSeconds = parseInt(('1'+('0'+currentDate.getMinutes()).slice(-2)+('0'+currentDate.getSeconds()).slice(-2)));",
															"if (amountFromMinutesAndSeconds & 1) {",
															"    amountFromMinutesAndSeconds = amountFromMinutesAndSeconds + 1;",
															"}",
															"amountFromMinutesAndSeconds = amountFromMinutesAndSeconds/100;",
															"pm.environment.set(\"amount_from_minutes_and_seconds\", amountFromMinutesAndSeconds);"
														],
														"type": "text/javascript"
													}
												},
												{
													"listen": "test",
													"script": {
														"exec": [
															"var data = JSON.parse(responseBody);",
															"pm.environment.set(\"tb_id\", data.id);"
														],
														"type": "text/javascript"
													}
												}
											],
											"request": {
												"auth": {
													"type": "basic",
													"basic": [
														{
															"key": "password",
															"value": "{{api_token}}",
															"type": "string"
														},
														{
															"key": "username",
															"value": "{{api_id}}",
															"type": "string"
														}
													]
												},
												"method": "POST",
												"header": [
													{
														"key": "Accept",
														"type": "text",
														"value": "application/vnd.paymentfusion.v3.0.0+json"
													},
													{
														"key": "Content-Type",
														"type": "text",
														"value": "application/x-www-form-urlencoded"
													}
												],
												"body": {
													"mode": "urlencoded",
													"urlencoded": [
														{
															"key": "merchant_id",
															"value": "{{merchant_id}}",
															"type": "text"
														},
														{
															"key": "amount",
															"value": "{{amount_from_minutes_and_seconds}}",
															"type": "text"
														},
														{
															"key": "invoice",
															"value": "12345",
															"type": "text"
														},
														{
															"key": "serial_number",
															"value": "{{serial_number}}",
															"type": "text"
														},
														{
															"key": "callback_url_1",
															"value": "{{callback_url_1}}",
															"type": "text"
														}
													]
												},
												"url": {
													"raw": "https://tb{{base_url}}/transactions",
													"protocol": "https",
													"host": [
														"tb{{base_url}}"
													],
													"path": [
														"transactions"
													]
												}
											},
											"response": []
										},
										{
											"name": "Read Transaction",
											"event": [
												{
													"listen": "prerequest",
													"script": {
														"exec": [
															""
														],
														"type": "text/javascript"
													}
												},
												{
													"listen": "test",
													"script": {
														"exec": [
															"var data = JSON.parse(responseBody);",
															"pm.environment.set(\"ref_number\", data.gateway_reference_number);",
															"pm.environment.set(\"batch_number\", data.gateway_response.BatchRefNum);"
														],
														"type": "text/javascript"
													}
												}
											],
											"protocolProfileBehavior": {
												"disableBodyPruning": true
											},
											"request": {
												"auth": {
													"type": "basic",
													"basic": [
														{
															"key": "password",
															"value": "{{api_token}}",
															"type": "string"
														},
														{
															"key": "username",
															"value": "{{api_id}}",
															"type": "string"
														}
													]
												},
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"type": "text",
														"value": "application/vnd.paymentfusion.v3.0.0+json"
													},
													{
														"key": "Content-Type",
														"type": "text",
														"value": "application/x-www-form-urlencoded"
													}
												],
												"body": {
													"mode": "urlencoded",
													"urlencoded": []
												},
												"url": {
													"raw": "https://tb{{base_url}}/transactions/{{tb_id}}",
													"protocol": "https",
													"host": [
														"tb{{base_url}}"
													],
													"path": [
														"transactions",
														"{{tb_id}}"
													]
												}
											},
											"response": []
										},
										{
											"name": "Create Sale Transaction with callback",
											"event": [
												{
													"listen": "prerequest",
													"script": {
														"exec": [
															"currentDate = new Date(Date.now());",
															"amountFromMinutesAndSeconds = parseInt(('1'+('0'+currentDate.getMinutes()).slice(-2)+('0'+currentDate.getSeconds()).slice(-2)));",
															"if (amountFromMinutesAndSeconds & 1) {",
															"    amountFromMinutesAndSeconds = amountFromMinutesAndSeconds + 1;",
															"}",
															"amountFromMinutesAndSeconds = amountFromMinutesAndSeconds/100;",
															"pm.environment.set(\"amount_from_minutes_and_seconds\", amountFromMinutesAndSeconds);"
														],
														"type": "text/javascript"
													}
												},
												{
													"listen": "test",
													"script": {
														"exec": [
															"var data = JSON.parse(responseBody);",
															"pm.environment.set(\"tb_id\", data.id);"
														],
														"type": "text/javascript"
													}
												}
											],
											"request": {
												"auth": {
													"type": "basic",
													"basic": [
														{
															"key": "password",
															"value": "{{api_token}}",
															"type": "string"
														},
														{
															"key": "username",
															"value": "{{api_id}}",
															"type": "string"
														}
													]
												},
												"method": "POST",
												"header": [
													{
														"key": "Accept",
														"type": "text",
														"value": "application/vnd.paymentfusion.v3.0.0+json"
													},
													{
														"key": "Content-Type",
														"type": "text",
														"value": "application/x-www-form-urlencoded"
													}
												],
												"body": {
													"mode": "urlencoded",
													"urlencoded": [
														{
															"key": "merchant_id",
															"value": "{{merchant_id}}",
															"type": "text"
														},
														{
															"key": "amount",
															"value": "{{amount_from_minutes_and_seconds}}",
															"type": "text"
														},
														{
															"key": "invoice",
															"value": "12345",
															"type": "text"
														},
														{
															"key": "serial_number",
															"value": "{{serial_number}}",
															"type": "text"
														},
														{
															"key": "callback_url_1",
															"value": "https://postb.in/1561494092443-0849134996533",
															"type": "text"
														}
													]
												},
												"url": {
													"raw": "https://tb{{base_url}}/transactions",
													"protocol": "https",
													"host": [
														"tb{{base_url}}"
													],
													"path": [
														"transactions"
													]
												}
											},
											"response": []
										}
									]
								},
								{
									"name": "Adjust",
									"item": [
										{
											"name": "Create Sale Transaction",
											"event": [
												{
													"listen": "prerequest",
													"script": {
														"exec": [
															"currentDate = new Date(Date.now());",
															"amountFromMinutesAndSeconds = parseInt(('1'+('0'+currentDate.getMinutes()).slice(-2)+('0'+currentDate.getSeconds()).slice(-2)));",
															"if (amountFromMinutesAndSeconds & 1) {",
															"    amountFromMinutesAndSeconds = amountFromMinutesAndSeconds + 1;",
															"}",
															"amountFromMinutesAndSeconds = amountFromMinutesAndSeconds/100;",
															"pm.environment.set(\"amount_from_minutes_and_seconds\", amountFromMinutesAndSeconds);"
														],
														"type": "text/javascript"
													}
												},
												{
													"listen": "test",
													"script": {
														"exec": [
															"var data = JSON.parse(responseBody);",
															"pm.environment.set(\"tb_id\", data.id);"
														],
														"type": "text/javascript"
													}
												}
											],
											"request": {
												"auth": {
													"type": "basic",
													"basic": [
														{
															"key": "password",
															"value": "{{api_token}}",
															"type": "string"
														},
														{
															"key": "username",
															"value": "{{api_id}}",
															"type": "string"
														}
													]
												},
												"method": "POST",
												"header": [
													{
														"key": "Accept",
														"type": "text",
														"value": "application/vnd.paymentfusion.v3.0.0+json"
													},
													{
														"key": "Content-Type",
														"type": "text",
														"value": "application/x-www-form-urlencoded"
													},
													{
														"key": "Authorization",
														"type": "text",
														"value": "{{authenticate}}"
													}
												],
												"body": {
													"mode": "urlencoded",
													"urlencoded": [
														{
															"key": "merchant_id",
															"value": "{{merchant_id}}",
															"type": "text"
														},
														{
															"key": "amount",
															"value": "{{amount_from_minutes_and_seconds}}",
															"type": "text"
														},
														{
															"key": "invoice_number",
															"value": "12345",
															"type": "text"
														},
														{
															"key": "serial_number",
															"value": "{{serial_number}}",
															"type": "text"
														},
														{
															"key": "um_command",
															"value": "sale",
															"type": "text"
														},
														{
															"key": "save_card",
															"value": "true",
															"type": "text"
														},
														{
															"key": "return_card_data",
															"value": "true",
															"type": "text"
														}
													]
												},
												"url": {
													"raw": "https://tb{{base_url}}/transactions",
													"protocol": "https",
													"host": [
														"tb{{base_url}}"
													],
													"path": [
														"transactions"
													]
												}
											},
											"response": []
										},
										{
											"name": "Read Transaction Status",
											"event": [
												{
													"listen": "prerequest",
													"script": {
														"exec": [
															"adjustAmount = Math.round(100 + pm.environment.get(\"amount_from_minutes_and_seconds\"));",
															"",
															"pm.environment.set(\"adjust_amount\", adjustAmount);"
														],
														"type": "text/javascript"
													}
												},
												{
													"listen": "test",
													"script": {
														"exec": [
															"var data = JSON.parse(responseBody);",
															"pm.environment.set(\"refNumber\", data.gateway_reference_number);"
														],
														"type": "text/javascript"
													}
												}
											],
											"protocolProfileBehavior": {
												"disableBodyPruning": true
											},
											"request": {
												"auth": {
													"type": "basic",
													"basic": [
														{
															"key": "password",
															"value": "{{api_token}}",
															"type": "string"
														},
														{
															"key": "username",
															"value": "{{api_id}}",
															"type": "string"
														}
													]
												},
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"type": "text",
														"value": "application/vnd.paymentfusion.v3.0.0+json"
													},
													{
														"key": "Content-Type",
														"type": "text",
														"value": "application/x-www-form-urlencoded"
													}
												],
												"body": {
													"mode": "urlencoded",
													"urlencoded": []
												},
												"url": {
													"raw": "https://tb{{base_url}}/transactions/{{tb_id}}",
													"protocol": "https",
													"host": [
														"tb{{base_url}}"
													],
													"path": [
														"transactions",
														"{{tb_id}}"
													]
												}
											},
											"response": []
										},
										{
											"name": "Adjust Transaction",
											"event": [
												{
													"listen": "prerequest",
													"script": {
														"exec": [
															"adjustAmount = Math.round(100 + pm.environment.get(\"amount_from_minutes_and_seconds\"));",
															"pm.environment.set(\"adjust_amount\", adjustAmount);"
														],
														"type": "text/javascript"
													}
												}
											],
											"request": {
												"auth": {
													"type": "basic",
													"basic": [
														{
															"key": "password",
															"value": "{{api_token}}",
															"type": "string"
														},
														{
															"key": "username",
															"value": "{{api_id}}",
															"type": "string"
														}
													]
												},
												"method": "POST",
												"header": [
													{
														"key": "Accept",
														"value": "application/vnd.paymentfusion.v3.0.0+json",
														"type": "text"
													},
													{
														"key": "Content-Type",
														"value": "application/x-www-form-urlencoded",
														"type": "text"
													}
												],
												"body": {
													"mode": "urlencoded",
													"urlencoded": [
														{
															"key": "ref_number",
															"value": "{{ref_number}}",
															"type": "text"
														},
														{
															"key": "new_amount",
															"value": "{{adjust_amount}}",
															"type": "text"
														},
														{
															"key": "merchant_id",
															"value": "{{merchant_id}}",
															"type": "text"
														},
														{
															"key": "new_tip",
															"value": "0",
															"type": "text"
														},
														{
															"key": "new_tax",
															"value": "0",
															"type": "text"
														}
													]
												},
												"url": {
													"raw": "https://tb{{base_url}}/transactions/adjust",
													"protocol": "https",
													"host": [
														"tb{{base_url}}"
													],
													"path": [
														"transactions",
														"adjust"
													]
												}
											},
											"response": []
										}
									]
								},
								{
									"name": "Capture",
									"item": [
										{
											"name": "Create Auth Transaction",
											"event": [
												{
													"listen": "prerequest",
													"script": {
														"exec": [
															"currentDate = new Date(Date.now());",
															"amountFromMinutesAndSeconds = parseInt(('1'+('0'+currentDate.getMinutes()).slice(-2)+('0'+currentDate.getSeconds()).slice(-2)));",
															"if (amountFromMinutesAndSeconds & 1) {",
															"    amountFromMinutesAndSeconds = amountFromMinutesAndSeconds + 1;",
															"}",
															"amountFromMinutesAndSeconds = amountFromMinutesAndSeconds/100;",
															"pm.environment.set(\"amount_from_minutes_and_seconds\", amountFromMinutesAndSeconds);"
														],
														"type": "text/javascript"
													}
												},
												{
													"listen": "test",
													"script": {
														"exec": [
															"var data = JSON.parse(responseBody);",
															"pm.environment.set(\"tb_id\", data.id);"
														],
														"type": "text/javascript"
													}
												}
											],
											"request": {
												"auth": {
													"type": "basic",
													"basic": [
														{
															"key": "password",
															"value": "{{api_token}}",
															"type": "string"
														},
														{
															"key": "username",
															"value": "{{api_id}}",
															"type": "string"
														}
													]
												},
												"method": "POST",
												"header": [
													{
														"key": "Accept",
														"type": "text",
														"value": "application/vnd.paymentfusion.v3.0.0+json"
													},
													{
														"key": "Content-Type",
														"type": "text",
														"value": "application/x-www-form-urlencoded"
													}
												],
												"body": {
													"mode": "urlencoded",
													"urlencoded": [
														{
															"key": "merchant_id",
															"value": "{{merchant_id}}",
															"type": "text"
														},
														{
															"key": "amount",
															"value": "{{amount_from_minutes_and_seconds}}",
															"type": "text"
														},
														{
															"key": "invoice_number",
															"value": "12345",
															"type": "text"
														},
														{
															"key": "serial_number",
															"value": "{{serial_number}}",
															"type": "text"
														},
														{
															"key": "um_command",
															"value": "authorize",
															"type": "text"
														},
														{
															"key": "save_card",
															"value": "true",
															"type": "text"
														},
														{
															"key": "return_card_data",
															"value": "true",
															"type": "text"
														}
													]
												},
												"url": {
													"raw": "https://tb{{base_url}}/transactions",
													"protocol": "https",
													"host": [
														"tb{{base_url}}"
													],
													"path": [
														"transactions"
													]
												}
											},
											"response": []
										},
										{
											"name": "Read Transaction Status",
											"event": [
												{
													"listen": "prerequest",
													"script": {
														"exec": [
															""
														],
														"type": "text/javascript"
													}
												},
												{
													"listen": "test",
													"script": {
														"exec": [
															"var data = JSON.parse(responseBody);",
															"pm.environment.set(\"ref_number\", data.gateway_reference_number);"
														],
														"type": "text/javascript"
													}
												}
											],
											"protocolProfileBehavior": {
												"disableBodyPruning": true
											},
											"request": {
												"auth": {
													"type": "basic",
													"basic": [
														{
															"key": "password",
															"value": "{{api_token}}",
															"type": "string"
														},
														{
															"key": "username",
															"value": "{{api_id}}",
															"type": "string"
														}
													]
												},
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"type": "text",
														"value": "application/vnd.paymentfusion.v3.0.0+json"
													},
													{
														"key": "Content-Type",
														"type": "text",
														"value": "application/x-www-form-urlencoded"
													}
												],
												"body": {
													"mode": "urlencoded",
													"urlencoded": []
												},
												"url": {
													"raw": "https://tb{{base_url}}/transactions/{{tb_id}}",
													"protocol": "https",
													"host": [
														"tb{{base_url}}"
													],
													"path": [
														"transactions",
														"{{tb_id}}"
													]
												}
											},
											"response": []
										},
										{
											"name": "Capture Transaction",
											"request": {
												"auth": {
													"type": "basic",
													"basic": [
														{
															"key": "password",
															"value": "{{api_token}}",
															"type": "string"
														},
														{
															"key": "username",
															"value": "{{api_id}}",
															"type": "string"
														}
													]
												},
												"method": "POST",
												"header": [
													{
														"key": "Accept",
														"value": "application/vnd.paymentfusion.v3.0.0+json",
														"type": "text"
													},
													{
														"key": "Content-Type",
														"value": "application/x-www-form-urlencoded",
														"type": "text"
													}
												],
												"body": {
													"mode": "urlencoded",
													"urlencoded": [
														{
															"key": "ref_number",
															"value": "{{ref_number}}",
															"type": "text"
														},
														{
															"key": "amount",
															"value": "{{amount_from_minutes_and_seconds}}",
															"type": "text"
														},
														{
															"key": "merchant_id",
															"value": "{{merchant_id}}",
															"type": "text"
														}
													]
												},
												"url": {
													"raw": "https://tb{{base_url}}/transactions/capture",
													"protocol": "https",
													"host": [
														"tb{{base_url}}"
													],
													"path": [
														"transactions",
														"capture"
													]
												}
											},
											"response": []
										}
									]
								},
								{
									"name": "Process",
									"item": [
										{
											"name": "ACH",
											"item": [
												{
													"name": "Process Sale Transaction",
													"event": [
														{
															"listen": "prerequest",
															"script": {
																"exec": [
																	"currentDate = new Date(Date.now());",
																	"amountFromMinutesAndSeconds = parseInt(('1'+('0'+currentDate.getMinutes()).slice(-2)+('0'+currentDate.getSeconds()).slice(-2)));",
																	"if (amountFromMinutesAndSeconds & 1) {",
																	"    amountFromMinutesAndSeconds = amountFromMinutesAndSeconds + 1;",
																	"}",
																	"amountFromMinutesAndSeconds = amountFromMinutesAndSeconds/100;",
																	"pm.environment.set(\"amount_from_minutes_and_seconds\", amountFromMinutesAndSeconds);"
																],
																"type": "text/javascript"
															}
														},
														{
															"listen": "test",
															"script": {
																"exec": [
																	"var data = JSON.parse(responseBody);",
																	"pm.environment.set(\"ref_number\", data.ref_num);",
																	"pm.environment.set(\"token\", data.gateway_response.token)"
																],
																"type": "text/javascript"
															}
														}
													],
													"request": {
														"auth": {
															"type": "basic",
															"basic": [
																{
																	"key": "password",
																	"value": "{{api_token}}",
																	"type": "string"
																},
																{
																	"key": "username",
																	"value": "{{api_id}}",
																	"type": "string"
																}
															]
														},
														"method": "POST",
														"header": [
															{
																"key": "Accept",
																"type": "text",
																"value": "application/vnd.paymentfusion.v3.0.0+json"
															},
															{
																"key": "Content-Type",
																"name": "Content-Type",
																"type": "text",
																"value": "application/x-www-form-urlencoded"
															}
														],
														"body": {
															"mode": "urlencoded",
															"urlencoded": [
																{
																	"key": "merchant_id",
																	"value": "{{merchant_id}}",
																	"type": "text"
																},
																{
																	"key": "amount",
																	"value": "{{amount_from_minutes_and_seconds}}",
																	"type": "text"
																},
																{
																	"key": "account_number",
																	"value": "10102233",
																	"type": "text"
																},
																{
																	"key": "routing_number",
																	"value": "061000052",
																	"type": "text"
																},
																{
																	"key": "name_on_check",
																	"value": "Ian",
																	"type": "text"
																},
																{
																	"key": "command",
																	"value": "sale",
																	"type": "text"
																}
															]
														},
														"url": {
															"raw": "https://tb{{base_url}}/transactions/process/ach",
															"protocol": "https",
															"host": [
																"tb{{base_url}}"
															],
															"path": [
																"transactions",
																"process",
																"ach"
															]
														}
													},
													"response": []
												},
												{
													"name": "Process Credit Transaction",
													"event": [
														{
															"listen": "prerequest",
															"script": {
																"exec": [
																	"currentDate = new Date(Date.now());",
																	"amountFromMinutesAndSeconds = parseInt(('1'+('0'+currentDate.getMinutes()).slice(-2)+('0'+currentDate.getSeconds()).slice(-2)));",
																	"if (amountFromMinutesAndSeconds & 1) {",
																	"    amountFromMinutesAndSeconds = amountFromMinutesAndSeconds + 1;",
																	"}",
																	"amountFromMinutesAndSeconds = amountFromMinutesAndSeconds/100;",
																	"pm.environment.set(\"amount_from_minutes_and_seconds\", amountFromMinutesAndSeconds);"
																],
																"type": "text/javascript"
															}
														},
														{
															"listen": "test",
															"script": {
																"exec": [
																	"var data = JSON.parse(responseBody);",
																	"pm.environment.set(\"ref_number\", data.ref_num);",
																	"pm.environment.set(\"token\", data.gateway_response.token)"
																],
																"type": "text/javascript"
															}
														}
													],
													"request": {
														"auth": {
															"type": "basic",
															"basic": [
																{
																	"key": "password",
																	"value": "{{api_token}}",
																	"type": "string"
																},
																{
																	"key": "username",
																	"value": "{{api_id}}",
																	"type": "string"
																}
															]
														},
														"method": "POST",
														"header": [
															{
																"key": "Accept",
																"type": "text",
																"value": "application/vnd.paymentfusion.v3.0.0+json"
															},
															{
																"key": "Content-Type",
																"name": "Content-Type",
																"type": "text",
																"value": "application/x-www-form-urlencoded"
															}
														],
														"body": {
															"mode": "urlencoded",
															"urlencoded": [
																{
																	"key": "merchant_id",
																	"value": "{{merchant_id}}",
																	"type": "text"
																},
																{
																	"key": "amount",
																	"value": "{{amount_from_minutes_and_seconds}}",
																	"type": "text"
																},
																{
																	"key": "account_number",
																	"value": "10102233",
																	"type": "text"
																},
																{
																	"key": "routing_number",
																	"value": "061000052",
																	"type": "text"
																},
																{
																	"key": "name_on_check",
																	"value": "Ian",
																	"type": "text"
																},
																{
																	"key": "command",
																	"value": "sale",
																	"type": "text"
																}
															]
														},
														"url": {
															"raw": "https://tb{{base_url}}/transactions/process/ach",
															"protocol": "https",
															"host": [
																"tb{{base_url}}"
															],
															"path": [
																"transactions",
																"process",
																"ach"
															]
														}
													},
													"response": []
												},
												{
													"name": "Process Token Sale Transaction",
													"event": [
														{
															"listen": "prerequest",
															"script": {
																"exec": [
																	"currentDate = new Date(Date.now());",
																	"amountFromMinutesAndSeconds = parseInt(('1'+('0'+currentDate.getMinutes()).slice(-2)+('0'+currentDate.getSeconds()).slice(-2)));",
																	"if (amountFromMinutesAndSeconds & 1) {",
																	"    amountFromMinutesAndSeconds = amountFromMinutesAndSeconds + 1;",
																	"}",
																	"amountFromMinutesAndSeconds = amountFromMinutesAndSeconds/100;",
																	"pm.environment.set(\"amount_from_minutes_and_seconds\", amountFromMinutesAndSeconds);"
																],
																"type": "text/javascript"
															}
														}
													],
													"request": {
														"auth": {
															"type": "basic",
															"basic": [
																{
																	"key": "password",
																	"value": "{{api_token}}",
																	"type": "string"
																},
																{
																	"key": "username",
																	"value": "{{api_id}}",
																	"type": "string"
																}
															]
														},
														"method": "POST",
														"header": [
															{
																"key": "Accept",
																"type": "text",
																"value": "application/vnd.paymentfusion.v3.0.0+json"
															},
															{
																"key": "Content-Type",
																"type": "text",
																"value": "application/x-www-form-urlencoded"
															}
														],
														"body": {
															"mode": "urlencoded",
															"urlencoded": [
																{
																	"key": "merchant_id",
																	"value": "{{merchant_id}}",
																	"type": "text"
																},
																{
																	"key": "amount",
																	"value": "{{amount_from_minutes_and_seconds}}",
																	"type": "text"
																},
																{
																	"key": "ach_token",
																	"value": "{{token}}",
																	"type": "text"
																},
																{
																	"key": "command",
																	"value": "sale",
																	"type": "text"
																}
															]
														},
														"url": {
															"raw": "https://tb{{base_url}}/transactions/process/ach",
															"protocol": "https",
															"host": [
																"tb{{base_url}}"
															],
															"path": [
																"transactions",
																"process",
																"ach"
															]
														}
													},
													"response": []
												},
												{
													"name": "Process Token Credit Transaction",
													"event": [
														{
															"listen": "prerequest",
															"script": {
																"exec": [
																	"currentDate = new Date(Date.now());",
																	"amountFromMinutesAndSeconds = parseInt(('1'+('0'+currentDate.getMinutes()).slice(-2)+('0'+currentDate.getSeconds()).slice(-2)));",
																	"if (amountFromMinutesAndSeconds & 1) {",
																	"    amountFromMinutesAndSeconds = amountFromMinutesAndSeconds + 1;",
																	"}",
																	"amountFromMinutesAndSeconds = amountFromMinutesAndSeconds/100;",
																	"pm.environment.set(\"amount_from_minutes_and_seconds\", amountFromMinutesAndSeconds);"
																],
																"type": "text/javascript"
															}
														}
													],
													"request": {
														"auth": {
															"type": "basic",
															"basic": [
																{
																	"key": "password",
																	"value": "{{api_token}}",
																	"type": "string"
																},
																{
																	"key": "username",
																	"value": "{{api_id}}",
																	"type": "string"
																}
															]
														},
														"method": "POST",
														"header": [
															{
																"key": "Accept",
																"type": "text",
																"value": "application/vnd.paymentfusion.v3.0.0+json"
															},
															{
																"key": "Content-Type",
																"type": "text",
																"value": "application/x-www-form-urlencoded"
															}
														],
														"body": {
															"mode": "urlencoded",
															"urlencoded": [
																{
																	"key": "merchant_id",
																	"value": "{{merchant_d}}",
																	"type": "text"
																},
																{
																	"key": "amount",
																	"value": "{{amount_from_minutes_and_seconds}}",
																	"type": "text"
																},
																{
																	"key": "ach_token",
																	"value": "{{token}}",
																	"type": "text"
																},
																{
																	"key": "command",
																	"value": "sale",
																	"type": "text"
																}
															]
														},
														"url": {
															"raw": "https://tb{{base_url}}/transactions/process/ach",
															"protocol": "https",
															"host": [
																"tb{{base_url}}"
															],
															"path": [
																"transactions",
																"process",
																"ach"
															]
														}
													},
													"response": []
												}
											]
										},
										{
											"name": "Card",
											"item": [
												{
													"name": "Create Save Transaction",
													"event": [
														{
															"listen": "prerequest",
															"script": {
																"exec": [
																	"currentDate = new Date(Date.now());",
																	"amountFromMinutesAndSeconds = parseInt(('1'+('0'+currentDate.getMinutes()).slice(-2)+('0'+currentDate.getSeconds()).slice(-2)));",
																	"if (amountFromMinutesAndSeconds & 1) {",
																	"    amountFromMinutesAndSeconds = amountFromMinutesAndSeconds + 1;",
																	"}",
																	"amountFromMinutesAndSeconds = amountFromMinutesAndSeconds/100;",
																	"pm.environment.set(\"amount_from_minutes_and_seconds\", amountFromMinutesAndSeconds);"
																],
																"type": "text/javascript"
															}
														},
														{
															"listen": "test",
															"script": {
																"exec": [
																	"var data = JSON.parse(responseBody);",
																	"pm.environment.set(\"tb_id\", data.id);",
																	"pm.environment.set(\"token\", data.credit_card_token)"
																],
																"type": "text/javascript"
															}
														}
													],
													"request": {
														"auth": {
															"type": "basic",
															"basic": [
																{
																	"key": "password",
																	"value": "{{api_token}}",
																	"type": "string"
																},
																{
																	"key": "username",
																	"value": "{{api_id}}",
																	"type": "string"
																}
															]
														},
														"method": "POST",
														"header": [
															{
																"key": "Accept",
																"type": "text",
																"value": "application/vnd.paymentfusion.v3.0.0+json"
															},
															{
																"key": "Content-Type",
																"type": "text",
																"value": "application/x-www-form-urlencoded"
															}
														],
														"body": {
															"mode": "urlencoded",
															"urlencoded": [
																{
																	"key": "merchant_id",
																	"value": "{{merchant_id}}",
																	"type": "text"
																},
																{
																	"key": "amount",
																	"value": "{{amount_from_minutes_and_seconds}}",
																	"type": "text"
																},
																{
																	"key": "invoice_number",
																	"value": "12345",
																	"type": "text"
																},
																{
																	"key": "serial_number",
																	"value": "{{serial_number}}",
																	"type": "text"
																},
																{
																	"key": "um_command",
																	"value": "save",
																	"type": "text"
																},
																{
																	"key": "save_card",
																	"value": "true",
																	"type": "text"
																},
																{
																	"key": "return_card_data",
																	"value": "true",
																	"type": "text"
																}
															]
														},
														"url": {
															"raw": "https://tb{{base_url}}/transactions",
															"protocol": "https",
															"host": [
																"tb{{base_url}}"
															],
															"path": [
																"transactions"
															]
														}
													},
													"response": []
												},
												{
													"name": "Read Transaction Status",
													"event": [
														{
															"listen": "prerequest",
															"script": {
																"exec": [
																	""
																],
																"type": "text/javascript"
															}
														},
														{
															"listen": "test",
															"script": {
																"exec": [
																	"var data = JSON.parse(responseBody);",
																	"pm.environment.set(\"ref_number\", data.gateway_reference_number);",
																	"pm.environment.set(\"token\", data.credit_card_token)"
																],
																"type": "text/javascript"
															}
														}
													],
													"protocolProfileBehavior": {
														"disableBodyPruning": true
													},
													"request": {
														"auth": {
															"type": "basic",
															"basic": [
																{
																	"key": "password",
																	"value": "{{api_token}}",
																	"type": "string"
																},
																{
																	"key": "username",
																	"value": "{{api_id}}",
																	"type": "string"
																}
															]
														},
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"type": "text",
																"value": "application/vnd.paymentfusion.v3.0.0+json"
															},
															{
																"key": "Content-Type",
																"type": "text",
																"value": "application/x-www-form-urlencoded"
															}
														],
														"body": {
															"mode": "urlencoded",
															"urlencoded": []
														},
														"url": {
															"raw": "https://tb{{base_url}}/transactions/{{tb_id}}",
															"protocol": "https",
															"host": [
																"tb{{base_url}}"
															],
															"path": [
																"transactions",
																"{{tb_id}}"
															]
														}
													},
													"response": []
												},
												{
													"name": "Process Sale Transaction",
													"event": [
														{
															"listen": "prerequest",
															"script": {
																"exec": [
																	"currentDate = new Date(Date.now());",
																	"amountFromMinutesAndSeconds = parseInt(('1'+('0'+currentDate.getMinutes()).slice(-2)+('0'+currentDate.getSeconds()).slice(-2)));",
																	"if (amountFromMinutesAndSeconds & 1) {",
																	"    amountFromMinutesAndSeconds = amountFromMinutesAndSeconds + 1;",
																	"}",
																	"amountFromMinutesAndSeconds = amountFromMinutesAndSeconds/100;",
																	"pm.environment.set(\"amount_from_minutes_and_seconds\", amountFromMinutesAndSeconds);"
																],
																"type": "text/javascript"
															}
														},
														{
															"listen": "test",
															"script": {
																"exec": [
																	"var data = JSON.parse(responseBody);",
																	"pm.environment.set(\"ref_number\", data.ref_num);"
																],
																"type": "text/javascript"
															}
														}
													],
													"request": {
														"auth": {
															"type": "basic",
															"basic": [
																{
																	"key": "password",
																	"value": "{{api_token}}",
																	"type": "string"
																},
																{
																	"key": "username",
																	"value": "{{api_id}}",
																	"type": "string"
																}
															]
														},
														"method": "POST",
														"header": [
															{
																"key": "Accept",
																"type": "text",
																"value": "application/vnd.paymentfusion.v3.0.0+json"
															},
															{
																"key": "Content-Type",
																"name": "Content-Type",
																"value": "application/x-www-form-urlencoded",
																"type": "text"
															}
														],
														"body": {
															"mode": "urlencoded",
															"urlencoded": [
																{
																	"key": "merchant_id",
																	"value": "{{merchant_id}}",
																	"type": "text"
																},
																{
																	"key": "amount",
																	"value": "{{amount_from_minutes_and_seconds}}",
																	"type": "text"
																},
																{
																	"key": "card",
																	"value": "{{token}}",
																	"type": "text"
																},
																{
																	"key": "command",
																	"value": "sale",
																	"type": "text"
																}
															]
														},
														"url": {
															"raw": "https://tb{{base_url}}/transactions/process/card",
															"protocol": "https",
															"host": [
																"tb{{base_url}}"
															],
															"path": [
																"transactions",
																"process",
																"card"
															]
														}
													},
													"response": []
												},
												{
													"name": "Process Auth Transaction",
													"event": [
														{
															"listen": "prerequest",
															"script": {
																"exec": [
																	"currentDate = new Date(Date.now());",
																	"amountFromMinutesAndSeconds = parseInt(('1'+('0'+currentDate.getMinutes()).slice(-2)+('0'+currentDate.getSeconds()).slice(-2)));",
																	"if (amountFromMinutesAndSeconds & 1) {",
																	"    amountFromMinutesAndSeconds = amountFromMinutesAndSeconds + 1;",
																	"}",
																	"amountFromMinutesAndSeconds = amountFromMinutesAndSeconds/100;",
																	"pm.environment.set(\"amount_from_minutes_and_seconds\", amountFromMinutesAndSeconds);"
																],
																"type": "text/javascript"
															}
														}
													],
													"request": {
														"auth": {
															"type": "basic",
															"basic": [
																{
																	"key": "password",
																	"value": "{{api_token}}",
																	"type": "string"
																},
																{
																	"key": "username",
																	"value": "{{api_id}}",
																	"type": "string"
																}
															]
														},
														"method": "POST",
														"header": [
															{
																"key": "Accept",
																"value": "application/vnd.paymentfusion.v3.0.0+json",
																"type": "text"
															},
															{
																"key": "Content-Type",
																"value": "application/x-www-form-urlencoded",
																"type": "text"
															}
														],
														"body": {
															"mode": "urlencoded",
															"urlencoded": [
																{
																	"key": "merchant_id",
																	"value": "{{merchant_id}}",
																	"type": "text"
																},
																{
																	"key": "amount",
																	"value": "{{amount_from_minutes_and_seconds}}",
																	"type": "text"
																},
																{
																	"key": "card",
																	"value": "{{token}}",
																	"type": "text"
																},
																{
																	"key": "command",
																	"value": "authorize",
																	"type": "text"
																}
															]
														},
														"url": {
															"raw": "https://tb{{base_url}}/transactions/process/card",
															"protocol": "https",
															"host": [
																"tb{{base_url}}"
															],
															"path": [
																"transactions",
																"process",
																"card"
															]
														}
													},
													"response": []
												},
												{
													"name": "Process Credit Transaction",
													"event": [
														{
															"listen": "prerequest",
															"script": {
																"exec": [
																	"currentDate = new Date(Date.now());",
																	"amountFromMinutesAndSeconds = parseInt(('1'+('0'+currentDate.getMinutes()).slice(-2)+('0'+currentDate.getSeconds()).slice(-2)));",
																	"if (amountFromMinutesAndSeconds & 1) {",
																	"    amountFromMinutesAndSeconds = amountFromMinutesAndSeconds + 1;",
																	"}",
																	"amountFromMinutesAndSeconds = amountFromMinutesAndSeconds/100;",
																	"pm.environment.set(\"amount_from_minutes_and_seconds\", amountFromMinutesAndSeconds);"
																],
																"type": "text/javascript"
															}
														}
													],
													"request": {
														"auth": {
															"type": "basic",
															"basic": [
																{
																	"key": "password",
																	"value": "{{api_token}}",
																	"type": "string"
																},
																{
																	"key": "username",
																	"value": "{{api_id}}",
																	"type": "string"
																}
															]
														},
														"method": "POST",
														"header": [
															{
																"key": "Accept",
																"type": "text",
																"value": "application/vnd.paymentfusion.v3.0.0+json"
															},
															{
																"key": "Content-Type",
																"type": "text",
																"value": "application/x-www-form-urlencoded"
															}
														],
														"body": {
															"mode": "urlencoded",
															"urlencoded": [
																{
																	"key": "merchant_id",
																	"value": "{{merchant_id}}",
																	"type": "text"
																},
																{
																	"key": "amount",
																	"value": "{{amount_from_minutes_and_seconds}}",
																	"type": "text"
																},
																{
																	"key": "card",
																	"value": "{{token}}",
																	"type": "text"
																},
																{
																	"key": "command",
																	"value": "independent_return",
																	"type": "text"
																}
															]
														},
														"url": {
															"raw": "https://tb{{base_url}}/transactions/process/card",
															"protocol": "https",
															"host": [
																"tb{{base_url}}"
															],
															"path": [
																"transactions",
																"process",
																"card"
															]
														}
													},
													"response": []
												}
											]
										},
										{
											"name": "Cash",
											"item": [
												{
													"name": "Process Sale Transaction",
													"event": [
														{
															"listen": "prerequest",
															"script": {
																"exec": [
																	"currentDate = new Date(Date.now());",
																	"amountFromMinutesAndSeconds = parseInt(('1'+('0'+currentDate.getMinutes()).slice(-2)+('0'+currentDate.getSeconds()).slice(-2)));",
																	"if (amountFromMinutesAndSeconds & 1) {",
																	"    amountFromMinutesAndSeconds = amountFromMinutesAndSeconds + 1;",
																	"}",
																	"amountFromMinutesAndSeconds = amountFromMinutesAndSeconds/100;",
																	"pm.environment.set(\"amount_from_minutes_and_seconds\", amountFromMinutesAndSeconds);",
																	"",
																	"invoiceFromMilliseconds = Date.now();",
																	"pm.environment.set(\"invoice_from_milliseconds\", invoiceFromMilliseconds);"
																],
																"type": "text/javascript"
															}
														},
														{
															"listen": "test",
															"script": {
																"exec": [
																	"var data = JSON.parse(responseBody);",
																	"pm.environment.set(\"ref_number\", data.gateway_response.pnRef);"
																],
																"type": "text/javascript"
															}
														}
													],
													"request": {
														"auth": {
															"type": "basic",
															"basic": [
																{
																	"key": "password",
																	"value": "{{api_token}}",
																	"type": "string"
																},
																{
																	"key": "username",
																	"value": "{{api_id}}",
																	"type": "string"
																}
															]
														},
														"method": "POST",
														"header": [
															{
																"key": "Accept",
																"type": "text",
																"value": "application/vnd.paymentfusion.v3.0.0+json"
															},
															{
																"key": "Content-Type",
																"name": "Content-Type",
																"type": "text",
																"value": "application/x-www-form-urlencoded"
															}
														],
														"body": {
															"mode": "urlencoded",
															"urlencoded": [
																{
																	"key": "merchant_id",
																	"value": "{{merchant_id}}",
																	"type": "text"
																},
																{
																	"key": "amount",
																	"value": "{{amount_from_minutes_and_seconds}}",
																	"type": "text"
																},
																{
																	"key": "command",
																	"value": "sale",
																	"type": "text"
																},
																{
																	"key": "invoice",
																	"value": "{{invoice_from_milliseconds}}",
																	"type": "text"
																}
															]
														},
														"url": {
															"raw": "https://tb{{base_url}}/transactions/process/cash",
															"protocol": "https",
															"host": [
																"tb{{base_url}}"
															],
															"path": [
																"transactions",
																"process",
																"cash"
															]
														}
													},
													"response": []
												}
											]
										}
									]
								},
								{
									"name": "Reversal",
									"item": [
										{
											"name": "Create Sale Transaction",
											"event": [
												{
													"listen": "prerequest",
													"script": {
														"exec": [
															"currentDate = new Date(Date.now());",
															"amountFromMinutesAndSeconds = parseInt(('1'+('0'+currentDate.getMinutes()).slice(-2)+('0'+currentDate.getSeconds()).slice(-2)));",
															"if (amountFromMinutesAndSeconds & 1) {",
															"    amountFromMinutesAndSeconds = amountFromMinutesAndSeconds + 1;",
															"}",
															"amountFromMinutesAndSeconds = amountFromMinutesAndSeconds/100;",
															"pm.environment.set(\"amount_from_minutes_and_seconds\", amountFromMinutesAndSeconds);"
														],
														"type": "text/javascript"
													}
												},
												{
													"listen": "test",
													"script": {
														"exec": [
															"var data = JSON.parse(responseBody);",
															"pm.environment.set(\"tb_id\", data.id);"
														],
														"type": "text/javascript"
													}
												}
											],
											"request": {
												"auth": {
													"type": "basic",
													"basic": [
														{
															"key": "password",
															"value": "{{api_token}}",
															"type": "string"
														},
														{
															"key": "username",
															"value": "{{api_id}}",
															"type": "string"
														}
													]
												},
												"method": "POST",
												"header": [
													{
														"key": "Accept",
														"type": "text",
														"value": "application/vnd.paymentfusion.v3.0.0+json"
													},
													{
														"key": "Content-Type",
														"type": "text",
														"value": "application/x-www-form-urlencoded"
													},
													{
														"key": "Authorization",
														"type": "text",
														"value": "{{authenticate}}"
													}
												],
												"body": {
													"mode": "urlencoded",
													"urlencoded": [
														{
															"key": "merchant_id",
															"value": "{{merchant_id}}",
															"type": "text"
														},
														{
															"key": "amount",
															"value": "{{amount_from_minutes_and_seconds}}",
															"type": "text"
														},
														{
															"key": "invoice_number",
															"value": "12345",
															"type": "text"
														},
														{
															"key": "serial_number",
															"value": "{{serial_number}}",
															"type": "text"
														},
														{
															"key": "um_command",
															"value": "sale",
															"type": "text"
														},
														{
															"key": "save_card",
															"value": "true",
															"type": "text"
														},
														{
															"key": "return_card_data",
															"value": "true",
															"type": "text"
														}
													]
												},
												"url": {
													"raw": "https://tb{{base_url}}/transactions",
													"protocol": "https",
													"host": [
														"tb{{base_url}}"
													],
													"path": [
														"transactions"
													]
												}
											},
											"response": []
										},
										{
											"name": "Read Transaction Status",
											"event": [
												{
													"listen": "prerequest",
													"script": {
														"exec": [
															""
														],
														"type": "text/javascript"
													}
												},
												{
													"listen": "test",
													"script": {
														"exec": [
															"var data = JSON.parse(responseBody);",
															"pm.environment.set(\"ref_number\", data.gateway_reference_number);"
														],
														"type": "text/javascript"
													}
												}
											],
											"protocolProfileBehavior": {
												"disableBodyPruning": true
											},
											"request": {
												"auth": {
													"type": "basic",
													"basic": [
														{
															"key": "password",
															"value": "{{api_token}}",
															"type": "string"
														},
														{
															"key": "username",
															"value": "{{api_id}}",
															"type": "string"
														}
													]
												},
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"type": "text",
														"value": "application/vnd.paymentfusion.v3.0.0+json"
													},
													{
														"key": "Content-Type",
														"type": "text",
														"value": "application/x-www-form-urlencoded"
													}
												],
												"body": {
													"mode": "urlencoded",
													"urlencoded": []
												},
												"url": {
													"raw": "https://tb{{base_url}}/transactions/{{tb_id}}",
													"protocol": "https",
													"host": [
														"tb{{base_url}}"
													],
													"path": [
														"transactions",
														"{{tb_id}}"
													]
												}
											},
											"response": []
										},
										{
											"name": "Reversal Transaction",
											"event": [
												{
													"listen": "prerequest",
													"script": {
														"exec": [
															""
														],
														"type": "text/javascript"
													}
												}
											],
											"request": {
												"auth": {
													"type": "basic",
													"basic": [
														{
															"key": "password",
															"value": "{{api_token}}",
															"type": "string"
														},
														{
															"key": "username",
															"value": "{{api_id}}",
															"type": "string"
														}
													]
												},
												"method": "POST",
												"header": [
													{
														"key": "Accept",
														"type": "text",
														"value": "application/vnd.paymentfusion.v3.0.0+json"
													},
													{
														"key": "Content-Type",
														"name": "Content-Type",
														"value": "application/x-www-form-urlencoded",
														"type": "text"
													}
												],
												"body": {
													"mode": "urlencoded",
													"urlencoded": [
														{
															"key": "ref_number",
															"value": "{{ref_number}}",
															"type": "text"
														},
														{
															"key": "merchant_id",
															"value": "{{merchant_id}}",
															"type": "text"
														}
													]
												},
												"url": {
													"raw": "https://tb{{base_url}}/transactions/reversal",
													"protocol": "https",
													"host": [
														"tb{{base_url}}"
													],
													"path": [
														"transactions",
														"reversal"
													]
												}
											},
											"response": []
										}
									]
								},
								{
									"name": "Refund",
									"item": [
										{
											"name": "Card",
											"item": [
												{
													"name": "Create Sale Transaction",
													"event": [
														{
															"listen": "prerequest",
															"script": {
																"exec": [
																	"currentDate = new Date(Date.now());",
																	"amountFromMinutesAndSeconds = parseInt(('1'+('0'+currentDate.getMinutes()).slice(-2)+('0'+currentDate.getSeconds()).slice(-2)));",
																	"if (amountFromMinutesAndSeconds & 1) {",
																	"    amountFromMinutesAndSeconds = amountFromMinutesAndSeconds + 1;",
																	"}",
																	"amountFromMinutesAndSeconds = amountFromMinutesAndSeconds/100;",
																	"pm.environment.set(\"amount_from_minutes_and_seconds\", amountFromMinutesAndSeconds);"
																],
																"type": "text/javascript"
															}
														},
														{
															"listen": "test",
															"script": {
																"exec": [
																	"var data = JSON.parse(responseBody);",
																	"pm.environment.set(\"tb_id\", data.id);"
																],
																"type": "text/javascript"
															}
														}
													],
													"request": {
														"auth": {
															"type": "basic",
															"basic": [
																{
																	"key": "password",
																	"value": "{{api_token}}",
																	"type": "string"
																},
																{
																	"key": "username",
																	"value": "{{api_id}}",
																	"type": "string"
																}
															]
														},
														"method": "POST",
														"header": [
															{
																"key": "Accept",
																"type": "text",
																"value": "application/vnd.paymentfusion.v3.0.0+json"
															},
															{
																"key": "Content-Type",
																"type": "text",
																"value": "application/x-www-form-urlencoded"
															}
														],
														"body": {
															"mode": "urlencoded",
															"urlencoded": [
																{
																	"key": "merchant_id",
																	"value": "{{merchant_id}}",
																	"type": "text"
																},
																{
																	"key": "amount",
																	"value": "{{amount_from_minutes_and_seconds}}",
																	"type": "text"
																},
																{
																	"key": "invoice_number",
																	"value": "12345",
																	"type": "text"
																},
																{
																	"key": "serial_number",
																	"value": "{{serial_number}}",
																	"type": "text"
																},
																{
																	"key": "um_command",
																	"value": "sale",
																	"type": "text"
																},
																{
																	"key": "save_card",
																	"value": "true",
																	"type": "text"
																},
																{
																	"key": "return_card_data",
																	"value": "true",
																	"type": "text"
																}
															]
														},
														"url": {
															"raw": "https://tb{{base_url}}/transactions",
															"protocol": "https",
															"host": [
																"tb{{base_url}}"
															],
															"path": [
																"transactions"
															]
														}
													},
													"response": []
												},
												{
													"name": "Read Transaction Status",
													"event": [
														{
															"listen": "prerequest",
															"script": {
																"exec": [
																	""
																],
																"type": "text/javascript"
															}
														},
														{
															"listen": "test",
															"script": {
																"exec": [
																	"var data = JSON.parse(responseBody);",
																	"pm.environment.set(\"ref_number\", data.gateway_reference_number);"
																],
																"type": "text/javascript"
															}
														}
													],
													"protocolProfileBehavior": {
														"disableBodyPruning": true
													},
													"request": {
														"auth": {
															"type": "basic",
															"basic": [
																{
																	"key": "password",
																	"value": "{{api_token}}",
																	"type": "string"
																},
																{
																	"key": "username",
																	"value": "{{api_id}}",
																	"type": "string"
																}
															]
														},
														"method": "GET",
														"header": [
															{
																"key": "Accept",
																"type": "text",
																"value": "application/vnd.paymentfusion.v3.0.0+json"
															},
															{
																"key": "Content-Type",
																"type": "text",
																"value": "application/x-www-form-urlencoded"
															}
														],
														"body": {
															"mode": "urlencoded",
															"urlencoded": []
														},
														"url": {
															"raw": "https://tb{{base_url}}/transactions/{{tb_id}}",
															"protocol": "https",
															"host": [
																"tb{{base_url}}"
															],
															"path": [
																"transactions",
																"{{tb_id}}"
															]
														}
													},
													"response": []
												},
												{
													"name": "Return Transaction",
													"request": {
														"auth": {
															"type": "basic",
															"basic": [
																{
																	"key": "password",
																	"value": "{{api_token}}",
																	"type": "string"
																},
																{
																	"key": "username",
																	"value": "{{api_id}}",
																	"type": "string"
																}
															]
														},
														"method": "POST",
														"header": [
															{
																"key": "Accept",
																"value": "application/vnd.paymentfusion.v3.0.0+json",
																"type": "text"
															},
															{
																"key": "Content-Type",
																"value": "application/x-www-form-urlencoded",
																"type": "text"
															}
														],
														"body": {
															"mode": "urlencoded",
															"urlencoded": [
																{
																	"key": "ref_number",
																	"value": "{{ref_number}}",
																	"type": "text"
																},
																{
																	"key": "refund_amount",
																	"value": "{{amount_from_minutes_and_seconds}}",
																	"type": "text"
																},
																{
																	"key": "merchant_id",
																	"value": "{{merchant_id}}",
																	"type": "text"
																}
															]
														},
														"url": {
															"raw": "https://tb{{base_url}}/transactions/refund/card",
															"protocol": "https",
															"host": [
																"tb{{base_url}}"
															],
															"path": [
																"transactions",
																"refund",
																"card"
															]
														}
													},
													"response": []
												}
											]
										},
										{
											"name": "Cash",
											"item": [
												{
													"name": "Refund Transaction",
													"event": [
														{
															"listen": "prerequest",
															"script": {
																"exec": [
																	"currentDate = new Date(Date.now());",
																	"amountFromMinutesAndSeconds = parseInt(('1'+('0'+currentDate.getMinutes()).slice(-2)+('0'+currentDate.getSeconds()).slice(-2)));",
																	"if (amountFromMinutesAndSeconds & 1) {",
																	"    amountFromMinutesAndSeconds = amountFromMinutesAndSeconds + 1;",
																	"}",
																	"amountFromMinutesAndSeconds = amountFromMinutesAndSeconds/100;",
																	"pm.environment.set(\"amountFromMinutesAndSeconds\", amountFromMinutesAndSeconds);"
																],
																"type": "text/javascript"
															}
														}
													],
													"request": {
														"auth": {
															"type": "basic",
															"basic": [
																{
																	"key": "password",
																	"value": "{{api_token}}",
																	"type": "string"
																},
																{
																	"key": "username",
																	"value": "{{api_id}}",
																	"type": "string"
																}
															]
														},
														"method": "POST",
														"header": [
															{
																"key": "Accept",
																"value": "application/vnd.paymentfusion.v3.0.0+json",
																"type": "text"
															},
															{
																"key": "Content-Type",
																"value": "application/x-www-form-urlencoded",
																"type": "text"
															}
														],
														"body": {
															"mode": "urlencoded",
															"urlencoded": [
																{
																	"key": "merchant_id",
																	"value": "{{merchant_id}}",
																	"type": "text"
																},
																{
																	"key": "refund_amount",
																	"value": "{{amount_from_minutes_and_seconds}}",
																	"type": "text"
																},
																{
																	"key": "ref_number",
																	"value": "{{ref_number}}",
																	"type": "text"
																}
															]
														},
														"url": {
															"raw": "https://tb{{base_url}}/transactions/refund/cash",
															"protocol": "https",
															"host": [
																"tb{{base_url}}"
															],
															"path": [
																"transactions",
																"refund",
																"cash"
															]
														}
													},
													"response": []
												}
											]
										}
									]
								},
								{
									"name": "Void",
									"item": [
										{
											"name": "Create Sale Transaction",
											"event": [
												{
													"listen": "prerequest",
													"script": {
														"exec": [
															"currentDate = new Date(Date.now());",
															"amountFromMinutesAndSeconds = parseInt(('1'+('0'+currentDate.getMinutes()).slice(-2)+('0'+currentDate.getSeconds()).slice(-2)));",
															"if (amountFromMinutesAndSeconds & 1) {",
															"    amountFromMinutesAndSeconds = amountFromMinutesAndSeconds + 1;",
															"}",
															"amountFromMinutesAndSeconds = amountFromMinutesAndSeconds/100;",
															"pm.environment.set(\"amount_from_minutes_and_seconds\", amountFromMinutesAndSeconds);"
														],
														"type": "text/javascript"
													}
												},
												{
													"listen": "test",
													"script": {
														"exec": [
															"var data = JSON.parse(responseBody);",
															"pm.environment.set(\"tb_id\", data.id);"
														],
														"type": "text/javascript"
													}
												}
											],
											"request": {
												"auth": {
													"type": "basic",
													"basic": [
														{
															"key": "password",
															"value": "{{api_token}}",
															"type": "string"
														},
														{
															"key": "username",
															"value": "{{api_id}}",
															"type": "string"
														}
													]
												},
												"method": "POST",
												"header": [
													{
														"key": "Accept",
														"type": "text",
														"value": "application/vnd.paymentfusion.v3.0.0+json"
													},
													{
														"key": "Content-Type",
														"type": "text",
														"value": "application/x-www-form-urlencoded"
													}
												],
												"body": {
													"mode": "urlencoded",
													"urlencoded": [
														{
															"key": "merchant_id",
															"value": "{{merchant_id}}",
															"type": "text"
														},
														{
															"key": "amount",
															"value": "{{amount_from_minutes_and_seconds}}",
															"type": "text"
														},
														{
															"key": "invoice_number",
															"value": "12345",
															"type": "text"
														},
														{
															"key": "serial_number",
															"value": "{{serial_number}}",
															"type": "text"
														},
														{
															"key": "um_command",
															"value": "sale",
															"type": "text"
														},
														{
															"key": "save_card",
															"value": "true",
															"type": "text"
														},
														{
															"key": "return_card_data",
															"value": "true",
															"type": "text"
														}
													]
												},
												"url": {
													"raw": "https://tb{{base_url}}/transactions",
													"protocol": "https",
													"host": [
														"tb{{base_url}}"
													],
													"path": [
														"transactions"
													]
												}
											},
											"response": []
										},
										{
											"name": "Read Transaction Status",
											"event": [
												{
													"listen": "prerequest",
													"script": {
														"exec": [
															""
														],
														"type": "text/javascript"
													}
												},
												{
													"listen": "test",
													"script": {
														"exec": [
															"var data = JSON.parse(responseBody);",
															"pm.environment.set(\"ref_number\", data.gateway_reference_number);"
														],
														"type": "text/javascript"
													}
												}
											],
											"protocolProfileBehavior": {
												"disableBodyPruning": true
											},
											"request": {
												"auth": {
													"type": "basic",
													"basic": [
														{
															"key": "password",
															"value": "{{api_token}}",
															"type": "string"
														},
														{
															"key": "username",
															"value": "{{api_id}}",
															"type": "string"
														}
													]
												},
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"type": "text",
														"value": "application/vnd.paymentfusion.v3.0.0+json"
													},
													{
														"key": "Content-Type",
														"type": "text",
														"value": "application/x-www-form-urlencoded"
													}
												],
												"body": {
													"mode": "urlencoded",
													"urlencoded": []
												},
												"url": {
													"raw": "https://tb{{base_url}}/transactions/{{tb_id}}",
													"protocol": "https",
													"host": [
														"tb{{base_url}}"
													],
													"path": [
														"transactions",
														"{{tb_id}}"
													]
												}
											},
											"response": []
										},
										{
											"name": "Void Transaction",
											"request": {
												"auth": {
													"type": "basic",
													"basic": [
														{
															"key": "password",
															"value": "{{api_token}}",
															"type": "string"
														},
														{
															"key": "username",
															"value": "{{api_id}}",
															"type": "string"
														}
													]
												},
												"method": "POST",
												"header": [
													{
														"key": "Accept",
														"value": "application/vnd.paymentfusion.v3.0.0+json",
														"type": "text"
													},
													{
														"key": "Content-Type",
														"value": "application/x-www-form-urlencoded",
														"type": "text"
													}
												],
												"body": {
													"mode": "urlencoded",
													"urlencoded": [
														{
															"key": "ref_number",
															"value": "{{ref_number}}",
															"type": "text"
														},
														{
															"key": "merchant_id",
															"value": "{{merchant_id}}",
															"type": "text"
														},
														{
															"key": "release",
															"value": "true",
															"type": "text"
														}
													]
												},
												"url": {
													"raw": "https://tb{{base_url}}/transactions/void",
													"protocol": "https",
													"host": [
														"tb{{base_url}}"
													],
													"path": [
														"transactions",
														"void"
													]
												}
											},
											"response": []
										}
									]
								},
								{
									"name": "Index",
									"item": [
										{
											"name": "Index Request",
											"event": [
												{
													"listen": "prerequest",
													"script": {
														"exec": [
															""
														],
														"type": "text/javascript"
													}
												},
												{
													"listen": "test",
													"script": {
														"exec": [
															"var data = JSON.parse(responseBody);"
														],
														"type": "text/javascript"
													}
												}
											],
											"protocolProfileBehavior": {
												"disableBodyPruning": true
											},
											"request": {
												"auth": {
													"type": "basic",
													"basic": [
														{
															"key": "password",
															"value": "{{api_token}}",
															"type": "string"
														},
														{
															"key": "username",
															"value": "{{api_id}}",
															"type": "string"
														}
													]
												},
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"type": "text",
														"value": "application/vnd.paymentfusion.v3.0.0+json"
													},
													{
														"key": "Content-Type",
														"type": "text",
														"value": "application/x-www-form-urlencoded"
													}
												],
												"body": {
													"mode": "urlencoded",
													"urlencoded": []
												},
												"url": {
													"raw": "https://tb{{base_url}}/transactions",
													"protocol": "https",
													"host": [
														"tb{{base_url}}"
													],
													"path": [
														"transactions"
													]
												}
											},
											"response": []
										}
									]
								},
								{
									"name": "Cancel",
									"item": [
										{
											"name": "Create Sale Transaction",
											"event": [
												{
													"listen": "prerequest",
													"script": {
														"exec": [
															"currentDate = new Date(Date.now());",
															"amountFromMinutesAndSeconds = parseInt(('1'+('0'+currentDate.getMinutes()).slice(-2)+('0'+currentDate.getSeconds()).slice(-2)));",
															"if (amountFromMinutesAndSeconds & 1) {",
															"    amountFromMinutesAndSeconds = amountFromMinutesAndSeconds + 1;",
															"}",
															"amountFromMinutesAndSeconds = amountFromMinutesAndSeconds/100;",
															"pm.environment.set(\"amount_from_minutes_and_seconds\", amountFromMinutesAndSeconds);"
														],
														"type": "text/javascript"
													}
												},
												{
													"listen": "test",
													"script": {
														"exec": [
															"var data = JSON.parse(responseBody);",
															"pm.environment.set(\"tb_id\", data.id);"
														],
														"type": "text/javascript"
													}
												}
											],
											"request": {
												"auth": {
													"type": "basic",
													"basic": [
														{
															"key": "password",
															"value": "{{api_token}}",
															"type": "string"
														},
														{
															"key": "username",
															"value": "{{api_id}}",
															"type": "string"
														}
													]
												},
												"method": "POST",
												"header": [
													{
														"key": "Accept",
														"type": "text",
														"value": "application/vnd.paymentfusion.v3.0.0+json"
													},
													{
														"key": "Content-Type",
														"type": "text",
														"value": "application/x-www-form-urlencoded"
													}
												],
												"body": {
													"mode": "urlencoded",
													"urlencoded": [
														{
															"key": "merchant_id",
															"value": "{{merchant_id}}",
															"type": "text"
														},
														{
															"key": "amount",
															"value": "{{amount_from_minutes_and_seconds}}",
															"type": "text"
														},
														{
															"key": "invoice_number",
															"value": "12345",
															"type": "text"
														},
														{
															"key": "serial_number",
															"value": "{{serial_number}}",
															"type": "text"
														}
													]
												},
												"url": {
													"raw": "https://tb{{base_url}}/transactions",
													"protocol": "https",
													"host": [
														"tb{{base_url}}"
													],
													"path": [
														"transactions"
													]
												}
											},
											"response": []
										},
										{
											"name": "Cancel Transaction",
											"event": [
												{
													"listen": "prerequest",
													"script": {
														"exec": [
															""
														],
														"type": "text/javascript"
													}
												},
												{
													"listen": "test",
													"script": {
														"exec": [
															"var data = JSON.parse(responseBody);",
															"pm.environment.set(\"ref_number\", data.gateway_reference_number);",
															"pm.environment.set(\"batch_number\", data.gateway_response.BatchRefNum);"
														],
														"type": "text/javascript"
													}
												}
											],
											"protocolProfileBehavior": {
												"disableBodyPruning": true
											},
											"request": {
												"auth": {
													"type": "basic",
													"basic": [
														{
															"key": "password",
															"value": "{{api_token}}",
															"type": "string"
														},
														{
															"key": "username",
															"value": "{{api_id}}",
															"type": "string"
														}
													]
												},
												"method": "GET",
												"header": [
													{
														"key": "Accept",
														"type": "text",
														"value": "application/vnd.paymentfusion.v3.0.0+json"
													},
													{
														"key": "Content-Type",
														"type": "text",
														"value": "application/x-www-form-urlencoded"
													}
												],
												"body": {
													"mode": "urlencoded",
													"urlencoded": []
												},
												"url": {
													"raw": "https://tb{{base_url}}/transactions/{{tb_id}}/cancel",
													"protocol": "https",
													"host": [
														"tb{{base_url}}"
													],
													"path": [
														"transactions",
														"{{tb_id}}",
														"cancel"
													]
												}
											},
											"response": []
										}
									]
								}
							]
						},
						{
							"name": "Scan Codes",
							"item": [
								{
									"name": "Create QR Scan Code",
									"request": {
										"method": "POST",
										"header": [],
										"url": {
											"raw": "https://tb{{base_url}}/scan_codes",
											"protocol": "https",
											"host": [
												"tb{{base_url}}"
											],
											"path": [
												"scan_codes"
											]
										}
									},
									"response": []
								}
							]
						}
					]
				}
			]
		}
	],
	"auth": {
		"type": "basic",
		"basic": [
			{
				"key": "password",
				"value": "Nmk5kIQ7dFoR0PsDfwQApJiLn5n2ho6Q",
				"type": "string"
			},
			{
				"key": "username",
				"value": "a44ae3154f69c896d2f7",
				"type": "string"
			}
		]
	},
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		}
	]
}