{
	"info": {
		"_postman_id": "75777043-4713-404b-9548-73ecce6a83c1",
		"name": "Thredd REST API External Postman Collection",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "20946476"
	},
	"item": [
		{
			"name": "Tokens",
			"item": [
				{
					"name": "Generate Token",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "client_id",
									"value": "",
									"type": "text"
								},
								{
									"key": "client_secret",
									"value": "",
									"type": "text"
								},
								{
									"key": "grant_type",
									"value": "client_credentials",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "https://uatists.globalprocessing.net/connect/token",
							"protocol": "https",
							"host": [
								"uatists",
								"globalprocessing",
								"net"
							],
							"path": [
								"connect",
								"token"
							]
						},
						"description": "This endpoint enables you to generate an authorisation token. A token is required to use all other endpoints in the Cards API."
					},
					"response": []
				}
			]
		},
		{
			"name": "Cards",
			"item": [
				{
					"name": "Create a Physical Card",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"cardType\":\"Physical\",\r\n    \"cardProduct\": ,\r\n    \"customerReference\": \"CustNo12345A\",\r\n    \"activateNow\": true,\r\n    \"freetext1\": \"Comments for the card manufacturer here\",\r\n    \"freetext2\": \"And in this field too.\",\r\n    \"nameOnCard\": \"Mr Johnny Bruce\",\r\n    \"isSingleUse\": false,\r\n    \"isNonReloadable\": false,\r\n    \"oobAppUrl\": \"http://www.thredd.com\",\r\n    \"url\": \"https://www.your-e-card.com/balance/7109680989634104\",    \r\n    \"language3ds\": \"en-GB\",\r\n    \"cardHolder\": {\r\n        \"title\": \"Mr.\",\r\n        \"firstName\": \"John\",\r\n        \"middleName\": \"Bruce\",\r\n        \"lastName\": \"Bloggs\",\r\n        \"dateOfBirth\": \"1982-02-19\",\r\n        \"mobile\": \"07755123456\",\r\n        \"email\": \"jbloggs@email.com\"\r\n    },\r\n    \"address\": {\r\n        \"addressLine1\": \"32 Metropolis Ave\",\r\n        \"addressLine2\": \"Mountain Drive\",\r\n        \"city\": \"London\",\r\n        \"postCode\": \"SW11 2LD\",\r\n        \"country\": \"GBR\"\r\n    },\r\n    \"fulfilment\": {\r\n          \"addressLine1\": \"32 Metropolis Ave\",\r\n          \"addressLine2\": \"Mountain Drive\",\r\n          \"city\": \"London\",\r\n          \"postCode\": \"SW11 2LD\",\r\n          \"country\": \"GBR\"\r\n     },\r\n     \"manufacturingDetails\":\r\n     {\r\n        \"deliveryMethod\": 0,\r\n        \"carrierType\": \"Type 1\",\r\n        \"language\": \"HU\",\r\n        \"thermalLine1\": \"asdeoivh2neriuvnqkr\",\r\n        \"thermalLine2\" : \"asjkfnkerjnkwe\",\r\n        \"embossLine4\" : \"jdwncwlkejr\",\r\n        \"vanityName\" : \"Name Mane\",\r\n             \"imageDetails\":\r\n             {\r\n                  \"imageId\": \"An image id\",\r\n                  \"logoFrontId\" : \"A logo ID\",\r\n                  \"logoBackId\": \"Another logo ID\"\r\n             }\r\n          \r\n    \r\n    }\r\n\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{base-url}}/cards/",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"cards",
								""
							]
						},
						"description": "This endpoint enables you to create physical and virtual cards. The type of card you create is governed by what value you pass for Card Type, either physical or virtual.\n\nA successful response will return a 201 http code. The Thredd public token linked to the card will be returned in the response.\n\nFor more information on how to create a card, see [Creating a Card](https://cardsapidocs.thredd.com/docs/create-card-2)."
					},
					"response": [
						{
							"name": "Create a Virtual Card",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "Bearer eyJhbGciOiJSUzI1NiIsImtpZCI6IjE5ODI3Q0E4M0NEMkNGNUUzMTAxMUVBQkQ0N0ZDNTg4RkMyRjQ3RTIiLCJ0eXAiOiJhdCtqd3QiLCJ4NXQiOiJHWUo4cUR6U3oxNHhBUjZyMUhfRmlQd3ZSLUkifQ.eyJuYmYiOjE2NzM0NDg4NjcsImV4cCI6MTY3MzQ2MzI2NywiaXNzIjoiaHR0cHM6Ly9vYXV0aHVhdC5nbG9iYWxwcm9jZXNzaW5nLm5ldCIsImF1ZCI6WyJjbGFpbXNhcGkiLCJjb3JlYXBpIiwicmVsYXlhcGkiXSwiY2xpZW50X2lkIjoiZ3BzdGVzdHVhdDAxIiwic2NvcGUiOlsiY2xhaW1zYXBpIiwiY29yZWFwaSIsInJlbGF5YXBpIl19.IEbvTKYosCgSegYupKJ8nUYS1oqBAeI2Oqz62VRWtec0_wcCk9GeVNiVVFfG9QTEaRm7Gl4RcS4gzwJiC167p-Ju3_LHnHRbj_0Ct7imGAGDoS-gxfMhSmdrCbkjxPBTuSILWY6RXuDS_HZfMITkzr945cJ_50L6hbsYaxfMJ3QDH0Wb64jSPqPYPgGKzzU5u0oz4XcCERGho1JGQQQrkTu6Rov3u-uZQBazkl3I36SGwlbxubL5ymVDTrg_HOZS0JiMf0aLXDdOE1yH7PG9fJB_TvGiH0FMAh08Z0vkevTBShR4DuGebLFhDWvfAKSKgtvT9--K1a0CUNX_CxeBnw",
										"type": "text"
									},
									{
										"key": "Cookie",
										"value": "cookiesession1=678A3E8F12F9AA150E918A594D28E176",
										"type": "text"
									},
									{
										"key": "Postman-Token",
										"value": "<calculated when request is sent>",
										"type": "text"
									},
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Content-Length",
										"value": "<calculated when request is sent>",
										"type": "text"
									},
									{
										"key": "Host",
										"value": "<calculated when request is sent>",
										"type": "text"
									},
									{
										"key": "User-Agent",
										"value": "PostmanRuntime/7.30.0",
										"type": "text"
									},
									{
										"key": "Accept",
										"value": "*/*",
										"type": "text"
									},
									{
										"key": "Accept-Encoding",
										"value": "gzip, deflate, br",
										"type": "text"
									},
									{
										"key": "Connection",
										"value": "keep-alive",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n     \"cardHolder\": {\r\n          \"title\": \"Mr\",\r\n          \"firstName\": \"Jon\",\r\n          \"lastName\": \"Smith\",\r\n          \"dateOfBirth\": \"1982-11-03\"\r\n     },\r\n     \"address\": {\r\n          \"addressLine1\": \"32 Western Drive\",\r\n          \"postCode\": \"S25 2BZ\",\r\n          \"country\": \"GBR\"\r\n     },\r\n     \"virtualCardImageDetails\": {\r\n          \"virtualCardImageId\": \"4155\",\r\n          \"imageSize\": 1\r\n     },\r\n     \"cardType\": \"Virtual\",\r\n     \"cardProduct\": 10005,\r\n     \"activateNow\": true,\r\n     \"designId\": \"New Card Brand\",\r\n     \"customerReference\": \"my ref 12345\"\r\n}\r\n",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base-url}}/cards/",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"cards",
										""
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"publicToken\": \"103170245\",\n    \"customerReference\": \"my ref 12345\",\n    \"embossName\": \"Mr Jon Smith\",\n    \"maskedPan\": \"999999******4212\",\n    \"startDate\": \"2023-01-26\",\n    \"expiryDate\": \"2024-01-31\"\n}"
						},
						{
							"name": "Create an MWP Virtual Card",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "Bearer eyJhbGciOiJSUzI1NiIsImtpZCI6IjE5ODI3Q0E4M0NEMkNGNUUzMTAxMUVBQkQ0N0ZDNTg4RkMyRjQ3RTIiLCJ0eXAiOiJhdCtqd3QiLCJ4NXQiOiJHWUo4cUR6U3oxNHhBUjZyMUhfRmlQd3ZSLUkifQ.eyJuYmYiOjE2NzM0NDg4NjcsImV4cCI6MTY3MzQ2MzI2NywiaXNzIjoiaHR0cHM6Ly9vYXV0aHVhdC5nbG9iYWxwcm9jZXNzaW5nLm5ldCIsImF1ZCI6WyJjbGFpbXNhcGkiLCJjb3JlYXBpIiwicmVsYXlhcGkiXSwiY2xpZW50X2lkIjoiZ3BzdGVzdHVhdDAxIiwic2NvcGUiOlsiY2xhaW1zYXBpIiwiY29yZWFwaSIsInJlbGF5YXBpIl19.IEbvTKYosCgSegYupKJ8nUYS1oqBAeI2Oqz62VRWtec0_wcCk9GeVNiVVFfG9QTEaRm7Gl4RcS4gzwJiC167p-Ju3_LHnHRbj_0Ct7imGAGDoS-gxfMhSmdrCbkjxPBTuSILWY6RXuDS_HZfMITkzr945cJ_50L6hbsYaxfMJ3QDH0Wb64jSPqPYPgGKzzU5u0oz4XcCERGho1JGQQQrkTu6Rov3u-uZQBazkl3I36SGwlbxubL5ymVDTrg_HOZS0JiMf0aLXDdOE1yH7PG9fJB_TvGiH0FMAh08Z0vkevTBShR4DuGebLFhDWvfAKSKgtvT9--K1a0CUNX_CxeBnw",
										"type": "text"
									},
									{
										"key": "Cookie",
										"value": "cookiesession1=678A3E8F12F9AA150E918A594D28E176",
										"type": "text"
									},
									{
										"key": "Postman-Token",
										"value": "<calculated when request is sent>",
										"type": "text"
									},
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Content-Length",
										"value": "<calculated when request is sent>",
										"type": "text"
									},
									{
										"key": "Host",
										"value": "<calculated when request is sent>",
										"type": "text"
									},
									{
										"key": "User-Agent",
										"value": "PostmanRuntime/7.30.0",
										"type": "text"
									},
									{
										"key": "Accept",
										"value": "*/*",
										"type": "text"
									},
									{
										"key": "Accept-Encoding",
										"value": "gzip, deflate, br",
										"type": "text"
									},
									{
										"key": "Connection",
										"value": "keep-alive",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n  \"cardType\": \"Virtual\",\r\n  \"cardProduct\": 578,\r\n  \"cardHolder\": {\r\n    \"title\": \"Mr\",\r\n    \"firstName\": \"John\",\r\n    \"lastName\": \"Smith\",\r\n    \"dateOfBirth\": \"1963-11-22\"\r\n  },\r\n  \"address\": {\r\n    \"addressLine1\": \"38 New Dover Road\",\r\n    \"postCode\": \"BH12 0AL\",\r\n    \"addressLine2\": \"Lordship Lane\",\r\n    \"city\": \"Wallisdown\",\r\n    \"country\": \"GBR\"\r\n  },\r\n  \"virtualCardImageDetails\": {\r\n    \"virtualCardImageId\": \"11122\",\r\n    \"imageSize\": 1\r\n  },\r\n  \"dynamicInterchange\": {\r\n    \"feePercentage\": 1.4\r\n  },\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base-url}}/cards/",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"cards",
										""
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"publicToken\": \"103170245\",\n    \"customerReference\": \"my ref 12345\",\n    \"embossName\": \"Mr Jon Smith\",\n    \"maskedPan\": \"999999******4212\",\n    \"startDate\": \"2023-01-26\",\n    \"expiryDate\": \"2024-01-31\"\n}"
						},
						{
							"name": "Create a Master Virtual Card",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "Bearer eyJhbGciOiJSUzI1NiIsImtpZCI6IjE5ODI3Q0E4M0NEMkNGNUUzMTAxMUVBQkQ0N0ZDNTg4RkMyRjQ3RTIiLCJ0eXAiOiJhdCtqd3QiLCJ4NXQiOiJHWUo4cUR6U3oxNHhBUjZyMUhfRmlQd3ZSLUkifQ.eyJuYmYiOjE2NzM0NDg4NjcsImV4cCI6MTY3MzQ2MzI2NywiaXNzIjoiaHR0cHM6Ly9vYXV0aHVhdC5nbG9iYWxwcm9jZXNzaW5nLm5ldCIsImF1ZCI6WyJjbGFpbXNhcGkiLCJjb3JlYXBpIiwicmVsYXlhcGkiXSwiY2xpZW50X2lkIjoiZ3BzdGVzdHVhdDAxIiwic2NvcGUiOlsiY2xhaW1zYXBpIiwiY29yZWFwaSIsInJlbGF5YXBpIl19.IEbvTKYosCgSegYupKJ8nUYS1oqBAeI2Oqz62VRWtec0_wcCk9GeVNiVVFfG9QTEaRm7Gl4RcS4gzwJiC167p-Ju3_LHnHRbj_0Ct7imGAGDoS-gxfMhSmdrCbkjxPBTuSILWY6RXuDS_HZfMITkzr945cJ_50L6hbsYaxfMJ3QDH0Wb64jSPqPYPgGKzzU5u0oz4XcCERGho1JGQQQrkTu6Rov3u-uZQBazkl3I36SGwlbxubL5ymVDTrg_HOZS0JiMf0aLXDdOE1yH7PG9fJB_TvGiH0FMAh08Z0vkevTBShR4DuGebLFhDWvfAKSKgtvT9--K1a0CUNX_CxeBnw",
										"type": "text"
									},
									{
										"key": "Cookie",
										"value": "cookiesession1=678A3E8F12F9AA150E918A594D28E176",
										"type": "text"
									},
									{
										"key": "Postman-Token",
										"value": "<calculated when request is sent>",
										"type": "text"
									},
									{
										"key": "Content-Type",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Content-Length",
										"value": "<calculated when request is sent>",
										"type": "text"
									},
									{
										"key": "Host",
										"value": "<calculated when request is sent>",
										"type": "text"
									},
									{
										"key": "User-Agent",
										"value": "PostmanRuntime/7.30.0",
										"type": "text"
									},
									{
										"key": "Accept",
										"value": "*/*",
										"type": "text"
									},
									{
										"key": "Accept-Encoding",
										"value": "gzip, deflate, br",
										"type": "text"
									},
									{
										"key": "Connection",
										"value": "keep-alive",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n     \"cardHolder\": {\r\n          \"title\": \"Mr\",\r\n          \"firstName\": \"Jon\",\r\n          \"lastName\": \"Smith\",\r\n          \"dateOfBirth\": \"1982-11-03\"\r\n     },\r\n     \"address\": {\r\n          \"addressLine1\": \"32 Western Drive\",\r\n          \"postCode\": \"S25 2BZ\",\r\n          \"country\": \"GBR\"\r\n     },\r\n     \"fulfilment\": {\r\n          \"addressLine1\": \"e43\",\r\n          \"postCode\": \"34\",\r\n          \"country\": \"GBR\"\r\n     },\r\n     \"virtualCardImageDetails\": {\r\n          \"virtualCardImageId\": \"4155\",\r\n          \"imageSize\": 1\r\n     },\r\n     \"cardType\": \"MasterVirtual\",\r\n     \"cardProduct\": 10005,\r\n     \"activateNow\": true,\r\n     \"designId\": \"New Card Brand\",\r\n     \"customerReference\": \"my ref 12345\"\r\n}\r\n",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base-url}}/cards/",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"cards",
										""
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"publicToken\": \"103170245\",\n    \"customerReference\": \"my ref 12345\",\n    \"embossName\": \"Mr Jon Smith\",\n    \"maskedPan\": \"999999******4212\",\n    \"startDate\": \"2023-01-26\",\n    \"expiryDate\": \"2024-01-31\"\n}"
						}
					]
				},
				{
					"name": "Retrieve a Card",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{base-url}}/cards/{{publicToken}}",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"cards",
								"{{publicToken}}"
							]
						},
						"description": "This endpoint enables you to retrieve the details for a card using the PublicToken provided when the card was created.\n\nA successful response will return a 200 http code and the details associated with the card.\n\nFor more information on how to create a card, see [Retrieve a Card](https://cardsapidocs.thredd.com/docs/retrieve-a-card)."
					},
					"response": [
						{
							"name": "Retrieve a Card",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base-url}}/cards/{{publicToken}}",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"cards",
										"{{publicToken}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"description": ""
								}
							],
							"cookie": [],
							"body": "{\n    \"cardType\": \"Physical\",\n    \"publicToken\": \"118834053\",\n    \"status\": \"Active\",\n    \"cardStatusCode\": \"00\",\n    \"cardStatusDescription\": \"00 (Active)\",\n    \"balance\": {\n        \"currencyCode\": \"GBP\",\n        \"cardBalance\": 0,\n        \"pendingAmount\": 0,\n        \"availableBalance\": 0\n    },\n    \"cardDetails\": {\n        \"customerReference\": \"CustNo12345A\",\n        \"fullNameOnCard\": \"Mr Johnny Bruce\",\n        \"maskedPan\": \"999999******1350\",\n        \"startDate\": \"2025-02-17\",\n        \"expiryDate\": \"2035-01-31\",\n        \"clearPan\": null,\n        \"cvv\": null,\n        \"activationDate\": \"2025-02-17 08:29:30Z\",\n        \"gpsExpiryDate\": \"2028-02-17\"\n    },\n    \"cardHolder\": {\n        \"title\": \"Mr.\",\n        \"firstName\": \"John\",\n        \"middleName\": \"Bruce\",\n        \"lastName\": \"Bloggs\",\n        \"dateOfBirth\": \"1982-02-19\",\n        \"mobile\": \"07755123456\",\n        \"email\": \"jbloggs@email.com\"\n    },\n    \"cardProduct\": {\n        \"scheme\": \"GPS SCHEME TEST\",\n        \"product\": 10023,\n        \"productShortName\": \"GPSDUMMY\",\n        \"productName\": \"GPS Test REST API\",\n        \"ehiMode\": 3,\n        \"networkId\": 0\n    },\n    \"controlGroups\": {\n        \"limitsGroup\": 1051,\n        \"usageGroup\": 374,\n        \"recurringFeeGroup\": null,\n        \"webServiceFeeGroup\": null,\n        \"authFeeGroup\": null,\n        \"mccGroup\": null,\n        \"cardLinkageGroup\": 53,\n        \"calendarGroup\": null,\n        \"fxGroup\": null,\n        \"paymentTokenUsageGroup\": null,\n        \"cardAcceptorAllowList\": null,\n        \"cardAcceptorDisallowList\": null,\n        \"limitedNetworkGroup\": null\n    },\n    \"3DS\": [],\n    \"designId\": \"PMTREST\",\n    \"childCards\": [],\n    \"siblingCards\": [],\n    \"address\": {\n        \"addressLine1\": \"32 Metropolis Ave\",\n        \"addressLine2\": \"Mountain Drive\",\n        \"addressLine3\": \"\",\n        \"city\": \"London\",\n        \"state\": \"\",\n        \"county\": \"\",\n        \"postCode\": \"SW11 2LD\",\n        \"country\": \"826\"\n    },\n    \"fulfilment\": {\n        \"addressLine1\": \"32 Metropolis Ave\",\n        \"addressLine2\": \"Mountain Drive\",\n        \"addressLine3\": \"\",\n        \"city\": \"London\",\n        \"state\": \"\",\n        \"county\": \"\",\n        \"postCode\": \"SW11 2LD\",\n        \"country\": \"826\"\n    },\n    \"freetext1\": \"Comments for the card manufacturer here\",\n    \"freetext2\": \"And in this field too.\",\n    \"isSingleUse\": false,\n    \"isNonReloadable\": false,\n    \"networkSharingOptOut\": false,\n    \"cardAcceptorIds\": {\n        \"allowCardAcceptors\": [],\n        \"disallowCardAcceptors\": []\n    },\n    \"language3ds\": \"en-GB\",\n    \"programManagerID\": 78,\n    \"programManagerCode\": \"PMT\",\n    \"oobAppUrl\": null,\n    \"isMultiFx\": false,\n    \"isMfxPrimary\": false\n}"
						}
					]
				},
				{
					"name": "Update Card",
					"request": {
						"method": "PATCH",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"cardType\":\"Physical\",\r\n    \"customerReference\": \"CustNo12345A\",\r\n    \"freetext1\": \"Comments for the card manufacturer here\",\r\n    \"freetext2\": \"And in this field too.\",\r\n    \"oobAppUrl\": \"http://www.thredd.com\",\r\n    \"url\": \"https://www.your-e-card.com/balance/7109680989634104\",\r\n    \"NetworkSharingOptOut\": false,     \r\n    \"nameOnCard\": \"Mr Johnny Bruce\"\r\n    \"cardHolder\": {\r\n        \"title\": \"Mr.\",\r\n        \"firstName\": \"John\",\r\n        \"middleName\": \"Bruce\",\r\n        \"lastName\": \"Bloggs\",\r\n        \"dateOfBirth\": \"1982-02-19\",\r\n        \"mobile\": \"07755123456\",\r\n        \"email\": \"jbloggs@email.com\"\r\n    },\r\n    \"address\": {\r\n        \"addressLine1\": \"32 Metropolis Ave\",\r\n        \"addressLine2\": \"Mountain Drive\",\r\n        \"city\": \"London\",\r\n        \"postCode\": \"SW11 2LD\",\r\n        \"country\": \"GBR\"\r\n    },\r\n    \"fulfilment\": {\r\n          \"addressLine1\": \"32 Metropolis Ave\",\r\n          \"addressLine2\": \"Mountain Drive\",\r\n          \"city\": \"London\",\r\n          \"postCode\": \"SW11 2LD\",\r\n          \"country\": \"GBR\"\r\n     },\r\n     \"manufacturingDetails\":\r\n     {\r\n       \"cardManufacturer\": \"AB Note\",\r\n        \"deliveryMethod\": 0,\r\n        \"carrierType\": \"Type 1\",\r\n        \"quantity\": 1,\r\n        \"language\": \"HU\",\r\n        \"thermalLine1\": \"asdeoivh2neriuvnqkr\",\r\n        \"thermalLine2\" : \"asjkfnkerjnkwe\",\r\n        \"embossLine4\" : \"jdwncwlkejr\",\r\n        \"vanityName\" : \"Name Mane\",\r\n             \"imageDetails\":\r\n             {\r\n                  \"imageId\": \"An image id\",\r\n                  \"logoFrontId\" : \"A logo ID\",\r\n                  \"logoBackId\": \"Another logo ID\"\r\n             }\r\n         }\r\n     \r\n    \r\n    }",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{base-url}}/cards/{{publicToken}}",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"cards",
								"{{publicToken}}"
							]
						},
						"description": "This endpoint enables you to update the details for a card. You need to identify the public token that corresponds to the customer's card. When you have identified the correct public token, you can make a call to the endpoint. ensuring you have only the fields you want to update populated in the body.\n\nFor more information on how to update a card, see [Updating a Card](https://cardsapidocs.thredd.com/docs/updating-a-card).\n\nIdempotency is available for this endpoint. For more information, see [What is Idempotency?](https://cardsapidocs.thredd.com/docs/what-is-idempotency)"
					},
					"response": [
						{
							"name": "Update Card",
							"originalRequest": {
								"method": "PATCH",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"cardType\":\"Physical\",\r\n    \"customerReference\": \"CustNo12345A\",\r\n    \"freetext1\": \"Comments for the card manufacturer here\",\r\n    \"freetext2\": \"And in this field too.\",\r\n    \"oobAppUrl\": \"http://www.thredd.com\",\r\n    \"NetworkSharingOptOut\": false,     \r\n    \"nameOnCard\": \"Mr Johnny Bruce\"\r\n    \"cardHolder\": {\r\n        \"title\": \"Mr.\",\r\n        \"firstName\": \"John\",\r\n        \"middleName\": \"Bruce\",\r\n        \"lastName\": \"Bloggs\",\r\n        \"dateOfBirth\": \"1982-02-19\",\r\n        \"mobile\": \"07755123456\",\r\n        \"email\": \"jbloggs@email.com\"\r\n    },\r\n    \"address\": {\r\n        \"addressLine1\": \"32 Metropolis Ave\",\r\n        \"addressLine2\": \"Mountain Drive\",\r\n        \"city\": \"London\",\r\n        \"postCode\": \"SW11 2LD\",\r\n        \"country\": \"GBR\"\r\n    },\r\n    \"fulfilment\": {\r\n          \"addressLine1\": \"32 Metropolis Ave\",\r\n          \"addressLine2\": \"Mountain Drive\",\r\n          \"city\": \"London\",\r\n          \"postCode\": \"SW11 2LD\",\r\n          \"country\": \"GBR\"\r\n     },\r\n     \"manufacturingDetails\":\r\n     {\r\n       \"cardManufacturer\": \"AB Note\",\r\n        \"deliveryMethod\": 0,\r\n        \"carrierType\": \"Type 1\",\r\n        \"quantity\": 1,\r\n        \"language\": \"HU\",\r\n        \"thermalLine1\": \"asdeoivh2neriuvnqkr\",\r\n        \"thermalLine2\" : \"asjkfnkerjnkwe\",\r\n        \"embossLine4\" : \"jdwncwlkejr\",\r\n        \"vanityName\" : \"Name Mane\",\r\n             \"imageDetails\":\r\n             {\r\n                  \"imageId\": \"An image id\",\r\n                  \"logoFrontId\" : \"A logo ID\",\r\n                  \"logoBackId\": \"Another logo ID\"\r\n             }\r\n         }\r\n     \r\n    \r\n    }",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base-url}}/cards/{{publicToken}}",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"cards",
										"{{publicToken}}"
									]
								}
							},
							"status": "No Content",
							"code": 204,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Renew Card",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"renewStep\" : \"renew\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{base-url}}/cards/{{publicToken}}/renew",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"cards",
								"{{publicToken}}",
								"renew"
							]
						},
						"description": "This endpoint enables you to renew a card outside of the autorenewal cycle. Renewals can be done for both virtual and physical cards, though the process differs for each.\n\nFor more information on how to renew a card, see [Card Renewal, Card Replacement & Lost Cards](https://cardsapidocs.thredd.com/docs/card-renewal-and-replacement)."
					},
					"response": [
						{
							"name": "Renew Virtual Card",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base-url}}/cards/{{publicToken}}/renew",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"cards",
										"{{publicToken}}",
										"renew"
									]
								}
							},
							"status": "No Content",
							"code": 204,
							"_postman_previewlanguage": null,
							"header": null,
							"cookie": [],
							"body": null
						},
						{
							"name": "Renew Physical Card",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n  \"renewStep\" : \"renew\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base-url}}/cards/{{publicToken}}/renew",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"cards",
										"{{publicToken}}",
										"renew"
									]
								}
							},
							"status": "No Content",
							"code": 204,
							"_postman_previewlanguage": null,
							"header": null,
							"cookie": [],
							"body": null
						},
						{
							"name": "Renew a card with same expiry",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n  \"renewStep\" : \"RenewWithSameExpiry\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base-url}}/cards/{{publicToken}}/renew",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"cards",
										"{{publicToken}}",
										"renew"
									]
								}
							},
							"status": "No Content",
							"code": 204,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": ""
						},
						{
							"name": "Migrate card",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n  \"renewStep\" : \"migrate\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base-url}}/cards/{{publicToken}}/renew",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"cards",
										"{{publicToken}}",
										"renew"
									]
								}
							},
							"status": "No Content",
							"code": 204,
							"_postman_previewlanguage": null,
							"header": null,
							"cookie": [],
							"body": null
						}
					]
				},
				{
					"name": "Replace a Card",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"moveBalance\": true,\r\n  \"moveLimitAccumulators\": true,\r\n  \"moveChildCards\": false,\r\n  \"moveExpiryDate\": false,\r\n  \"expiryDate\": \"2023-04\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{base-url}}/cards/{{publicToken}}/replace",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"cards",
								"{{publicToken}}",
								"replace"
							]
						},
						"description": "This point enables you to replace a card that has been lost, stolen or damaged. You will need to identify the public token for the card and update the card status to LostCard. See [Card Status Change](https://cardsapidocs.thredd.com/docs/card-status) for more details.\n\nFor more information on how to replace a card, see [Card Renewal, Card Replacement & Lost Cards](https://cardsapidocs.thredd.com/docs/card-renewal-and-replacement)."
					},
					"response": [
						{
							"name": "Replace a Card",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n  \"moveBalance\": true,\r\n  \"moveLimitAccumulators\": true,\r\n  \"moveChildCards\": false,\r\n  \"moveExpiryDate\": false,\r\n  \"expiryDate\": \"2023-04\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base-url}}/cards/{{publicToken}}/replace",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"cards",
										"{{publicToken}}",
										"replace"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"publicToken\": \"103169963\",\n    \"customerReference\": \"my ref 12345\",\n    \"embossName\": \"Mr Jon Smith\",\n    \"maskedPan\": \"999999******5974\",\n    \"startDate\": \"2023-05-05\",\n    \"expiryDate\": \"2023-04-30\"\n}"
						}
					]
				},
				{
					"name": "Retrieve Card Status",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{base-url}}/cards/{{publicToken}}/status",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"cards",
								"{{publicToken}}",
								"status"
							]
						},
						"description": "This endpoint enables you to retrieve the live status for a card based on the Public Token in the request.\n\nFor more information on how to retrieve a card status, see [Card Status Change](https://cardsapidocs.thredd.com/docs/card-status)."
					},
					"response": [
						{
							"name": "Retrieve Card Status",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base-url}}/cards/{{publicToken}}/status",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"cards",
										"{{publicToken}}",
										"status"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\r\n    \"status\": \"Inactive\",\r\n    \"cardStatusCode\": \"02\",\r\n    \"cardStatusDescription\": \"02 (Inactive)\"\r\n}"
						}
					]
				},
				{
					"name": "Update Card Status",
					"request": {
						"method": "PUT",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n     \"cardStatusCode\": \"00\",\r\n     \"updatedBy\": \"John Bloggs\",\r\n     \"description\": \"Card activated\",\r\n     \"validityDate\": \"2023-02\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{base-url}}/cards/{{publicToken}}/status",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"cards",
								"{{publicToken}}",
								"status"
							]
						},
						"description": "This endpoint enables you to update the live status of a card for the Public Token in the request. For information on the available statuses, see [Card Status Codes](https://cardsapidocs.thredd.com/docs/card-status-codes).\n\nFor more information on how to retrieve a card status, see [Card Status Change](https://cardsapidocs.thredd.com/docs/card-status)."
					},
					"response": [
						{
							"name": "Update Card Status",
							"originalRequest": {
								"method": "PUT",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n     \"cardStatusCode\": \"00\",\r\n     \"updatedBy\": \"John Bloggs\",\r\n     \"description\": \"Card activated\",\r\n     \"validityDate\": \"2023-02\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base-url}}/cards/{{publicToken}}/status",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"cards",
										"{{publicToken}}",
										"status"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\r\n    \"status\": \"Active\",\r\n    \"cardStatusCode\": \"00\",\r\n    \"updated\": \"2023-05-05\",\r\n    \"updatedBy\": \"John Bloggs\",\r\n    \"description\": \"Card activated\"\r\n}"
						}
					]
				},
				{
					"name": "Update Card Status - Idempotent",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "idempotencyKey",
								"value": "fce6e10c-4311-413d-a302-47c90442b9c4",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"cardStatusCode\": \"00\",\r\n  \"status\": \"\",\r\n  \"updatedBy\": \"User making change\",\r\n  \"description\": \"Status change description\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{base-url}}/cards/{{publicToken}}/status",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"cards",
								"{{publicToken}}",
								"status"
							]
						},
						"description": "This endpoint enables you to update the live status of a card for the Public Token in the request. For information on the available statuses, see [Card Status Codes](https://cardsapidocs.thredd.com/docs/card-status-codes).\n\nFor more information on how to retrieve a card status, see [Card Status Change](https://cardsapidocs.thredd.com/docs/card-status).\n\nIdempotency is available for this endpoint. For more information, see [What is Idempotency?](https://cardsapidocs.thredd.com/docs/what-is-idempotency)"
					},
					"response": [
						{
							"name": "Update Card Status",
							"originalRequest": {
								"method": "PUT",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n     \"cardStatusCode\": \"00\",\r\n     \"updatedBy\": \"John Bloggs\",\r\n     \"description\": \"Card activated\",\r\n     \"validityDate\": \"2023-02\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base-url}}/cards/{{publicToken}}/status",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"cards",
										"{{publicToken}}",
										"status"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\r\n    \"status\": \"Active\",\r\n    \"cardStatusCode\": \"00\",\r\n    \"updated\": \"2023-05-05\",\r\n    \"updatedBy\": \"John Bloggs\",\r\n    \"description\": \"Card activated\"\r\n}"
						}
					]
				},
				{
					"name": "List Card Balance",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{base-url}}/cards/{{publicToken}}/balance",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"cards",
								"{{publicToken}}",
								"balance"
							]
						},
						"description": "This point enables you to check the current balance of the card.\n\nFor more information on how to list card balances, see [Loading, Unloading and Balance Adjustments](https://cardsapidocs.thredd.com/docs/loading-unloading-a-card)."
					},
					"response": [
						{
							"name": "List Card Balance",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{base-url}}/cards/{{publicToken}}/balance",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"cards",
										"{{publicToken}}",
										"balance"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\r\n    \"currencyCode\": \"GBP\",\r\n    \"cardBalance\": 0,\r\n    \"pendingAmount\": 0,\r\n    \"availableBalance\": 0\r\n}"
						}
					]
				},
				{
					"name": "Convert Card",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "PUT",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"cardType\": 2\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{base-url}}/cards/{{publicToken}}/card-type",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"cards",
								"{{publicToken}}",
								"card-type"
							]
						},
						"description": "This point enables you to convert a card from virtual to physical. When converted, the new physical card will have the same Primary Account Number (PAN) as the virtual card. The cardholder can continue to use their existing virtual card until the cardholder has received and activated their physical card.\n\nFor more information on how to convert a card, see [Converting a Card from Virtual to Physical](https://cardsapidocs.thredd.com/docs/converting-a-card)."
					},
					"response": [
						{
							"name": "Convert Card",
							"originalRequest": {
								"method": "PUT",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n  \"cardType\": \"Physical\",\r\n  \"moveExpiryDate\": true\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base-url}}/cards/{{publicToken}}/card-type",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"cards",
										"{{publicToken}}",
										"card-type"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\r\n    \"cardType\": \"Physical\",\r\n    \"expiryDate\": \"2023-05\"\r\n}"
						}
					]
				},
				{
					"name": "Convert Card - Idempotent",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "idempotentKey",
								"value": "fce6e10c-4311-413d-a302-47c90442b9c4",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"cardType\": \"Physical\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{base-url}}/cards/{{publicToken}}/card-type",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"cards",
								"{{publicToken}}",
								"card-type"
							]
						},
						"description": "This point enables you to convert a card from virtual to physical. When converted, the new physical card will have the same Primary Account Number (PAN) as the virtual card. The cardholder can continue to use their existing virtual card until the cardholder has received and activated their physical card.\n\nFor more information on how to convert a card, see [Converting a Card from Virtual to Physical](https://cardsapidocs.thredd.com/docs/converting-a-card).\n\nIdempotency is available for this endpoint. For more information, see [What is Idempotency?](https://cardsapidocs.thredd.com/docs/what-is-idempotency)"
					},
					"response": [
						{
							"name": "Convert Card",
							"originalRequest": {
								"method": "PUT",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n  \"cardType\": \"Physical\",\r\n  \"moveExpiryDate\": true\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base-url}}/cards/{{publicToken}}/card-type",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"cards",
										"{{publicToken}}",
										"card-type"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\r\n    \"cardType\": \"Physical\",\r\n    \"expiryDate\": \"2023-05\"\r\n}"
						}
					]
				},
				{
					"name": "Get Card Image",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{base-url}}/cards/{{publicToken}}/image",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"cards",
								"{{publicToken}}",
								"image"
							]
						},
						"description": "This endpoint enables you to request the image associated with the card.\n\nFor more information on how to get a card image, see [Get Card Image](https://cardsapidocs.thredd.com/docs/get-card-image)."
					},
					"response": []
				},
				{
					"name": "Get Cardholder Details",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{base-url}}/cardholder/{{publicToken}}",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"cardholder",
								"{{publicToken}}"
							]
						},
						"description": "This endpoint enables you to view the cardholder details associated with a card. Unlike the Retrieve a Card endpoint, this endpoint only returns the details of the cardholder and not the card.\n\nFor more information on how to get cardholder details, see [Cardholder Details](https://cardsapidocs.thredd.com/docs/cardholder-details)."
					},
					"response": [
						{
							"name": "Get Cardholder Details",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base-url}}/cardholder/{{publicToken}}",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"cardholder",
										"{{publicToken}}"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"title\": \"Mr\",\n    \"firstName\": \"John\",\n    \"middleName\": \"Bruce\",\n    \"lastName\": \"Bloggs\",\n    \"dateOfBirth\": \"1982-02-19\",\n    \"mobile\": \"07755123456\",\n    \"email\": \"jbloggs@email.com\"\n}"
						}
					]
				},
				{
					"name": "Complete a Card Replacement",
					"request": {
						"method": "PUT",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n     \"moveBalance\": true,\r\n     \"moveLimitAccumulators\": true,\r\n     \"moveChildCards\": false,\r\n     \"moveExpiryDate\": true\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{base-url}}/cards/{{publicToken}}/complete-replacement",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"cards",
								"{{publicToken}}",
								"complete-replacement"
							]
						},
						"description": "This endpoint enables you to transfer an old card Balance, Limit, and Child cards (BLC) to a newly replaced card.\n\nThe BLC Card Replacement endpoint can only be used after a card has been successfully replaced. The Replace Card endpoint must be run first.\n\nFor more information, see [BLC Complete Card Replacement.](https://cardsapidocs.thredd.com/docs/get-card-replacement)"
					},
					"response": [
						{
							"name": "Complete a Card Replacement",
							"originalRequest": {
								"method": "PUT",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n     \"moveBalance\": true,\r\n     \"moveLimitAccumulators\": true,\r\n     \"moveChildCards\": false,\r\n     \"moveExpiryDate\": true\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base-url}}/cards/{{publicToken}}/complete-replacement",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"cards",
										"{{publicToken}}",
										"complete-replacement"
									]
								}
							},
							"status": "No Content",
							"code": 204,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Complete a Card Replacement - Idempotent",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "idempotentKey",
								"value": "fce6e10c-4311-413d-a302-47c90442b9c4",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n     \"moveBalance\": true,\r\n     \"moveLimitAccumulators\": true,\r\n     \"moveChildCards\": false,\r\n     \"moveExpiryDate\": true\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{base-url}}/cards/{{publicToken}}/complete-replacement",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"cards",
								"{{publicToken}}",
								"complete-replacement"
							]
						},
						"description": "This endpoint enables you to transfer an old card Balance, Limit, and Child cards (BLC) to a newly replaced card.\n\nThe BLC Card Replacement endpoint can only be used after a card has been successfully replaced. The Replace Card endpoint must be run first.\n\nFor more information, see [BLC Complete Card Replacement.](https://cardsapidocs.thredd.com/docs/get-card-replacement)\n\nIdempotency is available for this endpoint. For more information, see [What is Idempotency?](https://cardsapidocs.thredd.com/docs/what-is-idempotency)"
					},
					"response": [
						{
							"name": "Complete a Card Replacement",
							"originalRequest": {
								"method": "PUT",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n     \"moveBalance\": true,\r\n     \"moveLimitAccumulators\": true,\r\n     \"moveChildCards\": false,\r\n     \"moveExpiryDate\": true\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base-url}}/cards/{{publicToken}}/complete-replacement",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"cards",
										"{{publicToken}}",
										"complete-replacement"
									]
								}
							},
							"status": "No Content",
							"code": 204,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Get Card Limits",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{base-url}}/cards/{{publicToken}}/balance/cardlimits",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"cards",
								"{{publicToken}}",
								"balance",
								"cardlimits"
							]
						}
					},
					"response": [
						{
							"name": "Get Card Limits",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base-url}}/cards/{{publicToken}}/balance/cardlimits",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"cards",
										"{{publicToken}}",
										"balance",
										"cardlimits"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\r\n    \"availableBalance\": 0,\r\n    \"maxAllowableBalance\": 5000,\r\n    \"currencyCode\": \"GBP\",\r\n    \"blockedAmount\": 0,\r\n    \"cardLimits\": [\r\n        {\r\n            \"subGroup\": \"CASH\",\r\n            \"period\": 0,\r\n            \"unit\": \"day\",\r\n            \"limit\": 0,\r\n            \"frequency\": 0,\r\n            \"spent\": 0,\r\n            \"transactionCount\": 0,\r\n        },\r\n        {\r\n            \"subGroup\": \"LOAD\",\r\n            \"period\": 4,\r\n            \"unit\": \"day\",\r\n            \"limit\": 4000,\r\n            \"frequency\": 8,\r\n            \"spent\": 0,\r\n            \"transactionCount\": 0,\r\n        },\r\n        {\r\n            \"subGroup\": \"PAY_IN\",\r\n            \"period\": 0,\r\n            \"unit\": \"day\",\r\n            \"limit\": 0,\r\n            \"frequency\": 0,\r\n            \"spent\": 0,\r\n            \"transactionCount\": 0,\r\n        },\r\n        {\r\n            \"subGroup\": \"PAY_OUT\",\r\n            \"period\": 0,\r\n            \"unit\": \"day\",\r\n            \"limit\": 0,\r\n            \"frequency\": 0,\r\n            \"spent\": 0,\r\n            \"transactionCount\": 0,\r\n        },\r\n        {\r\n            \"subGroup\": \"PIN\",\r\n            \"period\": 4,\r\n            \"unit\": \"day\",\r\n            \"limit\": 0,\r\n            \"frequency\": 6,\r\n            \"spent\": 0,\r\n            \"transactionCount\": 0,\r\n        },\r\n        {\r\n            \"subGroup\": \"POS\",\r\n            \"period\": 4,\r\n            \"unit\": \"day\",\r\n            \"limit\": 4000,\r\n            \"frequency\": 400,\r\n            \"spent\": 0,\r\n            \"transactionCount\": 0,\r\n        },\r\n        {\r\n            \"subGroup\": \"UNLOAD\",\r\n            \"period\": 4,\r\n            \"unit\": \"day\",\r\n            \"limit\": 750,\r\n            \"frequency\": 8,\r\n            \"spent\": 0,\r\n            \"transactionCount\": 0,\r\n        }\r\n    ]\r\n}"
						}
					]
				},
				{
					"name": "Retrieve an Encrypted Card",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"key\": \"1bCumLAf8vrciAcRmeWrE7WBisRNnx/870uKUKSAGuM=\"\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{base-url}}/cards/{{publicToken}}/encrypted",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"cards",
								"{{publicToken}}",
								"encrypted"
							]
						},
						"description": "The Get Encrypted Data endpoint enables you to share secure card data to a cardholder's device.\n\nYou can get encrypted data by making a POST request to the Get Encrypted Data endpoint.\n\nFor more information, see [Introduction to Sending Secure Data](https://cardsapidocs.thredd.com/docs/introduction-to-sending-secure-data)."
					},
					"response": [
						{
							"name": "Retrieve an Encrypted Card",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"key\": \"1bCumLAf8vrciAcRmeWrE7WBisRNnx/870uKUKSAGuM=\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base-url}}/cards/{{publicToken}}/encrypted",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"cards",
										"{{publicToken}}",
										"encrypted"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"iv\": \"6gq/DgXSllG/U+fVjlWV6Q==\",\n    \"encryptedPayload\": \"shLEyy/H/6BYqS3zI9oHI0UBaK2x6s0ZPWRITkZYFItBN8p+UDc/xX0binhN9J7LbNAIt4LkBv2n3MSKs3+3Gg==\",\n    \"signatureOfPayloadAndIv\": \"mk0GpVNR6ksQFpWS5m4boCS8WJSB4Popuikce+W0eubFH2vMcQ3XyASqnG0rKNaKW0MbgI7V6u5ZkbPllhroczn01ZhZAwYUWPD72KFpe4bBZjAjzdPkBzYc2SBybUBRey/5Q2VuGGlBG0hw/LmHRfOqCh1sA9EFE/c06jjCvGcqPmV6dAIKzE6/JK8oG+9JU89b+cznuKAJPa/qhX1f0VZkLriXMTu7Fv6wPF0gFnETDJJW0J/va7O5zynlvxYs86umP2h5MM2+/RgFzPOnleeE5mczlPGPtFS+KRuUWAQL2CwnWI+JLMEAeUngFE3wWic8h8GzIEVpWPeuNcaPxA==\"\n}"
						}
					]
				},
				{
					"name": "Create Bulk Cards",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"cardProduct\": 123456,\r\n  \"quantity\": 50,\r\n  \"nameOnCard\": \"Thredd\",\r\n  \"imageId\": \"101\",\r\n  \"deliveryMethod\": \"StandardDelivery\",\r\n  \"fulfilmentAddress\": {\r\n    \"addressLine1\": \"32 Eastern Road\",\r\n    \"city\": \"Sheffield\",\r\n    \"county\": \"South Yorkshire\",\r\n    \"postCode\": \"S11 8AA\",\r\n    \"country\": \"GBR\"\r\n  },\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{base-url}}/cards/bulk",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"cards",
								"bulk"
							]
						},
						"description": "The Bulk Create Card endpoint enables you to create in bulk a number of non personalised cards (For example, creating gift cards, or rolling out new products) in a single request. Cards created by the Bulk Create Cards endpoint can be viewed in the Get Bulk Cards endpoint.\n\nFor more information, see [Bulk Create Cards](https://cardsapidocs.thredd.com/docs/bulk-create-cards)."
					},
					"response": [
						{
							"name": "Create Bulk Cards",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n  \"cardProduct\": 123456,\r\n  \"quantity\": 50,\r\n  \"nameOnCard\": \"Thredd\",\r\n  \"imageId\": \"101\",\r\n  \"deliveryMethod\": \"StandardDelivery\",\r\n  \"fulfilmentAddress\": {\r\n    \"addressLine1\": \"32 Eastern Road\",\r\n    \"city\": \"Sheffield\",\r\n    \"county\": \"South Yorkshire\",\r\n    \"postCode\": \"S11 8AA\",\r\n    \"country\": \"GBR\"\r\n  },\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base-url}}/cards/bulk",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"cards",
										"bulk"
									]
								}
							},
							"status": "Accepted",
							"code": 202,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"id\": \"123456\"\n}"
						}
					]
				},
				{
					"name": "Get Bulk Card Requests",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{base-url}}/cards/bulk?bulkCardRequestId=",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"cards",
								"bulk"
							],
							"query": [
								{
									"key": "bulkCardRequestId",
									"value": ""
								}
							]
						},
						"description": "The Get Bulk Cards endpoint enables you to retrieve public tokens created from the bulk create card process using the unique identifier output from a successful response.\n\nFor more information, see [Bulk Create Cards](https://cardsapidocs.thredd.com/docs/bulk-create-cards)."
					},
					"response": [
						{
							"name": "Get Bulk Card Requests",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{baseUrl}}/api/v1/cards/bulk?bulkCardRequestId=",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"api",
										"v1",
										"cards",
										"bulk"
									],
									"query": [
										{
											"key": "bulkCardRequestId",
											"value": ""
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\r\n  \"tokens\": {\r\n    123456789,\r\n    987654321\r\n  },\r\n  \"pageNumber\": 2147483647,\r\n  \"total\": 50,\r\n  \"pageSize\": 6\r\n}"
						}
					]
				},
				{
					"name": "Get Bulk Tokens",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{base-url}}/cards/bulk/tokens?bulkCardRequestId=&pageNumber=&pageSize=",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"cards",
								"bulk",
								"tokens"
							],
							"query": [
								{
									"key": "bulkCardRequestId",
									"value": ""
								},
								{
									"key": "pageNumber",
									"value": ""
								},
								{
									"key": "pageSize",
									"value": ""
								}
							]
						}
					},
					"response": [
						{
							"name": "Get Bulk Tokens",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base-url}}/cards/bulk/tokens?bulkCardRequestId=12345&pageNumber=2&pageSize=1",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"cards",
										"bulk",
										"tokens"
									],
									"query": [
										{
											"key": "bulkCardRequestId",
											"value": "12345"
										},
										{
											"key": "pageNumber",
											"value": "2"
										},
										{
											"key": "pageSize",
											"value": "1"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"tokens\": [\n        115794151,\n        123456789\n    ],\n    \"pageNumber\": 2,\n    \"total\": 2,\n    \"pageSize\": 1\n}"
						}
					]
				},
				{
					"name": "Get Card Acceptors",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{base-url}}/cards/{{publicToken}}/card-acceptor",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"cards",
								"{{publicToken}}",
								"card-acceptor"
							]
						},
						"description": "Acceptor lists enable you to control which merchants or merchant code are blocked or allowed to use your service. You can set up multiple acceptor lists and link cards to a list.\n\nThe Get Card Acceptor endpoint enables you to return the allow and disallow lists associated with a card.\n\nFor more information, see [Card Acceptors](https://cardsapidocs.thredd.com/docs/card-acceptors)."
					},
					"response": [
						{
							"name": "Get Card Acceptors",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base-url}}/cards/{{publicToken}}/card-acceptor",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"cards",
										"{{publicToken}}",
										"card-acceptor"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\r\n\t\"cardAcceptorAllowList\":\r\n\t{\r\n\t\t\"id\": 2323,\r\n\t\t\"name\":\"string\",\r\n\t\t\"merchantIds\":\r\n\t\t[\r\n\t\t\t\"Merchant5\",\r\n\t\t\t\"Merchant6\"\r\n\t\t],\r\n\t},\r\n\t\"cardAcceptorDisallowList\":\r\n\t{\r\n\t\t\"id\":23232,\r\n\t\t\"name\":\"string\",\r\n\t\t\"merchantIds\":\r\n\t\t[\r\n\t\t\t\"Merchant1\",\r\n\t\t\t\"Merchant2\"\r\n\t\t],\r\n\t}\r\n}"
						}
					]
				}
			]
		},
		{
			"name": "Groups",
			"item": [
				{
					"name": "List Card Control Groups",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{baseUrl}}/api/v1/products/{{productId}}/groups",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"api",
								"v1",
								"products",
								"{{productId}}",
								"groups"
							]
						}
					},
					"response": []
				},
				{
					"name": "List Card Control Groups",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{base-url}}/groups",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"groups"
							]
						},
						"description": "This endpoint enables you to list the control groups for your card program.\n\nFor more information on how to list card control groups, see [Managing Card Usage Groups](https://cardsapidocs.thredd.com/docs/card-controls)."
					},
					"response": [
						{
							"name": "List Card Control Groups",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base-url}}/groups",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"groups"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"description": ""
								}
							],
							"cookie": [],
							"body": "[\n    {\n        \"groupType\": \"4\",\n        \"groupTypeName\": \"AuthFeeGroup\",\n        \"groups\": [\n            {\n                \"id\": 786,\n                \"code\": \"TEST\",\n                \"description\": \"TEST\"\n            },\n            {\n                \"id\": 1063,\n                \"code\": \"TEST-1\",\n                \"description\": \"TEST 1\"\n            },\n            {\n                \"id\": 1137,\n                \"code\": \"TEST-2\",\n                \"description\": \"Tran Test\"\n            },\n            {\n                \"id\": 1202,\n                \"code\": \"NEW-TEST-1\",\n                \"description\": \"MENA TEST 1\"\n            },\n            {\n                \"id\": 1221,\n                \"code\": \"TEST008\",\n                \"description\": \"Test 08\"\n            }\n        ]\n    }\n]"
						}
					]
				},
				{
					"name": "Update Card Control Groups",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									"pm.test(\"Your test name\", function () {\r",
									"    var jsonData = pm.response.json();\r",
									"    pm.expect(jsonData.value).to.eql(100);\r",
									"});"
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "PUT",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"controlGroups\": {\r\n        \"authFeeGroup\": 786     \r\n    }\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{base-url}}/cards/{{publicToken}}/groups",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"cards",
								"{{publicToken}}",
								"groups"
							]
						},
						"description": "This endpoint enables you to update the control groups that define the card behaviour."
					},
					"response": [
						{
							"name": "Update Card Control Groups",
							"originalRequest": {
								"method": "PUT",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"controlGroups\": {\r\n        \"authFeeGroup\": 786     \r\n    }\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base-url}}/cards/{{publicToken}}/groups",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"cards",
										"{{publicToken}}",
										"groups"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"limitsGroup\": 1051,\n    \"usageGroup\": 374,\n    \"recurringFeeGroup\": 0,\n    \"webServiceFeeGroup\": 0,\n    \"authFeeGroup\": 786,\n    \"mccGroup\": 0,\n    \"cardLinkageGroup\": 0,\n    \"calendarGroup\": 0,\n    \"fxGroup\": 0,\n    \"paymentTokenUsageGroup\": 0,\n    \"cardAcceptorAllowList\": 0,\n    \"cardAcceptorDisallowList\": 0,\n    \"limitedNetworkGroup\": 0\n}"
						}
					]
				}
			]
		},
		{
			"name": "3D Secure",
			"item": [
				{
					"name": "Create 3DS Credentials",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\"type\":\"OTPSMS\",\r\n\"value\": \"8988\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{base-url}}/cards/{{publicToken}}/3ds-credentials",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"cards",
								"{{publicToken}}",
								"3ds-credentials"
							]
						},
						"description": "This endpoint enables you to create 3D Secure authorisation credential for a card.\n\nFor more information on how to create 3DS credentials, see [Managing 3D Secure Credentials](https://cardsapidocs.thredd.com/docs/creating-3d-secure-credentials)."
					},
					"response": [
						{
							"name": "Create 3DS Credentials",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\"type\":\"OTPSMS\",\r\n\"value\": \"8988\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base-url}}/cards/{{publicToken}}/3ds-credentials",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"cards",
										"{{publicToken}}",
										"3ds-credentials"
									]
								}
							},
							"status": "Created",
							"code": 201,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\r\n    \"identifier\": 1864825\r\n}"
						}
					]
				},
				{
					"name": "List 3DS Credentials",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{base-url}}/cards/{{publicToken}}/3ds-credentials",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"cards",
								"{{publicToken}}",
								"3ds-credentials"
							]
						},
						"description": "This endpoint enables you to list the 3D Secure authorisation credentials for a card.\n\nFor more information on how to list 3DS credentials, see [Managing 3D Secure Credentials](https://cardsapidocs.thredd.com/docs/creating-3d-secure-credentials)."
					},
					"response": [
						{
							"name": "List 3DS Credentials",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base-url}}/cards/{{publicToken}}/3ds-credentials",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"cards",
										"{{publicToken}}",
										"3ds-credentials"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "[\n    {\n        \"type\": \"OTPSMS\",\n        \"value\": \"8988\",\n        \"id\": 1864825\n    }\n]"
						}
					]
				},
				{
					"name": "Update 3DS Credentials",
					"request": {
						"method": "PUT",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"type\": \"EmailOTP\",\r\n    \"value\": \"286999\",\r\n    \"updatedBy\": \"John Bloggs\"\r\n\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{base-url}}/cards/{{publicToken}}/3ds-credentials/2222",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"cards",
								"{{publicToken}}",
								"3ds-credentials",
								"2222"
							]
						},
						"description": "This endpoint enables you to update the 3D Secure authorisation credential for a card.\n\nFor more information on how to update 3DS credentials, see [Managing 3D Secure Credentials](https://cardsapidocs.thredd.com/docs/creating-3d-secure-credentials)."
					},
					"response": [
						{
							"name": "Update 3DS Credentials",
							"originalRequest": {
								"method": "PUT",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\r\n    \"value\": \"janedoe@email.com\"\r\n\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base-url}}/cards/{{publicToken}}/3ds-credentials/2222",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"cards",
										"{{publicToken}}",
										"3ds-credentials",
										"2222"
									]
								}
							},
							"status": "No Content",
							"code": 204,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Update 3DS Credentials - Idempotent",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "idempotentKey",
								"value": "fce6e10c-4311-413d-a302-47c90442b9c4",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"type\": \"EmailOTP\",\r\n    \"value\": \"286999\",\r\n    \"updatedBy\": \"John Bloggs\"\r\n\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{base-url}}/cards/{{publicToken}}/3ds-credentials/2222",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"cards",
								"{{publicToken}}",
								"3ds-credentials",
								"2222"
							]
						},
						"description": "This endpoint enables you to update the 3D Secure authorisation credential for a card.\n\nFor more information on how to update 3DS credentials, see [Managing 3D Secure Credentials](https://cardsapidocs.thredd.com/docs/creating-3d-secure-credentials).\n\nIdempotency is available for this endpoint. For more information, see [What is Idempotency?](https://cardsapidocs.thredd.com/docs/what-is-idempotency)"
					},
					"response": [
						{
							"name": "Update 3DS Credentials",
							"originalRequest": {
								"method": "PUT",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\r\n    \"value\": \"janedoe@email.com\"\r\n\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base-url}}/cards/{{publicToken}}/3ds-credentials/2222",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"cards",
										"{{publicToken}}",
										"3ds-credentials",
										"2222"
									]
								}
							},
							"status": "No Content",
							"code": 204,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Delete 3DS Credentials",
					"request": {
						"method": "DELETE",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": ""
						},
						"url": {
							"raw": "{{base-url}}/cards/{{publicToken}}/3ds-credentials/481725",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"cards",
								"{{publicToken}}",
								"3ds-credentials",
								"481725"
							]
						},
						"description": "This endpoint enables you to delete 3D Secure authorisation credentials for a card.\n\nFor more information on how to delete 3DS credentials, see [Managing 3D Secure Credentials](https://cardsapidocs.thredd.com/docs/creating-3d-secure-credentials)."
					},
					"response": [
						{
							"name": "Delete 3DS Credentials",
							"originalRequest": {
								"method": "DELETE",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": ""
								},
								"url": {
									"raw": "{{base-url}}/cards/{{publicToken}}/3ds-credentials/481725",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"cards",
										"{{publicToken}}",
										"3ds-credentials",
										"481725"
									]
								}
							},
							"status": "No Content",
							"code": 204,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Get 3DS Configuration",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{base-url}}/cards/{{publicToken}}/3ds-configuration",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"cards",
								"{{publicToken}}",
								"3ds-configuration"
							]
						}
					},
					"response": [
						{
							"name": "Get 3DS Configuration",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base-url}}/cards/{{publicToken}}/3ds-configuration",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"cards",
										"{{publicToken}}",
										"3ds-configuration"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"description": ""
								}
							],
							"cookie": [],
							"body": "{\r\n    \"provider\": 4,\r\n    \"providerName\": \"Apata\",\r\n    \"version\": \"Apata\",\r\n    \"programManager\": {\r\n        \"programManagerCode\": \"PMT\",\r\n        \"shortName\": \"GPSDUMMY\"\r\n    },\r\n    \"mobile\": \"8988\",\r\n    \"email\": null,\r\n    \"isActive\": true,\r\n    \"status\": \"00\",\r\n    \"has3dSecureCredentialEntry\": true,\r\n    \"apataConfig\": {\r\n        \"cardProgramId\": \"sudbhcfndjfncvfhgn\",\r\n        \"challengeProfileId\": \"rshgbvbhmbhverdctgvrwe\",\r\n        \"financialInstitutionId\": \"egegdfbvcvskdfng\",\r\n        \"numberOfQuestionsToAnswer\": 0,\r\n        \"numberIncorrectPermissible\": 0,\r\n        \"language\": \"en-EN\"\r\n    },\r\n    \"kba\": [],\r\n    \"otpSms\": {\r\n        \"otpSmsTemplateFullFormat\": null,\r\n        \"otpSmsTemplateDefaultFormat\": null\r\n    },\r\n    \"biometric\": {\r\n        \"autoEnrol3DSBiometrics\": 0,\r\n        \"autoEnrol3DSOOB\": 0,\r\n        \"biometricUrl\": null,\r\n        \"hasBiometricCredentials\": false,\r\n        \"hasOOBCredentials\": false\r\n    }\r\n}"
						}
					]
				}
			]
		},
		{
			"name": "Card PIN",
			"item": [
				{
					"name": "Get PIN",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{base-url}}/cards/{{publicToken}}/pin",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"cards",
								"{{publicToken}}",
								"pin"
							]
						},
						"description": "This endpoint enables you to retrieve the PIN for a card in plain text.\n\nFor more information on how to retrieve a card PIN, see [PIN Management](https://cardsapidocs.thredd.com/docs/card-personal-identification-number-pin)."
					},
					"response": [
						{
							"name": "Get PIN",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{base-url}}/cards/{{publicToken}}/pin",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"cards",
										"{{publicToken}}",
										"pin"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\r\n    \"pin\": \"0028\"\r\n}"
						}
					]
				},
				{
					"name": "Set PIN",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"cardPin\": \"1234\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{base-url}}/cards/{{publicToken}}/pin",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"cards",
								"{{publicToken}}",
								"pin"
							]
						},
						"description": "This end point enables you to set a PIN for the card. This will overwrite the PIN allocated to the card during card creation.\n\nFor more information on how to set a PIN, see [PIN Management](https://cardsapidocs.thredd.com/docs/card-personal-identification-number-pin)."
					},
					"response": [
						{
							"name": "Set PIN",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "accept",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"cardPin\": \"1234\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base-url}}/cards/{{publicToken}}/pin",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"cards",
										"{{publicToken}}",
										"pin"
									]
								}
							},
							"status": "No Content",
							"code": 204,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Get PIN Status",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{base-url}}/cards/{{publicToken}}/pin/status",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"cards",
								"{{publicToken}}",
								"pin",
								"status"
							]
						},
						"description": "This endpoint enables you to retrieve the current status of the card's PIN.\n\nFor more information on how to get a PIN's status, see [PIN Management](https://cardsapidocs.thredd.com/docs/card-personal-identification-number-pin)."
					},
					"response": [
						{
							"name": "Get PIN Status",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base-url}}/cards/{{publicToken}}/pin/status",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"cards",
										"{{publicToken}}",
										"pin",
										"status"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"status\": \"Unblocked\",\n    \"remainingTries\": \"3\"\n}"
						}
					]
				},
				{
					"name": "Unblock PIN",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{base-url}}/cards/{{publicToken}}/pin/unblock",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"cards",
								"{{publicToken}}",
								"pin",
								"unblock"
							]
						},
						"description": "This endpoint enables you to unblock a PIN for a card.\n\nFor more information on how to unblock a card PIN, see [PIN Management](https://cardsapidocs.thredd.com/docs/card-personal-identification-number-pin)."
					},
					"response": [
						{
							"name": "Unblock PIN",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "accept",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base-url}}/cards/{{publicToken}}/pin/unblock",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"cards",
										"{{publicToken}}",
										"pin",
										"unblock"
									]
								}
							},
							"_postman_previewlanguage": null,
							"header": null,
							"cookie": [],
							"body": null
						}
					]
				}
			]
		},
		{
			"name": "Card CVV",
			"item": [
				{
					"name": "Get CVV",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{base-url}}/cards/{{publicToken}}/cvv",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"cards",
								"{{publicToken}}",
								"cvv"
							]
						},
						"description": "This endpoint enables you to retrieve a card's Card Verification Value (CVV).\n\nFor more information on how to retrieve a card CVV, see [Card Verification Value (CVV)](https://cardsapidocs.thredd.com/docs/card-verification-value-cvv)."
					},
					"response": [
						{
							"name": "Get CVV",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base-url}}/cards/{{publicToken}}/cvv",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"cards",
										"{{publicToken}}",
										"cvv"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"cvv\": \"885\",\n    \"resultStatus\": \"Success\"\n}"
						}
					]
				},
				{
					"name": "Get CVV Status",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{base-url}}/cards/{{publicToken}}/cvv/status",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"cards",
								"{{publicToken}}",
								"cvv",
								"status"
							]
						},
						"description": "This endpoint enables you to get the CVV status of a card.\n\nFor more information on how to get a card's CVV status, see [Card Verification Value (CVV)](https://cardsapidocs.thredd.com/docs/card-verification-value-cvv)."
					},
					"response": [
						{
							"name": "Get CVV Status",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base-url}}/cards/{{publicToken}}/cvv/status",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"cards",
										"{{publicToken}}",
										"cvv",
										"status"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"status\": \"Unblocked\",\n    \"remainingTries\": \"Unlimited\"\n}"
						}
					]
				},
				{
					"name": "Unblock CVV",
					"request": {
						"method": "PUT",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"status\": \"Unblocked\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{base-url}}/cards/{{publicToken}}/cvv/status",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"cards",
								"{{publicToken}}",
								"cvv",
								"status"
							]
						},
						"description": "This endpoint enables you to unblock a card's Card Verification Value (CVV).\n\nFor more information on how to unblock a CVV, see [Card Verification Value (CVV)](https://cardsapidocs.thredd.com/docs/card-verification-value-cvv)."
					},
					"response": [
						{
							"name": "Unblock CVV",
							"originalRequest": {
								"method": "PUT",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n  \"status\": \"Unblocked\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base-url}}/cards/{{publicToken}}/cvv/status",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"cards",
										"{{publicToken}}",
										"cvv",
										"status"
									]
								}
							},
							"status": "No Content",
							"code": 204,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Unblock CVV",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "idempotentKey",
								"value": "fce6e10c-4311-413d-a302-47c90442b9c4",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"status\": \"Unblocked\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{base-url}}/cards/{{publicToken}}/cvv/status",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"cards",
								"{{publicToken}}",
								"cvv",
								"status"
							]
						},
						"description": "This endpoint enables you to unblock a card's Card Verification Value (CVV).\n\nFor more information on how to unblock a CVV, see [Card Verification Value (CVV)](https://cardsapidocs.thredd.com/docs/card-verification-value-cvv).\n\nIdempotency is available for this endpoint. For more information, see [What is Idempotency?](https://cardsapidocs.thredd.com/docs/what-is-idempotency)"
					},
					"response": [
						{
							"name": "Unblock CVV",
							"originalRequest": {
								"method": "PUT",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n  \"status\": \"Unblocked\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base-url}}/cards/{{publicToken}}/cvv/status",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"cards",
										"{{publicToken}}",
										"cvv",
										"status"
									]
								}
							},
							"status": "No Content",
							"code": 204,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": ""
						}
					]
				}
			]
		},
		{
			"name": "Transactions",
			"item": [
				{
					"name": "Load Card",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\"transactionType\": \"Load\",\r\n\"amount\": 1000.00,\r\n\"currencyCode\": \"GBP\",\r\n\"loadedBy\": \"string\",\r\n\"description\": \"string\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{base-url}}/cards/{{publicToken}}/transactions",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"cards",
								"{{publicToken}}",
								"transactions"
							]
						},
						"description": "This endpoint enables you to load funds onto a card, allowing you to add a positive balance onto the card.\n\nFor more information on how to load a card, see [Loading, Unloading and Balance Adjustments](https://cardsapidocs.thredd.com/docs/loading-unloading-a-card)."
					},
					"response": [
						{
							"name": "Load Card",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\"transactionType\": \"Load\",\r\n\"amount\": 1000.00,\r\n\"currencyCode\": \"GBP\",\r\n\"loadedBy\": \"string\",\r\n\"description\": \"string\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base-url}}/cards/{{publicToken}}/transactions",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"cards",
										"{{publicToken}}",
										"transactions"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"transaction\": [\n        {\n            \"transactionType\": \"Load\",\n            \"transactionId\": 6157564898,\n            \"amount\": 1000,\n            \"currencyCode\": \"GBP\",\n            \"publicToken\": \"103169969\"\n        }\n    ],\n    \"balance\": {\n        \"currencyCode\": \"GBP\",\n        \"cardBalance\": 1000,\n        \"pendingAmount\": 0,\n        \"availableBalance\": 1000\n    }\n}"
						}
					]
				},
				{
					"name": "Unload Card",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									"pm.test(\"Status code is 200\", function () {\r",
									"    pm.response.to.have.status(200);\r",
									"});\r",
									"\r",
									"pm.test(\"Check Response\", function () {\r",
									"    var jsonData = pm.response.json();\r",
									"    var req = JSON.parse(pm.request.body.raw);\r",
									"    const transaction = jsonData.transaction[0];\r",
									"\r",
									"console.log(JSON.stringify(jsonData));\r",
									"//Get the card balance after loading the card\r",
									"   const cardBalance = pm.collectionVariables.get(\"cardBalance\");\r",
									"    const expectedResult = {\r",
									"        \"balance\": {\r",
									"            \"currencyCode\": \"GBP\",\r",
									"            \"cardBalance\": cardBalance - req.Amount,\r",
									"            \"pendingAmount\": 0,\r",
									"            \"availableBalance\": cardBalance - req.Amountt\r",
									"        }\r",
									"    }\r",
									"\r",
									"    pm.expect(jsonData).to.deep.include(expectedResult);\r",
									"    pm.expect(transaction.transactionType).to.be.eql('Unload');\r",
									"    pm.expect(transaction.transactionId).to.be.a('string');\r",
									"    pm.expect(transaction.amount).to.be.eql(req.Amount);\r",
									"    pm.expect(transaction.currencyCode).to.be.eql(req.currencyCode);\r",
									"\r",
									"});"
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\"transactionType\": \"Unload\",\r\n\"amount\": 50.00,\r\n\"currencyCode\": \"GBP\",\r\n\"loadedBy\": \"string\",\r\n\"description\": \"string\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{base-url}}/cards/{{publicToken}}/transactions",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"cards",
								"{{publicToken}}",
								"transactions"
							]
						},
						"description": "This endpoint enables you to unload funds from a card, allowing you to remove or partially remove the balance from the card.\n\nFor more information on how to load a card, see [Loading, Unloading and Balance Adjustments](https://cardsapidocs.thredd.com/docs/loading-unloading-a-card)."
					},
					"response": [
						{
							"name": "Unload Card",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\"transactionType\": \"Unload\",\r\n\"amount\": 50.00,\r\n\"currencyCode\": \"GBP\",\r\n\"loadedBy\": \"string\",\r\n\"description\": \"string\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base-url}}/cards/{{publicToken}}/transactions",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"cards",
										"{{publicToken}}",
										"transactions"
									]
								}
							},
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"transaction\": [\n        {\n            \"transactionType\": \"Unload\",\n            \"transactionId\": 6157564901,\n            \"amount\": 50,\n            \"currencyCode\": \"GBP\",\n            \"publicToken\": \"103169969\"\n        }\n    ],\n    \"balance\": {\n        \"currencyCode\": \"GBP\",\n        \"cardBalance\": 950,\n        \"pendingAmount\": 0,\n        \"availableBalance\": 950\n    }\n}"
						}
					]
				},
				{
					"name": "Adjust Balance",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"transactionType\": \"BalanceAdjustment\",\r\n  \"amount\": 500,\r\n  \"currencyCode\": \"GBP\",\r\n  \"loadedBy\": \"User\",\r\n  \"description\": \"Description\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{base-url}}/cards/{{publicToken}}/transactions",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"cards",
								"{{publicToken}}",
								"transactions"
							]
						},
						"description": "This endpoint enables you to create a transaction to modify the balance on the card.\n\nFor more information on how to load and unload a card, see [Loading, Unloading and Balance Adjustments](https://cardsapidocs.thredd.com/docs/loading-unloading-a-card)."
					},
					"response": [
						{
							"name": "Adjust Balance",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n  \"transactionType\": \"BalanceAdjustment\",\r\n  \"amount\": 500,\r\n  \"currencyCode\": \"GBP\",\r\n  \"loadedBy\": \"User\",\r\n  \"description\": \"Description\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base-url}}/cards/{{publicToken}}/transactions",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"cards",
										"{{publicToken}}",
										"transactions"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\r\n    \"transaction\": [\r\n        {\r\n            \"transactionType\": \"BalanceAdjustment\",\r\n            \"transactionId\": 6157564902,\r\n            \"amount\": 500,\r\n            \"currencyCode\": \"GBP\",\r\n            \"publicToken\": \"103169969\"\r\n        }\r\n    ],\r\n    \"balance\": {\r\n        \"currencyCode\": \"GBP\",\r\n        \"cardBalance\": 1450,\r\n        \"pendingAmount\": 0,\r\n        \"availableBalance\": 1450\r\n    }\r\n}"
						}
					]
				},
				{
					"name": "Transfer Funds",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\"transactionType\": \"TransferFunds\",\r\n\"amount\": 10.00,\r\n\"currencyCode\": \"GBP\",\r\n\"toPublicToken\": \"987654321\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{base-url}}/cards/{{publicToken}}/transactions",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"cards",
								"{{publicToken}}",
								"transactions"
							]
						},
						"description": "This endpoint enables users to transfer funds between cards in the GPS system, and to facilitate loading cards from an MVC.\n\nFunds are transferred from the publicToken set in the URL and transferred to the token set in the ToPublicToken field in the body.\n\nFor more information on how to transfer funds, see [Transaction Types](https://cardsapidocs.thredd.com/docs/loading-unloading-a-card)."
					},
					"response": [
						{
							"name": "Transfer Funds",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\"transactionType\": \"TransferFunds\",\r\n\"amount\": 10.00,\r\n\"currencyCode\": \"GBP\",\r\n\"toPublicToken\": \"103169968\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base-url}}/cards/{{publicToken}}/transactions",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"cards",
										"{{publicToken}}",
										"transactions"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"transaction\": [\n        {\n            \"transactionType\": \"Unload\",\n            \"transactionId\": 6157564904,\n            \"amount\": 10,\n            \"currencyCode\": \"GBP\",\n            \"publicToken\": \"103169969\"\n        },\n        {\n            \"transactionType\": \"Load\",\n            \"transactionId\": 6157564905,\n            \"amount\": 10,\n            \"currencyCode\": \"GBP\",\n            \"publicToken\": \"103169968\"\n        }\n    ],\n    \"balance\": {\n        \"currencyCode\": \"GBP\",\n        \"cardBalance\": 1440,\n        \"pendingAmount\": 0,\n        \"availableBalance\": 1440\n    }\n}"
						}
					]
				},
				{
					"name": "Get Card Transactions",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{base-url}}/cards/{{publicToken}}/transactions?fromDate=20210101&toDate=20221231",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"cards",
								"{{publicToken}}",
								"transactions"
							],
							"query": [
								{
									"key": "fromDate",
									"value": "20210101"
								},
								{
									"key": "toDate",
									"value": "20221231"
								}
							]
						},
						"description": "This endpoint retrieves the transactions for a card between two specified dates.\n\nFor more information on how to list card transactions, see [Listing Card Transactions](https://cardsapidocs.thredd.com/docs/retrieving-card-transactions)."
					},
					"response": [
						{
							"name": "Get Card Transactions",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base-url}}/cards/{{publicToken}}/transactions?fromDate=20210101&toDate=20221231",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"cards",
										"{{publicToken}}",
										"transactions"
									],
									"query": [
										{
											"key": "fromDate",
											"value": "20210101"
										},
										{
											"key": "toDate",
											"value": "20221231"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "[\r\n    {\r\n        \"id\": 6160502008,\r\n        \"description\": \"string\",\r\n        \"dateTime\": \"2024-02-20T14:16:18.34Z\",\r\n        \"lifeCycleId\": null,\r\n        \"type\": {\r\n            \"code\": \"U\",\r\n            \"description\": \"Unload\"\r\n        },\r\n        \"status\": {\r\n            \"code\": \"S\",\r\n            \"description\": \"Settled\"\r\n        },\r\n        \"amount\": {\r\n            \"billingValue\": 50.00,\r\n            \"billingCurrency\": \"GBP\",\r\n            \"transactionValue\": 50.0000,\r\n            \"transactionCurrency\": \"GBP\",\r\n            \"settlementAmount\": 50.00,\r\n            \"settlementCurrency\": \"GBP\",\r\n            \"actualBalance\": 1950.00,\r\n            \"availableBalance\": 1950.00\r\n        },\r\n        \"fees\": {\r\n            \"id\": 0,\r\n            \"fixedFee\": 0.00,\r\n            \"rateFee\": 0.00,\r\n            \"fxPadding\": 0.00,\r\n            \"mccPadding\": 0.00\r\n        },\r\n        \"productId\": 10023,\r\n        \"cardNetwork\": \"MASTERCARD\",\r\n        \"processingCode\": \"230000\",\r\n        \"recordId\": 0,\r\n        \"note\": \"API Load by \",\r\n        \"systemTraceAuditNumber\": 0,\r\n        \"transactionCountry\": \"GBR\",\r\n        \"transactionLink\": 6160502008,\r\n        \"additionalDetail\": null,\r\n        \"paymentTokenId\": null,\r\n        \"paymentMethod\": \"None\",\r\n        \"ehiMode\": 3\r\n    },\r\n    {\r\n        \"id\": 6160502007,\r\n        \"description\": \"string\",\r\n        \"dateTime\": \"2024-02-20T14:16:11.17Z\",\r\n        \"lifeCycleId\": null,\r\n        \"type\": {\r\n            \"code\": \"L\",\r\n            \"description\": \"Load\"\r\n        },\r\n        \"status\": {\r\n            \"code\": \"S\",\r\n            \"description\": \"Settled\"\r\n        },\r\n        \"amount\": {\r\n            \"billingValue\": 1000.00,\r\n            \"billingCurrency\": \"GBP\",\r\n            \"transactionValue\": 1000.0000,\r\n            \"transactionCurrency\": \"GBP\",\r\n            \"settlementAmount\": 1000.00,\r\n            \"settlementCurrency\": \"GBP\",\r\n            \"actualBalance\": 2000.00,\r\n            \"availableBalance\": 2000.00\r\n        },\r\n        \"fees\": {\r\n            \"id\": 0,\r\n            \"fixedFee\": 0.00,\r\n            \"rateFee\": 0.00,\r\n            \"fxPadding\": 0.00,\r\n            \"mccPadding\": 0.00\r\n        },\r\n        \"productId\": 10023,\r\n        \"cardNetwork\": \"MASTERCARD\",\r\n        \"processingCode\": \"220000\",\r\n        \"recordId\": 0,\r\n        \"note\": \"API Load by \",\r\n        \"systemTraceAuditNumber\": 0,\r\n        \"transactionCountry\": \"GBR\",\r\n        \"transactionLink\": 6160502007,\r\n        \"additionalDetail\": null,\r\n        \"paymentTokenId\": null,\r\n        \"paymentMethod\": \"None\",\r\n        \"ehiMode\": 3\r\n    },\r\n    {\r\n        \"id\": 6159718325,\r\n        \"description\": \"string\",\r\n        \"dateTime\": \"2023-12-07T11:03:38.837Z\",\r\n        \"lifeCycleId\": null,\r\n        \"type\": {\r\n            \"code\": \"L\",\r\n            \"description\": \"Load\"\r\n        },\r\n        \"status\": {\r\n            \"code\": \"S\",\r\n            \"description\": \"Settled\"\r\n        },\r\n        \"amount\": {\r\n            \"billingValue\": 1000.00,\r\n            \"billingCurrency\": \"GBP\",\r\n            \"transactionValue\": 1000.0000,\r\n            \"transactionCurrency\": \"GBP\",\r\n            \"settlementAmount\": 1000.00,\r\n            \"settlementCurrency\": \"GBP\",\r\n            \"actualBalance\": 1000.00,\r\n            \"availableBalance\": 1000.00\r\n        },\r\n        \"fees\": {\r\n            \"id\": 0,\r\n            \"fixedFee\": 0.00,\r\n            \"rateFee\": 0.00,\r\n            \"fxPadding\": 0.00,\r\n            \"mccPadding\": 0.00\r\n        },\r\n        \"productId\": 10023,\r\n        \"cardNetwork\": \"MASTERCARD\",\r\n        \"processingCode\": \"220000\",\r\n        \"recordId\": 0,\r\n        \"note\": \"API Load by \",\r\n        \"systemTraceAuditNumber\": 0,\r\n        \"transactionCountry\": \"GBR\",\r\n        \"transactionLink\": 6159718325,\r\n        \"additionalDetail\": null,\r\n        \"paymentTokenId\": null,\r\n        \"paymentMethod\": \"None\",\r\n        \"ehiMode\": 3\r\n    }\r\n]"
						}
					]
				},
				{
					"name": "Load Card for Issuer",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{access_token}}",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\"transactionType\": \"Load\",\r\n\"amount\": 1000.00,\r\n\"currencyCode\": \"GBP\",\r\n\"loadedBy\": \"string\",\r\n\"description\": \"string\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{base-url}}/cards/issuer/{{publicToken}}/transactions",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"cards",
								"issuer",
								"{{publicToken}}",
								"transactions"
							]
						},
						"description": "This endpoint enables you to load funds onto a card, allowing you to add a positive balance onto the card.\n\nFor more information on how to load a card, see [Load and Unload Card for Issuer](https://cardsapidocs.thredd.com/docs/load-and-unload-bin-sponsor)"
					},
					"response": [
						{
							"name": "Load Card",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\"transactionType\": \"Load\",\r\n\"amount\": 1000.00,\r\n\"currencyCode\": \"GBP\",\r\n\"loadedBy\": \"string\",\r\n\"description\": \"string\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base-url}}/cards/{{publicToken}}/transactions",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"cards",
										"{{publicToken}}",
										"transactions"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"transaction\": [\n        {\n            \"transactionType\": \"Load\",\n            \"transactionId\": 6157564898,\n            \"amount\": 1000,\n            \"currencyCode\": \"GBP\",\n            \"publicToken\": \"103169969\"\n        }\n    ],\n    \"balance\": {\n        \"currencyCode\": \"GBP\",\n        \"cardBalance\": 1000,\n        \"pendingAmount\": 0,\n        \"availableBalance\": 1000\n    }\n}"
						}
					]
				},
				{
					"name": "Unload Card for Issuer",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									"pm.test(\"Status code is 200\", function () {\r",
									"    pm.response.to.have.status(200);\r",
									"});\r",
									"\r",
									"pm.test(\"Check Response\", function () {\r",
									"    var jsonData = pm.response.json();\r",
									"    var req = JSON.parse(pm.request.body.raw);\r",
									"    const transaction = jsonData.transaction[0];\r",
									"\r",
									"console.log(JSON.stringify(jsonData));\r",
									"//Get the card balance after loading the card\r",
									"   const cardBalance = pm.collectionVariables.get(\"cardBalance\");\r",
									"    const expectedResult = {\r",
									"        \"balance\": {\r",
									"            \"currencyCode\": \"GBP\",\r",
									"            \"cardBalance\": cardBalance - req.Amount,\r",
									"            \"pendingAmount\": 0,\r",
									"            \"availableBalance\": cardBalance - req.Amountt\r",
									"        }\r",
									"    }\r",
									"\r",
									"    pm.expect(jsonData).to.deep.include(expectedResult);\r",
									"    pm.expect(transaction.transactionType).to.be.eql('Unload');\r",
									"    pm.expect(transaction.transactionId).to.be.a('string');\r",
									"    pm.expect(transaction.amount).to.be.eql(req.Amount);\r",
									"    pm.expect(transaction.currencyCode).to.be.eql(req.currencyCode);\r",
									"\r",
									"});"
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{access_token}}",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\"transactionType\": \"Unload\",\r\n\"amount\": 50.00,\r\n\"currencyCode\": \"GBP\",\r\n\"loadedBy\": \"string\",\r\n\"description\": \"string\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{base-url}}/cards/issuer/{{publicToken}}/transactions",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"cards",
								"issuer",
								"{{publicToken}}",
								"transactions"
							]
						},
						"description": "This endpoint enables you to unload funds from a card, allowing you to remove or partially remove the balance from the card.\n\nFor more information on how to unload a card, see [Load and Unload Card for Issuer](https://cardsapidocs.thredd.com/docs/load-and-unload-bin-sponsor)"
					},
					"response": [
						{
							"name": "Unload Card",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n\"transactionType\": \"Unload\",\r\n\"amount\": 50.00,\r\n\"currencyCode\": \"GBP\",\r\n\"loadedBy\": \"string\",\r\n\"description\": \"string\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base-url}}/cards/{{publicToken}}/transactions",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"cards",
										"{{publicToken}}",
										"transactions"
									]
								}
							},
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"transaction\": [\n        {\n            \"transactionType\": \"Unload\",\n            \"transactionId\": 6157564901,\n            \"amount\": 50,\n            \"currencyCode\": \"GBP\",\n            \"publicToken\": \"103169969\"\n        }\n    ],\n    \"balance\": {\n        \"currencyCode\": \"GBP\",\n        \"cardBalance\": 950,\n        \"pendingAmount\": 0,\n        \"availableBalance\": 950\n    }\n}"
						}
					]
				}
			]
		},
		{
			"name": "Products",
			"item": [
				{
					"name": "Get Product for Program Manager",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{base-url}}/products/8591",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"products",
								"8591"
							]
						},
						"description": "This endpoint allows you to retrieve details for a specified product id. This id must be specified in the endpoint.\n\nFor more information, see [Getting Product Data](https://cardsapidocs.thredd.com/docs/getting-product-data)."
					},
					"response": [
						{
							"name": "Get Product for Program Manager",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base-url}}/products/10003",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"products",
										"10003"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"description": ""
								}
							],
							"cookie": [],
							"body": "{\r\n    \"supportedCredentialTypesCsv\": null,\r\n    \"supportedCredentialTypes\": [],\r\n    \"defaultCredentialTypeId\": null,\r\n    \"fallbackCredentialTypeId\": null,\r\n    \"productId\": 10023,\r\n    \"accountCode\": \"01\",\r\n    \"schemeId\": 644,\r\n    \"schemeName\": \"GPS SCHEME TEST\",\r\n    \"currencyCode\": \"GBP\",\r\n    \"groupFeeTranCode\": \"\",\r\n    \"groupFeeMasterCode\": \"\",\r\n    \"groupFeeWebCode\": \"\",\r\n    \"groupMCCCode\": \"\",\r\n    \"groupUsageCode\": \"PMT-CU-001\",\r\n    \"ehiMode\": 3,\r\n    \"supplier3DS\": \"4\",\r\n    \"supplier3DSName\": null,\r\n    \"supplier3DSVersion\": \"Apata\",\r\n    \"fraudManagement\": 0,\r\n    \"cardDefaultIsSingleUse\": null,\r\n    \"cardDefaultIsNonReloadable\": null,\r\n    \"fraudNotificationMethod\": 0,\r\n    \"config3dSecure\": {\r\n        \"language\": \"en-EN\",\r\n        \"apata\": {\r\n            \"cardProgramId\": \"sudbhcfndjfncvfhgn\",\r\n            \"challengeProfileId\": \"rshgbvbhmbhverdctgvrwe\",\r\n            \"kbaNumberOfQuestionsToAnswer\": 0,\r\n            \"kbaNumberOfIncorrectPermissible\": 0\r\n        }\r\n    }\r\n}"
						}
					]
				},
				{
					"name": "Get Products",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{base-url}}/products",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"products"
							]
						},
						"description": "This endpoint allows you to retrieve the a list of products for your program.\n\nFor more information, see [Getting Product Data](https://cardsapidocs.thredd.com/docs/getting-product-data)."
					},
					"response": [
						{
							"name": "Get Products",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base-url}}/products",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"products"
									]
								}
							},
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"productID\": 10003,\n    \"productName\": \"Currency Cloud Test UK\",\n    \"accountCode\": \"02\",\n    \"schemeName\": \"SCHEME TEST\",\n    \"currencyCode\": \"GBP\"\n},\n{\n    \"productID\": 10004,\n    \"productName\": \"REST API TEST\",\n    \"accountCode\": \"02\",\n    \"schemeName\": \"SCHEME TEST\",\n    \"currencyCode\": \"GBP\"\n}\n]"
						}
					]
				},
				{
					"name": "Get Product Card Stock",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{base-url}}/products/9999/stock",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"products",
								"9999",
								"stock"
							]
						},
						"description": "The Get Product Card Stock endpoint enables you to find out how much card stock you have associated with a product. You can retrieve a product's card stock by making a GET request to the Get Card Stock endpoint.\n\nFor more information, see [Getting Card Stock Data.](https://cardsapidocs.thredd.com/docs/getting-card-stock-data)"
					},
					"response": [
						{
							"name": "Get Product Card Stock",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base-url}}/products/10003/stock",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"products",
										"10003",
										"stock"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"productId\": 10003,\n    \"availableStock\": 3\n}"
						}
					]
				}
			]
		},
		{
			"name": "Merchants",
			"item": [
				{
					"name": "Get Allowed Merchants",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{base-url}}/groups/allow-merchant",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"groups",
								"allow-merchant"
							]
						}
					},
					"response": [
						{
							"name": "Get Allowed Merchants",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base-url}}/groups/allow-merchant",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"groups",
										"allow-merchant"
									]
								}
							},
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "[\n\n{\n    \"listId\": 12,\n    \"listName\": \"TEST\",\n    \"listType\": \"Allow\",\n    \"isActive\": true,\n    \"schemeId\": 809,\n    \"schemeName\": \"Operation Testing\",\n    \"institutionId\": 142,\n    \"institutionName\": \"INSTITUTION TEST\",\n    \"cardAcceptors\": [\n        \"Merchant1\",\n        \"Merchant5\",\n        \"Thredd\"\n    ]\n}\n\n]"
						}
					]
				},
				{
					"name": "Add Merchant to Allow List",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"merchantIds\": [\r\n        \"Merchant5\"\r\n    ]\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{base-url}}/groups/allow-merchant/86",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"groups",
								"allow-merchant",
								"86"
							]
						},
						"description": "This endpoint allows you to add merchants to the allow list. You can do this by adding the List ID to the end of the Allow Merchant endpoint.\n\nFor more information, see [Merchant Allow Lists](https://cardsapidocs.thredd.com/docs/merchant-allow-lists)."
					},
					"response": [
						{
							"name": "Add Merchant to Allow List",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"merchantIds\": [\r\n        \"Merchant5\"\r\n    ]\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base-url}}/groups/allow-merchant/12",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"groups",
										"allow-merchant",
										"12"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "[\n    {\n        \"listId\": 12,\n        \"listName\": \"MERCHANT1\",\n        \"listType\": \"Allow\",\n        \"isActive\": true,\n        \"schemeId\": 809,\n        \"schemeName\": \"Operation Testing\",\n        \"institutionId\": 142,\n        \"institutionName\": \"INSTITUTION TEST\",\n        \"cardAcceptors\": [\n            \"123456\",\n            \"Merchant5\"\n    ]\n    }\n]"
						}
					]
				},
				{
					"name": "Remove Merchant from Allow List",
					"request": {
						"method": "DELETE",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": ""
						},
						"url": {
							"raw": "{{base-url}}/groups/allow-merchant/86/Merchant5",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"groups",
								"allow-merchant",
								"86",
								"Merchant5"
							]
						},
						"description": "This endpoint allows you to remove a merchant from an allow list. You can do this by using the DELETE method and adding the List ID and Merchant ID to the end of the Allow Merchant endpoint.\n\nFor more information, see [Merchant Allow Lists](https://cardsapidocs.thredd.com/docs/merchant-allow-lists)."
					},
					"response": [
						{
							"name": "Remove Merchant from Allow List",
							"originalRequest": {
								"method": "DELETE",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": ""
								},
								"url": {
									"raw": "{{base-url}}/groups/allow-merchant/12/Merchant5",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"groups",
										"allow-merchant",
										"12",
										"Merchant5"
									]
								}
							},
							"status": "No Content",
							"code": 204,
							"_postman_previewlanguage": null,
							"header": null,
							"cookie": [],
							"body": null
						}
					]
				},
				{
					"name": "Get Disallowed Merchants",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{base-url}}/groups/disallow-merchant",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"groups",
								"disallow-merchant"
							]
						},
						"description": "This endpoint allows you to retrieve the merchant disallow list for your program. You can retrieve the merchant disallow list by making a GET request to the Disallow Merchant endpoint.\n\nFor more information, see [Merchant Disallow Lists](https://cardsapidocs.thredd.com/docs/merchant-disallow-lists)."
					},
					"response": [
						{
							"name": "Get Disallowed Merchants",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{base-url}}/groups/disallow-merchant",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"groups",
										"disallow-merchant"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "[\r\n    {\r\n        \"listId\": 71,\r\n        \"listName\": \"TST\",\r\n        \"listType\": \"Disallow\",\r\n        \"isActive\": true,\r\n        \"schemeId\": null,\r\n        \"schemeName\": \"\",\r\n        \"institutionId\": 142,\r\n        \"institutionName\": \"INSTITUTION TEST\",\r\n        \"cardAcceptors\": [\r\n            \"12345\",\r\n            \"3214\",\r\n            \"Merchant15\",\r\n            \"Merchant5\"\r\n        ]\r\n    },\r\n    {\r\n        \"listId\": 90,\r\n        \"listName\": \"TESTX2\",\r\n        \"listType\": \"Disallow\",\r\n        \"isActive\": true,\r\n        \"schemeId\": null,\r\n        \"schemeName\": \"\",\r\n        \"institutionId\": 142,\r\n        \"institutionName\": \"INSTITUTION TEST\",\r\n        \"cardAcceptors\": [\r\n            \"MOTO 1\"\r\n        ]\r\n    }\r\n]"
						}
					]
				},
				{
					"name": "Add Merchant to Disallow List",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"merchantIds\": [\r\n        \"Merchant5\"\r\n    ]\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{base-url}}/groups/disallow-merchant/71",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"groups",
								"disallow-merchant",
								"71"
							]
						},
						"description": "This endpoint allows you to add merchants to a disallow list. You can do this by adding the List ID to the end of the Disallow Merchant endpoint.\n\nFor more information, see [Merchant Disallow Lists](https://cardsapidocs.thredd.com/docs/merchant-disallow-lists)."
					},
					"response": [
						{
							"name": "Add Merchant to Disallow List",
							"originalRequest": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"merchantIds\": [\r\n        \"Test1\"\r\n    ]\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{base-url}}/groups/disallow-merchant/71",
									"host": [
										"{{base-url}}"
									],
									"path": [
										"groups",
										"disallow-merchant",
										"71"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json",
									"name": "Content-Type",
									"description": "",
									"type": "text"
								}
							],
							"cookie": [],
							"body": "{\n    \"listId\": 90,\n    \"listName\": \"TESTX2\",\n    \"listType\": \"Disallow\",\n    \"isActive\": true,\n    \"schemeId\": null,\n    \"schemeName\": \"\",\n    \"institutionId\": 142,\n    \"institutionName\": \"INSTITUTION TEST\",\n    \"cardAcceptors\": [\n        \"MOTO 1\",\n        \"Test1\"\n    ]\n}"
						}
					]
				}
			]
		},
		{
			"name": "Payment Tokens",
			"item": [
				{
					"name": "Get Card Payment Tokens",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{base-url}}/cards/102805901/payment-tokens",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"cards",
								"102805901",
								"payment-tokens"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Details for Payment Token",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{base-url}}/cards/{{publicToken}}/paymenttokens/{{tokenId}}",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"cards",
								"{{publicToken}}",
								"paymenttokens",
								"{{tokenId}}"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Card Payment Token Devices",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{base-url}}/cards/{{publicToken}}/paymenttokens/{{tokenId}}/devices",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"cards",
								"{{publicToken}}",
								"paymenttokens",
								"{{tokenId}}",
								"devices"
							]
						}
					},
					"response": []
				},
				{
					"name": "Unbind a Payment Token",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{base-url}}/cards/{{publicToken}}/payment-tokens/{{tokenId}}/devices/unbind",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"cards",
								"{{publicToken}}",
								"payment-tokens",
								"{{tokenId}}",
								"devices",
								"unbind"
							]
						}
					},
					"response": []
				},
				{
					"name": "Update Payment Token Status",
					"request": {
						"method": "PUT",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n  \"status\": \"Suspended\"\r\n   \r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{base-url}}/cards/{{publicToken}}/payment-tokens/{{tokenId}}/status",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"cards",
								"{{publicToken}}",
								"payment-tokens",
								"{{tokenId}}",
								"status"
							]
						}
					},
					"response": []
				},
				{
					"name": "Update Payment Token Status",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "idempotencyKey",
								"value": "",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{base-url}}/cards/{{publicToken}}/payment-tokens/{{tokenId}}/status",
							"host": [
								"{{base-url}}"
							],
							"path": [
								"cards",
								"{{publicToken}}",
								"payment-tokens",
								"{{tokenId}}",
								"status"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Custom PAN",
			"item": [
				{
					"name": "Validate Custom PAN",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									""
								],
								"type": "text/javascript",
								"packages": {}
							}
						}
					],
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "raw",
							"raw": "{\r\n\"productId\": 443,\r\n\"customPan\": \"008185\",\r\n\"panOptions\": [\r\n{\r\n\"id\": 1,\r\n\"pan\": \"78965\"\r\n},\r\n{\r\n\"id\": 2,\r\n\"pan\": \"78765\"\r\n}\r\n]\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://thredd-cg-custompan-uat.thredd.net/api/v1/card/custom-pan",
							"protocol": "https",
							"host": [
								"thredd-cg-custompan-uat",
								"thredd",
								"net"
							],
							"path": [
								"api",
								"v1",
								"card",
								"custom-pan"
							]
						},
						"description": "This endpoint enables you to create physical and virtual cards. The type of card you create is governed by what value you pass for Card Type, either physical or virtual.\n\nA successful response will return a 201 http code. The Thredd public token linked to the card will be returned in the response.\n\nFor more information on how to create a card, see [Creating a Card](https://cardsapidocs.thredd.com/docs/create-card-2)."
					},
					"response": []
				},
				{
					"name": "Create Custom PAN",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-Correlation-ID",
								"value": "<string>"
							},
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "text/plain"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"customPan\": \"008185\",\n    \"referenceNumber\": 4933606,\n    \"productId\": 443,\n    \"manufacturerDetails\": {\n        \"deliveryMethod\": \"\",\n        \"deliveryCode\": \"\",\n        \"languageCode\": \"\",\n        \"carrierType\": \"\",\n        \"vanityName\": \"\",\n        \"url\": \"\",\n        \"cardPhysicalLayout\": {\n            \"imageId\": \"Image-001\",\n            \"embossLine4\": \"\",\n            \"thermalLine1\": \"\",\n            \"thermalLine2\": \"\",\n            \"logoFrontId\": \"\",\n            \"logoBackId\": \"\"\n        }\n    },\n    \"productReference\": \"\",\n    \"customerAccount\": \"\",\n    \"expiryDate\": \"2025-09-30\",\n    \"accessCode\": \"\",\n    \"cardName\": \"\",\n    \"coBrand\": \"\",\n    \"fulfil1\": \"\",\n    \"fulfil2\": \"\",\n    \"fardName\": \"\",\n    \"singleUse\": true,\n    \"nonReloadable\": false,\n    \"cardHolder\": {\n        \"title\": \"Mr\",\n        \"firstName\": \"First\",\n        \"lastName\": \"Last\",\n        \"dob\": \"2000-01-01\",\n        \"gender\": \"M\",\n        \"mobile\": \"\",\n        \"telephone\": \"\",\n        \"email\": \"\",\n        \"address\": {\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"addressLine3\": \"\",\n            \"city\": \"\",\n            \"county\": \"\",\n            \"country\": \"\",\n            \"postCode\": \"\"\n        },\n        \"deliveryAddress\": {\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"addressLine3\": \"\",\n            \"city\": \"\",\n            \"county\": \"\",\n            \"country\": \"\",\n            \"postCode\": \"\"\n        }\n    },\n    \"groups\": {\n        \"limit\": \"\",\n        \"mcc\": \"\",\n        \"usage\": \"\",\n        \"authorisationFee\": \"\",\n        \"scheduledFee\": \"\",\n        \"webServiceFee\": \"\",\n        \"cardLinkage\": \"\",\n        \"foreignExchange\": \"\",\n        \"authorisationCalendar\": \"\",\n        \"whitelist\": \"\",\n        \"blacklist\": \"\"\n    }\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://thredd-cg-custompan-uat.thredd.net/api/v1/card/create",
							"protocol": "https",
							"host": [
								"thredd-cg-custompan-uat",
								"thredd",
								"net"
							],
							"path": [
								"api",
								"v1",
								"card",
								"create"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Card Limits",
			"item": [
				{
					"name": "Set Limit (Card Level)",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "X-Correlation-ID",
								"value": "<string>"
							},
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "text/plain"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"category_limits\": [\n        {\n            \"limits\":\n                {\n                    \"dailyfrequency\": 10,\n                    \"dailylimit\": 200,\n                    \"accumfrequency1\": 100,\n                    \"maximumpertransaction\": 100,\n                    \"accumlimit2\": 2000,\n                    \"accumperiod2\": 365,\n                    \"accumlimit1\": 800,\n                    \"accumperiod1\": 30,\n                    \"minimumpertransaction\": 0,\n                    \"accumfrequency2\": 300\n                },\n            \"category\":\"Cash\"\n        },\n        {\n            \"limits\":\n                {\n                  \"dailyfrequency\": 10,\n                    \"dailylimit\": 200,\n                    \"accumfrequency1\": 100,\n                    \"maximumpertransaction\": 100,\n                    \"accumlimit2\": 2000,\n                    \"accumperiod2\": 365,\n                    \"accumlimit1\": 800,\n                    \"accumperiod1\": 30,\n                    \"minimumpertransaction\": 0,\n                    \"accumfrequency2\": 300\n                },\n            \"category\": \"Pay_in\"\n        },\n        {\n            \"limits\":\n                {\n                  \"dailyfrequency\": 10,\n                    \"dailylimit\": 200,\n                    \"accumfrequency1\": 100,\n                    \"maximumpertransaction\": 100,\n                    \"accumlimit2\": 2000,\n                    \"accumperiod2\": 365,\n                    \"accumlimit1\": 800,\n                    \"accumperiod1\": 30,\n                    \"minimumpertransaction\": 0,\n                    \"accumfrequency2\": 300\n                },\n            \"category\": \"Pay_out\"\n        },\n        {\n            \"subcategories\": [\n                {\n                    \"limits\":\n                        {\n                           \"dailyfrequency\": 10,\n                           \"dailylimit\": 200,\n                           \"accumfrequency1\": 100,\n                           \"maximumpertransaction\": 100,\n                           \"accumlimit2\": 2000,\n                           \"accumperiod2\": 365,\n                           \"accumlimit1\": 800,\n                           \"accumperiod1\": 30,\n                           \"minimumpertransaction\": 0,\n                           \"accumfrequency2\": 300\n                        },\n                    \"subcategory\": \"Contactless\"\n                }\n            ],\n            \"limits\":\n                {\n                   \"dailyfrequency\": 10,\n                    \"dailylimit\": 200,\n                    \"accumfrequency1\": 100,\n                    \"maximumpertransaction\": 100,\n                    \"accumlimit2\": 2000,\n                    \"accumperiod2\": 365,\n                    \"accumlimit1\": 800,\n                    \"accumperiod1\": 30,\n                    \"minimumpertransaction\": 0,\n                    \"accumfrequency2\": 300\n                },\n            \"category\": \"POS\"\n        }\n    ],\n    \"public_token\": 666612345\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://cards-iapi-limits-overrides-apigw-uat.thredd.net/set_limit",
							"protocol": "https",
							"host": [
								"cards-iapi-limits-overrides-apigw-uat",
								"thredd",
								"net"
							],
							"path": [
								"set_limit"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Limit (Card Level)",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "https://cards-iapi-limits-overrides-apigw-uat.thredd.net/get_limit",
							"protocol": "https",
							"host": [
								"cards-iapi-limits-overrides-apigw-uat",
								"thredd",
								"net"
							],
							"path": [
								"get_limit"
							]
						}
					},
					"response": []
				}
			]
		}
	],
	"auth": {
		"type": "oauth2",
		"oauth2": [
			{
				"key": "accessTokenUrl",
				"value": "https://identity.globalprocessing.com/connect/token",
				"type": "string"
			},
			{
				"key": "clientSecret",
				"value": "{{client_secret}}",
				"type": "string"
			},
			{
				"key": "clientId",
				"value": "{{client_id}}",
				"type": "string"
			},
			{
				"key": "challengeAlgorithm",
				"value": "S256",
				"type": "string"
			},
			{
				"key": "grant_type",
				"value": "client_credentials",
				"type": "string"
			},
			{
				"key": "addTokenTo",
				"value": "header",
				"type": "string"
			},
			{
				"key": "client_authentication",
				"value": "body",
				"type": "string"
			}
		]
	},
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		}
	],
	"variable": [
		{
			"key": "base-url",
			"value": "https://cardsapi-uat-pub.globalprocessing.net/api/v1",
			"type": "string"
		},
		{
			"key": "publicToken",
			"value": "109429504",
			"type": "string"
		},
		{
			"key": "client_id",
			"value": "",
			"type": "string"
		},
		{
			"key": "client_secret",
			"value": "",
			"type": "string"
		},
		{
			"key": "grant_type",
			"value": "client_credentials",
			"type": "string"
		},
		{
			"key": "access_token",
			"value": "",
			"type": "string"
		}
	]
}