{
	"info": {
		"_postman_id": "2b86fd9a-eb0f-4b52-848c-b3deb18d5cf8",
		"name": "Zendry",
		"schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json",
		"_exporter_id": "49364412",
		"_collection_link": "https://servicosti-3888526.postman.co/workspace/Assinaturas-TI-Assinaturas-TI's~d95b1cbc-b9f8-4a09-8ab1-d3e6b595792e/collection/49364412-2b86fd9a-eb0f-4b52-848c-b3deb18d5cf8?action=share&source=collection_link&creator=49364412"
	},
	"item": [
		{
			"name": "production",
			"item": [
				{
					"name": "auth",
					"item": [
						{
							"name": "generate_token",
							"request": {
								"auth": {
									"type": "basic",
									"basic": {
										"password": "{{CLIENT_SECRET}}",
										"username": "{{CLIENT_ID}}"
									}
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "  {\r\n    \"grant_type\": \"client_credentials\"\r\n  }",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": "{{BASE_URL}}/auth/generate_token"
							},
							"response": [
								{
									"name": "200",
									"originalRequest": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "  {\r\n    \"grant_type\": \"client_credentials\"\r\n  }",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": "{{baseURL}}/auth/generate_token"
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "178"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Date",
											"value": "Wed, 21 May 2025 17:36:15 GMT"
										},
										{
											"key": "x-amzn-Remapped-Date",
											"value": "Wed, 21 May 2025 17:36:15 GMT"
										},
										{
											"key": "x-amzn-RequestId",
											"value": "a4adaca1-f52f-403f-9e4b-e7964c2ec7b7"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Permitted-Cross-Domain-Policies",
											"value": "none"
										},
										{
											"key": "X-XSS-Protection",
											"value": "0"
										},
										{
											"key": "X-Runtime",
											"value": "0.431880"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "x-amzn-Remapped-Connection",
											"value": "keep-alive"
										},
										{
											"key": "X-Download-Options",
											"value": "noopen"
										},
										{
											"key": "X-Request-Id",
											"value": "e07100f9-7d00-4d18-946a-bc6703b104fc"
										},
										{
											"key": "x-amz-apigw-id",
											"value": "K7dKdH6s4osEgqQ="
										},
										{
											"key": "Vary",
											"value": "Accept,Accept-Encoding"
										},
										{
											"key": "Cache-Control",
											"value": "max-age=0, private, must-revalidate"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "ETag",
											"value": "W/\"3aced656a4e0faafdc06838d7f27c297\""
										},
										{
											"key": "X-Cache",
											"value": "Miss from cloudfront"
										},
										{
											"key": "Via",
											"value": "1.1 616091bf2d674d18c0fde67848a9bd7a.cloudfront.net (CloudFront)"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "GRU1-P2"
										},
										{
											"key": "X-Amz-Cf-Id",
											"value": "Rpvnb1vrCF8pm9vIEH3p8T8m9HXkBpffFBZ6ncCNQxIKLkM3Gtkjag=="
										}
									],
									"cookie": [],
									"body": "{\n    \"access_token\": \"eyJhbGciOiJIUzI1NiJ9...\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 1800\n}"
								},
								{
									"name": "401",
									"originalRequest": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "  {\r\n    \"grant_type\": \"client_credentials\"\r\n  }",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": "{{baseURL}}/auth/generate_token"
									},
									"status": "Unauthorized",
									"code": 401,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "50"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Date",
											"value": "Wed, 21 May 2025 17:37:30 GMT"
										},
										{
											"key": "x-amzn-Remapped-Date",
											"value": "Wed, 21 May 2025 17:37:30 GMT"
										},
										{
											"key": "x-amzn-RequestId",
											"value": "a4742bc0-a0aa-4af0-8429-6852556a8c91"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Permitted-Cross-Domain-Policies",
											"value": "none"
										},
										{
											"key": "X-XSS-Protection",
											"value": "0"
										},
										{
											"key": "X-Runtime",
											"value": "0.249254"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "x-amzn-Remapped-Connection",
											"value": "keep-alive"
										},
										{
											"key": "X-Download-Options",
											"value": "noopen"
										},
										{
											"key": "X-Request-Id",
											"value": "5d222f4f-8b43-46bc-91c1-c33686b3d409"
										},
										{
											"key": "x-amz-apigw-id",
											"value": "K7dWLGHFYosEJpQ="
										},
										{
											"key": "Vary",
											"value": "Accept,Accept-Encoding"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "X-Cache",
											"value": "Error from cloudfront"
										},
										{
											"key": "Via",
											"value": "1.1 7a1fdacf2a413952cf5d6bbcb9e6e702.cloudfront.net (CloudFront)"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "GRU1-P2"
										},
										{
											"key": "X-Amz-Cf-Id",
											"value": "GbCY9HypVt9PU2IiwyltW4TrbeYJeJ-uUjxzv5xSVfpzRJaF9604tw=="
										}
									],
									"cookie": [],
									"body": "{\n    \"error\": \"Unauthorized\"\n}"
								}
							]
						}
					]
				},
				{
					"name": "receipts",
					"item": [
						{
							"name": "generate-charge-qrcode",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": {
										"token": "{{TOKEN}}"
									}
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"value_cents\": 100 ,\n    \"generator_name\": \"Jhon da Silva\" ,\n    \"generator_document\": \"12345678910\",\n    \"expiration_time\": \"1800\",\n    \"external_reference\": \"123\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": "{{BASE_URL}}/v1/pix/qrcodes"
							},
							"response": [
								{
									"name": "400",
									"originalRequest": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\r\n    \"value_cents\": 100 ,\r\n    \"generator_name\": \"\" ,\r\n    \"generator_document\": \"12345678910\",\r\n    \"expiration_time\": \"1800\",\r\n    \"external_reference\": \"Test 1\"\r\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": "{{BASE_URL}}/v1/pix/qrcodes"
									},
									"status": "Bad Request",
									"code": 400,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "58"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Date",
											"value": "Wed, 21 May 2025 17:47:44 GMT"
										},
										{
											"key": "x-amzn-Remapped-Date",
											"value": "Wed, 21 May 2025 17:47:44 GMT"
										},
										{
											"key": "x-amzn-RequestId",
											"value": "9f718559-8d5f-4a43-8880-aca72d8acda1"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Permitted-Cross-Domain-Policies",
											"value": "none"
										},
										{
											"key": "X-XSS-Protection",
											"value": "0"
										},
										{
											"key": "X-Runtime",
											"value": "0.008424"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "x-amzn-Remapped-Connection",
											"value": "keep-alive"
										},
										{
											"key": "X-Download-Options",
											"value": "noopen"
										},
										{
											"key": "X-Request-Id",
											"value": "04b2eff6-1046-49d0-8ad8-c922128ac2f0"
										},
										{
											"key": "x-amz-apigw-id",
											"value": "K7e2FGPE4osELjQ="
										},
										{
											"key": "Vary",
											"value": "Accept,Accept-Encoding"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "X-Cache",
											"value": "Error from cloudfront"
										},
										{
											"key": "Via",
											"value": "1.1 3e2722e46a02faa4db82e8ccea69f51a.cloudfront.net (CloudFront)"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "GRU1-P2"
										},
										{
											"key": "X-Amz-Cf-Id",
											"value": "sLxYHFjEd0wkNA3xs0WoSQFqarp57PYaLLIrdt09hj_BSW_LOsW3Pg=="
										}
									],
									"cookie": [],
									"body": "{\n    \"error\": \"generator_name blank | generator_document invalid\"\n}"
								},
								{
									"name": "201",
									"originalRequest": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\r\n    \"value_cents\": 100 ,\r\n    \"generator_name\": \"Jhon da Silva\" ,\r\n    \"generator_document\": \"12345678910\",\r\n    \"expiration_time\": \"1800\",\r\n    \"external_reference\": \"Test 1\"\r\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": "{{BASE_URL}}/v1/pix/qrcodes"
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "3646"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Date",
											"value": "Wed, 21 May 2025 17:43:51 GMT"
										},
										{
											"key": "x-amzn-Remapped-Date",
											"value": "Wed, 21 May 2025 17:43:51 GMT"
										},
										{
											"key": "x-amzn-RequestId",
											"value": "e6382393-8308-4304-bd36-1a61fc0160d8"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Permitted-Cross-Domain-Policies",
											"value": "none"
										},
										{
											"key": "X-XSS-Protection",
											"value": "0"
										},
										{
											"key": "X-Runtime",
											"value": "1.524421"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "x-amzn-Remapped-Connection",
											"value": "keep-alive"
										},
										{
											"key": "X-Download-Options",
											"value": "noopen"
										},
										{
											"key": "X-Request-Id",
											"value": "514d61ff-4509-49ba-b6ef-550d4d8d877a"
										},
										{
											"key": "x-amz-apigw-id",
											"value": "K7eRjHbmYosETPg="
										},
										{
											"key": "Vary",
											"value": "Accept,Accept-Encoding"
										},
										{
											"key": "Cache-Control",
											"value": "max-age=0, private, must-revalidate"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "ETag",
											"value": "W/\"b9aff7e9b32c41fef6c8cffa43fe1bdd\""
										},
										{
											"key": "X-Cache",
											"value": "Miss from cloudfront"
										},
										{
											"key": "Via",
											"value": "1.1 43e4cc214a573d4a043c2ab8f77b53e8.cloudfront.net (CloudFront)"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "GRU1-P2"
										},
										{
											"key": "X-Amz-Cf-Id",
											"value": "kibqLjlzUx2wKVUUwS2stXX9-ZGNW6f6hQ9z7-FuoT3fm1kHKbSecg=="
										}
									],
									"cookie": [],
									"body": "{\n    \"qrcode\": {\n        \"reference_code\": \"c5ad57ed1f480680a855701b525395\",\n        \"external_reference\": \"Test 1\",\n        \"content\": \"00020126870014br.gov.bcb.pix2565pix.primepag.com.br/qr/v3/at/6b398b7d-97aa-4f1f-ba6e-81127f07d9f85204000053039865802BR5925WALTER_MATHEUS_CRISOSTOMO6005NATAL62070503***630495BC\",\n        \"image_base64\": \"iVBORw0KGgoAAAANSUhEUgAAA+gAAAPoAQAAAABl2OlJAAANvElEQVR4nO2dTZKjWAyEn4wjYIdvADfBN8PczNwEbmB2JsKURinhql7ZHTVTNSaczE9XGdNfsODxJKVSO/0/j136Pw/SSSeddNJJJ5100kknnXTSSSeddNJJJ5100kknnXTSSSeddNJJJ5100kknnXTSSSeddNJJJ5100kknnXTSSSeddNJJJ5100kknnXTSSSeddNJJJ5100kknnXTSSSeddNJJJ5100kknnXTSSSeddNJJJ5100kknnXTSSSed9I3SJY56FDnYr/N+Edmtn5/whfWEHYt/bv91p/7Yx3XFHH8+ur+XvXfSSSf9V+ktBk6dU6p0tLWjvGWqtuCI+sn+ONaptBO2DKXswz5RscUmrqzswmvKcf3Hd+k/f5BOOul/HJ3I0R7e/pDKaz7t0yI7UbV/Tyk1XaM6Vpe5SMseD7sktRXi1HR2SZp827E83lu89L2TTvp70sd6Okz2fp/3/hq3R/tkr3ex97s97qW9xzN7w2MduL/fK+2ry1T8N/QfPEgnnfSXo5eIDeb8luQDqQuLM07NuRlsGUKKAsuK7tSjDOQuYn367+g/dpBOOul/HK0nDzw2mAt73BO2Fpr0ZLsIiyaGSvUyl2onxNMHHk3oeaztl/KaUvYkefDK90466W9G71BaOFp0cEmTPb7LftlZ1CARTRzxDVsI8qlY8nmnmUqSk7/fqwFXFGl+Vpp44XsnnXTSf5GucQzVkKYKe4VbBA1e8TxGbeKCL2a3bFmjiVbarh3sB7sij+sf7S9e9t5JJ/0N6d0x9bVFBpepyO2Jt73FhwscvEo5rNKHWe6KiFX5UFd9hYXATuyVygfSSd8EvRM99+0wyqG8zFIs+2yRDE96BA0uMbjMRY70AYoTCQvBOTWDxR9lnFh2wvc76aST/ozenlLfdjWEThZNQFeZ+e5C5AR5Q2XrkFR6nff2XVk8yBBpz7h0koNtRxYLKBbuLkgnfRv07ti3fT0eyhHRRBbVia+aBcIMKXFCPjyr0J7azh/4UrEfwbeZqySd9K3Qm3Pf9HWaKl2VS5ErlFPTSV0NCUKnZO9xvMUtnHClUy9S2x+5n/pX9B8+SCed9BehW9DQdsd7JqK8ZrfsI62bCBdLfyqdshmKS0l6am0Zsr1HH0nMHIJL5i5IJ30DdH96tZOmr8ZDfs1vaL5cS44eTVRDeSmv+XWRfLmXIGyBOCOJaWGGlPP+Ye7ghe+ddNLfjt4K0oXDV9fTXnf2uAvapFJjL/F6qi45NAY3ZAsVzdmty6PqdI8mhNlC0kkn/RndggnXMXjBM82Sh2wpkhfHaLW2z93bYaeQXCLMsI0HihaVTlJAR81ognTSt0DHbgHtUGk8IDS4LvFYK/RMqV83EZOFExoNVBZouCSi6WuLJhKkUQuVTqSTvhV6i3Yoe7+Ph1KnUl3RBO3BKU5XAxqopECREkInLBDtuT9Ww3o97Bi+T//xg3TSSX8ZOnYRrfZ1qSMEDih4eiU0pA9VL7YOpXyS1QwCn0urndRQOnk1I7E2QTrpm6DbJgJ9E7CMPJTX2Z7qG/omvAsb2YOEbigkJLM5QgZfCnpBW2YqL65svD2WOr3svZNO+rvRYdXWe0cUXu+IJRaRTMPTKSUkCS7TIZ/uZk/eJoXvI1k4QnuwT0tGz0bSSSf9GR2FzaZDRtJTFHbka6XBlpSu7RrtvUKKRQV/jap3WkQKE+nNwtuzv0n/hYN00kn/PGx3AWWj9lKpXvNrpvO6i+igbITk0WuRbsdgq0FsL1Kj9+O6yP5h8uB175100t+Ojof33Euj8HSaytva9YQubGQLR6ntt/yaz/ltfazRN9Ef0xhbAqwE7JMinXTSn9LFc5K2iUiTVFeUIJJ8oDaBE8f+WNm+44Dl5u5HDcdIcR31GCf+Df0XDtJJJ/3zcLl0eDrpKFLqLfvAZsEe91btga/HxrYdUsz7+ybCYgrbdvQ1Giomv2LJ6OFGOunboLd6buDV5p4pPr0uU7zgYabi4gO8xSeYPX3gUYf2WbAjwEIA13i4QDGaIJ100p/SI3dRx7yJ/LogRaHepqW2u2h6qe3MVOS3MHsK5YMFEyO0EmioQBc2lQ+kk74JehvZA4skfAbu6rqQ3OMlIYepd0snCyQyRRZTvqwk01wiiclognTSt0CPLghICZA9KD7bINTnSbnvgr34pxJpxBhXCQnUOq1SIHHOZ++s+hb9Fw7SSSf9ReioeLbnRocUs6mWvc+biE1EQgGi9m5N+zFbHeQ823GOy3MfZ8UubNJJ3wRdTh1KEFJ7N9Q1ptfBySXsGOwXF0tDYj1jRnZa501gNu6htBikWITZA9JJ3wYdHm7JaxOlT7aGstHf4+6yArMnJAm8aJHrYsEE5AcniybGcF1Yu7a/Sf+Fg3TSSX8VeodJmX2d0H05SbHaTvu4TOQuMNUuhuZm8y62HSGWCKETdZWkk74h+uoMOdj/fN4Eeqrv3k2wcsHnl/jq57RKFDM625GMVDaSTvqm6DHzWlbXBXyyypb05MbPkBhIuKz4x0ge6AmuC+M6xHIf8y2/Rf+Fg3TSSX8VenuC7fRQYbOwDrMKx0hbVbC7qIZSL/lUwOPFtx245hxmEOFHvaxjc79D//mDdNJJ/zxQgoClE5IHHjUs3lON2kRyeUMY08Mgdu2OUJXok1ot6zOl0ol00jdC70S/HJosOIhqZCid8Hrv65TKmGoXxs/RJoWGSSwQc3lb8oemCy9876STTvov0qF0itoEHJrQYvllLw1XpxqFUCw2S34fmpsQfnT12Iw+XJN+1KSTvhU6oob+CGUj+qR8vgz2Cm4ZGZ5Oo3u4pWzeYx+CH2EdixOVC6+zZ9KHl7130kl/P/qXBaNg6PWy1wyKpuRJwb727+TTp8QAc2vVnvjRz7gj9My+CdJJJ/0pHTLJs+0VKh3hP1/O+7X50iUR/XGUZsRYiUn2SywqmGbVnFOlPvamsAvo+UA66Zuhr9mDVI4+s2qBlwv+OUH54O0RFmYgJakupF4bKsa1FqmKMIO1CdJJ3wK9g2BZtb9Pj4guR59Oq3eJgcUS/t7frQ7wncUZ1TBWF9sRRNWC0QTppJP+hI6gASNwfa8AgcMSqiV1ScSau4gmbDemj+k25+aM9mzPYi77x8HE69476aS/Hx128mtbZo7iBIZPunzxBM/IYaxL78/GGBlbCsJL0uKPRgefbzmt1Yxv0n/8IJ100j+PaH/s6jQepsoFTTGKTvw1bj/4eNpiLudonHAH+OibaDA9+/p8GPbL3jvppJP+m3RkJc+wdsCRT+Vq4aBQQGHkde3TrL6+7eEHZmX2Te/D6+4SqG/Rf+EgnXTSPw91N/kYK4HKooRDk+sbTmlVOpVXdFDNWQye+RySXV7Ka8oxTffhcNyXvXfSSX87OiZbn5vefRcSdIrL7rNRqj/aW7zGx3OBaZVu4uYuUP2x6ptLecknyWf2TZBOOunP6bZXOPVtF4sNHCOzG5qxvAv75GMlUAmN4oTG7sINqc9jbR9NcIXZsxJKOukboVvQ0NjuwnYT9mDb0yu5xtSq5BNwMc1qOsxuFh0yareKdrOnaNdkFzbppG+FDusmZA+qoRwPrkvG3Kjoh4KZypCqi1cgkiucNXwa+hZmjuss7IWO0KSTTvpzOmID213YojIepmIuLZoQV0sjiXkM8xcfoil3m3mvTZz9DLQSzyoTL3zvpJP+bnR0PcHTaay90gB3hQ+JTYRLoIaxxhPv7dYuaVJPYkob43SlnDAkm7UJ0knfAt2VzNASoMvRXuMwa1MfK3GK6XXwbFQLJzKd/a8R75tQKJkhcUY0wel1pJNO+l/R2wgN0JVZqg+2FtQgWoG1g9tOTwUWoXCQ01VwWcF0Dn2ZMz2dSCd9M3RsInRwHTVGT86S6SJQPmiMlRi8HcqnWcUcCszCluPY6GU65DrtOa2SdNK3Q+88K1hdyvHuBOvaA3u/a4c+qbCEnvN55+3ZoT3okG/Q0aXMrE2QTjrpz+lRaWi0j0Vlln0WucoQWEPppHpxXWUWVpL2fR+iWQ0oWnBWJumkb4cucdRVHy2WLpdO4fGCds1miKkS8x8Tr2H+gmmVlS8EaKig0ol00jdBR13Cn1+vOKLrCZUGjXkT3hC1Tqt0xbJ48iBc3yokEjGtkp6NpJNO+t/QfRh2ShXqnRiJ6QIHNGl1WIViVuZc3Pcd6rOwfZjVeCgvEEAtD2fXvfS9k076e9LHGl1PMT3C2yZc2ehjLNF8efV2TbguuN1T1+pwt2PA+sBcJemkb4mOdqjqOheYHpHCEBp9Un2NMTKVmyusfZGoWhyjTwq1yOsi+4elyNe/d9JJJ/136G2kLlAJLfJrNufLzhYVCSvJVA04ARn1sk9etAiXiIQuLWQ30bedqHwgnfRN0DuUJo4oNUjl82UWL0ZqLARozw4JlGcP8F1c1LedhIebrwSP0weve++kk/5mdI0DuQC9WGyAXIC/reHgljyJiOxB9GFLfNk7KRUvfmQYs9vjUuTr3jvppJNOOumkk0466aSTTjrppJNOOumkk0466aSTTjrppJNOOumkk0466aSTTjrppJNOOumkk0466aSTTjrppJNOOumkk0466aSTTjrppJNOOumkk0466aSTTjrppJNOOumkk0466aSTTjrppJNOOumkk0466aSTTjrppJNOOumkk076m9D/AfcekL26Ht5BAAAAAElFTkSuQmCC\"\n    }\n}"
								},
								{
									"name": "500",
									"originalRequest": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\r\n    \"value_cents\": 100 ,\r\n    \"generator_name\": \"\" ,\r\n    \"generator_document\": \"12345678910\",\r\n    \"expiration_time\": \"1800\",\r\n    \"external_reference\": \"Test 1\"\r\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": "{{BASE_URL}}/v1/pix/qrcodes"
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "3646"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Date",
											"value": "Wed, 21 May 2025 17:43:51 GMT"
										},
										{
											"key": "x-amzn-Remapped-Date",
											"value": "Wed, 21 May 2025 17:43:51 GMT"
										},
										{
											"key": "x-amzn-RequestId",
											"value": "e6382393-8308-4304-bd36-1a61fc0160d8"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Permitted-Cross-Domain-Policies",
											"value": "none"
										},
										{
											"key": "X-XSS-Protection",
											"value": "0"
										},
										{
											"key": "X-Runtime",
											"value": "1.524421"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "x-amzn-Remapped-Connection",
											"value": "keep-alive"
										},
										{
											"key": "X-Download-Options",
											"value": "noopen"
										},
										{
											"key": "X-Request-Id",
											"value": "514d61ff-4509-49ba-b6ef-550d4d8d877a"
										},
										{
											"key": "x-amz-apigw-id",
											"value": "K7eRjHbmYosETPg="
										},
										{
											"key": "Vary",
											"value": "Accept,Accept-Encoding"
										},
										{
											"key": "Cache-Control",
											"value": "max-age=0, private, must-revalidate"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "ETag",
											"value": "W/\"b9aff7e9b32c41fef6c8cffa43fe1bdd\""
										},
										{
											"key": "X-Cache",
											"value": "Miss from cloudfront"
										},
										{
											"key": "Via",
											"value": "1.1 43e4cc214a573d4a043c2ab8f77b53e8.cloudfront.net (CloudFront)"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "GRU1-P2"
										},
										{
											"key": "X-Amz-Cf-Id",
											"value": "kibqLjlzUx2wKVUUwS2stXX9-ZGNW6f6hQ9z7-FuoT3fm1kHKbSecg=="
										}
									],
									"cookie": [],
									"body": "  {\n    \"error\": \"Operation failed! Please try again or contact our support team\"\n  }"
								}
							]
						},
						{
							"name": "list-qrcodes",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": {
										"token": "{{TOKEN}}"
									}
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{BASE_URL}}/v1/pix/qrcodes?payment_start_date=2025-05-21T15:00:00&payment_end_date=2025-05-28T15:00:00",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"v1",
										"pix",
										"qrcodes"
									],
									"query": [
										{
											"key": "page",
											"value": "1",
											"disabled": true
										},
										{
											"key": "registration_start_date",
											"value": "",
											"disabled": true
										},
										{
											"key": "registration_end_date",
											"value": "",
											"disabled": true
										},
										{
											"key": "generator_name",
											"value": "",
											"disabled": true
										},
										{
											"key": "generator_document",
											"value": "33422875190",
											"disabled": true
										},
										{
											"key": "payer_document",
											"value": "",
											"disabled": true
										},
										{
											"key": "status",
											"value": "",
											"disabled": true
										},
										{
											"key": "reference_code",
											"value": "",
											"disabled": true
										},
										{
											"key": "end_to_end",
											"value": "",
											"disabled": true
										},
										{
											"key": "payment_start_date",
											"value": "2025-05-21T15:00:00"
										},
										{
											"key": "payment_end_date",
											"value": "2025-05-28T15:00:00"
										}
									]
								}
							},
							"response": [
								{
									"name": "400",
									"originalRequest": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{BASE_URL}}/v1/pix/qrcodes?page=1&registration_start_date=2025-05-21T15:00:00&registration_end_date=2025-05-28T15:00:00&payment_start_date&payment_end_date&generator_name&generator_document&payer_document&status&reference_code&end_to_end",
											"host": [
												"{{BASE_URL}}"
											],
											"path": [
												"v1",
												"pix",
												"qrcodes"
											],
											"query": [
												{
													"key": "page",
													"value": "1"
												},
												{
													"key": "registration_start_date",
													"value": "2025-05-21T15:00:00"
												},
												{
													"key": "registration_end_date",
													"value": "2025-05-28T15:00:00"
												},
												{
													"key": "payment_start_date",
													"value": null
												},
												{
													"key": "payment_end_date",
													"value": null
												},
												{
													"key": "generator_name",
													"value": null
												},
												{
													"key": "generator_document",
													"value": null
												},
												{
													"key": "payer_document",
													"value": null
												},
												{
													"key": "status",
													"value": null
												},
												{
													"key": "reference_code",
													"value": null
												},
												{
													"key": "end_to_end",
													"value": null
												}
											]
										}
									},
									"status": "Bad Request",
									"code": 400,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "99"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Date",
											"value": "Wed, 21 May 2025 18:00:37 GMT"
										},
										{
											"key": "x-amzn-Remapped-Date",
											"value": "Wed, 21 May 2025 18:00:37 GMT"
										},
										{
											"key": "x-amzn-RequestId",
											"value": "d8864554-67cf-45a8-bfaf-a14feed0f288"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Permitted-Cross-Domain-Policies",
											"value": "none"
										},
										{
											"key": "X-XSS-Protection",
											"value": "0"
										},
										{
											"key": "X-Runtime",
											"value": "0.007557"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "x-amzn-Remapped-Connection",
											"value": "keep-alive"
										},
										{
											"key": "X-Download-Options",
											"value": "noopen"
										},
										{
											"key": "X-Request-Id",
											"value": "4b1cbe72-72fb-4165-ad19-93cb059f2e9a"
										},
										{
											"key": "x-amz-apigw-id",
											"value": "K7gu5G6zYosEBhg="
										},
										{
											"key": "Vary",
											"value": "Accept,Accept-Encoding"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "X-Cache",
											"value": "Error from cloudfront"
										},
										{
											"key": "Via",
											"value": "1.1 6fe1b2b7124d729caed58a8e90be8da6.cloudfront.net (CloudFront)"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "FOR50-P3"
										},
										{
											"key": "X-Amz-Cf-Id",
											"value": "Q6OXfSmFrwlM1BZgyPSbEtgEhjfaf-sFOBwwRJEEAojkWYEp9pVefw=="
										}
									],
									"cookie": [],
									"body": "{\n    \"error\": \"generator_document not_a_number | payer_document not_a_number | payment_start_date invalid format\"\n}"
								},
								{
									"name": "500",
									"originalRequest": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{BASE_URL}}/v1/pix/qrcodes?page=1&registration_start_date=2025-05-21T15:00:00&registration_end_date=2025-05-28T15:00:00&payment_start_date&payment_end_date&generator_name&generator_document&payer_document&status&reference_code&end_to_end",
											"host": [
												"{{BASE_URL}}"
											],
											"path": [
												"v1",
												"pix",
												"qrcodes"
											],
											"query": [
												{
													"key": "page",
													"value": "1"
												},
												{
													"key": "registration_start_date",
													"value": "2025-05-21T15:00:00"
												},
												{
													"key": "registration_end_date",
													"value": "2025-05-28T15:00:00"
												},
												{
													"key": "payment_start_date",
													"value": null
												},
												{
													"key": "payment_end_date",
													"value": null
												},
												{
													"key": "generator_name",
													"value": null
												},
												{
													"key": "generator_document",
													"value": null
												},
												{
													"key": "payer_document",
													"value": null
												},
												{
													"key": "status",
													"value": null
												},
												{
													"key": "reference_code",
													"value": null
												},
												{
													"key": "end_to_end",
													"value": null
												}
											]
										}
									},
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "99"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Date",
											"value": "Wed, 21 May 2025 18:00:37 GMT"
										},
										{
											"key": "x-amzn-Remapped-Date",
											"value": "Wed, 21 May 2025 18:00:37 GMT"
										},
										{
											"key": "x-amzn-RequestId",
											"value": "d8864554-67cf-45a8-bfaf-a14feed0f288"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Permitted-Cross-Domain-Policies",
											"value": "none"
										},
										{
											"key": "X-XSS-Protection",
											"value": "0"
										},
										{
											"key": "X-Runtime",
											"value": "0.007557"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "x-amzn-Remapped-Connection",
											"value": "keep-alive"
										},
										{
											"key": "X-Download-Options",
											"value": "noopen"
										},
										{
											"key": "X-Request-Id",
											"value": "4b1cbe72-72fb-4165-ad19-93cb059f2e9a"
										},
										{
											"key": "x-amz-apigw-id",
											"value": "K7gu5G6zYosEBhg="
										},
										{
											"key": "Vary",
											"value": "Accept,Accept-Encoding"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "X-Cache",
											"value": "Error from cloudfront"
										},
										{
											"key": "Via",
											"value": "1.1 6fe1b2b7124d729caed58a8e90be8da6.cloudfront.net (CloudFront)"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "FOR50-P3"
										},
										{
											"key": "X-Amz-Cf-Id",
											"value": "Q6OXfSmFrwlM1BZgyPSbEtgEhjfaf-sFOBwwRJEEAojkWYEp9pVefw=="
										}
									],
									"cookie": [],
									"body": "{\n    \"error\": \"Operation failed! Please try again or contact our support team\"\n}"
								},
								{
									"name": "200",
									"originalRequest": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{BASE_URL}}/v1/pix/qrcodes?page=1&registration_start_date=2025-05-21T15:00:00&registration_end_date=2025-05-28T15:00:00&payment_start_date&payment_end_date&generator_name&generator_document&payer_document&status&reference_code&end_to_end",
											"host": [
												"{{BASE_URL}}"
											],
											"path": [
												"v1",
												"pix",
												"qrcodes"
											],
											"query": [
												{
													"key": "page",
													"value": "1"
												},
												{
													"key": "registration_start_date",
													"value": "2025-05-21T15:00:00"
												},
												{
													"key": "registration_end_date",
													"value": "2025-05-28T15:00:00"
												},
												{
													"key": "payment_start_date",
													"value": null
												},
												{
													"key": "payment_end_date",
													"value": null
												},
												{
													"key": "generator_name",
													"value": null
												},
												{
													"key": "generator_document",
													"value": null
												},
												{
													"key": "payer_document",
													"value": null
												},
												{
													"key": "status",
													"value": null
												},
												{
													"key": "reference_code",
													"value": null
												},
												{
													"key": "end_to_end",
													"value": null
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "99"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Date",
											"value": "Wed, 21 May 2025 18:00:37 GMT"
										},
										{
											"key": "x-amzn-Remapped-Date",
											"value": "Wed, 21 May 2025 18:00:37 GMT"
										},
										{
											"key": "x-amzn-RequestId",
											"value": "d8864554-67cf-45a8-bfaf-a14feed0f288"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Permitted-Cross-Domain-Policies",
											"value": "none"
										},
										{
											"key": "X-XSS-Protection",
											"value": "0"
										},
										{
											"key": "X-Runtime",
											"value": "0.007557"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "x-amzn-Remapped-Connection",
											"value": "keep-alive"
										},
										{
											"key": "X-Download-Options",
											"value": "noopen"
										},
										{
											"key": "X-Request-Id",
											"value": "4b1cbe72-72fb-4165-ad19-93cb059f2e9a"
										},
										{
											"key": "x-amz-apigw-id",
											"value": "K7gu5G6zYosEBhg="
										},
										{
											"key": "Vary",
											"value": "Accept,Accept-Encoding"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "X-Cache",
											"value": "Error from cloudfront"
										},
										{
											"key": "Via",
											"value": "1.1 6fe1b2b7124d729caed58a8e90be8da6.cloudfront.net (CloudFront)"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "FOR50-P3"
										},
										{
											"key": "X-Amz-Cf-Id",
											"value": "Q6OXfSmFrwlM1BZgyPSbEtgEhjfaf-sFOBwwRJEEAojkWYEp9pVefw=="
										}
									],
									"cookie": [],
									"body": "{\n    \"payments\": [\n        {\n        \"reference_code\": \"TEST_1\",\n        \"idempotent_id\": \"PAGAMENTO_TEST\", \n        \"value_cents\": 10000,\n        \"pix_key_type\": \"cpf\",\n        \"pix_key\": \"01234567891\",\n        \"generator_name\": \"Jhon da Silva\" ,\n        \"generator_document\": \"12345678910\",\n        \"status\": \"completed\",\n        \"registration_date\": \"2021-11-10T14:51:25.000-03:00\", \n        \"payment_date\": \"2021-11-10T14:52:10.000-03:00\", \n        \"cancellation_date\": null,\n        \"cancellation_reason\": null,\n        \"end_to_end\": \"E18236120202206142202a1022c1tg10\"\n        } \n    ],\n    \"meta\": {\n        \"current_page\": 1, \n        \"total_pages\": 1, \n        \"total_items_amount\": 1, \n        \"total_value_cents\": 2\n    } \n}"
								}
							]
						},
						{
							"name": "search-qrcode-endtoend",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": {
										"token": "{{TOKEN}}"
									}
								},
								"method": "GET",
								"header": [],
								"url": "{{BASE_URL}}/v1/qrcodes/end_to_end/{{end_to_end_pgto}}"
							},
							"response": [
								{
									"name": "400",
									"originalRequest": {
										"method": "GET",
										"header": [],
										"url": "{{BASE_URL}}/v1/qrcodes/end_to_end/{{end_to_end_pgto}}"
									},
									"status": "Bad Request",
									"code": 400,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "99"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Date",
											"value": "Wed, 21 May 2025 18:00:37 GMT"
										},
										{
											"key": "x-amzn-Remapped-Date",
											"value": "Wed, 21 May 2025 18:00:37 GMT"
										},
										{
											"key": "x-amzn-RequestId",
											"value": "d8864554-67cf-45a8-bfaf-a14feed0f288"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Permitted-Cross-Domain-Policies",
											"value": "none"
										},
										{
											"key": "X-XSS-Protection",
											"value": "0"
										},
										{
											"key": "X-Runtime",
											"value": "0.007557"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "x-amzn-Remapped-Connection",
											"value": "keep-alive"
										},
										{
											"key": "X-Download-Options",
											"value": "noopen"
										},
										{
											"key": "X-Request-Id",
											"value": "4b1cbe72-72fb-4165-ad19-93cb059f2e9a"
										},
										{
											"key": "x-amz-apigw-id",
											"value": "K7gu5G6zYosEBhg="
										},
										{
											"key": "Vary",
											"value": "Accept,Accept-Encoding"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "X-Cache",
											"value": "Error from cloudfront"
										},
										{
											"key": "Via",
											"value": "1.1 6fe1b2b7124d729caed58a8e90be8da6.cloudfront.net (CloudFront)"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "FOR50-P3"
										},
										{
											"key": "X-Amz-Cf-Id",
											"value": "Q6OXfSmFrwlM1BZgyPSbEtgEhjfaf-sFOBwwRJEEAojkWYEp9pVefw=="
										}
									],
									"cookie": [],
									"body": "{\n    \"error\": \"generator_document not_a_number | payer_document not_a_number | payment_start_date invalid format\"\n}"
								},
								{
									"name": "500",
									"originalRequest": {
										"method": "GET",
										"header": [],
										"url": "{{BASE_URL}}/v1/qrcodes/end_to_end/{{end_to_end_pgto}}"
									},
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "99"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Date",
											"value": "Wed, 21 May 2025 18:00:37 GMT"
										},
										{
											"key": "x-amzn-Remapped-Date",
											"value": "Wed, 21 May 2025 18:00:37 GMT"
										},
										{
											"key": "x-amzn-RequestId",
											"value": "d8864554-67cf-45a8-bfaf-a14feed0f288"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Permitted-Cross-Domain-Policies",
											"value": "none"
										},
										{
											"key": "X-XSS-Protection",
											"value": "0"
										},
										{
											"key": "X-Runtime",
											"value": "0.007557"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "x-amzn-Remapped-Connection",
											"value": "keep-alive"
										},
										{
											"key": "X-Download-Options",
											"value": "noopen"
										},
										{
											"key": "X-Request-Id",
											"value": "4b1cbe72-72fb-4165-ad19-93cb059f2e9a"
										},
										{
											"key": "x-amz-apigw-id",
											"value": "K7gu5G6zYosEBhg="
										},
										{
											"key": "Vary",
											"value": "Accept,Accept-Encoding"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "X-Cache",
											"value": "Error from cloudfront"
										},
										{
											"key": "Via",
											"value": "1.1 6fe1b2b7124d729caed58a8e90be8da6.cloudfront.net (CloudFront)"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "FOR50-P3"
										},
										{
											"key": "X-Amz-Cf-Id",
											"value": "Q6OXfSmFrwlM1BZgyPSbEtgEhjfaf-sFOBwwRJEEAojkWYEp9pVefw=="
										}
									],
									"cookie": [],
									"body": "{\n    \"error\": \"Operation failed! Please try again or contact our support team\"\n}"
								}
							]
						}
					]
				},
				{
					"name": "Payments",
					"item": [
						{
							"name": "payment-register-dict",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": {
										"token": "{{TOKEN}}"
									}
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"initiation_type\": \"dict\", \r\n    \"idempotent_id\": \"PAGAMENTO_TEST\", \r\n    \"receiver_name\": \"Jhon da Silva\", \r\n    \"receiver_document\": \"12345678910\", \r\n    \"value_cents\": 100,\r\n    \"pix_key_type\": \"cpf\",\r\n    \"pix_key\": \"01234567891\",\r\n    \"authorized\": false\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": "{{BASE_URL}}/v1/pix/payments"
							},
							"response": [
								{
									"name": "400",
									"originalRequest": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\r\n    \"initiation_type\": \"dict\", \r\n    \"idempotent_id\": \"PAGAMENTO_TEST\", \r\n    \"receiver_name\": \"Jhon da Silva\", \r\n    \"receiver_document\": \"12345678910\", \r\n    \"value_cents\": 100,\r\n    \"pix_key_type\": \"cpf\",\r\n    \"pix_key\": \"\",\r\n    \"authorized\": false\r\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": "{{BASE_URL}}/v1/pix/payments"
									},
									"status": "Bad Request",
									"code": 400,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "58"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Date",
											"value": "Wed, 21 May 2025 17:47:44 GMT"
										},
										{
											"key": "x-amzn-Remapped-Date",
											"value": "Wed, 21 May 2025 17:47:44 GMT"
										},
										{
											"key": "x-amzn-RequestId",
											"value": "9f718559-8d5f-4a43-8880-aca72d8acda1"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Permitted-Cross-Domain-Policies",
											"value": "none"
										},
										{
											"key": "X-XSS-Protection",
											"value": "0"
										},
										{
											"key": "X-Runtime",
											"value": "0.008424"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "x-amzn-Remapped-Connection",
											"value": "keep-alive"
										},
										{
											"key": "X-Download-Options",
											"value": "noopen"
										},
										{
											"key": "X-Request-Id",
											"value": "04b2eff6-1046-49d0-8ad8-c922128ac2f0"
										},
										{
											"key": "x-amz-apigw-id",
											"value": "K7e2FGPE4osELjQ="
										},
										{
											"key": "Vary",
											"value": "Accept,Accept-Encoding"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "X-Cache",
											"value": "Error from cloudfront"
										},
										{
											"key": "Via",
											"value": "1.1 3e2722e46a02faa4db82e8ccea69f51a.cloudfront.net (CloudFront)"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "GRU1-P2"
										},
										{
											"key": "X-Amz-Cf-Id",
											"value": "sLxYHFjEd0wkNA3xs0WoSQFqarp57PYaLLIrdt09hj_BSW_LOsW3Pg=="
										}
									],
									"cookie": [],
									"body": "{\n    \"error\": \"pix_key blank | pix_key invalid CPF format | pix_key invalid CPF number | value_cents out of range\"\n}"
								},
								{
									"name": "422",
									"originalRequest": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\r\n    \"initiation_type\": \"dict\", \r\n    \"idempotent_id\": \"PAGAMENTO_TEST\", \r\n    \"receiver_name\": \"Jhon da Silva\", \r\n    \"receiver_document\": \"12345678910\", \r\n    \"value_cents\": 100,\r\n    \"pix_key_type\": \"cpf\",\r\n    \"pix_key\": \"01234567891\",\r\n    \"authorized\": false\r\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": "{{BASE_URL}}/v1/pix/payments"
									},
									"status": "Unprocessable Content",
									"code": 422,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "58"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Date",
											"value": "Wed, 21 May 2025 17:47:44 GMT"
										},
										{
											"key": "x-amzn-Remapped-Date",
											"value": "Wed, 21 May 2025 17:47:44 GMT"
										},
										{
											"key": "x-amzn-RequestId",
											"value": "9f718559-8d5f-4a43-8880-aca72d8acda1"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Permitted-Cross-Domain-Policies",
											"value": "none"
										},
										{
											"key": "X-XSS-Protection",
											"value": "0"
										},
										{
											"key": "X-Runtime",
											"value": "0.008424"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "x-amzn-Remapped-Connection",
											"value": "keep-alive"
										},
										{
											"key": "X-Download-Options",
											"value": "noopen"
										},
										{
											"key": "X-Request-Id",
											"value": "04b2eff6-1046-49d0-8ad8-c922128ac2f0"
										},
										{
											"key": "x-amz-apigw-id",
											"value": "K7e2FGPE4osELjQ="
										},
										{
											"key": "Vary",
											"value": "Accept,Accept-Encoding"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "X-Cache",
											"value": "Error from cloudfront"
										},
										{
											"key": "Via",
											"value": "1.1 3e2722e46a02faa4db82e8ccea69f51a.cloudfront.net (CloudFront)"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "GRU1-P2"
										},
										{
											"key": "X-Amz-Cf-Id",
											"value": "sLxYHFjEd0wkNA3xs0WoSQFqarp57PYaLLIrdt09hj_BSW_LOsW3Pg=="
										}
									],
									"cookie": [],
									"body": "{\n    \"error\": \"Insufficient funds\"\n}"
								},
								{
									"name": "403",
									"originalRequest": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\r\n    \"initiation_type\": \"dict\", \r\n    \"idempotent_id\": \"PAGAMENTO_TEST\", \r\n    \"receiver_name\": \"\", \r\n    \"receiver_document\": \"12345678910\", \r\n    \"value_cents\": 100,\r\n    \"pix_key_type\": \"cpf\",\r\n    \"pix_key\": \"01234567891\",\r\n    \"authorized\": false\r\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": "{{BASE_URL}}/v1/pix/payments"
									},
									"status": "Unprocessable Content",
									"code": 422,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "58"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Date",
											"value": "Wed, 21 May 2025 17:47:44 GMT"
										},
										{
											"key": "x-amzn-Remapped-Date",
											"value": "Wed, 21 May 2025 17:47:44 GMT"
										},
										{
											"key": "x-amzn-RequestId",
											"value": "9f718559-8d5f-4a43-8880-aca72d8acda1"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Permitted-Cross-Domain-Policies",
											"value": "none"
										},
										{
											"key": "X-XSS-Protection",
											"value": "0"
										},
										{
											"key": "X-Runtime",
											"value": "0.008424"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "x-amzn-Remapped-Connection",
											"value": "keep-alive"
										},
										{
											"key": "X-Download-Options",
											"value": "noopen"
										},
										{
											"key": "X-Request-Id",
											"value": "04b2eff6-1046-49d0-8ad8-c922128ac2f0"
										},
										{
											"key": "x-amz-apigw-id",
											"value": "K7e2FGPE4osELjQ="
										},
										{
											"key": "Vary",
											"value": "Accept,Accept-Encoding"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "X-Cache",
											"value": "Error from cloudfront"
										},
										{
											"key": "Via",
											"value": "1.1 3e2722e46a02faa4db82e8ccea69f51a.cloudfront.net (CloudFront)"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "GRU1-P2"
										},
										{
											"key": "X-Amz-Cf-Id",
											"value": "sLxYHFjEd0wkNA3xs0WoSQFqarp57PYaLLIrdt09hj_BSW_LOsW3Pg=="
										}
									],
									"cookie": [],
									"body": "{\n    \"error\": \"Receiver not allowed\"\n}"
								},
								{
									"name": "201",
									"originalRequest": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\r\n    \"initiation_type\": \"dict\", \r\n    \"idempotent_id\": \"PAGAMENTO_TEST\", \r\n    \"receiver_name\": \"Jhon da Silva\", \r\n    \"receiver_document\": \"12345678910\", \r\n    \"value_cents\": 100,\r\n    \"pix_key_type\": \"cpf\",\r\n    \"pix_key\": \"01234567891\",\r\n    \"authorized\": false\r\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": "{{BASE_URL}}/v1/pix/payments"
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "3646"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Date",
											"value": "Wed, 21 May 2025 17:43:51 GMT"
										},
										{
											"key": "x-amzn-Remapped-Date",
											"value": "Wed, 21 May 2025 17:43:51 GMT"
										},
										{
											"key": "x-amzn-RequestId",
											"value": "e6382393-8308-4304-bd36-1a61fc0160d8"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Permitted-Cross-Domain-Policies",
											"value": "none"
										},
										{
											"key": "X-XSS-Protection",
											"value": "0"
										},
										{
											"key": "X-Runtime",
											"value": "1.524421"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "x-amzn-Remapped-Connection",
											"value": "keep-alive"
										},
										{
											"key": "X-Download-Options",
											"value": "noopen"
										},
										{
											"key": "X-Request-Id",
											"value": "514d61ff-4509-49ba-b6ef-550d4d8d877a"
										},
										{
											"key": "x-amz-apigw-id",
											"value": "K7eRjHbmYosETPg="
										},
										{
											"key": "Vary",
											"value": "Accept,Accept-Encoding"
										},
										{
											"key": "Cache-Control",
											"value": "max-age=0, private, must-revalidate"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "ETag",
											"value": "W/\"b9aff7e9b32c41fef6c8cffa43fe1bdd\""
										},
										{
											"key": "X-Cache",
											"value": "Miss from cloudfront"
										},
										{
											"key": "Via",
											"value": "1.1 43e4cc214a573d4a043c2ab8f77b53e8.cloudfront.net (CloudFront)"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "GRU1-P2"
										},
										{
											"key": "X-Amz-Cf-Id",
											"value": "kibqLjlzUx2wKVUUwS2stXX9-ZGNW6f6hQ9z7-FuoT3fm1kHKbSecg=="
										}
									],
									"cookie": [],
									"body": "  {\n    \"payment\": {\n      \"reference_code\": \"TEST01\", \n      \"idempotent_id\": \"PAGAMENTO_TEST\", \n      \"value_cents\": 10000,\n      \"pix_key_type\": \"cpf\",\n      \"pix_key\": \"01234567891\", \n      \"receiver_name\": \"Petrono Carneiro Medeiros\", \n      \"receiver_document\": \"01234567891\", \n      \"status\": \"authorization_pending\"\n    } \n  }"
								},
								{
									"name": "500",
									"originalRequest": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\r\n    \"initiation_type\": \"dict\", \r\n    \"idempotent_id\": \"PAGAMENTO_TEST\", \r\n    \"receiver_name\": \"Jhon da Silva\", \r\n    \"receiver_document\": \"12345678910\", \r\n    \"value_cents\": 100,\r\n    \"pix_key_type\": \"cpf\",\r\n    \"pix_key\": \"01234567891\",\r\n    \"authorized\": false\r\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": "{{BASE_URL}}/v1/pix/payments"
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "3646"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Date",
											"value": "Wed, 21 May 2025 17:43:51 GMT"
										},
										{
											"key": "x-amzn-Remapped-Date",
											"value": "Wed, 21 May 2025 17:43:51 GMT"
										},
										{
											"key": "x-amzn-RequestId",
											"value": "e6382393-8308-4304-bd36-1a61fc0160d8"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Permitted-Cross-Domain-Policies",
											"value": "none"
										},
										{
											"key": "X-XSS-Protection",
											"value": "0"
										},
										{
											"key": "X-Runtime",
											"value": "1.524421"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "x-amzn-Remapped-Connection",
											"value": "keep-alive"
										},
										{
											"key": "X-Download-Options",
											"value": "noopen"
										},
										{
											"key": "X-Request-Id",
											"value": "514d61ff-4509-49ba-b6ef-550d4d8d877a"
										},
										{
											"key": "x-amz-apigw-id",
											"value": "K7eRjHbmYosETPg="
										},
										{
											"key": "Vary",
											"value": "Accept,Accept-Encoding"
										},
										{
											"key": "Cache-Control",
											"value": "max-age=0, private, must-revalidate"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "ETag",
											"value": "W/\"b9aff7e9b32c41fef6c8cffa43fe1bdd\""
										},
										{
											"key": "X-Cache",
											"value": "Miss from cloudfront"
										},
										{
											"key": "Via",
											"value": "1.1 43e4cc214a573d4a043c2ab8f77b53e8.cloudfront.net (CloudFront)"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "GRU1-P2"
										},
										{
											"key": "X-Amz-Cf-Id",
											"value": "kibqLjlzUx2wKVUUwS2stXX9-ZGNW6f6hQ9z7-FuoT3fm1kHKbSecg=="
										}
									],
									"cookie": [],
									"body": "  {\n    \"error\": \"Operation failed! Please try again or contact our support team\"\n  }"
								}
							]
						},
						{
							"name": "payment-register-manuel",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": {
										"token": "{{TOKEN}}"
									}
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "  {\r\n    \"initiation_type\": \"manual\", \r\n    \"idempotent_id\": \"PAGAMENTO_TEST\", \r\n    \"value_cents\": 10000,\r\n    \"receiver_name\": \"Jhon da Silva\", \r\n    \"receiver_document\": \"12345678910\", \r\n    \"receiver_bank_ispb\": \"00000000\", \r\n    \"receiver_agency\": \"0000\", \r\n    \"receiver_account\": \"00000000\", \r\n    \"receiver_account_type\": \"CACC\", \r\n    \"authorized\": false\r\n  }",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": "{{BASE_URL}}/v1/pix/payments"
							},
							"response": [
								{
									"name": "400",
									"originalRequest": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "  {\r\n    \"initiation_type\": \"manual\", \r\n    \"idempotent_id\": \"PAGAMENTO_TEST\", \r\n    \"value_cents\": 100,\r\n    \"receiver_name\": \"\", \r\n    \"receiver_document\": \"\", \r\n    \"receiver_bank_ispb\": \"00000000\", \r\n    \"receiver_agency\": \"0000\", \r\n    \"receiver_account\": \"00000000\", \r\n    \"receiver_account_type\": \"CACC\", \r\n    \"authorized\": false\r\n  }",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": "{{BASE_URL}}/v1/pix/qrcodes"
									},
									"status": "Bad Request",
									"code": 400,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "58"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Date",
											"value": "Wed, 21 May 2025 17:47:44 GMT"
										},
										{
											"key": "x-amzn-Remapped-Date",
											"value": "Wed, 21 May 2025 17:47:44 GMT"
										},
										{
											"key": "x-amzn-RequestId",
											"value": "9f718559-8d5f-4a43-8880-aca72d8acda1"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Permitted-Cross-Domain-Policies",
											"value": "none"
										},
										{
											"key": "X-XSS-Protection",
											"value": "0"
										},
										{
											"key": "X-Runtime",
											"value": "0.008424"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "x-amzn-Remapped-Connection",
											"value": "keep-alive"
										},
										{
											"key": "X-Download-Options",
											"value": "noopen"
										},
										{
											"key": "X-Request-Id",
											"value": "04b2eff6-1046-49d0-8ad8-c922128ac2f0"
										},
										{
											"key": "x-amz-apigw-id",
											"value": "K7e2FGPE4osELjQ="
										},
										{
											"key": "Vary",
											"value": "Accept,Accept-Encoding"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "X-Cache",
											"value": "Error from cloudfront"
										},
										{
											"key": "Via",
											"value": "1.1 3e2722e46a02faa4db82e8ccea69f51a.cloudfront.net (CloudFront)"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "GRU1-P2"
										},
										{
											"key": "X-Amz-Cf-Id",
											"value": "sLxYHFjEd0wkNA3xs0WoSQFqarp57PYaLLIrdt09hj_BSW_LOsW3Pg=="
										}
									],
									"cookie": [],
									"body": "{\n    \"error\": \"value_cents out of range\"\n}"
								},
								{
									"name": "422",
									"originalRequest": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "  {\r\n    \"initiation_type\": \"manual\", \r\n    \"idempotent_id\": \"PAGAMENTO_TEST\", \r\n    \"value_cents\": 10000,\r\n    \"receiver_name\": \"Jhon da Silva\", \r\n    \"receiver_document\": \"12345678910\", \r\n    \"receiver_bank_ispb\": \"00000000\", \r\n    \"receiver_agency\": \"0000\", \r\n    \"receiver_account\": \"00000000\", \r\n    \"receiver_account_type\": \"CACC\", \r\n    \"authorized\": false\r\n  }",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": "{{BASE_URL}}/v1/pix/qrcodes"
									},
									"status": "Unprocessable Content",
									"code": 422,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "58"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Date",
											"value": "Wed, 21 May 2025 17:47:44 GMT"
										},
										{
											"key": "x-amzn-Remapped-Date",
											"value": "Wed, 21 May 2025 17:47:44 GMT"
										},
										{
											"key": "x-amzn-RequestId",
											"value": "9f718559-8d5f-4a43-8880-aca72d8acda1"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Permitted-Cross-Domain-Policies",
											"value": "none"
										},
										{
											"key": "X-XSS-Protection",
											"value": "0"
										},
										{
											"key": "X-Runtime",
											"value": "0.008424"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "x-amzn-Remapped-Connection",
											"value": "keep-alive"
										},
										{
											"key": "X-Download-Options",
											"value": "noopen"
										},
										{
											"key": "X-Request-Id",
											"value": "04b2eff6-1046-49d0-8ad8-c922128ac2f0"
										},
										{
											"key": "x-amz-apigw-id",
											"value": "K7e2FGPE4osELjQ="
										},
										{
											"key": "Vary",
											"value": "Accept,Accept-Encoding"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "X-Cache",
											"value": "Error from cloudfront"
										},
										{
											"key": "Via",
											"value": "1.1 3e2722e46a02faa4db82e8ccea69f51a.cloudfront.net (CloudFront)"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "GRU1-P2"
										},
										{
											"key": "X-Amz-Cf-Id",
											"value": "sLxYHFjEd0wkNA3xs0WoSQFqarp57PYaLLIrdt09hj_BSW_LOsW3Pg=="
										}
									],
									"cookie": [],
									"body": "{\n    \"error\": \"Insufficient funds\"\n}"
								},
								{
									"name": "403",
									"originalRequest": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "  {\r\n    \"initiation_type\": \"manual\", \r\n    \"idempotent_id\": \"PAGAMENTO_TEST\", \r\n    \"value_cents\": 10000,\r\n    \"receiver_name\": \"\", \r\n    \"receiver_document\": \"12345678910\", \r\n    \"receiver_bank_ispb\": \"00000000\", \r\n    \"receiver_agency\": \"0000\", \r\n    \"receiver_account\": \"00000000\", \r\n    \"receiver_account_type\": \"CACC\", \r\n    \"authorized\": false\r\n  }",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": "{{BASE_URL}}/v1/pix/qrcodes"
									},
									"status": "Unprocessable Content",
									"code": 422,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "58"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Date",
											"value": "Wed, 21 May 2025 17:47:44 GMT"
										},
										{
											"key": "x-amzn-Remapped-Date",
											"value": "Wed, 21 May 2025 17:47:44 GMT"
										},
										{
											"key": "x-amzn-RequestId",
											"value": "9f718559-8d5f-4a43-8880-aca72d8acda1"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Permitted-Cross-Domain-Policies",
											"value": "none"
										},
										{
											"key": "X-XSS-Protection",
											"value": "0"
										},
										{
											"key": "X-Runtime",
											"value": "0.008424"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "x-amzn-Remapped-Connection",
											"value": "keep-alive"
										},
										{
											"key": "X-Download-Options",
											"value": "noopen"
										},
										{
											"key": "X-Request-Id",
											"value": "04b2eff6-1046-49d0-8ad8-c922128ac2f0"
										},
										{
											"key": "x-amz-apigw-id",
											"value": "K7e2FGPE4osELjQ="
										},
										{
											"key": "Vary",
											"value": "Accept,Accept-Encoding"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "X-Cache",
											"value": "Error from cloudfront"
										},
										{
											"key": "Via",
											"value": "1.1 3e2722e46a02faa4db82e8ccea69f51a.cloudfront.net (CloudFront)"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "GRU1-P2"
										},
										{
											"key": "X-Amz-Cf-Id",
											"value": "sLxYHFjEd0wkNA3xs0WoSQFqarp57PYaLLIrdt09hj_BSW_LOsW3Pg=="
										}
									],
									"cookie": [],
									"body": "{\n    \"error\": \"Receiver not allowed\"\n}"
								},
								{
									"name": "201",
									"originalRequest": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "  {\r\n    \"initiation_type\": \"manual\", \r\n    \"idempotent_id\": \"PAGAMENTO_TEST\", \r\n    \"value_cents\": 10000,\r\n    \"receiver_name\": \"Jhon da Silva\", \r\n    \"receiver_document\": \"12345678910\", \r\n    \"receiver_bank_ispb\": \"00000000\", \r\n    \"receiver_agency\": \"0000\", \r\n    \"receiver_account\": \"00000000\", \r\n    \"receiver_account_type\": \"CACC\", \r\n    \"authorized\": false\r\n  }",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": "{{BASE_URL}}/v1/pix/qrcodes"
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "3646"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Date",
											"value": "Wed, 21 May 2025 17:43:51 GMT"
										},
										{
											"key": "x-amzn-Remapped-Date",
											"value": "Wed, 21 May 2025 17:43:51 GMT"
										},
										{
											"key": "x-amzn-RequestId",
											"value": "e6382393-8308-4304-bd36-1a61fc0160d8"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Permitted-Cross-Domain-Policies",
											"value": "none"
										},
										{
											"key": "X-XSS-Protection",
											"value": "0"
										},
										{
											"key": "X-Runtime",
											"value": "1.524421"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "x-amzn-Remapped-Connection",
											"value": "keep-alive"
										},
										{
											"key": "X-Download-Options",
											"value": "noopen"
										},
										{
											"key": "X-Request-Id",
											"value": "514d61ff-4509-49ba-b6ef-550d4d8d877a"
										},
										{
											"key": "x-amz-apigw-id",
											"value": "K7eRjHbmYosETPg="
										},
										{
											"key": "Vary",
											"value": "Accept,Accept-Encoding"
										},
										{
											"key": "Cache-Control",
											"value": "max-age=0, private, must-revalidate"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "ETag",
											"value": "W/\"b9aff7e9b32c41fef6c8cffa43fe1bdd\""
										},
										{
											"key": "X-Cache",
											"value": "Miss from cloudfront"
										},
										{
											"key": "Via",
											"value": "1.1 43e4cc214a573d4a043c2ab8f77b53e8.cloudfront.net (CloudFront)"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "GRU1-P2"
										},
										{
											"key": "X-Amz-Cf-Id",
											"value": "kibqLjlzUx2wKVUUwS2stXX9-ZGNW6f6hQ9z7-FuoT3fm1kHKbSecg=="
										}
									],
									"cookie": [],
									"body": "  {\n    \"payment\": {\n      \"reference_code\": \"TEST01\", \n      \"idempotent_id\": \"PAGAMENTO_TEST\", \n      \"value_cents\": 10000,\n      \"pix_key_type\": \"cpf\",\n      \"pix_key\": \"01234567891\", \n      \"receiver_name\": \"Petrono Carneiro Medeiros\", \n      \"receiver_document\": \"01234567891\", \n      \"status\": \"authorization_pending\"\n    } \n  }"
								},
								{
									"name": "500",
									"originalRequest": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "  {\r\n    \"initiation_type\": \"manual\", \r\n    \"idempotent_id\": \"PAGAMENTO_TEST\", \r\n    \"value_cents\": 10000,\r\n    \"receiver_name\": \"Jhon da Silva\", \r\n    \"receiver_document\": \"12345678910\", \r\n    \"receiver_bank_ispb\": \"00000000\", \r\n    \"receiver_agency\": \"0000\", \r\n    \"receiver_account\": \"00000000\", \r\n    \"receiver_account_type\": \"CACC\", \r\n    \"authorized\": false\r\n  }",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": "{{BASE_URL}}/v1/pix/qrcodes"
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "3646"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Date",
											"value": "Wed, 21 May 2025 17:43:51 GMT"
										},
										{
											"key": "x-amzn-Remapped-Date",
											"value": "Wed, 21 May 2025 17:43:51 GMT"
										},
										{
											"key": "x-amzn-RequestId",
											"value": "e6382393-8308-4304-bd36-1a61fc0160d8"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Permitted-Cross-Domain-Policies",
											"value": "none"
										},
										{
											"key": "X-XSS-Protection",
											"value": "0"
										},
										{
											"key": "X-Runtime",
											"value": "1.524421"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "x-amzn-Remapped-Connection",
											"value": "keep-alive"
										},
										{
											"key": "X-Download-Options",
											"value": "noopen"
										},
										{
											"key": "X-Request-Id",
											"value": "514d61ff-4509-49ba-b6ef-550d4d8d877a"
										},
										{
											"key": "x-amz-apigw-id",
											"value": "K7eRjHbmYosETPg="
										},
										{
											"key": "Vary",
											"value": "Accept,Accept-Encoding"
										},
										{
											"key": "Cache-Control",
											"value": "max-age=0, private, must-revalidate"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "ETag",
											"value": "W/\"b9aff7e9b32c41fef6c8cffa43fe1bdd\""
										},
										{
											"key": "X-Cache",
											"value": "Miss from cloudfront"
										},
										{
											"key": "Via",
											"value": "1.1 43e4cc214a573d4a043c2ab8f77b53e8.cloudfront.net (CloudFront)"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "GRU1-P2"
										},
										{
											"key": "X-Amz-Cf-Id",
											"value": "kibqLjlzUx2wKVUUwS2stXX9-ZGNW6f6hQ9z7-FuoT3fm1kHKbSecg=="
										}
									],
									"cookie": [],
									"body": "  {\n    \"error\": \"Operation failed! Please try again or contact our support team\"\n  }"
								}
							]
						},
						{
							"name": "payment-list",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": {
										"token": "{{TOKEN}}"
									}
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{BASE_URL}}/v1/pix/payments?page=1&registration_start_date=2025-05-21T15:00:00&registration_end_date=2025-05-28T15:00:00&status",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"v1",
										"pix",
										"payments"
									],
									"query": [
										{
											"key": "page",
											"value": "1"
										},
										{
											"key": "registration_start_date",
											"value": "2025-05-21T15:00:00"
										},
										{
											"key": "registration_end_date",
											"value": "2025-05-28T15:00:00"
										},
										{
											"key": "payment_start_date",
											"value": null,
											"disabled": true
										},
										{
											"key": "payment_end_date",
											"value": null,
											"disabled": true
										},
										{
											"key": "receiver_name",
											"value": null,
											"disabled": true
										},
										{
											"key": "receiver_document",
											"value": null,
											"disabled": true
										},
										{
											"key": "status",
											"value": null
										},
										{
											"key": "reference_code",
											"value": null,
											"disabled": true
										},
										{
											"key": "end_to_end",
											"value": null,
											"disabled": true
										}
									]
								}
							},
							"response": [
								{
									"name": "400",
									"originalRequest": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "  {\r\n    \"initiation_type\": \"manual\", \r\n    \"idempotent_id\": \"PAGAMENTO_TEST\", \r\n    \"value_cents\": 10000,\r\n    \"receiver_name\": \"Petrono Carneiro Medeiros\", \r\n    \"receiver_document\": \"\", \r\n    \"receiver_bank_ispb\": \"00000000\", \r\n    \"receiver_agency\": \"0000\", \r\n    \"receiver_account\": \"00000000\", \r\n    \"receiver_account_type\": \"CACC\", \r\n    \"authorized\": false\r\n  }",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{BASE_URL}}/v1/pix/payments?page=1&registration_start_date=2025-05-21T15:00:00&registration_end_date=2025-05-28T15:00:00&status",
											"host": [
												"{{BASE_URL}}"
											],
											"path": [
												"v1",
												"pix",
												"payments"
											],
											"query": [
												{
													"key": "page",
													"value": "1"
												},
												{
													"key": "registration_start_date",
													"value": "2025-05-21T15:00:00"
												},
												{
													"key": "registration_end_date",
													"value": "2025-05-28T15:00:00"
												},
												{
													"key": "status",
													"value": null
												}
											]
										}
									},
									"status": "Bad Request",
									"code": 400,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "58"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Date",
											"value": "Wed, 21 May 2025 17:47:44 GMT"
										},
										{
											"key": "x-amzn-Remapped-Date",
											"value": "Wed, 21 May 2025 17:47:44 GMT"
										},
										{
											"key": "x-amzn-RequestId",
											"value": "9f718559-8d5f-4a43-8880-aca72d8acda1"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Permitted-Cross-Domain-Policies",
											"value": "none"
										},
										{
											"key": "X-XSS-Protection",
											"value": "0"
										},
										{
											"key": "X-Runtime",
											"value": "0.008424"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "x-amzn-Remapped-Connection",
											"value": "keep-alive"
										},
										{
											"key": "X-Download-Options",
											"value": "noopen"
										},
										{
											"key": "X-Request-Id",
											"value": "04b2eff6-1046-49d0-8ad8-c922128ac2f0"
										},
										{
											"key": "x-amz-apigw-id",
											"value": "K7e2FGPE4osELjQ="
										},
										{
											"key": "Vary",
											"value": "Accept,Accept-Encoding"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "X-Cache",
											"value": "Error from cloudfront"
										},
										{
											"key": "Via",
											"value": "1.1 3e2722e46a02faa4db82e8ccea69f51a.cloudfront.net (CloudFront)"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "GRU1-P2"
										},
										{
											"key": "X-Amz-Cf-Id",
											"value": "sLxYHFjEd0wkNA3xs0WoSQFqarp57PYaLLIrdt09hj_BSW_LOsW3Pg=="
										}
									],
									"cookie": [],
									"body": "{\n  \"error\": \"registration_end_date required\"\n}"
								},
								{
									"name": "500",
									"originalRequest": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "  {\r\n    \"initiation_type\": \"manual\", \r\n    \"idempotent_id\": \"PAGAMENTO_TEST\", \r\n    \"value_cents\": 10000,\r\n    \"receiver_name\": \"Petrono Carneiro Medeiros\", \r\n    \"receiver_document\": \"01234567891\", \r\n    \"receiver_bank_ispb\": \"00000000\", \r\n    \"receiver_agency\": \"0000\", \r\n    \"receiver_account\": \"00000000\", \r\n    \"receiver_account_type\": \"CACC\", \r\n    \"authorized\": false\r\n  }",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{BASE_URL}}/v1/pix/payments?page=1&registration_start_date=2025-05-21T15:00:00&registration_end_date=2025-05-28T15:00:00&status",
											"host": [
												"{{BASE_URL}}"
											],
											"path": [
												"v1",
												"pix",
												"payments"
											],
											"query": [
												{
													"key": "page",
													"value": "1"
												},
												{
													"key": "registration_start_date",
													"value": "2025-05-21T15:00:00"
												},
												{
													"key": "registration_end_date",
													"value": "2025-05-28T15:00:00"
												},
												{
													"key": "status",
													"value": null
												}
											]
										}
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "3646"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Date",
											"value": "Wed, 21 May 2025 17:43:51 GMT"
										},
										{
											"key": "x-amzn-Remapped-Date",
											"value": "Wed, 21 May 2025 17:43:51 GMT"
										},
										{
											"key": "x-amzn-RequestId",
											"value": "e6382393-8308-4304-bd36-1a61fc0160d8"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Permitted-Cross-Domain-Policies",
											"value": "none"
										},
										{
											"key": "X-XSS-Protection",
											"value": "0"
										},
										{
											"key": "X-Runtime",
											"value": "1.524421"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "x-amzn-Remapped-Connection",
											"value": "keep-alive"
										},
										{
											"key": "X-Download-Options",
											"value": "noopen"
										},
										{
											"key": "X-Request-Id",
											"value": "514d61ff-4509-49ba-b6ef-550d4d8d877a"
										},
										{
											"key": "x-amz-apigw-id",
											"value": "K7eRjHbmYosETPg="
										},
										{
											"key": "Vary",
											"value": "Accept,Accept-Encoding"
										},
										{
											"key": "Cache-Control",
											"value": "max-age=0, private, must-revalidate"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "ETag",
											"value": "W/\"b9aff7e9b32c41fef6c8cffa43fe1bdd\""
										},
										{
											"key": "X-Cache",
											"value": "Miss from cloudfront"
										},
										{
											"key": "Via",
											"value": "1.1 43e4cc214a573d4a043c2ab8f77b53e8.cloudfront.net (CloudFront)"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "GRU1-P2"
										},
										{
											"key": "X-Amz-Cf-Id",
											"value": "kibqLjlzUx2wKVUUwS2stXX9-ZGNW6f6hQ9z7-FuoT3fm1kHKbSecg=="
										}
									],
									"cookie": [],
									"body": "{\n    \"error\": \"Operation failed! Please try again or contact our support team\"\n}"
								},
								{
									"name": "200",
									"originalRequest": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{BASE_URL}}/v1/pix/payments?page=1&registration_start_date=2025-05-21T15:00:00&registration_end_date=2025-05-28T15:00:00&status",
											"host": [
												"{{BASE_URL}}"
											],
											"path": [
												"v1",
												"pix",
												"payments"
											],
											"query": [
												{
													"key": "page",
													"value": "1"
												},
												{
													"key": "registration_start_date",
													"value": "2025-05-21T15:00:00"
												},
												{
													"key": "registration_end_date",
													"value": "2025-05-28T15:00:00"
												},
												{
													"key": "payment_start_date",
													"value": null,
													"disabled": true
												},
												{
													"key": "payment_end_date",
													"value": null,
													"disabled": true
												},
												{
													"key": "receiver_name",
													"value": null,
													"disabled": true
												},
												{
													"key": "receiver_document",
													"value": null,
													"disabled": true
												},
												{
													"key": "status",
													"value": null
												},
												{
													"key": "reference_code",
													"value": null,
													"disabled": true
												},
												{
													"key": "end_to_end",
													"value": null,
													"disabled": true
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "339"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Date",
											"value": "Wed, 21 May 2025 19:30:02 GMT"
										},
										{
											"key": "x-amzn-Remapped-Date",
											"value": "Wed, 21 May 2025 19:30:02 GMT"
										},
										{
											"key": "x-amzn-RequestId",
											"value": "1351977b-20e6-4c42-834c-f7f9d9e93963"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Permitted-Cross-Domain-Policies",
											"value": "none"
										},
										{
											"key": "X-XSS-Protection",
											"value": "0"
										},
										{
											"key": "X-Runtime",
											"value": "0.051435"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "x-amzn-Remapped-Connection",
											"value": "keep-alive"
										},
										{
											"key": "X-Download-Options",
											"value": "noopen"
										},
										{
											"key": "X-Request-Id",
											"value": "44ec9a6e-92ab-41e7-bef8-359a2e697418"
										},
										{
											"key": "x-amz-apigw-id",
											"value": "K7t1PEaV4osEXJQ="
										},
										{
											"key": "Vary",
											"value": "Accept,Accept-Encoding"
										},
										{
											"key": "Cache-Control",
											"value": "max-age=0, private, must-revalidate"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "ETag",
											"value": "W/\"0ef2fd7efef6dc5ea06574265f2043b0\""
										},
										{
											"key": "X-Cache",
											"value": "Miss from cloudfront"
										},
										{
											"key": "Via",
											"value": "1.1 505544ec4f29d50aa8095429507adc00.cloudfront.net (CloudFront)"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "FOR50-P3"
										},
										{
											"key": "X-Amz-Cf-Id",
											"value": "AeE22GUyZ0wmQr34cHM52EMF9YtUlO-tO3MyW85tSD6cA8hIkUpFUA=="
										}
									],
									"cookie": [],
									"body": "{\n    \"payments\": [\n        {\n            \"reference_code\": \"PI202505210000128514\",\n            \"value_cents\": 60,\n            \"pix_key\": \"+5582988776655\",\n            \"pix_key_type\": \"phone\",\n            \"status\": \"authorization_pending\",\n            \"end_to_end\": null,\n            \"receiver_name\": \"Jhon da Silva\", \n            \"receiver_document\": \"12345678910\", \n            \"registration_date\": \"2025-05-21T15:17:10.000-03:00\",\n            \"payment_date\": null,\n            \"cancellation_date\": null,\n            \"cancellation_reason\": null\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"total_pages\": 1,\n        \"total_items_amount\": 1,\n        \"total_value_cents\": 60\n    }\n}"
								}
							]
						},
						{
							"name": "payment-search-code",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": {
										"token": "{{TOKEN}}"
									}
								},
								"method": "GET",
								"header": [],
								"url": "{{BASE_URL}}/v1/pix/payments/{{reference_code}}"
							},
							"response": [
								{
									"name": "406",
									"originalRequest": {
										"method": "POST",
										"header": [],
										"url": "{{BASE_URL}}/v1/pix/payments/{{reference_code}}"
									},
									"status": "Not Acceptable",
									"code": 406,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "58"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Date",
											"value": "Wed, 21 May 2025 17:47:44 GMT"
										},
										{
											"key": "x-amzn-Remapped-Date",
											"value": "Wed, 21 May 2025 17:47:44 GMT"
										},
										{
											"key": "x-amzn-RequestId",
											"value": "9f718559-8d5f-4a43-8880-aca72d8acda1"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Permitted-Cross-Domain-Policies",
											"value": "none"
										},
										{
											"key": "X-XSS-Protection",
											"value": "0"
										},
										{
											"key": "X-Runtime",
											"value": "0.008424"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "x-amzn-Remapped-Connection",
											"value": "keep-alive"
										},
										{
											"key": "X-Download-Options",
											"value": "noopen"
										},
										{
											"key": "X-Request-Id",
											"value": "04b2eff6-1046-49d0-8ad8-c922128ac2f0"
										},
										{
											"key": "x-amz-apigw-id",
											"value": "K7e2FGPE4osELjQ="
										},
										{
											"key": "Vary",
											"value": "Accept,Accept-Encoding"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "X-Cache",
											"value": "Error from cloudfront"
										},
										{
											"key": "Via",
											"value": "1.1 3e2722e46a02faa4db82e8ccea69f51a.cloudfront.net (CloudFront)"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "GRU1-P2"
										},
										{
											"key": "X-Amz-Cf-Id",
											"value": "sLxYHFjEd0wkNA3xs0WoSQFqarp57PYaLLIrdt09hj_BSW_LOsW3Pg=="
										}
									],
									"cookie": [],
									"body": "{\n    \"error\": \"Payment not found.\"\n}"
								},
								{
									"name": "500",
									"originalRequest": {
										"method": "POST",
										"header": [],
										"url": "{{BASE_URL}}/v1/pix/payments/{{reference_code}}"
									},
									"status": "Internal Server Error",
									"code": 500,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "3646"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Date",
											"value": "Wed, 21 May 2025 17:43:51 GMT"
										},
										{
											"key": "x-amzn-Remapped-Date",
											"value": "Wed, 21 May 2025 17:43:51 GMT"
										},
										{
											"key": "x-amzn-RequestId",
											"value": "e6382393-8308-4304-bd36-1a61fc0160d8"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Permitted-Cross-Domain-Policies",
											"value": "none"
										},
										{
											"key": "X-XSS-Protection",
											"value": "0"
										},
										{
											"key": "X-Runtime",
											"value": "1.524421"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "x-amzn-Remapped-Connection",
											"value": "keep-alive"
										},
										{
											"key": "X-Download-Options",
											"value": "noopen"
										},
										{
											"key": "X-Request-Id",
											"value": "514d61ff-4509-49ba-b6ef-550d4d8d877a"
										},
										{
											"key": "x-amz-apigw-id",
											"value": "K7eRjHbmYosETPg="
										},
										{
											"key": "Vary",
											"value": "Accept,Accept-Encoding"
										},
										{
											"key": "Cache-Control",
											"value": "max-age=0, private, must-revalidate"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "ETag",
											"value": "W/\"b9aff7e9b32c41fef6c8cffa43fe1bdd\""
										},
										{
											"key": "X-Cache",
											"value": "Miss from cloudfront"
										},
										{
											"key": "Via",
											"value": "1.1 43e4cc214a573d4a043c2ab8f77b53e8.cloudfront.net (CloudFront)"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "GRU1-P2"
										},
										{
											"key": "X-Amz-Cf-Id",
											"value": "kibqLjlzUx2wKVUUwS2stXX9-ZGNW6f6hQ9z7-FuoT3fm1kHKbSecg=="
										}
									],
									"cookie": [],
									"body": "{\n    \"error\": \"Operation failed! Please try again or contact our support team\"\n}"
								},
								{
									"name": "200",
									"originalRequest": {
										"method": "GET",
										"header": [],
										"url": "{{BASE_URL}}/v1/pix/payments/{{reference_code}}"
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "399"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Date",
											"value": "Wed, 21 May 2025 19:35:11 GMT"
										},
										{
											"key": "x-amzn-Remapped-Date",
											"value": "Wed, 21 May 2025 19:35:11 GMT"
										},
										{
											"key": "x-amzn-RequestId",
											"value": "d90c96ac-1683-42bc-8ddb-385596e160b7"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Permitted-Cross-Domain-Policies",
											"value": "none"
										},
										{
											"key": "X-XSS-Protection",
											"value": "0"
										},
										{
											"key": "X-Runtime",
											"value": "0.090742"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "x-amzn-Remapped-Connection",
											"value": "keep-alive"
										},
										{
											"key": "X-Download-Options",
											"value": "noopen"
										},
										{
											"key": "X-Request-Id",
											"value": "79755149-6b60-48b3-9fef-8d8a9b2a9fc4"
										},
										{
											"key": "x-amz-apigw-id",
											"value": "K7ulhFNBYosEFDA="
										},
										{
											"key": "Vary",
											"value": "Accept,Accept-Encoding"
										},
										{
											"key": "Cache-Control",
											"value": "max-age=0, private, must-revalidate"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "ETag",
											"value": "W/\"ba26186a17c8e46583d90bdbdb56c9ae\""
										},
										{
											"key": "X-Cache",
											"value": "Miss from cloudfront"
										},
										{
											"key": "Via",
											"value": "1.1 0c27818a90a2501901791ab22cbe89bc.cloudfront.net (CloudFront)"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "FOR50-P3"
										},
										{
											"key": "X-Amz-Cf-Id",
											"value": "XWWqG3ohjf4kmdrFHNy4_WUf0z8EqLM8FLEQ4uL7TDz5eyOe3MqMeQ=="
										}
									],
									"cookie": [],
									"body": "{\n    \"payment\": {\n        \"reference_code\": \"PI202505210000128514\",\n        \"value_cents\": 60,\n        \"pix_key\": \"+5582988776655\",\n        \"pix_key_type\": \"phone\",\n        \"status\": \"authorization_pending\",\n        \"end_to_end\": null,\n        \"receiver_name\": \"Jhon da Silva\", \n        \"receiver_document\": \"12345678910\", \n        \"receiver_bank_name\": null,\n        \"receiver_bank_ispb\": null,\n        \"receiver_agency\": null,\n        \"receiver_account\": null,\n        \"receiver_account_type\": null,\n        \"registration_date\": \"2025-05-21T15:17:10.000-03:00\",\n        \"payment_date\": null,\n        \"cancellation_date\": null,\n        \"cancellation_reason\": null,\n        \"receipt_url\": \"https://finance.zendry.com.br/account/pix/payments/2867b888-54cd-482...\"\n    }\n}"
								}
							]
						}
					]
				},
				{
					"name": "account",
					"item": [
						{
							"name": "account-balance",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": {
										"token": "{{TOKEN}}"
									}
								},
								"method": "GET",
								"header": [],
								"url": "{{BASE_URL}}/v1/account/balance"
							},
							"response": [
								{
									"name": "200",
									"originalRequest": {
										"method": "GET",
										"header": [],
										"url": "{{BASE_URL}}/v1/account/balance"
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "71"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Date",
											"value": "Wed, 21 May 2025 18:59:48 GMT"
										},
										{
											"key": "x-amzn-Remapped-Date",
											"value": "Wed, 21 May 2025 18:59:48 GMT"
										},
										{
											"key": "x-amzn-RequestId",
											"value": "fafd4bb1-e2a2-4269-b1ce-358a919d242b"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Permitted-Cross-Domain-Policies",
											"value": "none"
										},
										{
											"key": "X-XSS-Protection",
											"value": "0"
										},
										{
											"key": "X-Runtime",
											"value": "0.032495"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "x-amzn-Remapped-Connection",
											"value": "keep-alive"
										},
										{
											"key": "X-Download-Options",
											"value": "noopen"
										},
										{
											"key": "X-Request-Id",
											"value": "20277e6a-c573-4a03-9be1-61e774757640"
										},
										{
											"key": "x-amz-apigw-id",
											"value": "K7pZxERS4osEXJQ="
										},
										{
											"key": "Vary",
											"value": "Accept,Accept-Encoding"
										},
										{
											"key": "Cache-Control",
											"value": "max-age=0, private, must-revalidate"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "ETag",
											"value": "W/\"3396f94bd3be03cf8c15a18a4c00fa13\""
										},
										{
											"key": "X-Cache",
											"value": "Miss from cloudfront"
										},
										{
											"key": "Via",
											"value": "1.1 43e4cc214a573d4a043c2ab8f77b53e8.cloudfront.net (CloudFront)"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "GRU1-P2"
										},
										{
											"key": "X-Amz-Cf-Id",
											"value": "ivtglopXdARmcAK1DYNjx95XfHrBzj8fD3b5PwwfkWgjO9nfFYlCKg=="
										}
									],
									"cookie": [],
									"body": "{\n    \"account\": {\n        \"value_cents\": 9,\n        \"blocked_value_cents\": 1520\n    }\n}"
								},
								{
									"name": "401",
									"originalRequest": {
										"method": "GET",
										"header": [],
										"url": "{{BASE_URL}}/v1/account/balance"
									},
									"status": "Unauthorized",
									"code": 401,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "51"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Date",
											"value": "Wed, 21 May 2025 19:00:32 GMT"
										},
										{
											"key": "x-amzn-Remapped-Date",
											"value": "Wed, 21 May 2025 19:00:32 GMT"
										},
										{
											"key": "x-amzn-RequestId",
											"value": "51224d35-fafa-4809-bf3d-445ab859150f"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Permitted-Cross-Domain-Policies",
											"value": "none"
										},
										{
											"key": "X-XSS-Protection",
											"value": "0"
										},
										{
											"key": "X-Runtime",
											"value": "0.003925"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "x-amzn-Remapped-Connection",
											"value": "keep-alive"
										},
										{
											"key": "X-Download-Options",
											"value": "noopen"
										},
										{
											"key": "X-Request-Id",
											"value": "05708803-9642-4f0a-bbb3-916bd9815e0c"
										},
										{
											"key": "x-amz-apigw-id",
											"value": "K7pgkE604osEsMA="
										},
										{
											"key": "Vary",
											"value": "Accept,Accept-Encoding"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "X-Cache",
											"value": "Error from cloudfront"
										},
										{
											"key": "Via",
											"value": "1.1 43e4cc214a573d4a043c2ab8f77b53e8.cloudfront.net (CloudFront)"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "GRU1-P2"
										},
										{
											"key": "X-Amz-Cf-Id",
											"value": "TE6xW3pbPgm_XX5vRI7QwREXODz-3bvwlpRndFMDNeZ5uKM8ymhPYw=="
										}
									],
									"cookie": [],
									"body": "{\n    \"error\": \"Invalid token\"\n}"
								},
								{
									"name": "500",
									"originalRequest": {
										"method": "GET",
										"header": [],
										"url": "{{BASE_URL}}/v1/account/balance"
									},
									"status": "Unauthorized",
									"code": 401,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "51"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Date",
											"value": "Wed, 21 May 2025 19:00:32 GMT"
										},
										{
											"key": "x-amzn-Remapped-Date",
											"value": "Wed, 21 May 2025 19:00:32 GMT"
										},
										{
											"key": "x-amzn-RequestId",
											"value": "51224d35-fafa-4809-bf3d-445ab859150f"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Permitted-Cross-Domain-Policies",
											"value": "none"
										},
										{
											"key": "X-XSS-Protection",
											"value": "0"
										},
										{
											"key": "X-Runtime",
											"value": "0.003925"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "x-amzn-Remapped-Connection",
											"value": "keep-alive"
										},
										{
											"key": "X-Download-Options",
											"value": "noopen"
										},
										{
											"key": "X-Request-Id",
											"value": "05708803-9642-4f0a-bbb3-916bd9815e0c"
										},
										{
											"key": "x-amz-apigw-id",
											"value": "K7pgkE604osEsMA="
										},
										{
											"key": "Vary",
											"value": "Accept,Accept-Encoding"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "X-Cache",
											"value": "Error from cloudfront"
										},
										{
											"key": "Via",
											"value": "1.1 43e4cc214a573d4a043c2ab8f77b53e8.cloudfront.net (CloudFront)"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "GRU1-P2"
										},
										{
											"key": "X-Amz-Cf-Id",
											"value": "TE6xW3pbPgm_XX5vRI7QwREXODz-3bvwlpRndFMDNeZ5uKM8ymhPYw=="
										}
									],
									"cookie": [],
									"body": "  {\n    \"error\": \"Operation failed! Please try again or contact our support team\"\n  }"
								}
							]
						},
						{
							"name": "account-extract",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": {
										"token": "{{TOKEN}}"
									}
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{BASE_URL}}/v1/account/extract?start_date=2026-07-01&end_date=2026-07-14",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"v1",
										"account",
										"extract"
									],
									"query": [
										{
											"key": "start_date",
											"value": "2026-07-01"
										},
										{
											"key": "end_date",
											"value": "2026-07-14"
										},
										{
											"key": "register_type",
											"value": "credit",
											"disabled": true
										},
										{
											"key": "page",
											"value": "1",
											"disabled": true
										}
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "checkout",
					"item": [
						{
							"name": "generate-checkout",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": {
										"token": "{{TOKEN}}"
									}
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n  \"charge\": {\r\n    \"value_cents\": 100,\r\n    \"description\": \"description\",\r\n    \"callback_url\": \"http://site.com\",\r\n    \"expiration_date\": \"2025-07-23T17:42:09.477Z\",\r\n    \"generator_name\": \"Jhon da Silva\" ,\r\n    \"generator_document\": \"12345678910\",\r\n    \"payment_methods\": [\r\n      \"pix\", \"card\"\r\n    ]\r\n  }\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": "{{BASE_URL}}/v1/charges"
							},
							"response": [
								{
									"name": "500",
									"originalRequest": {
										"method": "GET",
										"header": [],
										"url": "{{BASE_URL}}/v1/charges"
									},
									"status": "Unauthorized",
									"code": 401,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "51"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Date",
											"value": "Wed, 21 May 2025 19:00:32 GMT"
										},
										{
											"key": "x-amzn-Remapped-Date",
											"value": "Wed, 21 May 2025 19:00:32 GMT"
										},
										{
											"key": "x-amzn-RequestId",
											"value": "51224d35-fafa-4809-bf3d-445ab859150f"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Permitted-Cross-Domain-Policies",
											"value": "none"
										},
										{
											"key": "X-XSS-Protection",
											"value": "0"
										},
										{
											"key": "X-Runtime",
											"value": "0.003925"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "x-amzn-Remapped-Connection",
											"value": "keep-alive"
										},
										{
											"key": "X-Download-Options",
											"value": "noopen"
										},
										{
											"key": "X-Request-Id",
											"value": "05708803-9642-4f0a-bbb3-916bd9815e0c"
										},
										{
											"key": "x-amz-apigw-id",
											"value": "K7pgkE604osEsMA="
										},
										{
											"key": "Vary",
											"value": "Accept,Accept-Encoding"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "X-Cache",
											"value": "Error from cloudfront"
										},
										{
											"key": "Via",
											"value": "1.1 43e4cc214a573d4a043c2ab8f77b53e8.cloudfront.net (CloudFront)"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "GRU1-P2"
										},
										{
											"key": "X-Amz-Cf-Id",
											"value": "TE6xW3pbPgm_XX5vRI7QwREXODz-3bvwlpRndFMDNeZ5uKM8ymhPYw=="
										}
									],
									"cookie": [],
									"body": "{\n    \"error\": \"Operation failed! Please try again or contact our support team\"\n}"
								},
								{
									"name": "201",
									"originalRequest": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\r\n  \"charge\": {\r\n    \"value_cents\": 100,\r\n    \"description\": \"description\",\r\n    \"callback_url\": \"http://site.com\",\r\n    \"expiration_date\": \"2025-07-23T17:42:09.477Z\",\r\n    \"generator_document\": \"01234567891\",\r\n    \"generator_name\": \"Petrono Carneiro Medeiros\",\r\n    \"payment_methods\": [\r\n      \"pix\"\r\n    ]\r\n  }\r\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": "{{BASE_URL}}/v1/charges"
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "135"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Date",
											"value": "Wed, 21 May 2025 19:20:51 GMT"
										},
										{
											"key": "x-amzn-Remapped-Date",
											"value": "Wed, 21 May 2025 19:20:51 GMT"
										},
										{
											"key": "x-amzn-RequestId",
											"value": "93895506-9ce3-489c-b2bf-6af15ef5a445"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Permitted-Cross-Domain-Policies",
											"value": "none"
										},
										{
											"key": "X-XSS-Protection",
											"value": "0"
										},
										{
											"key": "X-Runtime",
											"value": "0.071008"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "x-amzn-Remapped-Connection",
											"value": "keep-alive"
										},
										{
											"key": "X-Download-Options",
											"value": "noopen"
										},
										{
											"key": "X-Request-Id",
											"value": "d21c4487-4540-4bdf-b43f-61f0bb61aa6d"
										},
										{
											"key": "x-amz-apigw-id",
											"value": "K7sfJH9SYosEgqQ="
										},
										{
											"key": "Vary",
											"value": "Accept,Accept-Encoding"
										},
										{
											"key": "Cache-Control",
											"value": "max-age=0, private, must-revalidate"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "ETag",
											"value": "W/\"bdd1e5e6c61e59c58406aa58c77265b3\""
										},
										{
											"key": "X-Cache",
											"value": "Miss from cloudfront"
										},
										{
											"key": "Via",
											"value": "1.1 2934036c9e92e9eeca7c708e2079c18a.cloudfront.net (CloudFront)"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "FOR50-P3"
										},
										{
											"key": "X-Amz-Cf-Id",
											"value": "Jiya856It7pX9i57jTIlwLzLvjHT4ii2NiDuax6IrE9iHrCPybXCdg=="
										}
									],
									"cookie": [],
									"body": "{\n    \"checkout\": {\n        \"reference_code\": \"ef0a085b-fe5d...\",\n        \"payment_link\": \"https://pay.zendry.com.br/checkout/ef0a085b-fe5...\"\n    }\n}"
								},
								{
									"name": "400",
									"originalRequest": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\r\n  \"charge\": {\r\n    \"value_cents\": 100,\r\n    \"description\": \"description\",\r\n    \"callback_url\": \"http://site.com\",\r\n    \"expiration_date\": \"2025-07-23T17:42:09.477Z\",\r\n    \"generator_name\": \"Jhon da Silva\" ,\r\n    \"generator_document\": \"12345678910\",\r\n    \"payment_methods\": [\r\n    ]\r\n  }\r\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": "{{BASE_URL}}/v1/charges"
									},
									"status": "Bad Request",
									"code": 400,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "59"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Date",
											"value": "Wed, 21 May 2025 19:23:39 GMT"
										},
										{
											"key": "x-amzn-Remapped-Date",
											"value": "Wed, 21 May 2025 19:23:39 GMT"
										},
										{
											"key": "x-amzn-RequestId",
											"value": "b824a584-3294-40e6-b0ce-ee95a2e411f1"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Permitted-Cross-Domain-Policies",
											"value": "none"
										},
										{
											"key": "X-XSS-Protection",
											"value": "0"
										},
										{
											"key": "X-Runtime",
											"value": "0.017147"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "x-amzn-Remapped-Connection",
											"value": "keep-alive"
										},
										{
											"key": "X-Download-Options",
											"value": "noopen"
										},
										{
											"key": "X-Request-Id",
											"value": "444e70ae-f57e-45cd-8518-e6c3fe294a4f"
										},
										{
											"key": "x-amz-apigw-id",
											"value": "K7s5SERaYosEEAg="
										},
										{
											"key": "Vary",
											"value": "Accept,Accept-Encoding"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "X-Cache",
											"value": "Error from cloudfront"
										},
										{
											"key": "Via",
											"value": "1.1 926a5a7fbe2e2cb3bf03418ed97b397a.cloudfront.net (CloudFront)"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "FOR50-P3"
										},
										{
											"key": "X-Amz-Cf-Id",
											"value": "acbAPY_X9aiU1cGlfQukQfLjpQbsoLiklahPU4WGK7A9Z_fyl2xhCA=="
										}
									],
									"cookie": [],
									"body": "{\n    \"error\": \"payment_methods blank\"\n}"
								}
							]
						}
					]
				},
				{
					"name": "webhooks",
					"item": [
						{
							"name": "list-webhooks",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": {
										"token": "{{TOKEN}}"
									}
								},
								"method": "GET",
								"header": [],
								"url": "{{BASE_URL}}/v1/webhooks"
							},
							"response": [
								{
									"name": "401",
									"originalRequest": {
										"method": "GET",
										"header": [],
										"url": "{{BASE_URL}}/v1/webhooks"
									},
									"status": "Unauthorized",
									"code": 401,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "51"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Date",
											"value": "Wed, 21 May 2025 19:00:32 GMT"
										},
										{
											"key": "x-amzn-Remapped-Date",
											"value": "Wed, 21 May 2025 19:00:32 GMT"
										},
										{
											"key": "x-amzn-RequestId",
											"value": "51224d35-fafa-4809-bf3d-445ab859150f"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Permitted-Cross-Domain-Policies",
											"value": "none"
										},
										{
											"key": "X-XSS-Protection",
											"value": "0"
										},
										{
											"key": "X-Runtime",
											"value": "0.003925"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "x-amzn-Remapped-Connection",
											"value": "keep-alive"
										},
										{
											"key": "X-Download-Options",
											"value": "noopen"
										},
										{
											"key": "X-Request-Id",
											"value": "05708803-9642-4f0a-bbb3-916bd9815e0c"
										},
										{
											"key": "x-amz-apigw-id",
											"value": "K7pgkE604osEsMA="
										},
										{
											"key": "Vary",
											"value": "Accept,Accept-Encoding"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "X-Cache",
											"value": "Error from cloudfront"
										},
										{
											"key": "Via",
											"value": "1.1 43e4cc214a573d4a043c2ab8f77b53e8.cloudfront.net (CloudFront)"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "GRU1-P2"
										},
										{
											"key": "X-Amz-Cf-Id",
											"value": "TE6xW3pbPgm_XX5vRI7QwREXODz-3bvwlpRndFMDNeZ5uKM8ymhPYw=="
										}
									],
									"cookie": [],
									"body": "{\n    \"error\": \"Invalid token\"\n}"
								},
								{
									"name": "500",
									"originalRequest": {
										"method": "GET",
										"header": [],
										"url": "{{BASE_URL}}/v1/webhooks"
									},
									"status": "Unauthorized",
									"code": 401,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "51"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Date",
											"value": "Wed, 21 May 2025 19:00:32 GMT"
										},
										{
											"key": "x-amzn-Remapped-Date",
											"value": "Wed, 21 May 2025 19:00:32 GMT"
										},
										{
											"key": "x-amzn-RequestId",
											"value": "51224d35-fafa-4809-bf3d-445ab859150f"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Permitted-Cross-Domain-Policies",
											"value": "none"
										},
										{
											"key": "X-XSS-Protection",
											"value": "0"
										},
										{
											"key": "X-Runtime",
											"value": "0.003925"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "x-amzn-Remapped-Connection",
											"value": "keep-alive"
										},
										{
											"key": "X-Download-Options",
											"value": "noopen"
										},
										{
											"key": "X-Request-Id",
											"value": "05708803-9642-4f0a-bbb3-916bd9815e0c"
										},
										{
											"key": "x-amz-apigw-id",
											"value": "K7pgkE604osEsMA="
										},
										{
											"key": "Vary",
											"value": "Accept,Accept-Encoding"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "X-Cache",
											"value": "Error from cloudfront"
										},
										{
											"key": "Via",
											"value": "1.1 43e4cc214a573d4a043c2ab8f77b53e8.cloudfront.net (CloudFront)"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "GRU1-P2"
										},
										{
											"key": "X-Amz-Cf-Id",
											"value": "TE6xW3pbPgm_XX5vRI7QwREXODz-3bvwlpRndFMDNeZ5uKM8ymhPYw=="
										}
									],
									"cookie": [],
									"body": "  {\n    \"error\": \"Operation failed! Please try again or contact our support team\"\n  }"
								},
								{
									"name": "200",
									"originalRequest": {
										"method": "GET",
										"header": [],
										"url": "{{BASE_URL}}/v1/webhooks"
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "140"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Date",
											"value": "Wed, 21 May 2025 19:39:16 GMT"
										},
										{
											"key": "x-amzn-Remapped-Date",
											"value": "Wed, 21 May 2025 19:39:16 GMT"
										},
										{
											"key": "x-amzn-RequestId",
											"value": "da9da8c0-b609-480b-a419-340d5d355f60"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Permitted-Cross-Domain-Policies",
											"value": "none"
										},
										{
											"key": "X-XSS-Protection",
											"value": "0"
										},
										{
											"key": "X-Runtime",
											"value": "0.054001"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "x-amzn-Remapped-Connection",
											"value": "keep-alive"
										},
										{
											"key": "X-Download-Options",
											"value": "noopen"
										},
										{
											"key": "X-Request-Id",
											"value": "9668412b-3106-417d-8058-f4566e444d17"
										},
										{
											"key": "x-amz-apigw-id",
											"value": "K7vLsGH5YosErag="
										},
										{
											"key": "Vary",
											"value": "Accept,Accept-Encoding"
										},
										{
											"key": "Cache-Control",
											"value": "max-age=0, private, must-revalidate"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "ETag",
											"value": "W/\"d903ef1737e5f67a028c373764376a6f\""
										},
										{
											"key": "X-Cache",
											"value": "Miss from cloudfront"
										},
										{
											"key": "Via",
											"value": "1.1 314650fcff85b097f53389b95ad3610a.cloudfront.net (CloudFront)"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "FOR50-P3"
										},
										{
											"key": "X-Amz-Cf-Id",
											"value": "-VyqcyQRY-qJnw8utZXwaayQ8vlbxm76L1cHa-_bg49v-iPMFr6SqA=="
										}
									],
									"cookie": [],
									"body": "{\n    \"webhooks\": [\n        {\n            \"url\": \"https://4c69757d-507a-43b0...\",\n            \"webhook_type_id\": 6,\n            \"authorization_header\": true\n        }\n    ]\n}"
								}
							]
						},
						{
							"name": "register-webhook",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": {
										"token": "{{TOKEN}}"
									}
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "  {\r\n    \"url\": \"https://site.com\",\r\n    \"authorization\": \"123\"\r\n  }",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": "{{BASE_URL}}/v1/webhooks/{{webhook_type_id}}"
							},
							"response": [
								{
									"name": "401",
									"originalRequest": {
										"method": "GET",
										"header": [],
										"url": "{{BASE_URL}}/v1/webhooks/{{webhook_type_id}}"
									},
									"status": "Unauthorized",
									"code": 401,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "51"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Date",
											"value": "Wed, 21 May 2025 19:00:32 GMT"
										},
										{
											"key": "x-amzn-Remapped-Date",
											"value": "Wed, 21 May 2025 19:00:32 GMT"
										},
										{
											"key": "x-amzn-RequestId",
											"value": "51224d35-fafa-4809-bf3d-445ab859150f"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Permitted-Cross-Domain-Policies",
											"value": "none"
										},
										{
											"key": "X-XSS-Protection",
											"value": "0"
										},
										{
											"key": "X-Runtime",
											"value": "0.003925"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "x-amzn-Remapped-Connection",
											"value": "keep-alive"
										},
										{
											"key": "X-Download-Options",
											"value": "noopen"
										},
										{
											"key": "X-Request-Id",
											"value": "05708803-9642-4f0a-bbb3-916bd9815e0c"
										},
										{
											"key": "x-amz-apigw-id",
											"value": "K7pgkE604osEsMA="
										},
										{
											"key": "Vary",
											"value": "Accept,Accept-Encoding"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "X-Cache",
											"value": "Error from cloudfront"
										},
										{
											"key": "Via",
											"value": "1.1 43e4cc214a573d4a043c2ab8f77b53e8.cloudfront.net (CloudFront)"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "GRU1-P2"
										},
										{
											"key": "X-Amz-Cf-Id",
											"value": "TE6xW3pbPgm_XX5vRI7QwREXODz-3bvwlpRndFMDNeZ5uKM8ymhPYw=="
										}
									],
									"cookie": [],
									"body": "{\n    \"error\": \"Invalid token\"\n}"
								},
								{
									"name": "500",
									"originalRequest": {
										"method": "POST",
										"header": [],
										"url": "{{BASE_URL}}/v1/webhooks/{{webhook_type_id}}"
									},
									"status": "Unauthorized",
									"code": 401,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "51"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Date",
											"value": "Wed, 21 May 2025 19:00:32 GMT"
										},
										{
											"key": "x-amzn-Remapped-Date",
											"value": "Wed, 21 May 2025 19:00:32 GMT"
										},
										{
											"key": "x-amzn-RequestId",
											"value": "51224d35-fafa-4809-bf3d-445ab859150f"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Permitted-Cross-Domain-Policies",
											"value": "none"
										},
										{
											"key": "X-XSS-Protection",
											"value": "0"
										},
										{
											"key": "X-Runtime",
											"value": "0.003925"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "x-amzn-Remapped-Connection",
											"value": "keep-alive"
										},
										{
											"key": "X-Download-Options",
											"value": "noopen"
										},
										{
											"key": "X-Request-Id",
											"value": "05708803-9642-4f0a-bbb3-916bd9815e0c"
										},
										{
											"key": "x-amz-apigw-id",
											"value": "K7pgkE604osEsMA="
										},
										{
											"key": "Vary",
											"value": "Accept,Accept-Encoding"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "X-Cache",
											"value": "Error from cloudfront"
										},
										{
											"key": "Via",
											"value": "1.1 43e4cc214a573d4a043c2ab8f77b53e8.cloudfront.net (CloudFront)"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "GRU1-P2"
										},
										{
											"key": "X-Amz-Cf-Id",
											"value": "TE6xW3pbPgm_XX5vRI7QwREXODz-3bvwlpRndFMDNeZ5uKM8ymhPYw=="
										}
									],
									"cookie": [],
									"body": "  {\n    \"error\": \"Operation failed! Please try again or contact our support team\"\n  }"
								},
								{
									"name": "200",
									"originalRequest": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\r\n    \"url\": \"https://site.com\",\r\n    \"authorization\": \"123\"\r\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": "{{BASE_URL}}/v1/webhooks/{{webhook_type_id}}"
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "55"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Date",
											"value": "Wed, 21 May 2025 19:41:21 GMT"
										},
										{
											"key": "x-amzn-Remapped-Date",
											"value": "Wed, 21 May 2025 19:41:21 GMT"
										},
										{
											"key": "x-amzn-RequestId",
											"value": "4d02f08e-8792-4dd4-b59c-524bf94b9718"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Permitted-Cross-Domain-Policies",
											"value": "none"
										},
										{
											"key": "X-XSS-Protection",
											"value": "0"
										},
										{
											"key": "X-Runtime",
											"value": "0.090148"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "x-amzn-Remapped-Connection",
											"value": "keep-alive"
										},
										{
											"key": "X-Download-Options",
											"value": "noopen"
										},
										{
											"key": "X-Request-Id",
											"value": "9bb79150-6892-4cf6-9680-487053270576"
										},
										{
											"key": "x-amz-apigw-id",
											"value": "K7vfREEi4osEBHw="
										},
										{
											"key": "Vary",
											"value": "Accept,Accept-Encoding"
										},
										{
											"key": "Cache-Control",
											"value": "max-age=0, private, must-revalidate"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "ETag",
											"value": "W/\"aa6d9ed944b56d397c0a210b29502b1e\""
										},
										{
											"key": "X-Cache",
											"value": "Miss from cloudfront"
										},
										{
											"key": "Via",
											"value": "1.1 6bac608adada0a7359c6f29580068de8.cloudfront.net (CloudFront)"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "FOR50-P3"
										},
										{
											"key": "X-Amz-Cf-Id",
											"value": "kR2-DaTo8PhQ8w80cnofpI6dyum3ICso7ccwPF0HzOlH9pnt7sO__w=="
										}
									],
									"cookie": [],
									"body": "{\n    \"msg\": \"Operation succeeded\"\n}"
								}
							]
						},
						{
							"name": "remove-webhook",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": {
										"token": "{{TOKEN}}"
									}
								},
								"method": "DELETE",
								"header": [],
								"url": "{{BASE_URL}}/v1/webhooks/{{webhook_type_id}}"
							},
							"response": [
								{
									"name": "401",
									"originalRequest": {
										"method": "DELETE",
										"header": [],
										"url": "{{BASE_URL}}/v1/webhooks/{{webhook_type_id}}"
									},
									"status": "Unauthorized",
									"code": 401,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "51"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Date",
											"value": "Wed, 21 May 2025 19:00:32 GMT"
										},
										{
											"key": "x-amzn-Remapped-Date",
											"value": "Wed, 21 May 2025 19:00:32 GMT"
										},
										{
											"key": "x-amzn-RequestId",
											"value": "51224d35-fafa-4809-bf3d-445ab859150f"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Permitted-Cross-Domain-Policies",
											"value": "none"
										},
										{
											"key": "X-XSS-Protection",
											"value": "0"
										},
										{
											"key": "X-Runtime",
											"value": "0.003925"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "x-amzn-Remapped-Connection",
											"value": "keep-alive"
										},
										{
											"key": "X-Download-Options",
											"value": "noopen"
										},
										{
											"key": "X-Request-Id",
											"value": "05708803-9642-4f0a-bbb3-916bd9815e0c"
										},
										{
											"key": "x-amz-apigw-id",
											"value": "K7pgkE604osEsMA="
										},
										{
											"key": "Vary",
											"value": "Accept,Accept-Encoding"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "X-Cache",
											"value": "Error from cloudfront"
										},
										{
											"key": "Via",
											"value": "1.1 43e4cc214a573d4a043c2ab8f77b53e8.cloudfront.net (CloudFront)"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "GRU1-P2"
										},
										{
											"key": "X-Amz-Cf-Id",
											"value": "TE6xW3pbPgm_XX5vRI7QwREXODz-3bvwlpRndFMDNeZ5uKM8ymhPYw=="
										}
									],
									"cookie": [],
									"body": "{\n    \"error\": \"Invalid token\"\n}"
								},
								{
									"name": "500",
									"originalRequest": {
										"method": "DELETE",
										"header": [],
										"url": "{{BASE_URL}}/v1/webhooks/{{webhook_type_id}}"
									},
									"status": "Unauthorized",
									"code": 401,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "51"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Date",
											"value": "Wed, 21 May 2025 19:00:32 GMT"
										},
										{
											"key": "x-amzn-Remapped-Date",
											"value": "Wed, 21 May 2025 19:00:32 GMT"
										},
										{
											"key": "x-amzn-RequestId",
											"value": "51224d35-fafa-4809-bf3d-445ab859150f"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Permitted-Cross-Domain-Policies",
											"value": "none"
										},
										{
											"key": "X-XSS-Protection",
											"value": "0"
										},
										{
											"key": "X-Runtime",
											"value": "0.003925"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "x-amzn-Remapped-Connection",
											"value": "keep-alive"
										},
										{
											"key": "X-Download-Options",
											"value": "noopen"
										},
										{
											"key": "X-Request-Id",
											"value": "05708803-9642-4f0a-bbb3-916bd9815e0c"
										},
										{
											"key": "x-amz-apigw-id",
											"value": "K7pgkE604osEsMA="
										},
										{
											"key": "Vary",
											"value": "Accept,Accept-Encoding"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "X-Cache",
											"value": "Error from cloudfront"
										},
										{
											"key": "Via",
											"value": "1.1 43e4cc214a573d4a043c2ab8f77b53e8.cloudfront.net (CloudFront)"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "GRU1-P2"
										},
										{
											"key": "X-Amz-Cf-Id",
											"value": "TE6xW3pbPgm_XX5vRI7QwREXODz-3bvwlpRndFMDNeZ5uKM8ymhPYw=="
										}
									],
									"cookie": [],
									"body": "  {\n    \"error\": \"Operation failed! Please try again or contact our support team\"\n  }"
								},
								{
									"name": "200",
									"originalRequest": {
										"method": "DELETE",
										"header": [],
										"url": "{{BASE_URL}}/v1/webhooks/{{webhook_type_id}}"
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "55"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Date",
											"value": "Wed, 21 May 2025 19:42:58 GMT"
										},
										{
											"key": "x-amzn-Remapped-Date",
											"value": "Wed, 21 May 2025 19:42:58 GMT"
										},
										{
											"key": "x-amzn-RequestId",
											"value": "2e291fb4-8677-45c4-9374-286b5f24ffde"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Permitted-Cross-Domain-Policies",
											"value": "none"
										},
										{
											"key": "X-XSS-Protection",
											"value": "0"
										},
										{
											"key": "X-Runtime",
											"value": "0.040969"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "x-amzn-Remapped-Connection",
											"value": "keep-alive"
										},
										{
											"key": "X-Download-Options",
											"value": "noopen"
										},
										{
											"key": "X-Request-Id",
											"value": "52595e7b-8319-4b24-965b-33dfcf0702ab"
										},
										{
											"key": "x-amz-apigw-id",
											"value": "K7vuaHMh4osEkVg="
										},
										{
											"key": "Vary",
											"value": "Accept,Accept-Encoding"
										},
										{
											"key": "Cache-Control",
											"value": "max-age=0, private, must-revalidate"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "ETag",
											"value": "W/\"aa6d9ed944b56d397c0a210b29502b1e\""
										},
										{
											"key": "X-Cache",
											"value": "Miss from cloudfront"
										},
										{
											"key": "Via",
											"value": "1.1 b78ec0a19038bed4ebe1590f256eddd2.cloudfront.net (CloudFront)"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "FOR50-P3"
										},
										{
											"key": "X-Amz-Cf-Id",
											"value": "2ne8AFV_CYn2N-xZjtF--WMgcanSGJIRcqrZ0i5nAbg_g_RfKrMsbw=="
										}
									],
									"cookie": [],
									"body": "{\n    \"msg\": \"Operation succeeded\"\n}"
								}
							]
						},
						{
							"name": "list-webhooks-type",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": {
										"token": "{{TOKEN}}"
									}
								},
								"method": "GET",
								"header": [],
								"url": "{{BASE_URL}}/v1/webhooks/types"
							},
							"response": [
								{
									"name": "401",
									"originalRequest": {
										"method": "GET",
										"header": [],
										"url": "{{BASE_URL}}/v1/webhooks/types"
									},
									"status": "Unauthorized",
									"code": 401,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "51"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Date",
											"value": "Wed, 21 May 2025 19:00:32 GMT"
										},
										{
											"key": "x-amzn-Remapped-Date",
											"value": "Wed, 21 May 2025 19:00:32 GMT"
										},
										{
											"key": "x-amzn-RequestId",
											"value": "51224d35-fafa-4809-bf3d-445ab859150f"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Permitted-Cross-Domain-Policies",
											"value": "none"
										},
										{
											"key": "X-XSS-Protection",
											"value": "0"
										},
										{
											"key": "X-Runtime",
											"value": "0.003925"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "x-amzn-Remapped-Connection",
											"value": "keep-alive"
										},
										{
											"key": "X-Download-Options",
											"value": "noopen"
										},
										{
											"key": "X-Request-Id",
											"value": "05708803-9642-4f0a-bbb3-916bd9815e0c"
										},
										{
											"key": "x-amz-apigw-id",
											"value": "K7pgkE604osEsMA="
										},
										{
											"key": "Vary",
											"value": "Accept,Accept-Encoding"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "X-Cache",
											"value": "Error from cloudfront"
										},
										{
											"key": "Via",
											"value": "1.1 43e4cc214a573d4a043c2ab8f77b53e8.cloudfront.net (CloudFront)"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "GRU1-P2"
										},
										{
											"key": "X-Amz-Cf-Id",
											"value": "TE6xW3pbPgm_XX5vRI7QwREXODz-3bvwlpRndFMDNeZ5uKM8ymhPYw=="
										}
									],
									"cookie": [],
									"body": "{\n    \"error\": \"Invalid token\"\n}"
								},
								{
									"name": "500",
									"originalRequest": {
										"method": "GET",
										"header": [],
										"url": "{{BASE_URL}}/v1/webhooks/types"
									},
									"status": "Unauthorized",
									"code": 401,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "51"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Date",
											"value": "Wed, 21 May 2025 19:00:32 GMT"
										},
										{
											"key": "x-amzn-Remapped-Date",
											"value": "Wed, 21 May 2025 19:00:32 GMT"
										},
										{
											"key": "x-amzn-RequestId",
											"value": "51224d35-fafa-4809-bf3d-445ab859150f"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Permitted-Cross-Domain-Policies",
											"value": "none"
										},
										{
											"key": "X-XSS-Protection",
											"value": "0"
										},
										{
											"key": "X-Runtime",
											"value": "0.003925"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "x-amzn-Remapped-Connection",
											"value": "keep-alive"
										},
										{
											"key": "X-Download-Options",
											"value": "noopen"
										},
										{
											"key": "X-Request-Id",
											"value": "05708803-9642-4f0a-bbb3-916bd9815e0c"
										},
										{
											"key": "x-amz-apigw-id",
											"value": "K7pgkE604osEsMA="
										},
										{
											"key": "Vary",
											"value": "Accept,Accept-Encoding"
										},
										{
											"key": "Cache-Control",
											"value": "no-cache"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "X-Cache",
											"value": "Error from cloudfront"
										},
										{
											"key": "Via",
											"value": "1.1 43e4cc214a573d4a043c2ab8f77b53e8.cloudfront.net (CloudFront)"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "GRU1-P2"
										},
										{
											"key": "X-Amz-Cf-Id",
											"value": "TE6xW3pbPgm_XX5vRI7QwREXODz-3bvwlpRndFMDNeZ5uKM8ymhPYw=="
										}
									],
									"cookie": [],
									"body": "  {\n    \"error\": \"Operation failed! Please try again or contact our support team\"\n  }"
								},
								{
									"name": "200",
									"originalRequest": {
										"method": "GET",
										"header": [],
										"url": "{{BASE_URL}}/v1/webhooks/types"
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json; charset=utf-8"
										},
										{
											"key": "Content-Length",
											"value": "104"
										},
										{
											"key": "Connection",
											"value": "keep-alive"
										},
										{
											"key": "Date",
											"value": "Wed, 21 May 2025 19:38:18 GMT"
										},
										{
											"key": "x-amzn-Remapped-Date",
											"value": "Wed, 21 May 2025 19:38:18 GMT"
										},
										{
											"key": "x-amzn-RequestId",
											"value": "10a5d8a9-a476-4c3c-9f09-0afa268babc2"
										},
										{
											"key": "Referrer-Policy",
											"value": "strict-origin-when-cross-origin"
										},
										{
											"key": "X-Permitted-Cross-Domain-Policies",
											"value": "none"
										},
										{
											"key": "X-XSS-Protection",
											"value": "0"
										},
										{
											"key": "X-Runtime",
											"value": "0.051096"
										},
										{
											"key": "Content-Encoding",
											"value": "gzip"
										},
										{
											"key": "X-Frame-Options",
											"value": "SAMEORIGIN"
										},
										{
											"key": "x-amzn-Remapped-Connection",
											"value": "keep-alive"
										},
										{
											"key": "X-Download-Options",
											"value": "noopen"
										},
										{
											"key": "X-Request-Id",
											"value": "2b51d6fa-bdb2-4611-a54c-4cc7ea643ef3"
										},
										{
											"key": "x-amz-apigw-id",
											"value": "K7vCuGQaYosEaMQ="
										},
										{
											"key": "Vary",
											"value": "Accept,Accept-Encoding"
										},
										{
											"key": "Cache-Control",
											"value": "max-age=0, private, must-revalidate"
										},
										{
											"key": "X-Content-Type-Options",
											"value": "nosniff"
										},
										{
											"key": "ETag",
											"value": "W/\"c469cf20a243f8d5b8f4f84eef8ce846\""
										},
										{
											"key": "X-Cache",
											"value": "Miss from cloudfront"
										},
										{
											"key": "Via",
											"value": "1.1 314650fcff85b097f53389b95ad3610a.cloudfront.net (CloudFront)"
										},
										{
											"key": "X-Amz-Cf-Pop",
											"value": "FOR50-P3"
										},
										{
											"key": "X-Amz-Cf-Id",
											"value": "iBgXzoYF67PzipEmANAAyyUZfWFZbOy1snb6W3gt8Gvq9HsR5Sh-Ow=="
										}
									],
									"cookie": [],
									"body": "{\n    \"webhook_types\": [\n        {\n            \"id\": 1,\n            \"name\": \"Pix QRCode\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Pix Payment\"\n        },\n        {\n            \"id\": 6,\n            \"name\": \"Infraction\"\n        }\n    ]\n}"
								}
							]
						}
					]
				},
				{
					"name": "card_payments",
					"item": [
						{
							"name": "generate-card-payment",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": {
										"token": "{{TOKEN}}"
									}
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"card_payment\": {\n        \"amount\": 1000,\n        \"currency\": \"BRL\",\n        \"payment_type\": \"CREDIT\",\n        \"card_expiration_date\": \"122030\",\n        \"card_number\": \"4000000000000010\",\n        \"card_security_code\": \"123\",\n        \"card_holder_name\": \"JOHN DOE\",\n        \"card_holder_document\": \"12345678909\",\n        \"installments\": 1,\n        \"external_id\": \"my_external_ref_123\",\n        \"billing_address\": {\n            \"street\": \"Av Paulista\",\n            \"number\": \"1000\",\n            \"neighborhood\": \"Bela Vista\",\n            \"city\": \"São Paulo\",\n            \"state\": \"SP\",\n            \"country\": \"BRA\",\n            \"zip_code\": \"01310100\"\n        }\n    }\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": "{{BASE_URL}}/v1/card_payments"
							},
							"response": []
						},
						{
							"name": "list-card-payments",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": {
										"token": "{{TOKEN}}"
									}
								},
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{BASE_URL}}/v1/card_payments?current_page=1&per_page=10",
									"host": [
										"{{BASE_URL}}"
									],
									"path": [
										"v1",
										"card_payments"
									],
									"query": [
										{
											"key": "current_page",
											"value": "1"
										},
										{
											"key": "per_page",
											"value": "10"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "get-card-payment",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": {
										"token": "{{TOKEN}}"
									}
								},
								"method": "GET",
								"header": [],
								"url": "{{BASE_URL}}/v1/card_payments/{{muid}}"
							},
							"response": []
						},
						{
							"name": "void-card-payment",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": {
										"token": "{{TOKEN}}"
									}
								},
								"method": "POST",
								"header": [],
								"url": "{{BASE_URL}}/v1/card_payments/void/{{muid}}"
							},
							"response": []
						},
						{
							"name": "tokenize-card",
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": {
										"token": "{{TOKEN}}"
									}
								},
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"card_number\": \"4000000000000010\",\n    \"card_expiration_date\": \"122030\",\n    \"card_security_code\": \"123\",\n    \"card_holder_name\": \"JOHN DOE\",\n    \"card_holder_document\": \"12345678909\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": "{{BASE_URL}}/v1/card_payments/tokenize_card"
							},
							"response": []
						}
					]
				}
			]
		}
	],
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"packages": {},
				"requests": {},
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"packages": {},
				"requests": {},
				"exec": [
					""
				]
			}
		}
	],
	"variable": [
		{
			"key": "BASE_URL",
			"value": "https://api.zendry.com.br"
		},
		{
			"key": "CLIENT_ID",
			"value": ""
		},
		{
			"key": "CLIENT_SECRET",
			"value": ""
		},
		{
			"key": "TOKEN",
			"value": ""

		}
	]
}