{
	"info": {
		"_postman_id": "6a09bc34-b7cd-4e61-bc5d-67b5c3971d42",
		"name": "Valor API Copy",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "30221100"
	},
	"item": [
		{
			"name": "api",
			"item": [
				{
					"name": "valor-vault",
					"item": [
						{
							"name": "deletecustomer/{vault_id}",
							"item": [
								{
									"name": "Delete Customer Profile",
									"request": {
										"method": "DELETE",
										"header": [
											{
												"key": "Valor-App-ID",
												"value": "lnWFCpbnQYDKUoS54S6LfdQE8jICNANQ",
												"description": "(Required) Merchant APP ID (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Valor-App-Key",
												"value": "p7ulyBl8QYrrD9Ut7HRntbJuBHLtOAr8",
												"description": "(Required) Merchant APP Key (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Accept",
												"value": "application/json"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/api/valor-vault/deletecustomer/:vault_id",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"valor-vault",
												"deletecustomer",
												":vault_id"
											],
											"variable": [
												{
													"key": "vault_id",
													"value": "1285",
													"description": "(Required) Vault customer ID (Numeric - Length of max chars 11)"
												}
											]
										}
									},
									"response": [
										{
											"name": "200",
											"originalRequest": {
												"method": "DELETE",
												"header": [
													{
														"key": "Valor-App-ID",
														"value": "lnWFCpbnQYDKUoS54S6LfdQE8jICNANQ",
														"description": "(Required) Merchant APP ID (Alphanumeric - Length of 32 chars)"
													},
													{
														"key": "Valor-App-Key",
														"value": "p7ulyBl8QYrrD9Ut7HRntbJuBHLtOAr8",
														"description": "(Required) Merchant APP Key (Alphanumeric - Length of 32 chars)"
													},
													{
														"key": "Accept",
														"value": "application/json"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/valor-vault/deletecustomer/:vault_id",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"valor-vault",
														"deletecustomer",
														":vault_id"
													],
													"variable": [
														{
															"key": "vault_id",
															"value": "1285",
															"description": "(Required) Vault customer ID (Numeric - Length of max chars 11)"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/json"
												}
											],
											"cookie": [],
											"body": "\"{\\n  \\\"status\\\": \\\"OK\\\",\\n  \\\"message\\\": \\\"Success\\\"\\n}\""
										},
										{
											"name": "400",
											"originalRequest": {
												"method": "DELETE",
												"header": [
													{
														"key": "Valor-App-ID",
														"value": "lnWFCpbnQYDKUoS54S6LfdQE8jICNANQ",
														"description": "(Required) Merchant APP ID (Alphanumeric - Length of 32 chars)"
													},
													{
														"key": "Valor-App-Key",
														"value": "p7ulyBl8QYrrD9Ut7HRntbJuBHLtOAr8",
														"description": "(Required) Merchant APP Key (Alphanumeric - Length of 32 chars)"
													},
													{
														"key": "Accept",
														"value": "application/json"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/valor-vault/deletecustomer/:vault_id",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"valor-vault",
														"deletecustomer",
														":vault_id"
													],
													"variable": [
														{
															"key": "vault_id",
															"value": "1285",
															"description": "(Required) Vault customer ID (Numeric - Length of max chars 11)"
														}
													]
												}
											},
											"status": "Bad Request",
											"code": 400,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/json"
												}
											],
											"cookie": [],
											"body": "\"{\\n  \\\"code\\\": 400,\\n  \\\"status\\\": \\\"FAILED\\\",\\n  \\\"errors\\\": [\\n    \\\"Customer not exist\\\"\\n  ]\\n}\""
										}
									]
								},
								{
									"name": "Delete Customer Address",
									"request": {
										"method": "DELETE",
										"header": [
											{
												"key": "Valor-App-ID",
												"value": "lnWFCpbnQYDKUoS54S6LfdQE8jICNANQ",
												"description": "(Required) Merchant APP ID (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Valor-App-Key",
												"value": "p7ulyBl8QYrrD9Ut7HRntbJuBHLtOAr8",
												"description": "(Required) Merchant APP Key (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Accept",
												"value": "application/json"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/api/valor-vault/deletecustomer/:vault_id/:address_id",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"valor-vault",
												"deletecustomer",
												":vault_id",
												":address_id"
											],
											"variable": [
												{
													"key": "vault_id",
													"value": "1285",
													"description": "(Required) Vault customer ID (Numeric - Length of max chars 11)"
												},
												{
													"key": "address_id",
													"value": "2011",
													"description": "(Required) Address ID optional, If address id specified will update existing address else add a new address. (Numeric - length of chars 11)"
												}
											]
										}
									},
									"response": [
										{
											"name": "200",
											"originalRequest": {
												"method": "DELETE",
												"header": [
													{
														"key": "Valor-App-ID",
														"value": "lnWFCpbnQYDKUoS54S6LfdQE8jICNANQ",
														"description": "(Required) Merchant APP ID (Alphanumeric - Length of 32 chars)"
													},
													{
														"key": "Valor-App-Key",
														"value": "p7ulyBl8QYrrD9Ut7HRntbJuBHLtOAr8",
														"description": "(Required) Merchant APP Key (Alphanumeric - Length of 32 chars)"
													},
													{
														"key": "Accept",
														"value": "application/json"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/valor-vault/deletecustomer/:vault_id/:address_id",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"valor-vault",
														"deletecustomer",
														":vault_id",
														":address_id"
													],
													"variable": [
														{
															"key": "vault_id",
															"value": "1285",
															"description": "(Required) Vault customer ID (Numeric - Length of max chars 11)"
														},
														{
															"key": "address_id",
															"value": "2011",
															"description": "(Required) Address ID optional, If address id specified will update existing address else add a new address. (Numeric - length of chars 11)"
														}
													]
												}
											},
											"status": "OK",
											"code": 200,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/json"
												}
											],
											"cookie": [],
											"body": "\"{\\n  \\\"code\\\": 200,\\n  \\\"status\\\": \\\"OK\\\",\\n  \\\"message\\\": \\\"Success\\\"\\n}\""
										},
										{
											"name": "400",
											"originalRequest": {
												"method": "DELETE",
												"header": [
													{
														"key": "Valor-App-ID",
														"value": "lnWFCpbnQYDKUoS54S6LfdQE8jICNANQ",
														"description": "(Required) Merchant APP ID (Alphanumeric - Length of 32 chars)"
													},
													{
														"key": "Valor-App-Key",
														"value": "p7ulyBl8QYrrD9Ut7HRntbJuBHLtOAr8",
														"description": "(Required) Merchant APP Key (Alphanumeric - Length of 32 chars)"
													},
													{
														"key": "Accept",
														"value": "application/json"
													}
												],
												"url": {
													"raw": "{{baseUrl}}/api/valor-vault/deletecustomer/:vault_id/:address_id",
													"host": [
														"{{baseUrl}}"
													],
													"path": [
														"api",
														"valor-vault",
														"deletecustomer",
														":vault_id",
														":address_id"
													],
													"variable": [
														{
															"key": "vault_id",
															"value": "1285",
															"description": "(Required) Vault customer ID (Numeric - Length of max chars 11)"
														},
														{
															"key": "address_id",
															"value": "2011",
															"description": "(Required) Address ID optional, If address id specified will update existing address else add a new address. (Numeric - length of chars 11)"
														}
													]
												}
											},
											"status": "Bad Request",
											"code": 400,
											"_postman_previewlanguage": "json",
											"header": [
												{
													"key": "Content-Type",
													"value": "application/json"
												}
											],
											"cookie": [],
											"body": "\"{\\n  \\\"code\\\": 400,\\n  \\\"status\\\": \\\"FAILED\\\",\\n  \\\"errors\\\": [\\n    \\\"Unable to delete the address.\\\"\\n  ]\\n}\""
										}
									]
								}
							]
						},
						{
							"name": "Fetch Transaction With Date Range",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Valor-App-ID",
										"value": "Vw7RdW6IPmRH4Z2feCE8Pp1iqeahSonN",
										"description": "(Required) Merchant APP ID (Alphanumeric - Length of 32 chars)"
									},
									{
										"key": "Valor-App-Key",
										"value": "Tv26MihzxwblHyk6gEuVelY2XwQE58jU",
										"description": "(Required) Merchant APP Key (Alphanumeric - Length of 32 chars)"
									},
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"start_date\": \"2024-06-01\",\n  \"end_date\": \"2024-06-30\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/api/valor-vault/fetchtransaction/:vault_id",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"api",
										"valor-vault",
										"fetchtransaction",
										":vault_id"
									],
									"variable": [
										{
											"key": "vault_id",
											"value": "2924",
											"description": "(Required) Vault customer ID (Numeric- Length of max chars 11)"
										}
									]
								}
							},
							"response": [
								{
									"name": "200",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Valor-App-ID",
												"value": "Vw7RdW6IPmRH4Z2feCE8Pp1iqeahSonN",
												"description": "(Required) Merchant APP ID (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Valor-App-Key",
												"value": "Tv26MihzxwblHyk6gEuVelY2XwQE58jU",
												"description": "(Required) Merchant APP Key (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Accept",
												"value": "application/json"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"start_date\": \"2024-06-01\",\n  \"end_date\": \"2024-06-30\"\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{baseUrl}}/api/valor-vault/fetchtransaction/:vault_id",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"valor-vault",
												"fetchtransaction",
												":vault_id"
											],
											"variable": [
												{
													"key": "vault_id",
													"value": "2924",
													"description": "(Required) Vault customer ID (Numeric- Length of max chars 11)"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "\"{\\n  \\\"code\\\": 200,\\n  \\\"status\\\": \\\"OK\\\",\\n  \\\"message\\\": \\\"Success\\\",\\n  \\\"data\\\": [],\\n  \\\"limit\\\": 25,\\n  \\\"total_count\\\": 0,\\n  \\\"offset\\\": 0\\n}\""
								},
								{
									"name": "400",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Valor-App-ID",
												"value": "Vw7RdW6IPmRH4Z2feCE8Pp1iqeahSonN",
												"description": "(Required) Merchant APP ID (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Valor-App-Key",
												"value": "Tv26MihzxwblHyk6gEuVelY2XwQE58jU",
												"description": "(Required) Merchant APP Key (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Accept",
												"value": "application/json"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"start_date\": \"2024-06-01\",\n  \"end_date\": \"2024-06-30\"\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{baseUrl}}/api/valor-vault/fetchtransaction/:vault_id",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"valor-vault",
												"fetchtransaction",
												":vault_id"
											],
											"variable": [
												{
													"key": "vault_id",
													"value": "2924",
													"description": "(Required) Vault customer ID (Numeric- Length of max chars 11)"
												}
											]
										}
									},
									"status": "Bad Request",
									"code": 400,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "\"{\\n  \\\"status\\\": \\\"FAILED\\\",\\n  \\\"errors\\\": [\\n    \\\"Vault customer ID not exist\\\"\\n  ]\\n}\""
								}
							]
						},
						{
							"name": "Edit Customer Profile",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Valor-App-ID",
										"value": "Vw7RdW6IPmRH4Z2feCE8Pp1iqeahSonN",
										"description": "(Required) Merchant APP ID (Alphanumeric - Length of 32 chars)"
									},
									{
										"key": "Valor-App-Key",
										"value": "Tv26MihzxwblHyk6gEuVelY2XwQE58jU",
										"description": "(Required) Merchant APP Key (Alphanumeric - Length of 32 chars)"
									},
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"company_name\": \"Home Centers\",\n  \"customer_phone\": \"6129160161\",\n  \"customer_email\": \"CatherinePElliott@dayrep.com\",\n  \"address_details\": [\n    {\n      \"address_id\": 739,\n      \"address_label\": \"Home\",\n      \"billing_customer_name\": \"Carolina M. Morris\",\n      \"billing_street_no\": \"3716\",\n      \"billing_street_name\": \"Angie Drive\",\n      \"billing_unit\": \"56\",\n      \"billing_zip\": \"92646\",\n      \"billing_city\": \"Huntington Beach\",\n      \"billing_state\": \"CA\",\n      \"shipping_customer_name\": \"Carolina M. Morris\",\n      \"shipping_street_no\": \"1650\",\n      \"shipping_street_name\": \"Chicago Avenue\",\n      \"shipping_unit\": \"56\",\n      \"shipping_zip\": \"93721\",\n      \"shipping_city\": \"Fresno\",\n      \"shipping_state\": \"CA\"\n    },\n    {\n      \"address_label\": \"Office\",\n      \"billing_customer_name\": \"Carolina M. Morris\",\n      \"billing_street_no\": \"3716\",\n      \"billing_street_name\": \"Angie Drive\",\n      \"billing_unit\": \"56\",\n      \"billing_zip\": \"92646\",\n      \"billing_city\": \"Huntington Beach\",\n      \"billing_state\": \"CA\",\n      \"shipping_customer_name\": \"Carolina M. Morris\",\n      \"shipping_street_no\": \"1650\",\n      \"shipping_street_name\": \"Chicago Avenue\",\n      \"shipping_unit\": \"56\",\n      \"shipping_zip\": \"93721\",\n      \"shipping_city\": \"Fresno\",\n      \"shipping_state\": \"CA\"\n    }\n  ]\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/api/valor-vault/editcustomer/:vault_id",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"api",
										"valor-vault",
										"editcustomer",
										":vault_id"
									],
									"variable": [
										{
											"key": "vault_id",
											"value": "3540",
											"description": "(Required) Vault customer ID (Numeric- Length of max chars 11)"
										}
									]
								}
							},
							"response": [
								{
									"name": "200",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Valor-App-ID",
												"value": "Vw7RdW6IPmRH4Z2feCE8Pp1iqeahSonN",
												"description": "(Required) Merchant APP ID (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Valor-App-Key",
												"value": "Tv26MihzxwblHyk6gEuVelY2XwQE58jU",
												"description": "(Required) Merchant APP Key (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Accept",
												"value": "application/json"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"company_name\": \"Home Centers\",\n  \"customer_phone\": \"6129160161\",\n  \"customer_email\": \"CatherinePElliott@dayrep.com\",\n  \"address_details\": [\n    {\n      \"address_id\": 739,\n      \"address_label\": \"Home\",\n      \"billing_customer_name\": \"Carolina M. Morris\",\n      \"billing_street_no\": \"3716\",\n      \"billing_street_name\": \"Angie Drive\",\n      \"billing_unit\": \"56\",\n      \"billing_zip\": \"92646\",\n      \"billing_city\": \"Huntington Beach\",\n      \"billing_state\": \"CA\",\n      \"shipping_customer_name\": \"Carolina M. Morris\",\n      \"shipping_street_no\": \"1650\",\n      \"shipping_street_name\": \"Chicago Avenue\",\n      \"shipping_unit\": \"56\",\n      \"shipping_zip\": \"93721\",\n      \"shipping_city\": \"Fresno\",\n      \"shipping_state\": \"CA\"\n    },\n    {\n      \"address_label\": \"Office\",\n      \"billing_customer_name\": \"Carolina M. Morris\",\n      \"billing_street_no\": \"3716\",\n      \"billing_street_name\": \"Angie Drive\",\n      \"billing_unit\": \"56\",\n      \"billing_zip\": \"92646\",\n      \"billing_city\": \"Huntington Beach\",\n      \"billing_state\": \"CA\",\n      \"shipping_customer_name\": \"Carolina M. Morris\",\n      \"shipping_street_no\": \"1650\",\n      \"shipping_street_name\": \"Chicago Avenue\",\n      \"shipping_unit\": \"56\",\n      \"shipping_zip\": \"93721\",\n      \"shipping_city\": \"Fresno\",\n      \"shipping_state\": \"CA\"\n    }\n  ]\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{baseUrl}}/api/valor-vault/editcustomer/:vault_id",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"valor-vault",
												"editcustomer",
												":vault_id"
											],
											"variable": [
												{
													"key": "vault_id",
													"value": "3540",
													"description": "(Required) Vault customer ID (Numeric- Length of max chars 11)"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "\"{\\n  \\\"code\\\": 200,\\n  \\\"status\\\": \\\"OK\\\",\\n  \\\"vault_customer_id\\\": 2690\\n}\""
								},
								{
									"name": "400",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Valor-App-ID",
												"value": "Vw7RdW6IPmRH4Z2feCE8Pp1iqeahSonN",
												"description": "(Required) Merchant APP ID (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Valor-App-Key",
												"value": "Tv26MihzxwblHyk6gEuVelY2XwQE58jU",
												"description": "(Required) Merchant APP Key (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Accept",
												"value": "application/json"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"company_name\": \"Home Centers\",\n  \"customer_phone\": \"6129160161\",\n  \"customer_email\": \"CatherinePElliott@dayrep.com\",\n  \"address_details\": [\n    {\n      \"address_id\": 739,\n      \"address_label\": \"Home\",\n      \"billing_customer_name\": \"Carolina M. Morris\",\n      \"billing_street_no\": \"3716\",\n      \"billing_street_name\": \"Angie Drive\",\n      \"billing_unit\": \"56\",\n      \"billing_zip\": \"92646\",\n      \"billing_city\": \"Huntington Beach\",\n      \"billing_state\": \"CA\",\n      \"shipping_customer_name\": \"Carolina M. Morris\",\n      \"shipping_street_no\": \"1650\",\n      \"shipping_street_name\": \"Chicago Avenue\",\n      \"shipping_unit\": \"56\",\n      \"shipping_zip\": \"93721\",\n      \"shipping_city\": \"Fresno\",\n      \"shipping_state\": \"CA\"\n    },\n    {\n      \"address_label\": \"Office\",\n      \"billing_customer_name\": \"Carolina M. Morris\",\n      \"billing_street_no\": \"3716\",\n      \"billing_street_name\": \"Angie Drive\",\n      \"billing_unit\": \"56\",\n      \"billing_zip\": \"92646\",\n      \"billing_city\": \"Huntington Beach\",\n      \"billing_state\": \"CA\",\n      \"shipping_customer_name\": \"Carolina M. Morris\",\n      \"shipping_street_no\": \"1650\",\n      \"shipping_street_name\": \"Chicago Avenue\",\n      \"shipping_unit\": \"56\",\n      \"shipping_zip\": \"93721\",\n      \"shipping_city\": \"Fresno\",\n      \"shipping_state\": \"CA\"\n    }\n  ]\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{baseUrl}}/api/valor-vault/editcustomer/:vault_id",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"valor-vault",
												"editcustomer",
												":vault_id"
											],
											"variable": [
												{
													"key": "vault_id",
													"value": "3540",
													"description": "(Required) Vault customer ID (Numeric- Length of max chars 11)"
												}
											]
										}
									},
									"status": "Bad Request",
									"code": 400,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "\"{\\n  \\\"code\\\": 400,\\n  \\\"status\\\": \\\"FAILED\\\",\\n  \\\"errors\\\": [\\n    \\\"Invalid Address ID\\\"\\n  ]\\n}\""
								}
							]
						},
						{
							"name": "Add Customer Profile",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Valor-App-ID",
										"value": "Vw7RdW6IPmRH4Z2feCE8Pp1iqeahSonN",
										"description": "(Required) Merchant APP ID (Alphanumeric - Length of 32 chars)"
									},
									{
										"key": "Valor-App-Key",
										"value": "Tv26MihzxwblHyk6gEuVelY2XwQE58jU",
										"description": "(Required) Merchant APP Key (Alphanumeric - Length of 32 chars)"
									},
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"customer_name\": \"Melvin\",\n  \"company_name\": \"Home Centers\",\n  \"customer_phone\": \"6129160161\",\n  \"customer_email\": \"CatherinePElliott@dayrep.com\",\n  \"address_details\": [\n    {\n      \"address_label\": \"Home\",\n      \"billing_customer_name\": \"Catherine P. Elliott\",\n      \"billing_street_no\": \"2629\",\n      \"billing_street_name\": \"Rocket Drive\",\n      \"billing_unit\": \"56\",\n      \"billing_zip\": \"55427\",\n      \"billing_city\": \"Golden Valley\",\n      \"billing_state\": \"MN\",\n      \"shipping_customer_name\": \"Carolina M. Morris\",\n      \"shipping_street_no\": \"1650\",\n      \"shipping_street_name\": \"Chicago Avenue\",\n      \"shipping_unit\": \"56\",\n      \"shipping_zip\": \"93721\",\n      \"shipping_city\": \"Fresno\",\n      \"shipping_state\": \"CA\"\n    },\n    {\n      \"address_label\": \"Office\",\n      \"billing_customer_name\": \"Mary E. Nelson\",\n      \"billing_street_no\": \"4188\",\n      \"billing_street_name\": \"West Drive\",\n      \"billing_unit\": \"56\",\n      \"billing_zip\": \"60062\",\n      \"billing_city\": \"Northbrook\",\n      \"billing_state\": \"IL\",\n      \"shipping_customer_name\": \"Mary E. Nelson\",\n      \"shipping_street_no\": \"4893\",\n      \"shipping_street_name\": \"Walkers Ridge Way\",\n      \"shipping_unit\": \"56\",\n      \"shipping_zip\": \"60148\",\n      \"shipping_city\": \"Lombard\",\n      \"shipping_state\": \"IL\"\n    }\n  ]\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/api/valor-vault/addcustomer",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"api",
										"valor-vault",
										"addcustomer"
									]
								}
							},
							"response": [
								{
									"name": "200",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Valor-App-ID",
												"value": "Vw7RdW6IPmRH4Z2feCE8Pp1iqeahSonN",
												"description": "(Required) Merchant APP ID (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Valor-App-Key",
												"value": "Tv26MihzxwblHyk6gEuVelY2XwQE58jU",
												"description": "(Required) Merchant APP Key (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Accept",
												"value": "application/json"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"customer_name\": \"Melvin\",\n  \"company_name\": \"Home Centers\",\n  \"customer_phone\": \"6129160161\",\n  \"customer_email\": \"CatherinePElliott@dayrep.com\",\n  \"address_details\": [\n    {\n      \"address_label\": \"Home\",\n      \"billing_customer_name\": \"Catherine P. Elliott\",\n      \"billing_street_no\": \"2629\",\n      \"billing_street_name\": \"Rocket Drive\",\n      \"billing_unit\": \"56\",\n      \"billing_zip\": \"55427\",\n      \"billing_city\": \"Golden Valley\",\n      \"billing_state\": \"MN\",\n      \"shipping_customer_name\": \"Carolina M. Morris\",\n      \"shipping_street_no\": \"1650\",\n      \"shipping_street_name\": \"Chicago Avenue\",\n      \"shipping_unit\": \"56\",\n      \"shipping_zip\": \"93721\",\n      \"shipping_city\": \"Fresno\",\n      \"shipping_state\": \"CA\"\n    },\n    {\n      \"address_label\": \"Office\",\n      \"billing_customer_name\": \"Mary E. Nelson\",\n      \"billing_street_no\": \"4188\",\n      \"billing_street_name\": \"West Drive\",\n      \"billing_unit\": \"56\",\n      \"billing_zip\": \"60062\",\n      \"billing_city\": \"Northbrook\",\n      \"billing_state\": \"IL\",\n      \"shipping_customer_name\": \"Mary E. Nelson\",\n      \"shipping_street_no\": \"4893\",\n      \"shipping_street_name\": \"Walkers Ridge Way\",\n      \"shipping_unit\": \"56\",\n      \"shipping_zip\": \"60148\",\n      \"shipping_city\": \"Lombard\",\n      \"shipping_state\": \"IL\"\n    }\n  ]\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{baseUrl}}/api/valor-vault/addcustomer",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"valor-vault",
												"addcustomer"
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "\"{\\n  \\\"code\\\": 201,\\n  \\\"status\\\": \\\"OK\\\",\\n  \\\"vault_customer_id\\\": 2678\\n}\""
								},
								{
									"name": "400",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Valor-App-ID",
												"value": "Vw7RdW6IPmRH4Z2feCE8Pp1iqeahSonN",
												"description": "(Required) Merchant APP ID (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Valor-App-Key",
												"value": "Tv26MihzxwblHyk6gEuVelY2XwQE58jU",
												"description": "(Required) Merchant APP Key (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Accept",
												"value": "application/json"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"customer_name\": \"Melvin\",\n  \"company_name\": \"Home Centers\",\n  \"customer_phone\": \"6129160161\",\n  \"customer_email\": \"CatherinePElliott@dayrep.com\",\n  \"address_details\": [\n    {\n      \"address_label\": \"Home\",\n      \"billing_customer_name\": \"Catherine P. Elliott\",\n      \"billing_street_no\": \"2629\",\n      \"billing_street_name\": \"Rocket Drive\",\n      \"billing_unit\": \"56\",\n      \"billing_zip\": \"55427\",\n      \"billing_city\": \"Golden Valley\",\n      \"billing_state\": \"MN\",\n      \"shipping_customer_name\": \"Carolina M. Morris\",\n      \"shipping_street_no\": \"1650\",\n      \"shipping_street_name\": \"Chicago Avenue\",\n      \"shipping_unit\": \"56\",\n      \"shipping_zip\": \"93721\",\n      \"shipping_city\": \"Fresno\",\n      \"shipping_state\": \"CA\"\n    },\n    {\n      \"address_label\": \"Office\",\n      \"billing_customer_name\": \"Mary E. Nelson\",\n      \"billing_street_no\": \"4188\",\n      \"billing_street_name\": \"West Drive\",\n      \"billing_unit\": \"56\",\n      \"billing_zip\": \"60062\",\n      \"billing_city\": \"Northbrook\",\n      \"billing_state\": \"IL\",\n      \"shipping_customer_name\": \"Mary E. Nelson\",\n      \"shipping_street_no\": \"4893\",\n      \"shipping_street_name\": \"Walkers Ridge Way\",\n      \"shipping_unit\": \"56\",\n      \"shipping_zip\": \"60148\",\n      \"shipping_city\": \"Lombard\",\n      \"shipping_state\": \"IL\"\n    }\n  ]\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{baseUrl}}/api/valor-vault/addcustomer",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"valor-vault",
												"addcustomer"
											]
										}
									},
									"status": "Bad Request",
									"code": 400,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "\"{\\n  \\\"code\\\": 400,\\n  \\\"status\\\": \\\"FAILED\\\",\\n  \\\"errors\\\": [\\n    \\\"Customer name already exist.\\\"\\n  ]\\n}\""
								}
							]
						},
						{
							"name": "Add Payment Profile",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Valor-App-ID",
										"value": "Vw7RdW6IPmRH4Z2feCE8Pp1iqeahSonN",
										"description": "(Required) Merchant APP ID (Alphanumeric - Length of 32 chars)"
									},
									{
										"key": "Valor-App-Key",
										"value": "Tv26MihzxwblHyk6gEuVelY2XwQE58jU",
										"description": "(Required) Merchant APP Key (Alphanumeric - Length of 32 chars)"
									},
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"pan_num\": \"4111111111111111\",\n  \"expiry\": \"12/27\",\n  \"cardholder_name\": \"Sheila Mitch\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/api/valor-vault/addpaymentprofile/:vault_id",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"api",
										"valor-vault",
										"addpaymentprofile",
										":vault_id"
									],
									"variable": [
										{
											"key": "vault_id",
											"value": "3510",
											"description": "(Required) Vault customer ID (Numeric- Length of max chars 11)"
										}
									]
								}
							},
							"response": [
								{
									"name": "200",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Valor-App-ID",
												"value": "Vw7RdW6IPmRH4Z2feCE8Pp1iqeahSonN",
												"description": "(Required) Merchant APP ID (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Valor-App-Key",
												"value": "Tv26MihzxwblHyk6gEuVelY2XwQE58jU",
												"description": "(Required) Merchant APP Key (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Accept",
												"value": "application/json"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"pan_num\": \"4111111111111111\",\n  \"expiry\": \"12/27\",\n  \"cardholder_name\": \"Sheila Mitch\"\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{baseUrl}}/api/valor-vault/addpaymentprofile/:vault_id",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"valor-vault",
												"addpaymentprofile",
												":vault_id"
											],
											"variable": [
												{
													"key": "vault_id",
													"value": "3510",
													"description": "(Required) Vault customer ID (Numeric- Length of max chars 11)"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "\"{\\n  \\\"code\\\": 201,\\n  \\\"status\\\": \\\"OK\\\",\\n  \\\"payment_id\\\": 3894\\n}\""
								},
								{
									"name": "400",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Valor-App-ID",
												"value": "Vw7RdW6IPmRH4Z2feCE8Pp1iqeahSonN",
												"description": "(Required) Merchant APP ID (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Valor-App-Key",
												"value": "Tv26MihzxwblHyk6gEuVelY2XwQE58jU",
												"description": "(Required) Merchant APP Key (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Accept",
												"value": "application/json"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"pan_num\": \"4111111111111111\",\n  \"expiry\": \"12/27\",\n  \"cardholder_name\": \"Sheila Mitch\"\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{baseUrl}}/api/valor-vault/addpaymentprofile/:vault_id",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"valor-vault",
												"addpaymentprofile",
												":vault_id"
											],
											"variable": [
												{
													"key": "vault_id",
													"value": "3510",
													"description": "(Required) Vault customer ID (Numeric- Length of max chars 11)"
												}
											]
										}
									},
									"status": "Bad Request",
									"code": 400,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "\"{\\n  \\\"code\\\": 400,\\n  \\\"status\\\": \\\"FAILED\\\",\\n  \\\"errors\\\": [\\n    \\\"data/cardholder_name Enter a valid Card Holder Name\\\"\\n  ]\\n}\""
								}
							]
						},
						{
							"name": "View Customer Profile",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Valor-App-ID",
										"value": "Vw7RdW6IPmRH4Z2feCE8Pp1iqeahSonN",
										"description": "(Required) Merchant APP ID (Alphanumeric - Length of 32 chars)"
									},
									{
										"key": "Valor-App-Key",
										"value": "Tv26MihzxwblHyk6gEuVelY2XwQE58jU",
										"description": "(Required) Merchant APP Key (Alphanumeric - Length of 32 chars)"
									},
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/api/valor-vault/getcustomer/:vault_id",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"api",
										"valor-vault",
										"getcustomer",
										":vault_id"
									],
									"variable": [
										{
											"key": "vault_id",
											"value": "3540",
											"description": "(Required) Vault customer ID (Numeric- Length of max chars 11)"
										}
									]
								}
							},
							"response": [
								{
									"name": "200",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"key": "Valor-App-ID",
												"value": "Vw7RdW6IPmRH4Z2feCE8Pp1iqeahSonN",
												"description": "(Required) Merchant APP ID (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Valor-App-Key",
												"value": "Tv26MihzxwblHyk6gEuVelY2XwQE58jU",
												"description": "(Required) Merchant APP Key (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Accept",
												"value": "application/json"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/api/valor-vault/getcustomer/:vault_id",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"valor-vault",
												"getcustomer",
												":vault_id"
											],
											"variable": [
												{
													"key": "vault_id",
													"value": "3540",
													"description": "(Required) Vault customer ID (Numeric- Length of max chars 11)"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "\"{\\n  \\\"code\\\": 200,\\n  \\\"status\\\": \\\"OK\\\",\\n  \\\"message\\\": \\\"Success\\\",\\n  \\\"data\\\": {\\n    \\\"id\\\": 3540,\\n    \\\"customer_name\\\": \\\"Melvin11\\\",\\n    \\\"email\\\": \\\"catherinepelliott@dayrep.com\\\",\\n    \\\"phone\\\": \\\"6129160161\\\",\\n    \\\"company\\\": \\\"Home Centers\\\",\\n    \\\"total_card_count\\\": 1,\\n    \\\"address_details\\\": [\\n      {\\n        \\\"address_id\\\": 3951,\\n        \\\"address_label\\\": \\\"Home\\\",\\n        \\\"billing_customer_name\\\": \\\"Catherine P. Elliott\\\",\\n        \\\"billing_street_no\\\": \\\"2629\\\",\\n        \\\"billing_street_name\\\": \\\"Rocket Drive\\\",\\n        \\\"billing_unit\\\": \\\"56\\\",\\n        \\\"billing_zip\\\": \\\"55427\\\",\\n        \\\"billing_city\\\": \\\"Golden Valley\\\",\\n        \\\"billing_state\\\": \\\"MN\\\",\\n        \\\"shipping_customer_name\\\": \\\"Carolina M. Morris\\\",\\n        \\\"shipping_street_no\\\": \\\"1650\\\",\\n        \\\"shipping_street_name\\\": \\\"Chicago Avenue\\\",\\n        \\\"shipping_unit\\\": \\\"56\\\",\\n        \\\"shipping_zip\\\": \\\"93721\\\",\\n        \\\"shipping_city\\\": \\\"Fresno\\\",\\n        \\\"shipping_state\\\": \\\"CA\\\"\\n      }\\n    ]\\n  }\\n}\""
								},
								{
									"name": "400",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"key": "Valor-App-ID",
												"value": "Vw7RdW6IPmRH4Z2feCE8Pp1iqeahSonN",
												"description": "(Required) Merchant APP ID (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Valor-App-Key",
												"value": "Tv26MihzxwblHyk6gEuVelY2XwQE58jU",
												"description": "(Required) Merchant APP Key (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Accept",
												"value": "application/json"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/api/valor-vault/getcustomer/:vault_id",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"valor-vault",
												"getcustomer",
												":vault_id"
											],
											"variable": [
												{
													"key": "vault_id",
													"value": "3540",
													"description": "(Required) Vault customer ID (Numeric- Length of max chars 11)"
												}
											]
										}
									},
									"status": "Bad Request",
									"code": 400,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "\"{\\n  \\\"code\\\": 400,\\n  \\\"status\\\": \\\"FAILED\\\",\\n  \\\"errors\\\": [\\n    \\\"Customer not exist\\\"\\n  ]\\n}\""
								}
							]
						},
						{
							"name": "Delete Payment Profile",
							"request": {
								"method": "DELETE",
								"header": [
									{
										"key": "Valor-App-ID",
										"value": "lnWFCpbnQYDKUoS54S6LfdQE8jICNANQ",
										"description": "(Required) Merchant APP ID (Alphanumeric - Length of 32 chars)"
									},
									{
										"key": "Valor-App-Key",
										"value": "p7ulyBl8QYrrD9Ut7HRntbJuBHLtOAr8",
										"description": "(Required) Merchant APP Key (Alphanumeric - Length of 32 chars)"
									},
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/api/valor-vault/deletepaymentprofile/:vault_id/:payment_profile_id",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"api",
										"valor-vault",
										"deletepaymentprofile",
										":vault_id",
										":payment_profile_id"
									],
									"variable": [
										{
											"key": "vault_id",
											"value": "1285",
											"description": "(Required) Vault customer ID (Numeric- Length of max chars 11)"
										},
										{
											"key": "payment_profile_id",
											"value": "1468",
											"description": "(Required) Payment profile ID (Numeric- Length of max chars 11)"
										}
									]
								}
							},
							"response": [
								{
									"name": "200",
									"originalRequest": {
										"method": "DELETE",
										"header": [
											{
												"key": "Valor-App-ID",
												"value": "lnWFCpbnQYDKUoS54S6LfdQE8jICNANQ",
												"description": "(Required) Merchant APP ID (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Valor-App-Key",
												"value": "p7ulyBl8QYrrD9Ut7HRntbJuBHLtOAr8",
												"description": "(Required) Merchant APP Key (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Accept",
												"value": "application/json"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/api/valor-vault/deletepaymentprofile/:vault_id/:payment_profile_id",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"valor-vault",
												"deletepaymentprofile",
												":vault_id",
												":payment_profile_id"
											],
											"variable": [
												{
													"key": "vault_id",
													"value": "1285",
													"description": "(Required) Vault customer ID (Numeric- Length of max chars 11)"
												},
												{
													"key": "payment_profile_id",
													"value": "1468",
													"description": "(Required) Payment profile ID (Numeric- Length of max chars 11)"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "\"{\\n  \\\"code\\\": 200,\\n  \\\"status\\\": \\\"OK\\\",\\n  \\\"message\\\": \\\"Success\\\"\\n}\""
								},
								{
									"name": "400",
									"originalRequest": {
										"method": "DELETE",
										"header": [
											{
												"key": "Valor-App-ID",
												"value": "lnWFCpbnQYDKUoS54S6LfdQE8jICNANQ",
												"description": "(Required) Merchant APP ID (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Valor-App-Key",
												"value": "p7ulyBl8QYrrD9Ut7HRntbJuBHLtOAr8",
												"description": "(Required) Merchant APP Key (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Accept",
												"value": "application/json"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/api/valor-vault/deletepaymentprofile/:vault_id/:payment_profile_id",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"valor-vault",
												"deletepaymentprofile",
												":vault_id",
												":payment_profile_id"
											],
											"variable": [
												{
													"key": "vault_id",
													"value": "1285",
													"description": "(Required) Vault customer ID (Numeric- Length of max chars 11)"
												},
												{
													"key": "payment_profile_id",
													"value": "1468",
													"description": "(Required) Payment profile ID (Numeric- Length of max chars 11)"
												}
											]
										}
									},
									"status": "Bad Request",
									"code": 400,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "\"{\\n  \\\"code\\\": 400,\\n  \\\"status\\\": \\\"FAILED\\\",\\n  \\\"errors\\\": [\\n    \\\"Customer not exist\\\"\\n  ]\\n}\""
								}
							]
						},
						{
							"name": "Get Payment Profile",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Valor-App-ID",
										"value": "Vw7RdW6IPmRH4Z2feCE8Pp1iqeahSonN",
										"description": "(Required) Merchant APP ID (Alphanumeric - Length of 32 chars)"
									},
									{
										"key": "Valor-App-Key",
										"value": "Tv26MihzxwblHyk6gEuVelY2XwQE58jU",
										"description": "(Required) Merchant APP Key (Alphanumeric - Length of 32 chars)"
									},
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/api/valor-vault/getpaymentprofile/:vault_id",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"api",
										"valor-vault",
										"getpaymentprofile",
										":vault_id"
									],
									"variable": [
										{
											"key": "vault_id",
											"value": "3540",
											"description": "(Required) Vault customer ID (Numeric - Length of max chars 11)"
										}
									]
								}
							},
							"response": [
								{
									"name": "200",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"key": "Valor-App-ID",
												"value": "Vw7RdW6IPmRH4Z2feCE8Pp1iqeahSonN",
												"description": "(Required) Merchant APP ID (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Valor-App-Key",
												"value": "Tv26MihzxwblHyk6gEuVelY2XwQE58jU",
												"description": "(Required) Merchant APP Key (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Accept",
												"value": "application/json"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/api/valor-vault/getpaymentprofile/:vault_id",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"valor-vault",
												"getpaymentprofile",
												":vault_id"
											],
											"variable": [
												{
													"key": "vault_id",
													"value": "3540",
													"description": "(Required) Vault customer ID (Numeric - Length of max chars 11)"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "\"{\\n  \\\"code\\\": 200,\\n  \\\"status\\\": \\\"OK\\\",\\n  \\\"message\\\": \\\"Success\\\",\\n  \\\"data\\\": [\\n    {\\n      \\\"payment_id\\\": 3894,\\n      \\\"masked_pan\\\": \\\"XXXX1111\\\",\\n      \\\"token\\\": \\\"64FD192C1BBC7520C944C6826DDDCF851BDE7517\\\",\\n      \\\"card_brand\\\": \\\"Visa\\\",\\n      \\\"cardholder_name\\\": \\\"Jhon Jose\\\",\\n      \\\"status\\\": \\\"active\\\"\\n    }\\n  ]\\n}\""
								},
								{
									"name": "400",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"key": "Valor-App-ID",
												"value": "Vw7RdW6IPmRH4Z2feCE8Pp1iqeahSonN",
												"description": "(Required) Merchant APP ID (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Valor-App-Key",
												"value": "Tv26MihzxwblHyk6gEuVelY2XwQE58jU",
												"description": "(Required) Merchant APP Key (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Accept",
												"value": "application/json"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/api/valor-vault/getpaymentprofile/:vault_id",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"valor-vault",
												"getpaymentprofile",
												":vault_id"
											],
											"variable": [
												{
													"key": "vault_id",
													"value": "3540",
													"description": "(Required) Vault customer ID (Numeric - Length of max chars 11)"
												}
											]
										}
									},
									"status": "Bad Request",
									"code": 400,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "\"{\\n  \\\"code\\\": 400,\\n  \\\"status\\\": \\\"FAILED\\\",\\n  \\\"errors\\\": [\\n    \\\"Customer not exist\\\"\\n  ]\\n}\""
								}
							]
						},
						{
							"name": "Edit Payment Profile",
							"request": {
								"method": "PATCH",
								"header": [
									{
										"key": "Valor-App-ID",
										"value": "Vw7RdW6IPmRH4Z2feCE8Pp1iqeahSonN",
										"description": "(Required) Merchant APP ID (Alphanumeric - Length of 32 chars)"
									},
									{
										"key": "Valor-App-Key",
										"value": "Tv26MihzxwblHyk6gEuVelY2XwQE58jU",
										"description": "(Required) Merchant APP Key (Alphanumeric - Length of 32 chars)"
									},
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"status\": \"inactive\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/api/valor-vault/editpaymentprofile/:vault_id/:payment_profile_id",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"api",
										"valor-vault",
										"editpaymentprofile",
										":vault_id",
										":payment_profile_id"
									],
									"variable": [
										{
											"key": "vault_id",
											"value": "3540",
											"description": "(Required) Vault customer ID (Numeric - Length of max chars 11)"
										},
										{
											"key": "payment_profile_id",
											"value": "4980",
											"description": "(Required) Payment profile ID (Numeric - Length of max chars 11)"
										}
									]
								}
							},
							"response": [
								{
									"name": "200",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"key": "Valor-App-ID",
												"value": "Vw7RdW6IPmRH4Z2feCE8Pp1iqeahSonN",
												"description": "(Required) Merchant APP ID (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Valor-App-Key",
												"value": "Tv26MihzxwblHyk6gEuVelY2XwQE58jU",
												"description": "(Required) Merchant APP Key (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Accept",
												"value": "application/json"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"status\": \"inactive\"\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{baseUrl}}/api/valor-vault/editpaymentprofile/:vault_id/:payment_profile_id",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"valor-vault",
												"editpaymentprofile",
												":vault_id",
												":payment_profile_id"
											],
											"variable": [
												{
													"key": "vault_id",
													"value": "3540",
													"description": "(Required) Vault customer ID (Numeric - Length of max chars 11)"
												},
												{
													"key": "payment_profile_id",
													"value": "4980",
													"description": "(Required) Payment profile ID (Numeric - Length of max chars 11)"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "\"{\\n  \\\"code\\\": 200,\\n  \\\"status\\\": \\\"OK\\\",\\n  \\\"message\\\": \\\"Success\\\"\\n}\""
								},
								{
									"name": "400",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"key": "Valor-App-ID",
												"value": "Vw7RdW6IPmRH4Z2feCE8Pp1iqeahSonN",
												"description": "(Required) Merchant APP ID (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Valor-App-Key",
												"value": "Tv26MihzxwblHyk6gEuVelY2XwQE58jU",
												"description": "(Required) Merchant APP Key (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Accept",
												"value": "application/json"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"status\": \"inactive\"\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{baseUrl}}/api/valor-vault/editpaymentprofile/:vault_id/:payment_profile_id",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"valor-vault",
												"editpaymentprofile",
												":vault_id",
												":payment_profile_id"
											],
											"variable": [
												{
													"key": "vault_id",
													"value": "3540",
													"description": "(Required) Vault customer ID (Numeric - Length of max chars 11)"
												},
												{
													"key": "payment_profile_id",
													"value": "4980",
													"description": "(Required) Payment profile ID (Numeric - Length of max chars 11)"
												}
											]
										}
									},
									"status": "Bad Request",
									"code": 400,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "\"{\\n  \\\"status\\\": \\\"FAILED\\\",\\n  \\\"errors\\\": [\\n    \\\"Invalid payment profile ID\\\"\\n  ]\\n}\""
								}
							]
						},
						{
							"name": "Get Customer List",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Valor-App-ID",
										"value": "Vw7RdW6IPmRH4Z2feCE8Pp1iqeahSonN",
										"description": "(Required) Merchant APP ID (Alphanumeric - Length of 32 chars)"
									},
									{
										"key": "Valor-App-Key",
										"value": "Tv26MihzxwblHyk6gEuVelY2XwQE58jU",
										"description": "(Required) Merchant APP Key (Alphanumeric - Length of 32 chars)"
									},
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/api/valor-vault/getcustomerslist?limit=5&offset=0",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"api",
										"valor-vault",
										"getcustomerslist"
									],
									"query": [
										{
											"key": "limit",
											"value": "5",
											"description": "(Required) Limit for pagnation. Max 50 and default as 0"
										},
										{
											"key": "offset",
											"value": "0",
											"description": "(Required) Offset for pagination. Default as 0"
										}
									]
								}
							},
							"response": [
								{
									"name": "200",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"key": "Valor-App-ID",
												"value": "Vw7RdW6IPmRH4Z2feCE8Pp1iqeahSonN",
												"description": "(Required) Merchant APP ID (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Valor-App-Key",
												"value": "Tv26MihzxwblHyk6gEuVelY2XwQE58jU",
												"description": "(Required) Merchant APP Key (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Accept",
												"value": "application/json"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/api/valor-vault/getcustomerslist?limit=5&offset=0",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"valor-vault",
												"getcustomerslist"
											],
											"query": [
												{
													"key": "limit",
													"value": "5"
												},
												{
													"key": "offset",
													"value": "0"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "\"{}\""
								},
								{
									"name": "400",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"key": "Valor-App-ID",
												"value": "Vw7RdW6IPmRH4Z2feCE8Pp1iqeahSonN",
												"description": "(Required) Merchant APP ID (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Valor-App-Key",
												"value": "Tv26MihzxwblHyk6gEuVelY2XwQE58jU",
												"description": "(Required) Merchant APP Key (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Accept",
												"value": "application/json"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/api/valor-vault/getcustomerslist?limit=5&offset=0",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"valor-vault",
												"getcustomerslist"
											],
											"query": [
												{
													"key": "limit",
													"value": "5"
												},
												{
													"key": "offset",
													"value": "0"
												}
											]
										}
									},
									"status": "Bad Request",
									"code": 400,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "\"{}\""
								}
							]
						},
						{
							"name": "Map Transaction to Customer Profile",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Valor-App-ID",
										"value": "Vw7RdW6IPmRH4Z2feCE8Pp1iqeahSonN",
										"description": "(Required) Merchant APP ID (Alphanumeric - Length of 32 chars)"
									},
									{
										"key": "Valor-App-Key",
										"value": "Tv26MihzxwblHyk6gEuVelY2XwQE58jU",
										"description": "(Required) Merchant APP Key (Alphanumeric - Length of 32 chars)"
									},
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"ref_txn_id\": \"5754274\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/api/valor-vault/addpaymentprofiletxn/:vault_id",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"api",
										"valor-vault",
										"addpaymentprofiletxn",
										":vault_id"
									],
									"variable": [
										{
											"key": "vault_id",
											"value": "3540",
											"description": "(Required) Vault customer ID (Numeric- Length of max chars 11)"
										}
									]
								}
							},
							"response": [
								{
									"name": "200",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Valor-App-ID",
												"value": "Vw7RdW6IPmRH4Z2feCE8Pp1iqeahSonN",
												"description": "(Required) Merchant APP ID (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Valor-App-Key",
												"value": "Tv26MihzxwblHyk6gEuVelY2XwQE58jU",
												"description": "(Required) Merchant APP Key (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Accept",
												"value": "application/json"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"ref_txn_id\": \"5754274\"\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{baseUrl}}/api/valor-vault/addpaymentprofiletxn/:vault_id",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"valor-vault",
												"addpaymentprofiletxn",
												":vault_id"
											],
											"variable": [
												{
													"key": "vault_id",
													"value": "3540",
													"description": "(Required) Vault customer ID (Numeric- Length of max chars 11)"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "\"{}\""
								},
								{
									"name": "400",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Valor-App-ID",
												"value": "Vw7RdW6IPmRH4Z2feCE8Pp1iqeahSonN",
												"description": "(Required) Merchant APP ID (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Valor-App-Key",
												"value": "Tv26MihzxwblHyk6gEuVelY2XwQE58jU",
												"description": "(Required) Merchant APP Key (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Accept",
												"value": "application/json"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"ref_txn_id\": \"5754274\"\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{baseUrl}}/api/valor-vault/addpaymentprofiletxn/:vault_id",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"valor-vault",
												"addpaymentprofiletxn",
												":vault_id"
											],
											"variable": [
												{
													"key": "vault_id",
													"value": "3540",
													"description": "(Required) Vault customer ID (Numeric- Length of max chars 11)"
												}
											]
										}
									},
									"status": "Bad Request",
									"code": 400,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "\"{}\""
								}
							]
						},
						{
							"name": "Update Payment Profile",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Valor-App-ID",
										"value": "Vw7RdW6IPmRH4Z2feCE8Pp1iqeahSonN",
										"description": "Merchant APP ID (Alphanumeric - Length of 32 chars)"
									},
									{
										"key": "Valor-App-Key",
										"value": "Tv26MihzxwblHyk6gEuVelY2XwQE58jU",
										"description": "(Required) Merchant APP Key (Alphanumeric - Length of 32 chars)"
									},
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"pan_num\": \"4111111111111111\",\n  \"expiry\": \"12/27\",\n  \"cardholder_name\": \"Sheila Mitch\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/api/valor-vault/updatepaymentprofile/:vault_id/:profile_id",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"api",
										"valor-vault",
										"updatepaymentprofile",
										":vault_id",
										":profile_id"
									],
									"variable": [
										{
											"key": "vault_id",
											"value": "3540",
											"description": "(Required) Vault customer ID (Numeric - Length of max chars 11)"
										},
										{
											"key": "profile_id",
											"value": "4980",
											"description": "(Required) Vault payment ID (Numeric - Length of max chars 11)"
										}
									]
								}
							},
							"response": [
								{
									"name": "200",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Valor-App-ID",
												"value": "Vw7RdW6IPmRH4Z2feCE8Pp1iqeahSonN",
												"description": "Merchant APP ID (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Valor-App-Key",
												"value": "Tv26MihzxwblHyk6gEuVelY2XwQE58jU",
												"description": "(Required) Merchant APP Key (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Accept",
												"value": "application/json"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"pan_num\": \"4111111111111111\",\n  \"expiry\": \"12/27\",\n  \"cardholder_name\": \"Sheila Mitch\"\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{baseUrl}}/api/valor-vault/updatepaymentprofile/:vault_id/:profile_id",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"valor-vault",
												"updatepaymentprofile",
												":vault_id",
												":profile_id"
											],
											"variable": [
												{
													"key": "vault_id",
													"value": "3540",
													"description": "(Required) Vault customer ID (Numeric - Length of max chars 11)"
												},
												{
													"key": "profile_id",
													"value": "4980",
													"description": "(Required) Vault payment ID (Numeric - Length of max chars 11)"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "\"{\\n  \\\"code\\\": 200,\\n  \\\"status\\\": \\\"OK\\\",\\n  \\\"payment_id\\\": 4980\\n}\""
								},
								{
									"name": "400",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Valor-App-ID",
												"value": "Vw7RdW6IPmRH4Z2feCE8Pp1iqeahSonN",
												"description": "Merchant APP ID (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Valor-App-Key",
												"value": "Tv26MihzxwblHyk6gEuVelY2XwQE58jU",
												"description": "(Required) Merchant APP Key (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Accept",
												"value": "application/json"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"pan_num\": \"4111111111111111\",\n  \"expiry\": \"12/27\",\n  \"cardholder_name\": \"Sheila Mitch\"\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{baseUrl}}/api/valor-vault/updatepaymentprofile/:vault_id/:profile_id",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"valor-vault",
												"updatepaymentprofile",
												":vault_id",
												":profile_id"
											],
											"variable": [
												{
													"key": "vault_id",
													"value": "3540",
													"description": "(Required) Vault customer ID (Numeric - Length of max chars 11)"
												},
												{
													"key": "profile_id",
													"value": "4980",
													"description": "(Required) Vault payment ID (Numeric - Length of max chars 11)"
												}
											]
										}
									},
									"status": "Bad Request",
									"code": 400,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "\"{\\n  \\\"status\\\": \\\"FAILED\\\",\\n  \\\"errors\\\": [\\n    \\\"Customer not exist\\\"\\n  ]\\n}\""
								}
							]
						},
						{
							"name": "Add Payment Profile Using Token",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Valor-App-ID",
										"value": "Vw7RdW6IPmRH4Z2feCE8Pp1iqeahSonN",
										"description": "(Required) Merchant APP ID (Alphanumeric - Length of 32 chars)"
									},
									{
										"key": "Valor-App-Key",
										"value": "Tv26MihzxwblHyk6gEuVelY2XwQE58jU",
										"description": "(Required) Merchant APP Key (Alphanumeric - Length of 32 chars)"
									},
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"token\": \"F1473423A1D73CEE4251CDFBCBF50D6F99564261\",\n  \"cardholder_name\": \"ut\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/api/valor-vault/addpaymentprofiletoken/:vault_id",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"api",
										"valor-vault",
										"addpaymentprofiletoken",
										":vault_id"
									],
									"variable": [
										{
											"key": "vault_id",
											"value": "3510",
											"description": "(Required) Vault customer ID (Numeric- Length of max chars 11)"
										}
									]
								}
							},
							"response": [
								{
									"name": "200",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Valor-App-ID",
												"value": "Vw7RdW6IPmRH4Z2feCE8Pp1iqeahSonN",
												"description": "(Required) Merchant APP ID (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Valor-App-Key",
												"value": "Tv26MihzxwblHyk6gEuVelY2XwQE58jU",
												"description": "(Required) Merchant APP Key (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Accept",
												"value": "application/json"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"token\": \"F1473423A1D73CEE4251CDFBCBF50D6F99564261\",\n  \"cardholder_name\": \"ut\"\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{baseUrl}}/api/valor-vault/addpaymentprofiletoken/:vault_id",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"valor-vault",
												"addpaymentprofiletoken",
												":vault_id"
											],
											"variable": [
												{
													"key": "vault_id",
													"value": "3510",
													"description": "(Required) Vault customer ID (Numeric- Length of max chars 11)"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "\"{}\""
								},
								{
									"name": "400",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Valor-App-ID",
												"value": "Vw7RdW6IPmRH4Z2feCE8Pp1iqeahSonN",
												"description": "(Required) Merchant APP ID (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Valor-App-Key",
												"value": "Tv26MihzxwblHyk6gEuVelY2XwQE58jU",
												"description": "(Required) Merchant APP Key (Alphanumeric - Length of 32 chars)"
											},
											{
												"key": "Accept",
												"value": "application/json"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"token\": \"F1473423A1D73CEE4251CDFBCBF50D6F99564261\",\n  \"cardholder_name\": \"ut\"\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{baseUrl}}/api/valor-vault/addpaymentprofiletoken/:vault_id",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"api",
												"valor-vault",
												"addpaymentprofiletoken",
												":vault_id"
											],
											"variable": [
												{
													"key": "vault_id",
													"value": "3510",
													"description": "(Required) Vault customer ID (Numeric- Length of max chars 11)"
												}
											]
										}
									},
									"status": "Bad Request",
									"code": 400,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "\"{}\""
								}
							]
						}
					]
				}
			]
		}
	],
	"variable": [
		{
			"key": "baseUrl",
			"value": "https://demo.valorpaytech.com",
			"type": "string"
		}
	]
}