{
	"info": {
		"_postman_id": "ddf49c3d-d15a-4dfa-a98b-2fed347d2d59",
		"name": "_API V2 Endpoints",
		"description": "Endpoints for V2 API",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"name": "Accountvaults",
			"item": [
				{
					"name": "accountvaults - cc",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "user-id",
								"value": "{{user-id}}"
							},
							{
								"key": "user-api-key",
								"value": "{{user-api-key}}"
							},
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"accountvault\": {\n  \t\"payment_method\": \"cc\",\n\t\"account_holder_name\": null,\n\t\"account_id\": null,\n\t\"account_number\": \"5454545454545454\",\n    \"exp_date\": \"0916\",\n    \"contact_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"location_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n  }\n}"
						},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/accountvaults",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"accountvaults"
							]
						}
					},
					"response": []
				},
				{
					"name": "accountvaults",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "user-id",
								"value": "{{user-id}}"
							},
							{
								"key": "user-api-key",
								"value": "{{user-api-key}}"
							},
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": ""
						},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/accountvaults?model_name=Contact&model_id=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"accountvaults"
							],
							"query": [
								{
									"key": "model_name",
									"value": "Contact"
								},
								{
									"key": "model_id",
									"value": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "accountvaults - ach",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "user-id",
								"value": "{{user-id}}"
							},
							{
								"key": "user-api-key",
								"value": "{{user-api-key}}"
							},
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"accountvault\":\n  {\n  \t\"payment_method\": \"ach\",\n    \"account_type\": \"Checking\",\n\t\"account_holder_name\": null,\n\t\"account_id\": null,\n    \"is_company\": \"0\",\n\t\"account_number\": \"5454545454545454\",\n    \"routing\": \"072000326\",\n    \"contact_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"location_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n  }\n}"
						},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/accountvaults",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"accountvaults"
							]
						}
					},
					"response": []
				},
				{
					"name": "accountvaults - cc",
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "user-id",
								"value": "{{user-id}}"
							},
							{
								"key": "user-api-key",
								"value": "{{user-api-key}}"
							},
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"accountvault\": {\n  \t\"payment_method\": \"cc\",\n\t\"account_holder_name\": null,\n    \"exp_date\": \"0916\",\n    \"contact_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"location_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n  }\n}"
						},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/accountvaults/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"accountvaults",
								"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Contacts",
			"item": [
				{
					"name": "contacts",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "user-id",
								"value": "{{user-id}}"
							},
							{
								"key": "user-api-key",
								"value": "{{user-api-key}}"
							},
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": ""
						},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/contacts?location_id=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&sort=-created",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"contacts"
							],
							"query": [
								{
									"key": "location_id",
									"value": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
								},
								{
									"key": "sort",
									"value": "-created"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "contacts/contact_id",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "user-id",
								"value": "{{user-id}}"
							},
							{
								"key": "user-api-key",
								"value": "{{user-api-key}}"
							},
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": ""
						},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/contacts/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"contacts",
								"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
							]
						}
					},
					"response": []
				},
				{
					"name": "contact",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "user-id",
								"value": "{{user-id}}"
							},
							{
								"key": "user-api-key",
								"value": "{{user-api-key}}"
							},
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"contact\": {\n    \"location_id\":\"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"first_name\":\"gdfjhfj\",\n    \"last_name\":\"gfhgfdf\",\n    \"account_number\":null,\n    \"email\":null,\n    \"address\":null,\n    \"city\":null,\n    \"state\":null,\n    \"zip\":null,\n    \"home_phone\":null,\n    \"office_phone\":null,\n    \"office_ext_phone\":null,\n    \"cell_phone\":null,\n    \"contact_api_id\":null,\n    \"created\":null\n  }\n}"
						},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/contacts",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"contacts"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "FileCategory",
			"item": [
				{
					"name": "filecategory",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "user-id",
								"value": "{{user-id}}"
							},
							{
								"key": "user-api-key",
								"value": "{{user-api-key}}"
							},
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": ""
						},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/filecategories?visibility_group_id=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"filecategories"
							],
							"query": [
								{
									"key": "visibility_group_id",
									"value": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Files",
			"item": [
				{
					"name": "files",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "user-id",
								"value": "{{user-id}}"
							},
							{
								"key": "user-api-key",
								"value": "{{user-api-key}}"
							},
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": ""
						},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/files",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"files"
							]
						}
					},
					"response": []
				},
				{
					"name": "file",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "user-id",
								"value": "{{user-id}}"
							},
							{
								"key": "user-api-key",
								"value": "{{user-api-key}}"
							},
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "file[location_id]",
									"value": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
									"type": "text"
								},
								{
									"key": "file[file_description]",
									"value": "Test File",
									"type": "text"
								},
								{
									"key": "file[model_id]",
									"value": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
									"type": "text"
								},
								{
									"key": "file[model_name]",
									"value": "Contact",
									"type": "text"
								},
								{
									"key": "file[file]",
									"type": "file",
									"src": ""
								}
							]
						},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/files",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"files"
							]
						}
					},
					"response": []
				},
				{
					"name": "Add File to Contact",
					"event": [
						{
							"listen": "test",
							"script": {
								"type": "text/javascript",
								"exec": [
									"if (responseHeaders.hasOwnProperty(\"Access-Control-Allow-Origin\")) {",
									"    tests[\"CORS is present\"] = (responseHeaders['Access-Control-Allow-Origin'] === '*') ? true : false;",
									"} else {",
									"\ttests[\"CORS is present\"] = false;",
									"}",
									"",
									"tests[\"Status code is 422\"] = responseCode.code === 422;",
									"//tests[\"Status code is 201\"] = responseCode.code === 201;",
									"",
									"if (responseCode.code === 201) {",
									"\tvar data = JSON.parse(responseBody);",
									"\tpostman.setGlobalVariable(\"contact_note_id\", data.file.id);",
									"",
									"\ttests[\"File array length\"] = Object.keys(data.file).length === 15;",
									"\ttests[\"File description\"] = data.file.file_description === \"test file description\";",
									"\ttests[\"File visibility_group_id\"] = data.file.visibility_group_id === \"\";",
									"}"
								]
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "user-id",
								"value": "{{user-id}}"
							},
							{
								"key": "user-api-key",
								"value": "{{user-api-key}}"
							},
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "file[location_id]",
									"value": "{{location_id_retail}}",
									"type": "text"
								},
								{
									"key": "file[file_description]",
									"value": "test file description",
									"type": "text"
								},
								{
									"key": "file[model_id]",
									"value": "{{contact_id}}",
									"type": "text"
								},
								{
									"key": "file[model_name]",
									"value": "Contact",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/files",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"files"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Location Info",
			"item": [
				{
					"name": "Location List",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "user-id",
								"value": "{{user-id}}"
							},
							{
								"key": "user-api-key",
								"value": "{{user-api-key}}"
							},
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": ""
						},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/locationinfos?relationship=direct",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"locationinfos"
							],
							"query": [
								{
									"key": "relationship",
									"value": "direct"
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Notes",
			"item": [
				{
					"name": "notes",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "user-id",
								"value": "{{user-id}}"
							},
							{
								"key": "user-api-key",
								"value": "{{user-api-key}}"
							},
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": ""
						},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/notes/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"notes",
								"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
							]
						}
					},
					"response": []
				},
				{
					"name": "note",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "user-id",
								"value": "{{user-id}}"
							},
							{
								"key": "user-api-key",
								"value": "{{user-api-key}}"
							},
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"note\": {\n    \"model_id\":\"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"model_name\":\"Contact\",\n    \"note\":\"test note\"\n  }\n}"
						},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/notes",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"notes"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "NotificationAlert",
			"item": [
				{
					"name": "notificationalerts",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "user-id",
								"value": "{{user-id}}"
							},
							{
								"key": "user-api-key",
								"value": "{{user-api-key}}"
							},
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": ""
						},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/notificationalerts/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"notificationalerts",
								"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
							]
						}
					},
					"response": []
				},
				{
					"name": "notificationalertacknowledgements",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "user-id",
								"value": "{{user-id}}"
							},
							{
								"key": "user-api-key",
								"value": "{{user-api-key}}"
							},
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"notificationalertacknowledgement\": {\n    \"notification_alert_id\":\"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n  }\n}"
						},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/notificationalertacknowledgements",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"notificationalertacknowledgements"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Other",
			"item": [
				{
					"name": "token",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "username",
									"value": "{{username}}",
									"type": "text"
								},
								{
									"key": "password",
									"value": "{{password}}",
									"type": "text"
								},
								{
									"key": "Content-Type",
									"value": "application/json",
									"type": "text"
								},
								{
									"key": "domain",
									"value": "{{domain}}",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/token",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"token"
							]
						}
					},
					"response": []
				},
				{
					"name": "user roles",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "user-id",
								"value": "{{user-id}}"
							},
							{
								"key": "user-api-key",
								"value": "{{user-api-key}}"
							},
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": ""
						},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/users/me?expand=auth_roles",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"users",
								"me"
							],
							"query": [
								{
									"key": "expand",
									"value": "auth_roles"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "token",
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "access-token",
								"value": ""
							},
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "username",
									"value": "{{username}}",
									"type": "text"
								},
								{
									"key": "password",
									"value": "{{password}}",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/token",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"token"
							]
						}
					},
					"response": []
				},
				{
					"name": "forgotpassword",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							}
						],
						"body": {},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/public/forgotpassword?username={{username}}&url={{domain}}",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"public",
								"forgotpassword"
							],
							"query": [
								{
									"key": "username",
									"value": "{{username}}"
								},
								{
									"key": "url",
									"value": "{{domain}}"
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Public",
			"item": [
				{
					"name": "brandingDomains",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": ""
						},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/public/domains/{{domain}}",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"public",
								"domains",
								"{{domain}}"
							]
						}
					},
					"response": []
				},
				{
					"name": "registration",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"contact\":{\n        \"location_id\":\"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"first_name\":\"gdfjhfj\",\n        \"last_name\":\"gfhgfdf\",\n        \"account_number\":null,\n        \"email\":\"support@domain.com\",\n        \"address\":null,\n        \"city\":null,\n        \"state\":null,\n        \"zip\":null,\n        \"home_phone\":null,\n        \"office_phone\":null,\n        \"office_ext_phone\":null,\n        \"cell_phone\":null,\n        \"contact_api_id\":null,\n        \"created\":null\n    }\n}"
						},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/public/registration",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"public",
								"registration"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Recurring",
			"item": [
				{
					"name": "recurrings - cc",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "user-id",
								"value": "{{user-id}}"
							},
							{
								"key": "user-api-key",
								"value": "{{user-api-key}}"
							},
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"recurring\": {\n    \"transaction_amount\": \"1.50\",\n    \"start_date\": \"2014-10-20\",\n    \"interval_type\": \"m\",\n    \"interval\": \"1\",\n    \"location_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"account_vault_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n  }\n}"
						},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/recurrings",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"recurrings"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Tags",
			"item": [
				{
					"name": "Tag List",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "user-id",
								"value": "{{user-id}}"
							},
							{
								"key": "user-api-key",
								"value": "{{user-api-key}}"
							},
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": ""
						},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/tags?location_id=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&page_size=3",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"tags"
							],
							"query": [
								{
									"key": "location_id",
									"value": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
								},
								{
									"key": "page_size",
									"value": "3"
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Transactions ACH",
			"item": [
				{
					"name": "transactions",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "user-id",
								"value": "{{user-id}}"
							},
							{
								"key": "user-api-key",
								"value": "{{user-api-key}}"
							},
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": ""
						},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/transactions?contact_id=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&expand=created_user",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"transactions"
							],
							"query": [
								{
									"key": "contact_id",
									"value": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
								},
								{
									"key": "expand",
									"value": "created_user"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "transactions/sale",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "user-id",
								"value": "{{user-id}}"
							},
							{
								"key": "user-api-key",
								"value": "{{user-api-key}}"
							},
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"transaction\": {\n    \"account_vault_id\":\"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"location_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"payment_method\": \"ach\",\n    \"transaction_type\": \"debit\",\n    \"transaction_amount\":\"1.00\"\n  }\n}"
						},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/transactions",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"transactions"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Transactions Lodging",
			"item": [
				{
					"name": "transactions",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "user-id",
								"value": "{{user-id}}"
							},
							{
								"key": "user-api-key",
								"value": "{{user-api-key}}"
							},
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": ""
						},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/transactions?contact_id=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&expand=created_user",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"transactions"
							],
							"query": [
								{
									"key": "contact_id",
									"value": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
								},
								{
									"key": "expand",
									"value": "created_user"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "transactions/sale",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "user-id",
								"value": "{{user-id}}"
							},
							{
								"key": "user-api-key",
								"value": "{{user-api-key}}"
							},
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"transaction\": {\n    \"payment_method\": \"cc\",\n    \"transaction_type\": \"sale\",\n    \"location_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"transaction_amount\":\"1.00\",\n    \"account_number\":\"5454545454545454\",\n    \"exp_date\":\"0916\",\n    \"checkin_date\":\"2014-10-01\",\n    \"checkout_date\":\"2014-10-01\",\n    \"folio_num\":\"123456\"\n  }\n}"
						},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/transactions",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"transactions"
							]
						}
					},
					"response": []
				},
				{
					"name": "transactions/sale copy",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "user-id",
								"value": "{{user-id}}"
							},
							{
								"key": "user-api-key",
								"value": "{{user-api-key}}"
							},
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"transaction\": {\n    \"payment_method\": \"cc\",\n    \"transaction_type\": \"sale\",\n    \"location_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"transaction_amount\":\"1.00\",\n    \"account_number\":\"5454545454545454\",\n    \"exp_date\":\"0916\",\n    \"checkin_date\":\"2014-10-01\",\n    \"checkout_date\":\"2014-10-01\",\n    \"folio_num\":\"123456\"\n  }\n}"
						},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/transactions",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"transactions"
							]
						}
					},
					"response": []
				},
				{
					"name": "transactions/checkin",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "user-id",
								"value": "{{user-id}}"
							},
							{
								"key": "user-api-key",
								"value": "{{user-api-key}}"
							},
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"transaction\": {\n    \"payment_method\": \"cc\",\n    \"transaction_type\": \"checkin\",\n    \"location_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"transaction_amount\":\"1.00\",\n    \"account_number\":\"5454545454545454\",\n    \"exp_date\":\"0916\",\n    \"checkin_date\":\"2014-10-01\",\n    \"checkout_date\":\"2014-10-01\"\n  }\n}"
						},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/transactions",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"transactions"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Transactions Retail",
			"item": [
				{
					"name": "transactions",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "user-id",
								"value": "{{user-id}}"
							},
							{
								"key": "user-api-key",
								"value": "{{user-api-key}}"
							},
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": ""
						},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/transactions?expand=created_user,tags",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"transactions"
							],
							"query": [
								{
									"key": "expand",
									"value": "created_user,tags"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "transactions/sale",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "user-id",
								"value": "{{user-id}}"
							},
							{
								"key": "user-api-key",
								"value": "{{user-api-key}}"
							},
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"transaction\": {\n    \"contact_id\":\"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"action\":\"sale\",\n    \"payment_method\": \"cc\",\n    \"transaction_type\": \"sale\",\n    \"location_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"transaction_amount\":\"5.00\",\n    \"account_number\":\"5454545454545454\",\n    \"exp_date\":\"0916\",\n    \"billing_zip\":\"32616\"\n  }\n}"
						},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/transactions",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"transactions"
							]
						}
					},
					"response": []
				},
				{
					"name": "transactions/sale w/tags",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "user-id",
								"value": "{{user-id}}"
							},
							{
								"key": "user-api-key",
								"value": "{{user-api-key}}"
							},
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"transaction\": {\n        \"location_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"payment_method\": \"cc\",\n        \"transaction_type\": \"sale\",\n        \"transaction_amount\": \"4.50\",\n        \"account_number\": \"4111111111111111\",\n        \"exp_date\": \"0916\",\n        \"description\": \"test tags\",\n        \"account_holder_name\": \"James Dodson\",\n        \"tags\": [{\n            \"title\": \"Another Long Tag For Here\"\n        }, {\n            \"title\": \"A Long Tag Here\"\n        }]\n    }\n}"
						},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/transactions",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"transactions"
							]
						}
					},
					"response": []
				},
				{
					"name": "transactions/authOnly",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "user-id",
								"value": "{{user-id}}"
							},
							{
								"key": "user-api-key",
								"value": "{{user-api-key}}"
							},
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							},
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"transaction\": {\n    \"payment_method\": \"cc\",\n    \"action\": \"authonly\",\n    \"location_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"transaction_amount\":\"1.00\",\n    \"account_number\":\"5454545454545454\",\n    \"exp_date\":\"0916\"\n  }\n}"
						},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/transactions",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"transactions"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "User",
			"item": [
				{
					"name": "changepassword",
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "user-id",
								"value": "{{user-id}}"
							},
							{
								"key": "user-api-key",
								"value": "{{user-api-key}}"
							},
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"user\":{\n    \"password\":\"{{password}}\"\n  }\n}"
						},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/users/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"users",
								"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
							]
						}
					},
					"response": []
				},
				{
					"name": "users",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "user-id",
								"value": "{{user-id}}"
							},
							{
								"key": "user-api-key",
								"value": "{{user-api-key}}"
							},
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": ""
						},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/users?location_id=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"users"
							],
							"query": [
								{
									"key": "location_id",
									"value": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "users",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "user-id",
								"value": "{{user-id}}"
							},
							{
								"key": "user-api-key",
								"value": "{{user-api-key}}"
							},
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"user\":{\n    \"primary_location_id\":\"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"domain_id\":\"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"first_name\":\"test\",\n    \"last_name\":\"dummy\",\n    \"email\":\"support@saveme.com\",\n    \"username\":\"testdummy1\",\n    \"password\":\"Password!987\",\n    \"user_type_id\":\"2\",\n    \"account_number\":\"12345\"\n  }\n}"
						},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/users",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"users"
							]
						}
					},
					"response": []
				},
				{
					"name": "users update",
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "user-id",
								"value": "{{user-id}}"
							},
							{
								"key": "user-api-key",
								"value": "{{user-api-key}}"
							},
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"user\":{\n    \"account_number\":\"1234567\",\n    \"first_name\":\"testname\"\n  }\n}"
						},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/users/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"users",
								"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
							]
						}
					},
					"response": []
				},
				{
					"name": "forgotpassword",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "user-id",
								"value": "{{user-id}}"
							},
							{
								"key": "user-api-key",
								"value": "{{user-api-key}}"
							},
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							}
						],
						"body": {},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/public/forgotpassword?username={{username}}&url={{domain}}",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"public",
								"forgotpassword"
							],
							"query": [
								{
									"key": "username",
									"value": "{{username}}"
								},
								{
									"key": "url",
									"value": "{{domain}}"
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Visibility Groups",
			"item": [
				{
					"name": "visibilitygroups",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "user-id",
								"value": "{{user-id}}"
							},
							{
								"key": "user-api-key",
								"value": "{{user-api-key}}"
							},
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": ""
						},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/visibilitygroups?location_id=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"visibilitygroups"
							],
							"query": [
								{
									"key": "location_id",
									"value": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "visibilitygroups",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "user-id",
								"value": "{{user-id}}"
							},
							{
								"key": "user-api-key",
								"value": "{{user-api-key}}"
							},
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"visibilitygroup\": {\n    \"location_id\":\"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"title\":\"New Group\"\n  }\n}"
						},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/visibilitygroups",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"visibilitygroups"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Paya",
			"item": [
				{
					"name": "create paya producttransaction",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "0714fcc1-e9c0-4c81-b8bb-c1adf8df5752",
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						},
						{
							"listen": "prerequest",
							"script": {
								"id": "37965b71-b99f-4df1-be68-5550a3d1fbce",
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "user-id",
								"value": "{{user_L1U1_id}}"
							},
							{
								"key": "user-api-key",
								"value": "user_api_keyL1U1"
							},
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							},
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"producttransaction\": {\n        \"location_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"payment_method\": \"ach\",\n        \"title\": \"valid_paya_ach_product\",\n        \"processor\": \"zach\",\n        \"quick_invoice_allow\": 1,\n        \"mcc\": \"1234\",\n        \"processor_data\": {\n            \"sub_processor\": \"paya\",\n            \"company_name\": \"companyname\",\n            \"terminals\": [\n                {\n                    \"terminal_id\": \"1710\"\n                },\n                {\n                    \"terminal_id\": \"1011\"\n                },\n                {\n                    \"terminal_id\": \"2312\"\n                },\n                {\n                    \"terminal_id\": \"1213\"\n                },\n                {\n                    \"terminal_id\": \"1114\"\n                },\n                {\n                    \"terminal_id\": \"1615\"\n                }\n            ]\n        }\n    }\n}"
						},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/producttransactions",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"producttransactions"
							]
						}
					},
					"response": []
				},
				{
					"name": "create paya account",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "179f0b8a-95d8-44ab-a986-32345104318d",
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						},
						{
							"listen": "prerequest",
							"script": {
								"id": "971038a6-50cb-4b1d-8339-b90a8f83cb35",
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "user-id",
								"value": "{{user_L1U1_id}}"
							},
							{
								"key": "user-api-key",
								"value": "user_api_keyL1U1"
							},
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							},
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"accountvault\": {\n        \"title\": \"valid_accvault\",\n        \"payment_method\": \"ach\",\n        \"account_holder_name\": \"name\",\n        \"account_number\": \"1234567890\",\n        \"exp_date\": \"0920\",\n        \"contact_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"location_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"billing_address\": \"43155 main street\",\n        \"billing_zip\": \"437698\",\n        \"dl_number\": \"723645864\",\n        \"dl_state\": \"MI\",\n        \"account_vault_api_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"customer_id\": \"347961\",\n        \"ssn4\": \"5466\",\n        \"dob_year\": \"1926\",\n        \"has_recurring\": true,\n        \"billing_state\": \"IL\",\n        \"billing_city\": \" city12\",\n        \"billing_phone\": \"9876543210\",\n        \"accountvault_c1\": \"otherinfo_c1\",\n        \"accountvault_c2\": \"otherinfo_c2\",\n        \"accountvault_c3\": \"otherinfo_c3\",\n        \"routing\": \"011500120\",\n        \"account_type\": \"savings\",\n        \"ach_sec_code\": \"PPD\",\n        \"is_company\": \"0\"\n    }\n}"
						},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/accountvaults",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"accountvaults"
							]
						}
					},
					"response": []
				},
				{
					"name": "paya debit transaction without using accountvault",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "179f0b8a-95d8-44ab-a986-32345104318d",
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						},
						{
							"listen": "prerequest",
							"script": {
								"id": "971038a6-50cb-4b1d-8339-b90a8f83cb35",
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "user-id",
								"value": "{{user_L1U1_id}}"
							},
							{
								"key": "user-api-key",
								"value": "user_api_keyL1U1"
							},
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							},
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"transaction\": {\n        \"payment_method\": \"ach\",\n        \"transaction_amount\": \"1575.45\",\n        \"action\": \"debit\",\n        \"location_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"product_transaction_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"ach_sec_code\": \"POP\",\n        \"account_holder_name\": \"name\",\n        \"account_type\": \"savings\",\n        \"account_number\": \"98765432345678\",\n        \"routing\": \"051904524\",\n        \"billing_state\": \"il\",\n        \"check_number\": \"243243243\",\n        \"track_data\": \"T031100157T 9876545678O 8520748520963\",\n        \"billing_zip\": \"11171113\",\n        \"billing_street\": \"1117-11163street\",\n        \"billing_city\": \"1113-1117city\",\n        \"dob_year\": \"1952\",\n        \"ssn4\": \"9878\",\n        \"customer_id\": \"12345678990876543245678\",\n        \"dl_state\": \"qc\",\n        \"dl_number\": \"32456789987654365\"\n    }\n}"
						},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/transactions",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"transactions"
							]
						}
					},
					"response": []
				},
				{
					"name": "paya debit transaction using accountvault",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "179f0b8a-95d8-44ab-a986-32345104318d",
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						},
						{
							"listen": "prerequest",
							"script": {
								"id": "971038a6-50cb-4b1d-8339-b90a8f83cb35",
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "user-id",
								"value": "{{user_L1U1_id}}"
							},
							{
								"key": "user-api-key",
								"value": "user_api_keyL1U1"
							},
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							},
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"transaction\": {\n        \"payment_method\": \"ach\",\n        \"transaction_amount\": \"11\",\n        \"action\": \"debit\",\n        \"location_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"product_transaction_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"account_vault_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"ach_sec_code\": \"PPD\",\n        \"account_holder_name\": \"name\",\n        \"account_type\": \"savings\"\n    }\n}"
						},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/transactions",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"transactions"
							]
						}
					},
					"response": []
				},
				{
					"name": "paya credit transaction",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "179f0b8a-95d8-44ab-a986-32345104318d",
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						},
						{
							"listen": "prerequest",
							"script": {
								"id": "971038a6-50cb-4b1d-8339-b90a8f83cb35",
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "user-id",
								"value": "{{user_L1U1_id}}"
							},
							{
								"key": "user-api-key",
								"value": "user_api_keyL1U1"
							},
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							},
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"transaction\": {\n        \"payment_method\": \"ach\",\n        \"transaction_amount\": \"1575.45\",\n        \"action\": \"debit\",\n        \"location_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"product_transaction_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"ach_sec_code\": \"POP\",\n        \"account_holder_name\": \"name\",\n        \"account_type\": \"savings\",\n        \"account_number\": \"98765432345678\",\n        \"routing\": \"051904524\",\n        \"billing_state\": \"il\",\n        \"check_number\": \"243243243\",\n        \"track_data\": \"T031100157T 9876545678O 8520748520963\",\n        \"billing_zip\": \"11171113\",\n        \"billing_street\": \"1117-11163street\",\n        \"billing_city\": \"1113-1117city\",\n        \"dob_year\": \"1952\",\n        \"ssn4\": \"9878\",\n        \"customer_id\": \"12345678990876543245678\",\n        \"dl_state\": \"qc\",\n        \"dl_number\": \"32456789987654365\"\n    }\n}"
						},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/transactions",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"transactions"
							]
						}
					},
					"response": []
				},
				{
					"name": "paya refund transaction",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "179f0b8a-95d8-44ab-a986-32345104318d",
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						},
						{
							"listen": "prerequest",
							"script": {
								"id": "971038a6-50cb-4b1d-8339-b90a8f83cb35",
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "user-id",
								"value": "{{user_L1U1_id}}"
							},
							{
								"key": "user-api-key",
								"value": "user_api_keyL1U1"
							},
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							},
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"transaction\": {\n        \"payment_method\": \"ach\",\n        \"transaction_amount\": \"147777.07\",\n        \"action\": \"refund\",\n        \"previous_transaction_id\": \"{{previous_transaction_id}}\"\n    }\n}"
						},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/transactions",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"transactions"
							]
						}
					},
					"response": []
				},
				{
					"name": "paya avsonly transaction",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "179f0b8a-95d8-44ab-a986-32345104318d",
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						},
						{
							"listen": "prerequest",
							"script": {
								"id": "971038a6-50cb-4b1d-8339-b90a8f83cb35",
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "user-id",
								"value": "{{user_L1U1_id}}"
							},
							{
								"key": "user-api-key",
								"value": "user_api_keyL1U1"
							},
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							},
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"transaction\": {\n        \"payment_method\": \"ach\",\n        \"transaction_amount\": \"1575.45\",\n        \"action\": \"avsonly\",\n        \"location_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"product_transaction_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"ach_sec_code\": \"POP\",\n        \"account_holder_name\": \"name\",\n        \"account_type\": \"savings\",\n        \"account_number\": \"12456789\",\n        \"routing\": \"051904524\",\n        \"billing_state\": \"il\",\n        \"check_number\": \"335434565\",\n        \"track_data\": \"T031100157T 9876545678O 8520748520963\",\n        \"billing_zip\": \"11171113\",\n        \"billing_street\": null,\n        \"billing_city\": null,\n        \"dob_year\": \"1952\",\n        \"ssn4\": \"9878\",\n        \"dl_state\": \"MI\",\n        \"dl_number\": \"32456789987654365\"\n    }\n}"
						},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/transactions",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"transactions"
							]
						}
					},
					"response": []
				},
				{
					"name": "paya credit override transaction",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "179f0b8a-95d8-44ab-a986-32345104318d",
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						},
						{
							"listen": "prerequest",
							"script": {
								"id": "971038a6-50cb-4b1d-8339-b90a8f83cb35",
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "user-id",
								"value": "{{user_L1U1_id}}"
							},
							{
								"key": "user-api-key",
								"value": "user_api_keyL1U1"
							},
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							},
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"transaction\": {\n        \"ach_identifier\": \"O\",\n        \"payment_method\": \"cc\",\n        \"transaction_amount\": \"5256.74\",\n        \"action\": \"credit\",\n        \"location_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"product_transaction_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"ach_sec_code\": \"WEB\",\n        \"account_holder_name\": \"name\",\n        \"account_type\": \"savings\",\n        \"account_number\": \"16131617161317\",\n        \"routing\": \"011110688\",\n        \"track_data\": null,\n        \"billing_zip\": \"014578\",\n        \"check_number\": \"354657689087543465768\",\n        \"billing_street\": null,\n        \"billing_city\": null,\n        \"billing_state\": \"AK\",\n        \"billing_phone\": \"9876543456\",\n        \"image_front\": \"234=879986768799867653546576879867545368799867653546576879867545368799867653546576879867545368799867653546576879867545368799867653546576879867545365354657687986754536\",\n        \"image_back\": \"hjgsagksagf385687ghureyt8374ythrejyt738c4rthfui43687ctugcei4f6itugrfuei486fycgbtr4658\",\n        \"dl_state\": \"iH\",\n        \"dl_number\": \"8975435324345\",\n        \"customer_id\": \"90876543324567887654\",\n        \"dob_year\": \"1978\",\n        \"ssn4\": \"0457\"\n    }\n}"
						},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/transactions",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"transactions"
							]
						}
					},
					"response": []
				},
				{
					"name": "paya update transaction",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "179f0b8a-95d8-44ab-a986-32345104318d",
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						},
						{
							"listen": "prerequest",
							"script": {
								"id": "971038a6-50cb-4b1d-8339-b90a8f83cb35",
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "user-id",
								"value": "{{user_L1U1_id}}"
							},
							{
								"key": "user-api-key",
								"value": "user_api_keyL1U1"
							},
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							},
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"transaction\": {\n        \"ach_identifier\": \"u\",\n        \"payment_method\": \"cc\",\n        \"transaction_amount\": \"5256.74\",\n        \"action\": \"credit\",\n        \"location_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"product_transaction_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"ach_sec_code\": \"WEB\",\n        \"account_holder_name\": \"name\",\n        \"account_type\": \"savings\",\n        \"account_number\": \"0987654323456789\",\n        \"routing\": \"09876543234567890\",\n        \"billing_zip\": \"014578\",\n        \"check_number\": \"354657689087543465768\",\n        \"billing_street\": null,\n        \"billing_city\": null,\n        \"billing_state\": \"AK547\",\n        \"billing_phone\": \"9875676543456\",\n        \"image_front\": \"2345784=879986768799867653546576879867545368799867653546576879867545368799867653546576879867545368799867653546576879867545354768799867653546576879867545365354657687986754536\",\n        \"image_back\": \"hjgsagksagf385687ghureyt8374ythrejyt738c4rthfui43687ctugcei4f6itugrfuei486fycgbtr4658\",\n        \"dl_state\": \"i547H\",\n        \"dl_number\": \"8975435345724345\",\n        \"customer_id\": \"90547876543324567887654\",\n        \"dob_year\": \"195778\",\n        \"ssn4\": \"0445857\"\n    }\n}"
						},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/transactions",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"transactions"
							]
						}
					},
					"response": []
				},
				{
					"name": "paya payroll transaction",
					"event": [
						{
							"listen": "test",
							"script": {
								"id": "179f0b8a-95d8-44ab-a986-32345104318d",
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						},
						{
							"listen": "prerequest",
							"script": {
								"id": "971038a6-50cb-4b1d-8339-b90a8f83cb35",
								"exec": [
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "user-id",
								"value": "{{user_L1U1_id}}"
							},
							{
								"key": "user-api-key",
								"value": "user_api_keyL1U1"
							},
							{
								"key": "developer-id",
								"value": "{{developer-id}}"
							},
							{
								"key": "Content-Type",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"transaction\": {\n        \"ach_identifier\": \"P\",\n        \"payment_method\": \"ach\",\n        \"transaction_amount\": \"1212.75\",\n        \"action\": \"debit\",\n        \"location_api_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"product_transaction_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"ach_sec_code\": \"WEB\",\n        \"account_type\": \"savings\",\n        \"account_holder_name\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"account_number\": \"789456123369\",\n        \"routing\": \"043312373\",\n        \"ssn4\": \"1235\",\n        \"dob_year\": \"1915\",\n        \"billing_zip\": \"74185\",\n        \"billing_street\": \"street_7654_qwe\",\n        \"billing_city\": \"troy\",\n        \"billing_state\": \"MI\"\n    }\n}"
						},
						"url": {
							"raw": "https://{{host}}/{{namespace}}/transactions",
							"protocol": "https",
							"host": [
								"{{host}}"
							],
							"path": [
								"{{namespace}}",
								"transactions"
							]
						}
					},
					"response": []
				}
			]
		}
	]
}