{
	"info": {
		"_postman_id": "260a45f2-c154-493b-8287-77dd66bc5d10",
		"name": "fincodesapi.com API",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "2696446"
	},
	"item": [
		{
			"name": "IBAN",
			"request": {
				"auth": {
					"type": "apikey",
					"apikey": [
						{
							"key": "key",
							"value": "X-Api-Key",
							"type": "string"
						},
						{
							"key": "value",
							"value": "{{apiKey}}",
							"type": "string"
						},
						{
							"key": "in",
							"value": "header",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					}
				],
				"url": {
					"raw": "{{baseUrl}}/ibans/:iban",
					"host": [
						"{{baseUrl}}"
					],
					"path": [
						"ibans",
						":iban"
					],
					"variable": [
						{
							"key": "iban",
							"value": "<string>",
							"description": "(Required) IBAN code to return"
						}
					]
				},
				"description": "Returns a single IBAN number information including it's BIC code"
			},
			"response": [
				{
					"name": "Successful operation",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							},
							{
								"key": "X-Api-Key",
								"value": "<API Key>",
								"description": "Added as a part of security scheme: apikey"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/ibans/:iban",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"ibans",
								":iban"
							],
							"variable": [
								{
									"key": "iban"
								}
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Content-Type",
							"value": "application/json"
						}
					],
					"cookie": [],
					"body": "{\n  \"success\": \"<boolean>\",\n  \"data\": {\n    \"id\": \"<string>\",\n    \"account_number\": \"<string>\",\n    \"national_bank_code\": \"<string>\",\n    \"national_branch_code\": \"<string>\",\n    \"swift\": {\n      \"id\": \"<string>\",\n      \"bank\": {\n        \"id\": \"<string>\",\n        \"country_id\": \"<string>\",\n        \"code\": \"<string>\",\n        \"name\": \"<string>\"\n      },\n      \"country\": {\n        \"id\": \"<string>\",\n        \"name\": \"<string>\"\n      },\n      \"city\": {\n        \"id\": \"<string>\",\n        \"country_id\": \"<string>\",\n        \"name\": \"<string>\"\n      },\n      \"branch_name\": \"<string>\",\n      \"branch_code\": \"<string>\",\n      \"address\": \"<string>\",\n      \"postcode\": \"<string>\"\n    },\n    \"country\": {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\"\n    }\n  }\n}"
				},
				{
					"name": "Invalid IBAN supplied",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "X-Api-Key",
								"value": "<API Key>",
								"description": "Added as a part of security scheme: apikey"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/ibans/:iban",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"ibans",
								":iban"
							],
							"variable": [
								{
									"key": "iban"
								}
							]
						}
					},
					"status": "Bad Request",
					"code": 400,
					"_postman_previewlanguage": "text",
					"header": [],
					"cookie": [],
					"body": ""
				},
				{
					"name": "API Key (X-Api-Key header) is missing or invalid",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "X-Api-Key",
								"value": "<API Key>",
								"description": "Added as a part of security scheme: apikey"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/ibans/:iban",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"ibans",
								":iban"
							],
							"variable": [
								{
									"key": "iban"
								}
							]
						}
					},
					"status": "Unauthorized",
					"code": 401,
					"_postman_previewlanguage": "text",
					"header": [],
					"cookie": [],
					"body": ""
				},
				{
					"name": "IBAN not found",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "X-Api-Key",
								"value": "<API Key>",
								"description": "Added as a part of security scheme: apikey"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/ibans/:iban",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"ibans",
								":iban"
							],
							"variable": [
								{
									"key": "iban"
								}
							]
						}
					},
					"status": "Not Found",
					"code": 404,
					"_postman_previewlanguage": "text",
					"header": [],
					"cookie": [],
					"body": ""
				}
			]
		},
		{
			"name": "BIC",
			"request": {
				"auth": {
					"type": "apikey",
					"apikey": [
						{
							"key": "key",
							"value": "X-Api-Key",
							"type": "string"
						},
						{
							"key": "value",
							"value": "{{apiKey}}",
							"type": "string"
						},
						{
							"key": "in",
							"value": "header",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					}
				],
				"url": {
					"raw": "{{baseUrl}}/swifts/:swift",
					"host": [
						"{{baseUrl}}"
					],
					"path": [
						"swifts",
						":swift"
					],
					"variable": [
						{
							"key": "swift",
							"value": "<string>",
							"description": "(Required) BIC code to return"
						}
					]
				},
				"description": "Returns a single BIC code information"
			},
			"response": [
				{
					"name": "Successful operation",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							},
							{
								"key": "X-Api-Key",
								"value": "<API Key>",
								"description": "Added as a part of security scheme: apikey"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/swifts/:swift",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"swifts",
								":swift"
							],
							"variable": [
								{
									"key": "swift"
								}
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Content-Type",
							"value": "application/json"
						}
					],
					"cookie": [],
					"body": "{\n  \"success\": \"<boolean>\",\n  \"data\": {\n    \"id\": \"<string>\",\n    \"bank\": {\n      \"id\": \"<string>\",\n      \"country_id\": \"<string>\",\n      \"code\": \"<string>\",\n      \"name\": \"<string>\"\n    },\n    \"country\": {\n      \"id\": \"<string>\",\n      \"name\": \"<string>\"\n    },\n    \"city\": {\n      \"id\": \"<string>\",\n      \"country_id\": \"<string>\",\n      \"name\": \"<string>\"\n    },\n    \"branch_name\": \"<string>\",\n    \"branch_code\": \"<string>\",\n    \"address\": \"<string>\",\n    \"postcode\": \"<string>\"\n  }\n}"
				},
				{
					"name": "Invalid BIC supplied",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "X-Api-Key",
								"value": "<API Key>",
								"description": "Added as a part of security scheme: apikey"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/swifts/:swift",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"swifts",
								":swift"
							],
							"variable": [
								{
									"key": "swift"
								}
							]
						}
					},
					"status": "Bad Request",
					"code": 400,
					"_postman_previewlanguage": "text",
					"header": [],
					"cookie": [],
					"body": ""
				},
				{
					"name": "API Key (X-Api-Key header) is missing or invalid",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "X-Api-Key",
								"value": "<API Key>",
								"description": "Added as a part of security scheme: apikey"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/swifts/:swift",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"swifts",
								":swift"
							],
							"variable": [
								{
									"key": "swift"
								}
							]
						}
					},
					"status": "Unauthorized",
					"code": 401,
					"_postman_previewlanguage": "text",
					"header": [],
					"cookie": [],
					"body": ""
				},
				{
					"name": "BIC not found",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "X-Api-Key",
								"value": "<API Key>",
								"description": "Added as a part of security scheme: apikey"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/swifts/:swift",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"swifts",
								":swift"
							],
							"variable": [
								{
									"key": "swift"
								}
							]
						}
					},
					"status": "Not Found",
					"code": 404,
					"_postman_previewlanguage": "text",
					"header": [],
					"cookie": [],
					"body": ""
				}
			]
		},
		{
			"name": "US ABA/RTN",
			"request": {
				"auth": {
					"type": "apikey",
					"apikey": [
						{
							"key": "key",
							"value": "X-Api-Key",
							"type": "string"
						},
						{
							"key": "value",
							"value": "{{apiKey}}",
							"type": "string"
						},
						{
							"key": "in",
							"value": "header",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					}
				],
				"url": {
					"raw": "{{baseUrl}}/rtns/:rtn",
					"host": [
						"{{baseUrl}}"
					],
					"path": [
						"rtns",
						":rtn"
					],
					"variable": [
						{
							"key": "rtn"
						},
						{
							"key": "rtns",
							"value": "<string>",
							"description": "(Required) US ABA/RTN to return"
						}
					]
				},
				"description": "Returns a single US ABA/RTN information"
			},
			"response": [
				{
					"name": "Successful operation",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							},
							{
								"key": "X-Api-Key",
								"value": "<API Key>",
								"description": "Added as a part of security scheme: apikey"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/rtns/:rtn",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"rtns",
								":rtn"
							],
							"variable": [
								{
									"key": "rtn"
								}
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Content-Type",
							"value": "application/json"
						}
					],
					"cookie": [],
					"body": "{\n  \"success\": \"<boolean>\",\n  \"data\": {\n    \"id\": \"<string>\",\n    \"ach\": {\n      \"new_id\": \"<string>\",\n      \"servicing_frb_id\": \"<string>\",\n      \"address\": \"<string>\",\n      \"postcode\": \"<string>\",\n      \"phone\": \"<string>\",\n      \"record_type_code\": \"<integer>\",\n      \"is_main_office\": \"<boolean>\",\n      \"change_date\": \"<string>\",\n      \"bank\": {\n        \"id\": \"<string>\",\n        \"country_id\": \"<string>\",\n        \"code\": \"<string>\",\n        \"name\": \"<string>\"\n      },\n      \"city\": {\n        \"id\": \"<string>\",\n        \"country_id\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    },\n    \"wire\": {\n      \"telegraphic_name\": \"<string>\",\n      \"is_funds_transfer_allowed\": \"<boolean>\",\n      \"is_settlement_only\": \"<boolean>\",\n      \"is_securities_transfer_allowed\": \"<boolean>\",\n      \"change_date\": \"<string>\",\n      \"bank\": {\n        \"id\": \"<string>\",\n        \"country_id\": \"<string>\",\n        \"code\": \"<string>\",\n        \"name\": \"<string>\"\n      },\n      \"city\": {\n        \"id\": \"<string>\",\n        \"country_id\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    }\n  }\n}"
				},
				{
					"name": "Invalid ABA/RTN supplied",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "X-Api-Key",
								"value": "<API Key>",
								"description": "Added as a part of security scheme: apikey"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/rtns/:rtn",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"rtns",
								":rtn"
							],
							"variable": [
								{
									"key": "rtn"
								}
							]
						}
					},
					"status": "Bad Request",
					"code": 400,
					"_postman_previewlanguage": "text",
					"header": [],
					"cookie": [],
					"body": ""
				},
				{
					"name": "API Key (X-Api-Key header) is missing or invalid",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "X-Api-Key",
								"value": "<API Key>",
								"description": "Added as a part of security scheme: apikey"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/rtns/:rtn",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"rtns",
								":rtn"
							],
							"variable": [
								{
									"key": "rtn"
								}
							]
						}
					},
					"status": "Unauthorized",
					"code": 401,
					"_postman_previewlanguage": "text",
					"header": [],
					"cookie": [],
					"body": ""
				},
				{
					"name": "ABA/RTN not found",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "X-Api-Key",
								"value": "<API Key>",
								"description": "Added as a part of security scheme: apikey"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/rtns/:rtn",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"rtns",
								":rtn"
							],
							"variable": [
								{
									"key": "rtn"
								}
							]
						}
					},
					"status": "Not Found",
					"code": 404,
					"_postman_previewlanguage": "text",
					"header": [],
					"cookie": [],
					"body": ""
				}
			]
		},
		{
			"name": "Canada Routing Number",
			"request": {
				"auth": {
					"type": "apikey",
					"apikey": [
						{
							"key": "key",
							"value": "X-Api-Key",
							"type": "string"
						},
						{
							"key": "value",
							"value": "{{apiKey}}",
							"type": "string"
						},
						{
							"key": "in",
							"value": "header",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					}
				],
				"url": {
					"raw": "{{baseUrl}}/crns/:crn",
					"host": [
						"{{baseUrl}}"
					],
					"path": [
						"crns",
						":crn"
					],
					"variable": [
						{
							"key": "crn",
							"value": "<string>",
							"description": "(Required) Canada Routing Number to return"
						}
					]
				},
				"description": "Returns a single CRN number information"
			},
			"response": [
				{
					"name": "Successful operation",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							},
							{
								"key": "X-Api-Key",
								"value": "<API Key>",
								"description": "Added as a part of security scheme: apikey"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/crns/:crn",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"crns",
								":crn"
							],
							"variable": [
								{
									"key": "crn"
								}
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Content-Type",
							"value": "application/json"
						}
					],
					"cookie": [],
					"body": "{\n  \"success\": \"<boolean>\",\n  \"data\": {\n    \"id\": \"<string>\",\n    \"bank\": {\n      \"id\": \"<string>\",\n      \"country_id\": \"<string>\",\n      \"code\": \"<string>\",\n      \"name\": \"<string>\"\n    },\n    \"branch_name\": \"<string>\",\n    \"address\": \"<string>\",\n    \"city\": \"<string>\",\n    \"province\": \"<string>\",\n    \"postcode\": \"<string>\",\n    \"institution_type\": \"<number>\"\n  }\n}"
				},
				{
					"name": "Invalid Routing Number supplied",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "X-Api-Key",
								"value": "<API Key>",
								"description": "Added as a part of security scheme: apikey"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/crns/:crn",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"crns",
								":crn"
							],
							"variable": [
								{
									"key": "crn"
								}
							]
						}
					},
					"status": "Bad Request",
					"code": 400,
					"_postman_previewlanguage": "text",
					"header": [],
					"cookie": [],
					"body": ""
				},
				{
					"name": "API Key (X-Api-Key header) is missing or invalid",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "X-Api-Key",
								"value": "<API Key>",
								"description": "Added as a part of security scheme: apikey"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/crns/:crn",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"crns",
								":crn"
							],
							"variable": [
								{
									"key": "crn"
								}
							]
						}
					},
					"status": "Unauthorized",
					"code": 401,
					"_postman_previewlanguage": "text",
					"header": [],
					"cookie": [],
					"body": ""
				},
				{
					"name": "Routing Number not found",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "X-Api-Key",
								"value": "<API Key>",
								"description": "Added as a part of security scheme: apikey"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/crns/:crn",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"crns",
								":crn"
							],
							"variable": [
								{
									"key": "crn"
								}
							]
						}
					},
					"status": "Not Found",
					"code": 404,
					"_postman_previewlanguage": "text",
					"header": [],
					"cookie": [],
					"body": ""
				}
			]
		},
		{
			"name": "Australia BSB",
			"request": {
				"auth": {
					"type": "apikey",
					"apikey": [
						{
							"key": "key",
							"value": "X-Api-Key",
							"type": "string"
						},
						{
							"key": "value",
							"value": "{{apiKey}}",
							"type": "string"
						},
						{
							"key": "in",
							"value": "header",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					}
				],
				"url": {
					"raw": "{{baseUrl}}/bsbs/:bsb",
					"host": [
						"{{baseUrl}}"
					],
					"path": [
						"bsbs",
						":bsb"
					],
					"variable": [
						{
							"key": "bsb",
							"value": "<string>",
							"description": "(Required) BSB number to return"
						}
					]
				},
				"description": "Returns a single BSB number information"
			},
			"response": [
				{
					"name": "Successful operation",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							},
							{
								"key": "X-Api-Key",
								"value": "<API Key>",
								"description": "Added as a part of security scheme: apikey"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/bsbs/:bsb",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"bsbs",
								":bsb"
							],
							"variable": [
								{
									"key": "bsb"
								}
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Content-Type",
							"value": "application/json"
						}
					],
					"cookie": [],
					"body": "{\n  \"success\": \"<boolean>\",\n  \"data\": {\n    \"id\": \"<string>\",\n    \"bank\": {\n      \"id\": \"<string>\",\n      \"country_id\": \"<string>\",\n      \"code\": \"<string>\",\n      \"name\": \"<string>\"\n    },\n    \"branch_name\": \"<string>\",\n    \"address\": \"<string>\",\n    \"suburb\": \"<string>\",\n    \"state\": \"<string>\",\n    \"postcode\": \"<string>\",\n    \"peh\": \"<string>\"\n  }\n}"
				},
				{
					"name": "Invalid BSB supplied",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "X-Api-Key",
								"value": "<API Key>",
								"description": "Added as a part of security scheme: apikey"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/bsbs/:bsb",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"bsbs",
								":bsb"
							],
							"variable": [
								{
									"key": "bsb"
								}
							]
						}
					},
					"status": "Bad Request",
					"code": 400,
					"_postman_previewlanguage": "text",
					"header": [],
					"cookie": [],
					"body": ""
				},
				{
					"name": "API Key (X-Api-Key header) is missing or invalid",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "X-Api-Key",
								"value": "<API Key>",
								"description": "Added as a part of security scheme: apikey"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/bsbs/:bsb",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"bsbs",
								":bsb"
							],
							"variable": [
								{
									"key": "bsb"
								}
							]
						}
					},
					"status": "Unauthorized",
					"code": 401,
					"_postman_previewlanguage": "text",
					"header": [],
					"cookie": [],
					"body": ""
				},
				{
					"name": "BSB not found",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "X-Api-Key",
								"value": "<API Key>",
								"description": "Added as a part of security scheme: apikey"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/bsbs/:bsb",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"bsbs",
								":bsb"
							],
							"variable": [
								{
									"key": "bsb"
								}
							]
						}
					},
					"status": "Not Found",
					"code": 404,
					"_postman_previewlanguage": "text",
					"header": [],
					"cookie": [],
					"body": ""
				}
			]
		},
		{
			"name": "New Zealand NCC",
			"request": {
				"auth": {
					"type": "apikey",
					"apikey": [
						{
							"key": "key",
							"value": "X-Api-Key",
							"type": "string"
						},
						{
							"key": "value",
							"value": "{{apiKey}}",
							"type": "string"
						},
						{
							"key": "in",
							"value": "header",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					}
				],
				"url": {
					"raw": "{{baseUrl}}/nccs/:ncc",
					"host": [
						"{{baseUrl}}"
					],
					"path": [
						"nccs",
						":ncc"
					],
					"variable": [
						{
							"key": "ncc",
							"value": "<string>",
							"description": "(Required) NCC code to return"
						}
					]
				},
				"description": "Returns a single NCC code information"
			},
			"response": [
				{
					"name": "Successful operation",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							},
							{
								"key": "X-Api-Key",
								"value": "<API Key>",
								"description": "Added as a part of security scheme: apikey"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/nccs/:ncc",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"nccs",
								":ncc"
							],
							"variable": [
								{
									"key": "ncc"
								}
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Content-Type",
							"value": "application/json"
						}
					],
					"cookie": [],
					"body": "{\n  \"success\": \"<boolean>\",\n  \"data\": {\n    \"id\": \"<string>\",\n    \"bank\": {\n      \"id\": \"<string>\",\n      \"country_id\": \"<string>\",\n      \"code\": \"<string>\",\n      \"name\": \"<string>\"\n    },\n    \"branch_name\": \"<string>\",\n    \"branch_code\": \"<string>\",\n    \"address\": \"<string>\",\n    \"city\": \"<string>\",\n    \"postcode\": \"<string>\",\n    \"std\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"fax\": \"<string>\",\n    \"pob_number\": \"<string>\",\n    \"pob_location\": \"<string>\",\n    \"pob_postcode\": \"<string>\"\n  }\n}"
				},
				{
					"name": "Invalid NCC supplied",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "X-Api-Key",
								"value": "<API Key>",
								"description": "Added as a part of security scheme: apikey"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/nccs/:ncc",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"nccs",
								":ncc"
							],
							"variable": [
								{
									"key": "ncc"
								}
							]
						}
					},
					"status": "Bad Request",
					"code": 400,
					"_postman_previewlanguage": "text",
					"header": [],
					"cookie": [],
					"body": ""
				},
				{
					"name": "API Key (X-Api-Key header) is missing or invalid",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "X-Api-Key",
								"value": "<API Key>",
								"description": "Added as a part of security scheme: apikey"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/nccs/:ncc",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"nccs",
								":ncc"
							],
							"variable": [
								{
									"key": "ncc"
								}
							]
						}
					},
					"status": "Unauthorized",
					"code": 401,
					"_postman_previewlanguage": "text",
					"header": [],
					"cookie": [],
					"body": ""
				},
				{
					"name": "NCC not found",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "X-Api-Key",
								"value": "<API Key>",
								"description": "Added as a part of security scheme: apikey"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/nccs/:ncc",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"nccs",
								":ncc"
							],
							"variable": [
								{
									"key": "ncc"
								}
							]
						}
					},
					"status": "Not Found",
					"code": 404,
					"_postman_previewlanguage": "text",
					"header": [],
					"cookie": [],
					"body": ""
				}
			]
		},
		{
			"name": "India IFSC",
			"request": {
				"auth": {
					"type": "apikey",
					"apikey": [
						{
							"key": "key",
							"value": "X-Api-Key",
							"type": "string"
						},
						{
							"key": "value",
							"value": "{{apiKey}}",
							"type": "string"
						},
						{
							"key": "in",
							"value": "header",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					}
				],
				"url": {
					"raw": "{{baseUrl}}/ifscs/:ifsc",
					"host": [
						"{{baseUrl}}"
					],
					"path": [
						"ifscs",
						":ifsc"
					],
					"variable": [
						{
							"key": "ifsc",
							"value": "<string>",
							"description": "(Required) IFSC code to return"
						}
					]
				},
				"description": "Returns a single IFSC code information"
			},
			"response": [
				{
					"name": "Successful operation",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							},
							{
								"key": "X-Api-Key",
								"value": "<API Key>",
								"description": "Added as a part of security scheme: apikey"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/ifscs/:ifsc",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"ifscs",
								":ifsc"
							],
							"variable": [
								{
									"key": "ifsc"
								}
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Content-Type",
							"value": "application/json"
						}
					],
					"cookie": [],
					"body": "{\n  \"success\": \"<boolean>\",\n  \"data\": {\n    \"id\": \"<string>\",\n    \"bank\": {\n      \"id\": \"<string>\",\n      \"country_id\": \"<string>\",\n      \"code\": \"<string>\",\n      \"name\": \"<string>\"\n    },\n    \"branch_name\": \"<string>\",\n    \"branch_code\": \"<string>\",\n    \"address\": \"<string>\",\n    \"district\": \"<string>\",\n    \"city\": \"<string>\",\n    \"state\": \"<string>\",\n    \"std\": \"<string>\",\n    \"phone\": \"<string>\"\n  }\n}"
				},
				{
					"name": "Invalid IFSC supplied",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "X-Api-Key",
								"value": "<API Key>",
								"description": "Added as a part of security scheme: apikey"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/ifscs/:ifsc",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"ifscs",
								":ifsc"
							],
							"variable": [
								{
									"key": "ifsc"
								}
							]
						}
					},
					"status": "Bad Request",
					"code": 400,
					"_postman_previewlanguage": "text",
					"header": [],
					"cookie": [],
					"body": ""
				},
				{
					"name": "API Key (X-Api-Key header) is missing or invalid",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "X-Api-Key",
								"value": "<API Key>",
								"description": "Added as a part of security scheme: apikey"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/ifscs/:ifsc",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"ifscs",
								":ifsc"
							],
							"variable": [
								{
									"key": "ifsc"
								}
							]
						}
					},
					"status": "Unauthorized",
					"code": 401,
					"_postman_previewlanguage": "text",
					"header": [],
					"cookie": [],
					"body": ""
				},
				{
					"name": "IFSC not found",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "X-Api-Key",
								"value": "<API Key>",
								"description": "Added as a part of security scheme: apikey"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/ifscs/:ifsc",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"ifscs",
								":ifsc"
							],
							"variable": [
								{
									"key": "ifsc"
								}
							]
						}
					},
					"status": "Not Found",
					"code": 404,
					"_postman_previewlanguage": "text",
					"header": [],
					"cookie": [],
					"body": ""
				}
			]
		},
		{
			"name": "Mexico CLABE",
			"request": {
				"auth": {
					"type": "apikey",
					"apikey": [
						{
							"key": "key",
							"value": "X-Api-Key",
							"type": "string"
						},
						{
							"key": "value",
							"value": "{{apiKey}}",
							"type": "string"
						},
						{
							"key": "in",
							"value": "header",
							"type": "string"
						}
					]
				},
				"method": "GET",
				"header": [
					{
						"key": "Accept",
						"value": "application/json"
					}
				],
				"url": {
					"raw": "{{baseUrl}}/clabes/:clabe",
					"host": [
						"{{baseUrl}}"
					],
					"path": [
						"clabes",
						":clabe"
					],
					"variable": [
						{
							"key": "clabe",
							"value": "<string>",
							"description": "(Required) CLABE code to return"
						}
					]
				},
				"description": "Returns a single CLABE number information"
			},
			"response": [
				{
					"name": "Successful operation",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							},
							{
								"key": "X-Api-Key",
								"value": "<API Key>",
								"description": "Added as a part of security scheme: apikey"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/clabes/:clabe",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"clabes",
								":clabe"
							],
							"variable": [
								{
									"key": "clabe"
								}
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Content-Type",
							"value": "application/json"
						}
					],
					"cookie": [],
					"body": "{\n  \"success\": \"<boolean>\",\n  \"data\": {\n    \"id\": \"<string>\",\n    \"account_number\": \"<string>\",\n    \"city_code\": \"<string>\",\n    \"bank\": {\n      \"id\": \"<string>\",\n      \"country_id\": \"<string>\",\n      \"code\": \"<string>\",\n      \"name\": \"<string>\"\n    },\n    \"cities\": [\n      {\n        \"id\": \"<string>\",\n        \"country_id\": \"<string>\",\n        \"name\": \"<string>\"\n      },\n      {\n        \"id\": \"<string>\",\n        \"country_id\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    ]\n  }\n}"
				},
				{
					"name": "Invalid CLABE supplied",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "X-Api-Key",
								"value": "<API Key>",
								"description": "Added as a part of security scheme: apikey"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/clabes/:clabe",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"clabes",
								":clabe"
							],
							"variable": [
								{
									"key": "clabe"
								}
							]
						}
					},
					"status": "Bad Request",
					"code": 400,
					"_postman_previewlanguage": "text",
					"header": [],
					"cookie": [],
					"body": ""
				},
				{
					"name": "API Key (X-Api-Key header) is missing or invalid",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "X-Api-Key",
								"value": "<API Key>",
								"description": "Added as a part of security scheme: apikey"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/clabes/:clabe",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"clabes",
								":clabe"
							],
							"variable": [
								{
									"key": "clabe"
								}
							]
						}
					},
					"status": "Unauthorized",
					"code": 401,
					"_postman_previewlanguage": "text",
					"header": [],
					"cookie": [],
					"body": ""
				},
				{
					"name": "CLABE not found",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "X-Api-Key",
								"value": "<API Key>",
								"description": "Added as a part of security scheme: apikey"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/clabes/:clabe",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"clabes",
								":clabe"
							],
							"variable": [
								{
									"key": "clabe"
								}
							]
						}
					},
					"status": "Not Found",
					"code": 404,
					"_postman_previewlanguage": "text",
					"header": [],
					"cookie": [],
					"body": ""
				}
			]
		}
	],
	"variable": [
		{
			"key": "baseUrl",
			"value": "https://api.fincodesapi.com/v1"
		}
	]
}
