Postman Collection


AEROSYNC APIs- External V2 (Public)

You'll need to import the collection. To import the collection you need to click the import button , a prompt window will open, please paste the JSON that is in this document.

Step 1: Copy & Paste the JSON

Postman Collection JSON

{
  "info": {
    "_postman_id": "0cd27ef2-7a72-43fe-96c1-2df967aa3509",
    "name": "AEROSYNC APIS- External V2 (Public)",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "_exporter_id": "27310382",
    "_collection_link": "https://go.postman.co/collection/34174012-0cd27ef2-7a72-43fe-96c1-2df967aa3509?source=collection_link"
  },
  "item": [
    {
      "name": "Tokens",
      "item": [
        {
          "name": "/token_widget",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  ""
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            },
            {
              "listen": "prerequest",
              "script": {
                "exec": [
                  ""
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            }
          ],
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "x-api-key",
                "value": "{{x-api-key}}",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\r\n    \"apiKey\": \"{{api_key}}\",\r\n    \"apiSecret\": \"{{api_secret}}\",\r\n    \"aeroPassUserUuid\": \"{{aero_pass_user_uuid}}\", \"commment\": \"// Generated with create /user in AeroNetwork https://api-aerosync.readme.io/docs/aeronetwork\"\r\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{base_url}}/v2/token_widget",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "v2",
                "token_widget"
              ]
            },
            "description": "[https://api-aerosync.readme.io/reference/post_token-widget](https://api-aerosync.readme.io/reference/post_token-widget)"
          },
          "response": [
            {
              "name": "success",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n    \"apiKey\": \"{{api_key}}\",\r\n    \"apiSecret\": \"{{api_secret}}\"\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{base_url}}/v2/token_widget",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "token_widget"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Content-Length",
                  "value": "508"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Tue, 17 Dec 2024 13:43:55 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-67618017-1c5bb4865d8d198f78b92b07"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "72d56780-9fef-4334-bf92-7fa6072bc1ed"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "C8DztGPnIAMEScg="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Miss from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 bff0a8eb2553525dadd673dcea6891e6.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "SCL51-P3"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "5o2LULRg7SG4AYIdZQiKgPfMJmUA06xPbjkl-7sZ3DmKNMiANq8vqw=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"status\": \"success\",\n    \"statusCode\": 200,\n    \"token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJqdGkiOiI3N2YyMTg0Ny02Y2EyLTRhMWQtOWQ5Ni05MDdkMGM4OTU1ZmEiLCJleHAiOjE3MzQ0NDQ4MzUsInVzZXJJZCI6IjYyMDI3MjM2MTY1ZTQyM2I4OWYyY2I1NTI0NjJhYTEyIiwidXNlclBhc3N3b3JkIjoiMDk5YWRjMmU0ZmMyNGFlYWIyMTJhNzI3NTUxYzc5ZmMiLCJDbGllbnRJZCI6InRlc3QxIiwiQ2xpZW50TmFtZSI6IkFlcm9wYXkiLCJzZXNzaW9uSWQiOiI1NGNlYTU2YWY3NWQ0OGFmYWNlY2Q0ZDhmZThhYTg4OCJ9.NEwGtjVaDrMXgum8QpWA-aG3Nne0Q0WNroJ_BCDbdZg\",\n    \"userId\": \"62027236165e423b89f2cb552462aa12\"\n}"
            },
            {
              "name": "unsuccessfull response",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "x-api-key",
                    "value": "{{x-api-key}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n    \"apiKey\": \"{{api_key}}\"\r\n}"
                },
                "url": {
                  "raw": "{{base_url}}/v2/token_widget",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "token_widget"
                  ]
                }
              },
              "status": "Forbidden",
              "code": 403,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json",
                  "description": "",
                  "type": "text"
                },
                {
                  "key": "Content-Length",
                  "value": "142"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Tue, 03 Feb 2026 21:25:51 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-698267df-68c7da45062ced0c6923a773"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "36f1489d-a10d-4bca-93cc-dcd1939b9ded"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "YOUq8EOJoAMEEyg="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 be893269e1aecdf025b660d79caf3b1e.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "BOG51-P3"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "ECJLlCthI1x0E0-U2wL_xlTGpkpH9Gr9sR5fSgi_9irjh_2dNvRQjA=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-101\",\n        \"message\": \"The provided API key or secret is invalid or missing. Please check your credentials and try again.\"\n    }\n}"
            },
            {
              "name": "failure(invalid apiKey or apiSecret)",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "x-api-key",
                    "value": "{{x-api-key}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n    \"apiKey\": \"{{api_key}}\",\r\n    \"apiSecret\": \"{{api_secret}}\"\r\n}"
                },
                "url": {
                  "raw": "{{base_url}}/v2/token_widget",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "token_widget"
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json",
                  "description": "",
                  "type": "text"
                },
                {
                  "key": "Content-Length",
                  "value": "142"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Tue, 03 Feb 2026 21:28:35 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-69826883-4f4cd8175f1b834821cd3570"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "a39a6213-7937-4ce2-8871-eedace77ce3a"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "YOVEiGT0oAMEM4w="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 f8a6366492980e8eaf5cd28b9679e5c4.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "BOG51-P3"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "3dfp9KjON9fb1qwFceIHIIEKcbOM1Hls_IewKvpqaOWXlwQIwEuj5g=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-101\",\n        \"message\": \"The provided API key or secret is invalid or missing. Please check your credentials and try again.\"\n    }\n}"
            }
          ]
        },
        {
          "name": "/token",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  ""
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            }
          ],
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "x-api-key",
                "value": "{{x-api-key}}",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\r\n    \"apiKey\":\"{{api_key}}\",\r\n    \"apiSecret\": \"{{api_secret}}\"\r\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{base_url}}/v2/token",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "v2",
                "token"
              ]
            },
            "description": "[https://api-aerosync.readme.io/reference/post_token](https://api-aerosync.readme.io/reference/post_token)"
          },
          "response": [
            {
              "name": "success",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n    \"apiKey\":\"{{api_key}}\",\r\n    \"apiSecret\": \"{{api_secret}}\"\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{base_url}}/v2/token",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "token"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Content-Length",
                  "value": "289"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Tue, 24 Dec 2024 16:26:47 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-676ae0c3-700f895430dfaa3277eccb98"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "8c0c09d9-1d0e-4469-8e9e-4e953c12ef44"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "DTgOqEcdoAMED7A="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Miss from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 b3f79c7629585fd4818d306efdc55e44.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "CMH68-P4"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "awYpUqrm0t6CmiY3708Mk4CsQ_DEdmxN-5lJYtpcDCOm_jV4hFzgsA=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"status\": \"success\",\n    \"statusCode\": 200,\n    \"TTL\": \"1800\",\n    \"token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJqdGkiOiJhMWY5ZWMxZS0wMjMwLTQ2YTktYmI4Yi1mYzFjNjYyYTRmOTciLCJleHAiOjE3MzUwNTk0MDcsIkNsaWVudElkIjoidGVzdDEiLCJDbGllbnROYW1lIjoiQWVyb3BheSJ9.NWOxkBh39EByCVZ6zdQPlw-86ORl4UnWtdcIKPfyn9s\"\n}"
            },
            {
              "name": "failure (missing apiKey or apiSecret)",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n \r\n    \"apiSecret\": \"{{api_secret}}\"\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{base_url}}/v2/token",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "token"
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Content-Length",
                  "value": "114"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Tue, 24 Dec 2024 16:27:12 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-676ae0e0-686405d655f015ad58f5119a"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "19289438-45e2-4e9c-bfc8-591c88a8461b"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "DTgTLHgiIAMETTg="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 b3f79c7629585fd4818d306efdc55e44.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "CMH68-P4"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "18a9n3hC3OXcDK9zKokCDt_V6K_XaWdsVFaUUDGzmNmsbueGjbk2Dw=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-100\",\n        \"message\": \"Validation error; apiKey or apiSecret missing or in an invalid format.\"\n    }\n}"
            },
            {
              "name": "failure (invalid apiKey or apiSecret)",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n    \"apiKey\":\"{{api_key}}\",\r\n    \"apiSecret\": \"{{api_secret}}\"\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{base_url}}/v2/token",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "token"
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Content-Length",
                  "value": "72"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Tue, 24 Dec 2024 16:28:33 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-676ae131-035086c621103e9370c1826e"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "8782fa6e-d9d3-4ec5-b691-1b1bb625ce67"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "DTgfyHJ7IAMEMKA="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 bcf3714653b91c162db4f8a673af0716.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "CMH68-P4"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "Xp-l5OZaJmoR87zJ7-tVGjJiDHBVVgehPfOq1irViHyx1r4NLdlAGA=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-101\",\n        \"message\": \"Invalid apiKey or apiSecret.\"\n    }\n}"
            }
          ]
        },
        {
          "name": "/token (Aeronetwork for create user)",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  ""
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            }
          ],
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "x-api-key",
                "value": "{{x-api-key}}",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\r\n    \"scope\": \"merchant\",\r\n    \"api_key\":\"{{api_key}}\",\r\n    \"api_secret\": \"{{api_secret}}\",\r\n    \"id\": \"{{pay_merchant_id}}\"\r\n\r\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{pay_base_url}}/token",
              "host": [
                "{{pay_base_url}}"
              ],
              "path": [
                "token"
              ]
            }
          },
          "response": [
            {
              "name": "success",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "x-api-key",
                    "value": "{{x-api-key}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n    \"scope\": \"merchant\",\r\n    \"api_key\":\"{{api_key}}\",\r\n    \"api_secret\": \"{{api_secret}}\",\r\n    \"id\": \"{{pay_merchant_id}}\"\r\n\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{pay_base_url}}/token",
                  "host": [
                    "{{pay_base_url}}"
                  ],
                  "path": [
                    "token"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json",
                  "description": "",
                  "type": "text"
                },
                {
                  "key": "Content-Length",
                  "value": "351"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Sat, 31 Jan 2026 00:28:47 GMT"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "IAD12-P3"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "IAD61-P9"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "78968a85-3b4d-4d9b-84b0-e83def182183"
                },
                {
                  "key": "x-amzn-Remapped-x-amzn-RequestId",
                  "value": "70f6d784-9e9d-4770-8482-f14570acb8ed"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amzn-Remapped-Content-Length",
                  "value": "351"
                },
                {
                  "key": "x-amzn-Remapped-Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "x-amzn-Remapped-Date",
                  "value": "Sat, 31 Jan 2026 00:28:47 GMT"
                },
                {
                  "key": "Via",
                  "value": "1.1 f57a09c5455a80253c61001d750462e6.cloudfront.net (CloudFront), 1.1 c9f0decc0c63834ae3be48cbc4198f60.cloudfront.net (CloudFront)"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "YBjt7Gz3IAMEgqQ="
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-697d4cbf-1d0841865603b7e34d2165f7"
                },
                {
                  "key": "X-Cache",
                  "value": "Miss from cloudfront"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "5Y_xSHenM2fKyz6QmyVjM7HLmbLg2cQP5OYxGsf24KOA2lnnvFKUBQ=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"TTL\": 1800,\n    \"token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhdXRoIjoiNzAwIiwic3ViIjoibWVyY2hhbnQiLCJqdGkiOiI4OWFiYTdhNS0xODUwLTQ2M2QtOWVmNS00YTdiYTI4YTNlZTIiLCJleHAiOjE3Njk4MjExNTcsInVzZXJuYW1lIjoidXMtZWFzdC0xOjJlMmMxZGM1LTMwM2EtYzIyYi0yMzBmLTYzODVjNGRlODJlMSIsIm1ldGFkYXRhIjp7Im1lcmNoYW50SWQiOjIwNDN9fQ.VPoQTLXUC1Ycza2vT12MA2oFRSHzJOa4amZqUelB8FU\"\n}"
            }
          ]
        }
      ]
    },
    {
      "name": "Create Users",
      "item": [
        {
          "name": "/user",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  ""
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            }
          ],
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "authorizationToken",
                "value": "bearer {{pay_token}}",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n    \"first_name\": \"Emanuel\",\n    \"last_name\": \"Tapia\",\n    \"phone_number\": \"+12345678918\",\n    \"email\": \"[email protected]\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{pay_base_url}}/user",
              "host": [
                "{{pay_base_url}}"
              ],
              "path": [
                "user"
              ]
            },
            "description": "[https://api-aerosync.readme.io/docs/aeronetwork](https://api-aerosync.readme.io/docs/aeronetwork)"
          },
          "response": [
            {
              "name": "Success",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "authorizationToken",
                    "value": "bearer {{pay_token}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"first_name\": \"Emanuel\",\n    \"last_name\": \"Tapia\",\n    \"phone_number\": \"+12345678916\",\n    \"email\": \"[email protected]\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{pay_base_url}}/user",
                  "host": [
                    "{{pay_base_url}}"
                  ],
                  "path": [
                    "user"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json",
                  "description": "",
                  "type": "text"
                },
                {
                  "key": "Content-Length",
                  "value": "260"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Sat, 31 Jan 2026 00:15:00 GMT"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "IAD12-P3"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "IAD61-P9"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "dcd2f737-0843-4676-bf0f-cd5cb7d13a51"
                },
                {
                  "key": "x-amzn-Remapped-x-amzn-RequestId",
                  "value": "24083788-7fc0-4711-be59-f2ca84d29931"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amzn-Remapped-Content-Length",
                  "value": "260"
                },
                {
                  "key": "x-amzn-Remapped-Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "x-amzn-Remapped-Date",
                  "value": "Sat, 31 Jan 2026 00:15:00 GMT"
                },
                {
                  "key": "Via",
                  "value": "1.1 fb1dc2e3bf4105b403e3bfa3a5067970.cloudfront.net (CloudFront), 1.1 bb4e16b9c06e7a44cba5999dbddf276e.cloudfront.net (CloudFront)"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "YBhstGtfoAMEJKA="
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-697d4984-220cce051ce242ad2ce876d4"
                },
                {
                  "key": "X-Cache",
                  "value": "Miss from cloudfront"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "GsUQYnHHpZ1Oqrzgic3OxKJNidLmy-ZN0ejoXpwsejKdLjNeDJf7Lg=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"success\": true,\n    \"error\": null,\n    \"user\": {\n        \"userId\": \"1502951\",\n        \"aeroPassUserUuid\": \"808fda75-562f-44fe-88d2-109be1ab867b\",\n        \"firstName\": \"bhj\",\n        \"lastName\": \"bjj\",\n        \"type\": \"consumer\",\n        \"email\": \"[email protected]\",\n        \"phone\": \"+12345678916\",\n        \"createdDate\": \"1766413126\",\n        \"bankAccounts\": []\n    }\n}"
            }
          ]
        }
      ]
    },
    {
      "name": "Account",
      "item": [
        {
          "name": "/accounts_check",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  ""
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            },
            {
              "listen": "prerequest",
              "script": {
                "exec": [
                  ""
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [
              {
                "key": "x-api-key",
                "value": "{{x-api-key}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/v2/accounts/:connection_id",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "v2",
                "accounts",
                ":connection_id"
              ],
              "variable": [
                {
                  "key": "connection_id",
                  "value": "996ba5466f0e42be936b9df4483eabd1",
                  "description": "connection_id from bank linking via Aerosync Widget"
                }
              ]
            }
          },
          "response": [
            {
              "name": "success",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{token}}"
                  },
                  {
                    "key": "x-api-key",
                    "value": "{{x-api-key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/v2/accounts/:connection_id",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "accounts",
                    ":connection_id"
                  ],
                  "variable": [
                    {
                      "key": "connection_id",
                      "value": "996ba5466f0e42be936b9df4483eabd1"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Content-Length",
                  "value": "301"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Thu, 12 Dec 2024 21:10:10 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-675b512b-72e0c99b09ebf601395e7755"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "3de51016-768d-4ebc-a2ee-7d510ce6c85c"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "Csme7HIroAMEt0g="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Miss from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 0eae140cb47e1df2572b33198dae08ca.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "CMH68-P4"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "6lOH5Efpysn8HqnZ0ji1Zch2bojTX-CKmZG3uazJ6HaG-PFv7DY4Qg=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"status\": \"success\",\n    \"statusCode\": 200,\n    \"account\": {\n        \"accountNickname\": \"PREMIER PLATINUM CHECK\",\n        \"accountNumber\": \"12345\",\n        \"routingNumber\": \"307074551\",\n        \"accountType\": \"checking\",\n        \"bankName\": \"Fiserv - Direct Connect\",\n        \"canFetchBalance\": true,\n        \"supportsFasterPayments\": false,\n        \"connectionMethod\": 1\n    }\n}"
            },
            {
              "name": "failure (user not found)",
              "originalRequest": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{base_url}}/v2/accounts/:connection_id",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "accounts",
                    ":connection_id"
                  ],
                  "variable": [
                    {
                      "key": "connection_id",
                      "value": "996ba5466f0e42be936b9df4483eabd"
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Content-Length",
                  "value": "90"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Tue, 17 Dec 2024 14:28:13 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-67618a7d-1542715e059a022770da9acf"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "31711075-76a0-4832-8836-b9ea41002b4d"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "C8KTpHm5oAMEoKw="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 f21e3e9a304f8d928ae6a7ae28c35ce8.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "CMH68-P4"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "byo2fYy876O4fDNUe_qK6m0vKOY0QSzoK_3E1LhDxvWbAGXTGNBD0A=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-102\",\n        \"message\": \"User 761268fe79af4bcca602b3cdb307962 not found\"\n    }\n}"
            },
            {
              "name": "failure (missing or expired token)",
              "originalRequest": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{base_url}}/v2/accounts/:connection_id",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "accounts",
                    ":connection_id"
                  ],
                  "variable": [
                    {
                      "key": "connection_id",
                      "value": "996ba5466f0e42be936b9df4483eabd1"
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Content-Length",
                  "value": "159"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Tue, 24 Dec 2024 16:31:16 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-676ae1d4-37519ae5314959bf0caefff0"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "6b1f852a-4530-44c0-9f70-82ba668ad393"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "Access-Control-Allow-Headers",
                  "value": "*"
                },
                {
                  "key": "x-amzn-ErrorType",
                  "value": "UnauthorizedException"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "DTg5RGtMIAMElAg="
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 f21e3e9a304f8d928ae6a7ae28c35ce8.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "CMH68-P4"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "SbP4jK4pLc5TqszBjTk7GbtXpCkucLnmFJpkg6CfB6OUFOr7eLBzUw=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-120\",\n        \"message\": \"Unauthorized request. Please make sure you have an unexpired and properly scoped token to perform this action.\"\n    }\n}"
            },
            {
              "name": "failure (missing user_id parameter variable)",
              "originalRequest": {
                "method": "GET",
                "header": [],
                "url": {
                  "raw": "{{base_url}}/v2/accounts/:connection_id",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "accounts",
                    ":connection_id"
                  ],
                  "variable": [
                    {
                      "key": "connection_id",
                      "value": "996ba5466f0e42be936b9df4483eabd1"
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Content-Length",
                  "value": "67"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Tue, 24 Dec 2024 16:32:19 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-676ae209-0c1cd81463465dd818446535"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "9e3e0b61-f4f4-4a40-b382-340915c665e7"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "DThBgFTLoAMEttg="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 f21e3e9a304f8d928ae6a7ae28c35ce8.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "CMH68-P4"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "IjsDmPzXT-UDnxw62kaKSTDlS0b1dFUsXp1SvunD3895Vntg8bKJHQ=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-102\",\n        \"message\": \"User :user_id not found\"\n    }\n}"
            }
          ]
        }
      ]
    },
    {
      "name": "Identity",
      "item": [
        {
          "name": "/identity",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  ""
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            },
            {
              "listen": "prerequest",
              "script": {
                "exec": [
                  ""
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [
              {
                "key": "x-api-key",
                "value": "{{x-api-key}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/v2/accounts/:connection_id/identity",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "v2",
                "accounts",
                ":connection_id",
                "identity"
              ],
              "variable": [
                {
                  "key": "connection_id",
                  "value": "996ba5466f0e42be936b9df4483eabd1",
                  "description": "connection_id from bank linking via Aerosync Widget"
                }
              ]
            },
            "description": "[https://api-aerosync.readme.io/reference/get_accounts-user-id-identity](https://api-aerosync.readme.io/reference/get_accounts-user-id-identity)"
          },
          "response": [
            {
              "name": "success",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "x-api-key",
                    "value": "{{x-api-key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/v2/accounts/:connection_id/identity",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "accounts",
                    ":connection_id",
                    "identity"
                  ],
                  "variable": [
                    {
                      "key": "connection_id",
                      "value": "996ba5466f0e42be936b9df4483eabd1",
                      "description": "connection_id from bank linking via Aerosync Widget"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json",
                  "description": "",
                  "type": "text"
                },
                {
                  "key": "Content-Length",
                  "value": "477"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Wed, 04 Feb 2026 14:50:37 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-69835cb7-01d0c1c1224b73d63afad2a5"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "0480b7e6-af27-4265-ac10-465a2ad849c1"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "YQtsrGVpoAMEcgQ="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Miss from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 c46d96d54871ac830c5048f6f1144e6a.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "BOG51-P3"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "8nU0jLXpkkfoOOPxC7oe1Z40EJMRNNvNaokBfEjMAu6T0iKeelFD5w=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"status\": \"success\",\n    \"statusCode\": 200,\n    \"identity\": {\n        \"accountHolderName\": \"MALORIE J HENNIS\",\n        \"address\": \"4321 MAIN STREET PLEASANTVILLE WY 00000\",\n        \"addressFields\": {\n            \"address1\": \"4321 MAIN STREET\",\n            \"address2\": null,\n            \"city\": \"PLEASANTVILLE\",\n            \"stateProvince\": \"WY\",\n            \"region\": null,\n            \"postalCode\": \"00000\",\n            \"country\": null\n        },\n        \"email\": \"[email protected]\",\n        \"phone\": \"919-456-2657\",\n        \"userId\": \"996ba5466f0e42be936b9df4483eabd1\",\n        \"connectionId\": \"996ba5466f0e42be936b9df4483eabd1\"\n    }\n}"
            },
            {
              "name": "failure (user not found)",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/v2/accounts/:connection_id/identity",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "accounts",
                    ":connection_id",
                    "identity"
                  ],
                  "variable": [
                    {
                      "key": "connection_id",
                      "value": "996ba5466f0e42be936b9df4483eabd"
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Content-Length",
                  "value": "90"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Wed, 18 Dec 2024 15:10:29 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-6762e5e5-2fce5acc2d41f4167416f569"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "a4313e24-29de-4d34-a888-7de2cc99fa9f"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "C_jb4HMyIAMEMrw="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 b3f79c7629585fd4818d306efdc55e44.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "CMH68-P4"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "1IlR38o9mu536diV3VojJaCxgTuuW1RNZVGFweP4H_5cQT7j8E4bqQ=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-102\",\n        \"message\": \"User 761268fe79af4bcca602b3cdb307962 not found\"\n    }\n}"
            },
            {
              "name": "failure(missing or expired token)",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/v2/accounts/:connection_id/identity",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "accounts",
                    ":connection_id",
                    "identity"
                  ],
                  "variable": [
                    {
                      "key": "connection_id",
                      "value": "996ba5466f0e42be936b9df4483eabd1"
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Content-Length",
                  "value": "159"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Tue, 24 Dec 2024 16:39:35 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-676ae3c7-472099c9318d937a5d964b42"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "89e71a9b-09f7-468a-84ea-a998908d3524"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "Access-Control-Allow-Headers",
                  "value": "*"
                },
                {
                  "key": "x-amzn-ErrorType",
                  "value": "UnauthorizedException"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "DTiHLGt5IAMEjeg="
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 141cc765667839ffa8c4ad646af354cc.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "CMH68-P4"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "veckerZxlrBUv2Nv5ZHoCReyzKdxvURpw6-3CSGam2hf09DkAsp2mw=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-120\",\n        \"message\": \"Unauthorized request. Please make sure you have an unexpired and properly scoped token to perform this action.\"\n    }\n}"
            },
            {
              "name": "failure(missing user_id parameter variable)",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/v2/accounts/:connection_id/identity",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "accounts",
                    ":connection_id",
                    "identity"
                  ],
                  "variable": [
                    {
                      "key": "connection_id",
                      "value": "996ba5466f0e42be936b9df4483eabd1"
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Content-Length",
                  "value": "67"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Tue, 24 Dec 2024 16:40:03 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-676ae3df-52f88f4138a9736c75c5fd6f"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "c46fd359-e069-4d41-ae4e-a061e20c0594"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "DTiK_F-iIAMELsw="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 141cc765667839ffa8c4ad646af354cc.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "CMH68-P4"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "8-NqZ11bivh5eAWuPCiN518O9H2aqmtzXpHFMapAMpgPmzwKCOm6Ew=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-102\",\n        \"message\": \"User :user_id not found\"\n    }\n}"
            },
            {
              "name": "failure(missing user_identity path parameter)",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/v2/accounts/identity",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "accounts",
                    "identity"
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Content-Length",
                  "value": "67"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Tue, 24 Dec 2024 16:42:20 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-676ae467-2a96a7cd551ce2a458239ee9"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "823a3431-2139-4add-9788-935ab3a778da"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "DTigPFj6IAMEhQQ="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 746f6e170e429fc94de6ac30e08ca30c.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "CMH68-P4"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "JtVnT4Ed8GWzlIQBX1k-yPi35It_KELOysbKja9BqXTQMsnhSyt2PA=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-102\",\n        \"message\": \"User identity not found\"\n    }\n}"
            }
          ]
        },
        {
          "name": "/identity_post",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  ""
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            },
            {
              "listen": "prerequest",
              "script": {
                "exec": [
                  ""
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "string"
                }
              ]
            },
            "method": "POST",
            "header": [
              {
                "key": "x-api-key",
                "value": "{{x-api-key}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/v2/accounts/:connection_id/identity",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "v2",
                "accounts",
                ":connection_id",
                "identity"
              ],
              "variable": [
                {
                  "key": "connection_id",
                  "value": "71763dd858134116afeeb421007a4687",
                  "description": "connection_id from bank linking via Aerosync Widget"
                }
              ]
            },
            "description": "[https://api-aerosync.readme.io/reference/post_accounts-user-id-identity](https://api-aerosync.readme.io/reference/post_accounts-user-id-identity)"
          },
          "response": [
            {
              "name": "success",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "x-api-key",
                    "value": "{{x-api-key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/v2/accounts/:connection_id/identity",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "accounts",
                    ":connection_id",
                    "identity"
                  ],
                  "variable": [
                    {
                      "key": "connection_id",
                      "value": "996ba5466f0e42be936b9df4483eabd1",
                      "description": "connection_id from bank linking via Aerosync Widget"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json",
                  "description": "",
                  "type": "text"
                },
                {
                  "key": "Content-Length",
                  "value": "218"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Wed, 04 Feb 2026 14:49:00 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-69835c56-45d4ec4901d0d26e0a0777fc"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "e2615c24-9444-4452-b7e3-9e6b4de913af"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "YQtdiGwmIAMEFUA="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Miss from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 c46d96d54871ac830c5048f6f1144e6a.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "BOG51-P3"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "Ci9Zk_qzPecy3NL_EZ1SoUV6HuVX6tWvWFfRmhBZRC0hXpz1MU2nHQ=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"status\": \"success\",\n    \"statusCode\": 200,\n    \"identityStatus\": \"Initiated\",\n    \"jobId\": \"IDT-348582e3e06b48ccbd1e1716eef919a5\",\n    \"userId\": \"996ba5466f0e42be936b9df4483eabd1\",\n    \"connectionId\": \"996ba5466f0e42be936b9df4483eabd1\"\n}"
            },
            {
              "name": "failure (user not found)",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/v2/accounts/:connection_id/identity",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "accounts",
                    ":connection_id",
                    "identity"
                  ],
                  "variable": [
                    {
                      "key": "connection_id",
                      "value": "996ba5466f0e42be936b9df4483eabd"
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Content-Length",
                  "value": "90"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Wed, 18 Dec 2024 15:11:11 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-6762e60b-6bf54c682fc636123d77042d"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "d9ed2820-d6e5-4a13-ac2e-77f9465fa644"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "C_jhzGCTIAMEZ3Q="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 b3f79c7629585fd4818d306efdc55e44.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "CMH68-P4"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "vahucf-3X9TaIRx6DqyTfH5kO1TB_yfSknmnSCnSStFMD_s01GYUmg=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-102\",\n        \"message\": \"User 761268fe79af4bcca602b3cdb307962 not found\"\n    }\n}"
            },
            {
              "name": "failure(missing or expired token)",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/v2/accounts/:connection_id/identity",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "accounts",
                    ":connection_id",
                    "identity"
                  ],
                  "variable": [
                    {
                      "key": "connection_id",
                      "value": "996ba5466f0e42be936b9df4483eabd1"
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Content-Length",
                  "value": "159"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Tue, 24 Dec 2024 16:46:12 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-676ae554-3e8ef8662695639470b20996"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "3df362cf-f00b-4767-bec6-207ccb345260"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "Access-Control-Allow-Headers",
                  "value": "*"
                },
                {
                  "key": "x-amzn-ErrorType",
                  "value": "UnauthorizedException"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "DTjFPE84IAMEX9g="
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 252d91a64bfdc4045e9d843f4a37a3e6.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "CMH68-P4"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "xtuzu-bRbLkk-LRNuH12LYrhcjFlN28wnfGbCPeazeJ7ojJYEqbORw=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-120\",\n        \"message\": \"Unauthorized request. Please make sure you have an unexpired and properly scoped token to perform this action.\"\n    }\n}"
            },
            {
              "name": "failure(missing user_id parameter variable)",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/v2/accounts/:connection_id/identity",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "accounts",
                    ":connection_id",
                    "identity"
                  ],
                  "variable": [
                    {
                      "key": "connection_id",
                      "value": "996ba5466f0e42be936b9df4483eabd1"
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Content-Length",
                  "value": "67"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Tue, 24 Dec 2024 16:46:43 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-676ae56f-0d4692fc087e37977b58e1d8"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "be98cf01-2938-45b0-8d45-d5f71ef2b5fd"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "DTjJcFtWoAMEGhA="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 252d91a64bfdc4045e9d843f4a37a3e6.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "CMH68-P4"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "kxwk9OpY0Q6WxGLLnes63NyFHTbCN1cs9BEeh7a_FAzBFTBig978cw=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-102\",\n        \"message\": \"User :user_id not found\"\n    }\n}"
            }
          ]
        },
        {
          "name": "/job-status",
          "event": [
            {
              "listen": "prerequest",
              "script": {
                "exec": [
                  ""
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            },
            {
              "listen": "test",
              "script": {
                "exec": [
                  ""
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [
              {
                "key": "x-api-key",
                "value": "{{x-api-key}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/v2/accounts/:connection_id/job/:job_id",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "v2",
                "accounts",
                ":connection_id",
                "job",
                ":job_id"
              ],
              "variable": [
                {
                  "key": "connection_id",
                  "value": "71763dd858134116afeeb421007a4687",
                  "description": "connection_id from bank linking via Aerosync Widget"
                },
                {
                  "key": "job_id",
                  "value": "IDT-b1cdb2f3e1d6449e9aaed69879058864",
                  "description": "job_id is generated on POST identity, balance, transactions"
                }
              ]
            },
            "description": "[https://api-aerosync.readme.io/reference/get_accounts-user-id-job-job-id](https://api-aerosync.readme.io/reference/get_accounts-user-id-job-job-id)"
          },
          "response": [
            {
              "name": "success",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "x-api-key",
                    "value": "{{x-api-key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/v2/accounts/:connection_id/job/:job_id",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "accounts",
                    ":connection_id",
                    "job",
                    ":job_id"
                  ],
                  "variable": [
                    {
                      "key": "connection_id",
                      "value": "996ba5466f0e42be936b9df4483eabd1",
                      "description": "connection_id from bank linking via Aerosync Widget"
                    },
                    {
                      "key": "job_id",
                      "value": "IDT-348582e3e06b48ccbd1e1716eef919a5",
                      "description": "job_id is generated on POST identity, balance, transactions"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": null,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Content-Length",
                  "value": "236"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Wed, 04 Feb 2026 14:53:02 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-69835d4d-0866275c5c74119076245cb1"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "47688359-9896-40f0-8f7a-a77bd5f66780"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "YQuENHpzoAMEJ9A="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Miss from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 40b5a7a3783fe9e5ad985ab091deebd4.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "BOG51-P3"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "82G6IWfgWBPKTLgkcAgSBpbV7F9HAIwSfQZT7dZrzqGVdbsFDiyFCw=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"status\": \"success\",\n    \"statusCode\": 200,\n    \"jobStatus\": \"Completed\",\n    \"mfaTriggered\": false,\n    \"jobId\": \"IDT-348582e3e06b48ccbd1e1716eef919a5\",\n    \"userId\": \"996ba5466f0e42be936b9df4483eabd1\",\n    \"connectionId\": \"996ba5466f0e42be936b9df4483eabd1\"\n}"
            },
            {
              "name": "success (pending MFA)",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "x-api-key",
                    "value": "{{x-api-key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/v2/accounts/:connection_id/job/:job_id",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "accounts",
                    ":connection_id",
                    "job",
                    ":job_id"
                  ],
                  "variable": [
                    {
                      "key": "connection_id",
                      "value": "71763dd858134116afeeb421007a4687",
                      "description": "connection_id from bank linking via Aerosync Widget"
                    },
                    {
                      "key": "job_id",
                      "value": "IDT-b1cdb2f3e1d6449e9aaed69879058864",
                      "description": "job_id is generated on POST identity, balance, transactions"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json",
                  "description": "",
                  "type": "text"
                },
                {
                  "key": "Content-Length",
                  "value": "237"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Wed, 04 Feb 2026 15:00:08 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-69835ef8-4c21d941396138d91ade55cf"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "e497caf2-c433-470a-9aec-e02b9b75df0f"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "YQvG2H5tIAMEP9w="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Miss from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 1643aaf07c8e5a55f6b0214b151b8d8e.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "BOG51-P3"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "ePvcUcp_kymkJ28NFD3bMZmKthwkzrOtraito1-NUN-DaEHg5t9cqg=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"status\": \"success\",\n    \"statusCode\": 200,\n    \"jobStatus\": \"Pending MFA\",\n    \"mfaTriggered\": true,\n    \"jobId\": \"IDT-b1cdb2f3e1d6449e9aaed69879058864\",\n    \"userId\": \"71763dd858134116afeeb421007a4687\",\n    \"connectionId\": \"71763dd858134116afeeb421007a4687\"\n}"
            },
            {
              "name": "failure (user not found)",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer {{token}}"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/v2/accounts/:connection_id/job/:job_id",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "accounts",
                    ":connection_id",
                    "job",
                    ":job_id"
                  ],
                  "variable": [
                    {
                      "key": "connection_id",
                      "value": "996ba5466f0e42be936b9df4483eabd"
                    },
                    {
                      "key": "job_id",
                      "value": "IDT-348582e3e06b48ccbd1e1716eef919a5",
                      "description": "This variable is called from previous endpoint."
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Content-Length",
                  "value": "90"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Wed, 18 Dec 2024 14:46:54 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-6762e059-2c517f9526abec987ad2d418"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "508bf765-8d83-4c95-9155-46ec010cfe7b"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "C_f-AFxDIAMElGg="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 141cc765667839ffa8c4ad646af354cc.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "CMH68-P4"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "01SyMUPSizXEQzvO-rjQHDLFhHvu2JwI-9FKe5tdGruqLaMKfH42dw=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-102\",\n        \"message\": \"User 761268fe79af4bcca602b3cdb307962 not found\"\n    }\n}"
            },
            {
              "name": "failure(missing job_id parameter)",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer {{token}}"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/v2/accounts/:connection_id/job",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "accounts",
                    ":connection_id",
                    "job"
                  ],
                  "variable": [
                    {
                      "key": "connection_id",
                      "value": "996ba5466f0e42be936b9df4483eabd1"
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Content-Length",
                  "value": "89"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Tue, 24 Dec 2024 16:50:52 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-676ae66c-5e649d501aeb11c07de9ba66"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "5b6a3b44-3b57-422d-98b5-9de6eb20519d"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "DTjxCHP9oAMEhhA="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 a791ece59ab90f323cd986ba2aeaf9c4.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "CMH68-P4"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "JdPWU1Ro0g2mm3k1tB9FX58WTl_6uLC0RU1CiEVQg4E6P8xHg-SXSQ=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-100\",\n        \"message\": \"Missing required request parameters: [job_id]\"\n    }\n}"
            }
          ]
        }
      ]
    },
    {
      "name": "Balance",
      "item": [
        {
          "name": "/balance",
          "event": [
            {
              "listen": "prerequest",
              "script": {
                "exec": [
                  ""
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            },
            {
              "listen": "test",
              "script": {
                "exec": [
                  ""
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [
              {
                "key": "x-api-key",
                "value": "{{x-api-key}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/v2/accounts/:connection_id/balance",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "v2",
                "accounts",
                ":connection_id",
                "balance"
              ],
              "variable": [
                {
                  "key": "connection_id",
                  "value": "996ba5466f0e42be936b9df4483eabd1",
                  "description": "connection_id from bank linking via Aerosync Widget"
                }
              ]
            },
            "description": "[https://api-aerosync.readme.io/reference/get_accounts-user-id-balance](https://api-aerosync.readme.io/reference/get_accounts-user-id-balance)"
          },
          "response": [
            {
              "name": "success",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "x-api-key",
                    "value": "{{x-api-key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/v2/accounts/:connection_id/balance",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "accounts",
                    ":connection_id",
                    "balance"
                  ],
                  "variable": [
                    {
                      "key": "connection_id",
                      "value": "996ba5466f0e42be936b9df4483eabd1",
                      "description": "connection_id from bank linking via Aerosync Widget"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json",
                  "description": "",
                  "type": "text"
                },
                {
                  "key": "Content-Length",
                  "value": "274"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Wed, 04 Feb 2026 15:03:47 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-69835fd2-3e9ebead5034a5653f2bbddc"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "a5aaba1b-c6c2-4873-9da1-b0f54d125a7c"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "YQvo_Ha7IAMEaBw="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Miss from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 b95bec14ad9d13967ac1da52182a5eb8.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "BOG51-P3"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "nlL2KYMNyQm_IDAmIf8XplRzSLXdEbOG25MHfULMT6F7m04w0_GEkg=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"status\": \"success\",\n    \"statusCode\": 200,\n    \"account\": {\n        \"availableBalance\": 6883.92,\n        \"currentBalance\": 7482.48,\n        \"currency\": \"USD\",\n        \"lastRefreshTimestamp\": \"2023-09-27T14:39:33Z\",\n        \"userId\": \"996ba5466f0e42be936b9df4483eabd1\",\n        \"connectionId\": \"996ba5466f0e42be936b9df4483eabd1\"\n    }\n}"
            },
            {
              "name": "failure (user not found)",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/v2/accounts/:connection_id/balance",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "accounts",
                    ":connection_id",
                    "balance"
                  ],
                  "variable": [
                    {
                      "key": "connection_id",
                      "value": "996ba5466f0e42be936b9df4483eabd"
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Content-Length",
                  "value": "58"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Wed, 18 Dec 2024 14:40:09 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-6762dec9-320449bb4b7644cf100a6d4b"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "a98cbe87-2a9c-44cd-960e-34dc45409437"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "C_e_jGK5IAMEb-Q="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 f21e3e9a304f8d928ae6a7ae28c35ce8.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "CMH68-P4"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "Ht_amSS-lK545XO4papusZ9SHnArAeguCmZYJZEqRaOzK3iigCW5CA=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-102\",\n        \"message\": \"User not found\"\n    }\n}"
            },
            {
              "name": "failure (missing or expired token)",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/v2/accounts/:connection_id/balance",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "accounts",
                    ":connection_id",
                    "balance"
                  ],
                  "variable": [
                    {
                      "key": "connection_id",
                      "value": "996ba5466f0e42be936b9df4483eabd1"
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Content-Length",
                  "value": "159"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Tue, 24 Dec 2024 17:10:30 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-676aeb06-1285e0795bb1fe3b6b8cf4b2"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "fb10d1ed-6796-4dc5-97d7-d53d94fca725"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "Access-Control-Allow-Headers",
                  "value": "*"
                },
                {
                  "key": "x-amzn-ErrorType",
                  "value": "UnauthorizedException"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "DTmpJF9ZIAMEc9Q="
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 f21e3e9a304f8d928ae6a7ae28c35ce8.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "CMH68-P4"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "OHr5wupotarbd2ciXS2THFSztqZ2CZMWzZUYrtBvrbQrdHRT9WjweQ=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-120\",\n        \"message\": \"Unauthorized request. Please make sure you have an unexpired and properly scoped token to perform this action.\"\n    }\n}"
            },
            {
              "name": "failure (missing user_id parameter variable)",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/v2/accounts/:connection_id/balance",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "accounts",
                    ":connection_id",
                    "balance"
                  ],
                  "variable": [
                    {
                      "key": "connection_id",
                      "value": "996ba5466f0e42be936b9df4483eabd1"
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Content-Length",
                  "value": "58"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Tue, 24 Dec 2024 17:11:07 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-676aeb21-77caf90c4e8bd5d146f5513a"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "338d42a9-2a0e-4390-a4e7-faeb844d173d"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "DTmtXGxMoAMEudg="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 f21e3e9a304f8d928ae6a7ae28c35ce8.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "CMH68-P4"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "IN-qyFCEux_wAJ6zDtVmdGSJFlg3fCJDfXw23msIHyVC0M2kxYrKbA=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-102\",\n        \"message\": \"User not found\"\n    }\n}"
            },
            {
              "name": "failure (missing user_id path parameter)",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/v2/accounts/balance",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "accounts",
                    "balance"
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Content-Length",
                  "value": "66"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Tue, 24 Dec 2024 17:11:47 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-676aeb4e-3ae6a584251f5d4b583db162"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "245fe40d-30a1-44db-9eb4-04a58b3a561b"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "DTm0UGB_IAMEk3Q="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 f21e3e9a304f8d928ae6a7ae28c35ce8.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "CMH68-P4"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "rz0ZF6VpbU6TXtYi2WZ9qeOYTOE92v4toCmDcqwxDXu43RUb95_lsQ=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-102\",\n        \"message\": \"User balance not found\"\n    }\n}"
            }
          ]
        },
        {
          "name": "/refresh",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  ""
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            },
            {
              "listen": "prerequest",
              "script": {
                "exec": [
                  ""
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "string"
                }
              ]
            },
            "method": "POST",
            "header": [
              {
                "key": "x-api-key",
                "value": "{{x-api-key}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/v2/accounts/:connection_id/refresh",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "v2",
                "accounts",
                ":connection_id",
                "refresh"
              ],
              "variable": [
                {
                  "key": "connection_id",
                  "value": "71763dd858134116afeeb421007a4687",
                  "description": "connection_id from bank linking via Aerosync Widget"
                }
              ]
            },
            "description": "[https://api-aerosync.readme.io/reference/post_accounts-user-id-refresh](https://api-aerosync.readme.io/reference/post_accounts-user-id-refresh)"
          },
          "response": [
            {
              "name": "success",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "x-api-key",
                    "value": "{{x-api-key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/v2/accounts/:connection_id/refresh",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "accounts",
                    ":connection_id",
                    "refresh"
                  ],
                  "variable": [
                    {
                      "key": "connection_id",
                      "value": "996ba5466f0e42be936b9df4483eabd1",
                      "description": "connection_id from bank linking via Aerosync Widget"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json",
                  "description": "",
                  "type": "text"
                },
                {
                  "key": "Content-Length",
                  "value": "230"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Wed, 04 Feb 2026 15:08:39 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-698360f6-64789e4e4acab8646856637f"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "ad6c550f-1353-423f-a7eb-b17a21cea759"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "YQwWpHSCIAMEnCw="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Miss from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 03b577034b5b6141d1bc7246694cb8a8.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "BOG51-P3"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "wZxd5_k9Ck6Q_UZkEZlj4jFOPhcQl9j_PanQOId9s42Q1ZB6ydpmGw=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"status\": \"success\",\n    \"statusCode\": 200,\n    \"account\": {\n        \"refreshStatus\": \"Initiated\",\n        \"jobId\": \"REF-223c66e2a4af47d498a6998e8214457a\",\n        \"userId\": \"996ba5466f0e42be936b9df4483eabd1\",\n        \"connectionId\": \"996ba5466f0e42be936b9df4483eabd1\"\n    }\n}"
            },
            {
              "name": "failure (user not found)",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/v2/accounts/:connection_id/refresh",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "accounts",
                    ":connection_id",
                    "refresh"
                  ],
                  "variable": [
                    {
                      "key": "connection_id",
                      "value": "761268fe79af4bcca602b3cdb307962"
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Content-Length",
                  "value": "92"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Wed, 18 Dec 2024 14:43:06 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-6762df7a-6357e0576a52fe0b23a2506d"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "0ba0cfda-29f6-44f5-ac13-8d23b73af447"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "C_fbQH8RoAMEVxw="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 0d28f7015cfb69cd3eb6e14359add86e.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "CMH68-P4"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "1IvodXZFhIAZt0Sb5B6hxhHP-HXjBUKYlmF85VXzg5Pw4JEBRKhJZg=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-102\",\n        \"message\": \"User [761268fe79af4bcca602b3cdb307962] not found\"\n    }\n}"
            },
            {
              "name": "failure(missing or expired token)",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/v2/accounts/:connection_id/refresh",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "accounts",
                    ":connection_id",
                    "refresh"
                  ],
                  "variable": [
                    {
                      "key": "connection_id",
                      "value": "996ba5466f0e42be936b9df4483eabd1"
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Content-Length",
                  "value": "159"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Tue, 24 Dec 2024 17:12:58 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-676aeb9a-3ff6cf0c2117a4f154d4a5d3"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "e70d147a-1641-4803-aa88-73999341f4cd"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "Access-Control-Allow-Headers",
                  "value": "*"
                },
                {
                  "key": "x-amzn-ErrorType",
                  "value": "UnauthorizedException"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "DTnAOFoaoAMEfMw="
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 f21e3e9a304f8d928ae6a7ae28c35ce8.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "CMH68-P4"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "ylONQxFghUsYY8W9C9azqQY0heapnFeU2SzReUlFimDnoQPvhVdCdQ=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-120\",\n        \"message\": \"Unauthorized request. Please make sure you have an unexpired and properly scoped token to perform this action.\"\n    }\n}"
            },
            {
              "name": "failure(missing user_id parameter variable)",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/v2/accounts/:connection_id/refresh",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "accounts",
                    ":connection_id",
                    "refresh"
                  ],
                  "variable": [
                    {
                      "key": "connection_id",
                      "value": ""
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Content-Length",
                  "value": "69"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Tue, 24 Dec 2024 17:13:31 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-676aebb6-5766c6572c57eb3f2d5f7fc1"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "7e1a445d-1537-4102-9d0e-5c141a3f08cb"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "DTnElE3UIAMEVDg="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 f21e3e9a304f8d928ae6a7ae28c35ce8.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "CMH68-P4"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "CO0_Nl0u34DR02MQoildX3XoBboD5sFhv6Rf61JSS6o0HjO5KRejZg=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-102\",\n        \"message\": \"User [:user_id] not found\"\n    }\n}"
            }
          ]
        },
        {
          "name": "/job-status",
          "event": [
            {
              "listen": "prerequest",
              "script": {
                "exec": [
                  ""
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            },
            {
              "listen": "test",
              "script": {
                "exec": [
                  ""
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [
              {
                "key": "x-api-key",
                "value": "{{x-api-key}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/v2/accounts/:connection_id/job/:job_id",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "v2",
                "accounts",
                ":connection_id",
                "job",
                ":job_id"
              ],
              "variable": [
                {
                  "key": "connection_id",
                  "value": "71763dd858134116afeeb421007a4687",
                  "description": "connection_id from bank linking via Aerosync Widget"
                },
                {
                  "key": "job_id",
                  "value": "REF-931908219c984830ae4066c80385b9a5",
                  "description": "job_id is generated on POST identity, balance, transactions"
                }
              ]
            },
            "description": "[https://api-aerosync.readme.io/reference/get_accounts-user-id-job-job-id](https://api-aerosync.readme.io/reference/get_accounts-user-id-job-job-id)"
          },
          "response": [
            {
              "name": "success",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "x-api-key",
                    "value": "{{x-api-key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/v2/accounts/:connection_id/job/:job_id",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "accounts",
                    ":connection_id",
                    "job",
                    ":job_id"
                  ],
                  "variable": [
                    {
                      "key": "connection_id",
                      "value": "996ba5466f0e42be936b9df4483eabd1",
                      "description": "connection_id from bank linking via Aerosync Widget"
                    },
                    {
                      "key": "job_id",
                      "value": "REF-223c66e2a4af47d498a6998e8214457a",
                      "description": "job_id is generated on POST identity, balance, transactions"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json",
                  "description": "",
                  "type": "text"
                },
                {
                  "key": "Content-Length",
                  "value": "236"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Wed, 04 Feb 2026 15:11:18 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-69836196-79b5ba032b10655a012788bb"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "31db3130-7758-47b4-b97e-ffd602016b73"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "YQwvmEbCoAMEhNg="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Miss from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 bb9423980ae724d9cbb4c481e2b51be4.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "BOG51-P3"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "euE5CHuWtkIfCDN0gT1vpXJTzyHUNhBRaD_XIN49Vx1_ST6gyOzn5A=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"status\": \"success\",\n    \"statusCode\": 200,\n    \"jobStatus\": \"Completed\",\n    \"mfaTriggered\": false,\n    \"jobId\": \"REF-223c66e2a4af47d498a6998e8214457a\",\n    \"userId\": \"996ba5466f0e42be936b9df4483eabd1\",\n    \"connectionId\": \"996ba5466f0e42be936b9df4483eabd1\"\n}"
            },
            {
              "name": "success (pending MFA)",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "x-api-key",
                    "value": "{{x-api-key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/v2/accounts/:connection_id/job/:job_id",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "accounts",
                    ":connection_id",
                    "job",
                    ":job_id"
                  ],
                  "variable": [
                    {
                      "key": "connection_id",
                      "value": "71763dd858134116afeeb421007a4687",
                      "description": "connection_id from bank linking via Aerosync Widget"
                    },
                    {
                      "key": "job_id",
                      "value": "REF-931908219c984830ae4066c80385b9a5",
                      "description": "job_id is generated on POST identity, balance, transactions"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json",
                  "description": "",
                  "type": "text"
                },
                {
                  "key": "Content-Length",
                  "value": "237"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Wed, 04 Feb 2026 15:12:19 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-698361d3-1f03054e14e29739762bc828"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "629f7c6c-997a-454d-a103-f287865af682"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "YQw5FF9ZIAMEoww="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Miss from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 bb9423980ae724d9cbb4c481e2b51be4.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "BOG51-P3"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "lUmiI2whqc-dSI7SqTVFrPcu587Y15T3TuBAh9Ffz08zbBsAmSFF0A=="
                }
              ],
              "cookie": [
                {
                  "expires": "Invalid Date",
                  "domain": "",
                  "path": ""
                }
              ],
              "body": "{\n    \"status\": \"success\",\n    \"statusCode\": 200,\n    \"jobStatus\": \"Pending MFA\",\n    \"mfaTriggered\": true,\n    \"jobId\": \"REF-931908219c984830ae4066c80385b9a5\",\n    \"userId\": \"71763dd858134116afeeb421007a4687\",\n    \"connectionId\": \"71763dd858134116afeeb421007a4687\"\n}"
            },
            {
              "name": "failure (user not found)",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer {{token}}"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/v2/accounts/:connection_id/job/:job_id",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "accounts",
                    ":connection_id",
                    "job",
                    ":job_id"
                  ],
                  "variable": [
                    {
                      "key": "connection_id",
                      "value": "761268fe79af4bcca602b3cdb307962"
                    },
                    {
                      "key": "job_id",
                      "value": "REF-931908219c984830ae4066c80385b9a5",
                      "description": "This variable is called from previous endpoint."
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Content-Length",
                  "value": "90"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Wed, 18 Dec 2024 14:46:54 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-6762e059-2c517f9526abec987ad2d418"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "508bf765-8d83-4c95-9155-46ec010cfe7b"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "C_f-AFxDIAMElGg="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 141cc765667839ffa8c4ad646af354cc.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "CMH68-P4"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "01SyMUPSizXEQzvO-rjQHDLFhHvu2JwI-9FKe5tdGruqLaMKfH42dw=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-102\",\n        \"message\": \"User 761268fe79af4bcca602b3cdb307962 not found\"\n    }\n}"
            },
            {
              "name": "failure(missing job_id path parameter)",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer {{token}}"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/v2/accounts/:connection_id/job",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "accounts",
                    ":connection_id",
                    "job"
                  ],
                  "variable": [
                    {
                      "key": "connection_id",
                      "value": "996ba5466f0e42be936b9df4483eabd1"
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Content-Length",
                  "value": "89"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Tue, 24 Dec 2024 16:50:52 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-676ae66c-5e649d501aeb11c07de9ba66"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "5b6a3b44-3b57-422d-98b5-9de6eb20519d"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "DTjxCHP9oAMEhhA="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 a791ece59ab90f323cd986ba2aeaf9c4.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "CMH68-P4"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "JdPWU1Ro0g2mm3k1tB9FX58WTl_6uLC0RU1CiEVQg4E6P8xHg-SXSQ=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-100\",\n        \"message\": \"Missing required request parameters: [job_id]\"\n    }\n}"
            }
          ]
        }
      ]
    },
    {
      "name": "MFA",
      "item": [
        {
          "name": "/MFA",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  ""
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            },
            {
              "listen": "prerequest",
              "script": {
                "exec": [
                  ""
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "string"
                }
              ]
            },
            "method": "POST",
            "header": [
              {
                "key": "x-api-key",
                "value": "{{x-api-key}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/v2/accounts/:connection_id/mfa/:job_id",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "v2",
                "accounts",
                ":connection_id",
                "mfa",
                ":job_id"
              ],
              "variable": [
                {
                  "key": "connection_id",
                  "value": "71763dd858134116afeeb421007a4687",
                  "description": "connection_id from bank linking via Aerosync Widget"
                },
                {
                  "key": "job_id",
                  "value": "TRN-46d1a782a6ed4121b92d8a9782615c10",
                  "description": "job_id is generated on POST identity, balance, transactions"
                }
              ]
            }
          },
          "response": [
            {
              "name": "success",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "x-api-key",
                    "value": "{{x-api-key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/v2/accounts/:connection_id/mfa/:job_id",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "accounts",
                    ":connection_id",
                    "mfa",
                    ":job_id"
                  ],
                  "variable": [
                    {
                      "key": "connection_id",
                      "value": "71763dd858134116afeeb421007a4687",
                      "description": "connection_id from bank linking via Aerosync Widget"
                    },
                    {
                      "key": "job_id",
                      "value": "IDT-b1cdb2f3e1d6449e9aaed69879058864",
                      "description": "job_id is generated on POST identity, balance, transactions"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json",
                  "description": "",
                  "type": "text"
                },
                {
                  "key": "Content-Length",
                  "value": "1716"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Wed, 04 Feb 2026 15:01:29 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-69835f44-16368a153ab3e0524e394f34"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "420c220a-4f79-49d2-8bc3-3b4e340e267e"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "YQvSuGcuIAMEiOw="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Miss from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 93c3b6c89e6701e224940d535ceb5e9e.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "BOG51-P3"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "_oUgiDlnVFnC7NPP4srEvRyRUAIaFnKUkXhaQlgnqbo1trJKRrXt3A=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"status\": \"success\",\n    \"statusCode\": 200,\n    \"verifyPollAttributes\": {\n        \"connectionStatus\": \"CHALLENGED\",\n        \"isBeingAggregated\": true,\n        \"mfaAttributes\": [\n            {\n                \"field_name\": null,\n                \"guid\": \"CRD-e691a6b1-8545-4a29-8135-8875866aaf0b\",\n                \"label\": \"What city were you born in?\",\n                \"type\": \"TEXT\"\n            }\n        ]\n    },\n    \"jobId\": \"IDT-b1cdb2f3e1d6449e9aaed69879058864\",\n    \"bankInfo\": {\n        \"id\": 38900,\n        \"institutionId\": \"mxbank\",\n        \"institutionName\": \"Aerosync Bank (MFA Trigger)\",\n        \"institutionWebsite\": \"https://www.aerosync.com/\",\n        \"defaultLogo\": \"https://assets.sandbox-sync.aero.inc/bankLogos/38900.svg\",\n        \"fallbackLogo\": \"https://d2ufr9ji57xwvj.cloudfront.net/30087.png\",\n        \"configurationDetails\": {\n            \"url\": \"https://www.mx.com\",\n            \"code\": \"mxbank\",\n            \"name\": \"MX Bank\",\n            \"small_logo_url\": \"https://content.moneydesktop.com/storage/MD_Assets/Ipad%20Logos/50x50/INS-1572a04c-912b-59bf-5841-332c7dfafaef_50x50.png\",\n            \"supports_oauth\": false,\n            \"medium_logo_url\": \"https://content.moneydesktop.com/storage/MD_Assets/Ipad%20Logos/100x100/INS-1572a04c-912b-59bf-5841-332c7dfafaef_100x100.png\",\n            \"instructional_text\": null,\n            \"supports_tax_document\": false,\n            \"supports_account_statement\": false,\n            \"supports_transaction_history\": true,\n            \"supports_account_verification\": true,\n            \"supports_account_identification\": true\n        },\n        \"country\": \"US\",\n        \"connectionType\": \"MX\"\n    },\n    \"account\": {\n        \"sessionId\": \"IDT-b1cdb2f3e1d6449e9aaed69879058864\",\n        \"loginParameterInfo\": {\n            \"credentials\": [\n                {\n                    \"guid\": \"CRD-9f61fb4c-912c-bd1e-b175-ccc7f0275cc1\",\n                    \"type\": \"LOGIN\",\n                    \"label\": \"Username\",\n                    \"field_name\": \"LOGIN\",\n                    \"field_type\": \"LOGIN\",\n                    \"display_order\": 1\n                },\n                {\n                    \"guid\": \"CRD-e3d7ea81-aac7-05e9-fbdd-4b493c6e474d\",\n                    \"type\": \"PASSWORD\",\n                    \"label\": \"Password\",\n                    \"field_name\": \"PASSWORD\",\n                    \"field_type\": \"PASSWORD\",\n                    \"display_order\": 2\n                }\n            ]\n        }\n    }\n}"
            },
            {
              "name": "failure (user not found)",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/v2/accounts/:connection_id/mfa/:job_id",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "accounts",
                    ":connection_id",
                    "mfa",
                    ":job_id"
                  ],
                  "variable": [
                    {
                      "key": "connection_id",
                      "value": "71763dd858134116afeeb421007a468"
                    },
                    {
                      "key": "job_id",
                      "value": "IDT-b1cdb2f3e1d6449e9aaed69879058864"
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Content-Length",
                  "value": "90"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Wed, 18 Dec 2024 15:14:29 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-6762e6cf-62ad31ea4c6eb7224cf9a7f8"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "db218c48-308c-4407-80ba-c8f9bf42863a"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "C_kAfHzeIAMEjhA="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 0e3c225d58500145a5360bc7903299fe.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "CMH68-P4"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "8EhHsCgxDnYQpZcR3EJDJhXLL9qe5OFm8ohXXv-BacrerHGnYqnAig=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-102\",\n        \"message\": \"User 761268fe79af4bcca602b3cdb307962 not found\"\n    }\n}"
            }
          ]
        },
        {
          "name": "/resolve-mfa",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  ""
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            },
            {
              "listen": "prerequest",
              "script": {
                "exec": [
                  ""
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "string"
                }
              ]
            },
            "method": "POST",
            "header": [
              {
                "key": "x-api-key",
                "value": "{{x-api-key}}",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\r\n  \"mfaAttributes\": {\r\n    \"type\": \"CRD-e691a6b1-8545-4a29-8135-8875866aaf0b\", // This value is coming from /v2/MFA endpoint (verifyPollAttributes.mfaAttributes.guid)\r\n    \"answer\": \"correct\"\r\n  }\r\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{base_url}}/v2/accounts/:connection_id/mfa/:job_id/resolve",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "v2",
                "accounts",
                ":connection_id",
                "mfa",
                ":job_id",
                "resolve"
              ],
              "variable": [
                {
                  "key": "connection_id",
                  "value": "71763dd858134116afeeb421007a4687",
                  "description": "connection_id from bank linking via Aerosync Widget"
                },
                {
                  "key": "job_id",
                  "value": "REF-c5def6aec65a4fe7a377fa170fc99848",
                  "description": "job_id is generated on POST identity, balance, transactions"
                }
              ]
            }
          },
          "response": [
            {
              "name": "success",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "x-api-key",
                    "value": "{{x-api-key}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n  \"mfaAttributes\": {\r\n    \"type\": \"CRD-7278bef9-db53-4de3-b72f-aaa03d21497a\", // This value is coming from /v2/MFA endpoint (verifyPollAttributes.mfaAttributes.guid)\r\n    \"answer\": \"correct\"\r\n  }\r\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{base_url}}/v2/accounts/:connection_id/mfa/:job_id/resolve",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "accounts",
                    ":connection_id",
                    "mfa",
                    ":job_id",
                    "resolve"
                  ],
                  "variable": [
                    {
                      "key": "connection_id",
                      "value": "71763dd858134116afeeb421007a4687",
                      "description": "connection_id from bank linking via Aerosync Widget"
                    },
                    {
                      "key": "job_id",
                      "value": "IDT-b1cdb2f3e1d6449e9aaed69879058864",
                      "description": "job_id is generated on POST identity, balance, transactions"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json",
                  "description": "",
                  "type": "text"
                },
                {
                  "key": "Content-Length",
                  "value": "161"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Fri, 06 Feb 2026 19:50:37 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-69864607-13c860b062d4f72c47a14218"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "50cb5ad1-b946-44c1-85fb-192098ccd10b"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "YX_hLHmwoAMEDbQ="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Miss from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 c46d96d54871ac830c5048f6f1144e6a.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "BOG51-P3"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "lyeL2r-IPo_gIO0twXfIMzOQVGlykjamDcMq-ocVRXlQEX_JOscESA=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"status\": \"success\",\n    \"statusCode\": 200,\n    \"verifyAttributes\": {\n        \"connectionStatus\": \"RESUMED\"\n    },\n    \"sessionId\": null,\n    \"jobId\": \"IDT-b1cdb2f3e1d6449e9aaed69879058864\"\n}"
            },
            {
              "name": "failure (user not found)",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n  \"mfaAttributes\": {\r\n    \"type\": \"{{mfa_type}}\",\r\n    \"answer\": \"correct\"\r\n  }\r\n}"
                },
                "url": {
                  "raw": "{{base_url}}/v2/accounts/:connection_id/mfa/:job_id/resolve",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "accounts",
                    ":connection_id",
                    "mfa",
                    ":job_id",
                    "resolve"
                  ],
                  "variable": [
                    {
                      "key": "connection_id",
                      "value": "71763dd858134116afeeb421007a468"
                    },
                    {
                      "key": "job_id",
                      "value": "REF-c5def6aec65a4fe7a377fa170fc99848"
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Content-Length",
                  "value": "90"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Wed, 18 Dec 2024 15:22:12 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-6762e89f-31486c210cd0d8502015feed"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "8911924d-bd31-4f99-bca7-e1d77c47ebfc"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "C_lI_EZhIAMEjoQ="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 4b1f2d5e8ba06f891aac0914bfcf0ce0.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "CMH68-P4"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "zjeCY2SFwN3AmOohp-RFfOluctd7EyD2DcmoRgNS-Dv-QOUzSqBGEA=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-102\",\n        \"message\": \"User 761268fe79af4bcca602b3cdb307962 not found\"\n    }\n}"
            },
            {
              "name": "failure (invalid or missing attributes)",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n  \"mfaAttributes\": {\r\n    \"type\": \"{{mfa_type}}\",\r\n    \"answer\": \"correct\"\r\n  }\r\n}"
                },
                "url": {
                  "raw": "{{base_url}}/v2/accounts/:connection_id/mfa/:job_id/resolve",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "accounts",
                    ":connection_id",
                    "mfa",
                    ":job_id",
                    "resolve"
                  ],
                  "variable": [
                    {
                      "key": "connection_id",
                      "value": "71763dd858134116afeeb421007a4687"
                    },
                    {
                      "key": "job_id",
                      "value": "REF-c5def6aec65a4fe7a377fa170fc99848"
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Content-Length",
                  "value": "101"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Wed, 18 Dec 2024 15:24:13 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-6762e91d-72d0ccca648fd8e33b96e121"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "e4214a3b-6d0d-4af5-adb9-e0e18a9cac94"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "C_lcoEfRIAMEKtA="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 4b1f2d5e8ba06f891aac0914bfcf0ce0.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "CMH68-P4"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "zp1vfYMDhLwzKCZxnigl_fRiuX05frk1zU4fmaafjLdTr5K8Rbquow=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-100\",\n        \"message\": \"Required attributes are missing or not in a valid format.\"\n    }\n}"
            },
            {
              "name": "failure (MFA session expired)",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "x-api-key",
                    "value": "{{x-api-key}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\r\n  \"mfaAttributes\": {\r\n    \"type\": \"{{mfa_type}}\", \r\n    \"answer\": \"correct\"\r\n  }\r\n}"
                },
                "url": {
                  "raw": "{{base_url}}/v2/accounts/:connection_id/mfa/:job_id/resolve",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "accounts",
                    ":connection_id",
                    "mfa",
                    ":job_id",
                    "resolve"
                  ],
                  "variable": [
                    {
                      "key": "connection_id",
                      "value": "71763dd858134116afeeb421007a4687",
                      "description": "connection_id from bank linking via Aerosync Widget"
                    },
                    {
                      "key": "job_id",
                      "value": "REF-c5def6aec65a4fe7a377fa170fc99848",
                      "description": "job_id is generated on POST identity, balance, transactions"
                    }
                  ]
                }
              },
              "status": "Method Not Allowed",
              "code": 405,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json",
                  "description": "",
                  "type": "text"
                },
                {
                  "key": "Content-Length",
                  "value": "107"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Wed, 04 Feb 2026 15:47:17 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-69836a04-6e8e8d80266ae7b624c938ec"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "3800fdf7-3b08-4288-a5de-851c2ed790d4"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "YQ2AwGwAoAMEdzQ="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 d7fb88b3b0b212450e4dbb0aacfc73ee.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "BOG51-P3"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "tnFZe9_KjetmOjt4kMP8MhNWZ2QuWkoI8BXmdsmXlarNntkf15VmvA=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-110\",\n        \"message\": \"Your MFA session has expired. Please reauthenticate to continue\"\n    }\n}"
            }
          ]
        }
      ]
    },
    {
      "name": "Transactions",
      "item": [
        {
          "name": "/transactions",
          "event": [
            {
              "listen": "prerequest",
              "script": {
                "exec": [
                  ""
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            },
            {
              "listen": "test",
              "script": {
                "exec": [
                  ""
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [
              {
                "key": "x-api-key",
                "value": "{{x-api-key}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/v2/accounts/:connection_id/transactions?job_id=TRN-45528a2b68cf42fa9dc5c835417b72c3",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "v2",
                "accounts",
                ":connection_id",
                "transactions"
              ],
              "query": [
                {
                  "key": "job_id",
                  "value": "TRN-45528a2b68cf42fa9dc5c835417b72c3",
                  "description": "job_id is generated on POST transactions"
                }
              ],
              "variable": [
                {
                  "key": "connection_id",
                  "value": "996ba5466f0e42be936b9df4483eabd1"
                }
              ]
            }
          },
          "response": [
            {
              "name": "success",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "x-api-key",
                    "value": "{{x-api-key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/v2/accounts/:connection_id/transactions?job_id=TRN-45528a2b68cf42fa9dc5c835417b72c3",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "accounts",
                    ":connection_id",
                    "transactions"
                  ],
                  "query": [
                    {
                      "key": "job_id",
                      "value": "TRN-45528a2b68cf42fa9dc5c835417b72c3",
                      "description": "job_id is generated on POST transactions"
                    }
                  ],
                  "variable": [
                    {
                      "key": "connection_id",
                      "value": "996ba5466f0e42be936b9df4483eabd1"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json",
                  "description": "",
                  "type": "text"
                },
                {
                  "key": "Content-Length",
                  "value": "5731"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Wed, 04 Feb 2026 16:31:41 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-69837468-2595964404a60aa33724351a"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "2912eada-8d23-4758-8879-9404ff62c77e"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "YQ8gVGlrIAMEjDw="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Miss from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 37294e3a7b5e85cba3a9df52b0d05a2a.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "BOG51-P3"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "20Kld8Rq_2JLWhrVHXC9I71BrWkPTh0R3zFSfhRDULjQUGj2HPwCuw=="
                }
              ],
              "cookie": [
                {
                  "expires": "Invalid Date",
                  "domain": "",
                  "path": ""
                }
              ],
              "body": "{\n    \"status\": \"success\",\n    \"statusCode\": 200,\n    \"transactions\": [\n        {\n            \"id\": \"202101041\",\n            \"type\": \"DEBIT\",\n            \"date\": \"2023-01-04T23:59:59Z\",\n            \"amount\": 2000,\n            \"currency\": \"USD\",\n            \"description\": \"ACH WEB-SINGLE xxxxxx9071 ALLY BANK $TRANSFER\",\n            \"category\": null,\n            \"subcategory\": null\n        },\n        {\n            \"id\": \"202101111\",\n            \"type\": \"DEBIT\",\n            \"date\": \"2023-01-11T23:59:59Z\",\n            \"amount\": 312.25,\n            \"currency\": \"USD\",\n            \"description\": \"ACH WEB-SINGLE 16 L 21291668 STATE FARM RO 08 CPC-CLIENT CPC-CLIENTSTATE\",\n            \"category\": null,\n            \"subcategory\": null\n        },\n        {\n            \"id\": \"202101151\",\n            \"type\": \"CREDIT\",\n            \"date\": \"2023-01-15T23:59:59Z\",\n            \"amount\": 4030.1,\n            \"currency\": \"USD\",\n            \"description\": \"ACH CREDIT xxxxx4524 BNYMELLON DIR DEP\",\n            \"category\": null,\n            \"subcategory\": null\n        },\n        {\n            \"id\": \"202101192\",\n            \"type\": \"DEBIT\",\n            \"date\": \"2023-01-19T23:59:59Z\",\n            \"amount\": 1650,\n            \"currency\": \"USD\",\n            \"description\": \"ACH WEB-SINGLE xxxxxxxxxxx1872 CITI CARD ONLINE PAYMENT\",\n            \"category\": null,\n            \"subcategory\": null\n        },\n        {\n            \"id\": \"202101191\",\n            \"type\": \"DEBIT\",\n            \"date\": \"2023-01-19T23:59:59Z\",\n            \"amount\": 1672.45,\n            \"currency\": \"USD\",\n            \"description\": \"ACH DEBIT xxxxxx7535 WF HOME MTG AUTO PAY\",\n            \"category\": null,\n            \"subcategory\": null\n        },\n        {\n            \"id\": \"202101201\",\n            \"type\": \"DEBIT\",\n            \"date\": \"2023-01-20T23:59:59Z\",\n            \"amount\": 3000,\n            \"currency\": \"USD\",\n            \"description\": \"ACH WEB-SINGLE xxxxxx7535 WF HOME MTG AUTO PAY\",\n            \"category\": null,\n            \"subcategory\": null\n        },\n        {\n            \"id\": \"202101211\",\n            \"type\": \"DEBIT\",\n            \"date\": \"2023-01-21T23:59:59Z\",\n            \"amount\": 147.27,\n            \"currency\": \"USD\",\n            \"description\": \"ACH WEB-SINGLE xxxxxxxxxxx3695 CITI CARD ONLINE PAYMENT\",\n            \"category\": null,\n            \"subcategory\": null\n        },\n        {\n            \"id\": \"202101272\",\n            \"type\": \"DEBIT\",\n            \"date\": \"2023-01-27T23:59:59Z\",\n            \"amount\": 606.15,\n            \"currency\": \"USD\",\n            \"description\": \"ACH WEB-SINGLE CKF284083628POS FIRST SERVICE ONLINE PMT PMTFIRST\",\n            \"category\": null,\n            \"subcategory\": null\n        },\n        {\n            \"id\": \"202101271\",\n            \"type\": \"CREDIT\",\n            \"date\": \"2023-01-27T23:59:59Z\",\n            \"amount\": 4000,\n            \"currency\": \"USD\",\n            \"description\": \"ACH WEB PAYMENT ARJUN K RAM ALLY BANK P2P\",\n            \"category\": null,\n            \"subcategory\": null\n        },\n        {\n            \"id\": \"202101291\",\n            \"type\": \"CREDIT\",\n            \"date\": \"2023-01-29T23:59:59Z\",\n            \"amount\": 4025,\n            \"currency\": \"USD\",\n            \"description\": \"ACH CREDIT xxxxx4524 BNYMELLON DIR DEP\",\n            \"category\": null,\n            \"subcategory\": null\n        },\n        {\n            \"id\": \"202102031\",\n            \"type\": \"DEBIT\",\n            \"date\": \"2023-02-03T23:59:59Z\",\n            \"amount\": 1500,\n            \"currency\": \"USD\",\n            \"description\": \"ACH WEB-SINGLE xxxxxx7535 WF HOME MTG AUTO PAY\",\n            \"category\": null,\n            \"subcategory\": null\n        },\n        {\n            \"id\": \"202102121\",\n            \"type\": \"CREDIT\",\n            \"date\": \"2023-02-12T23:59:59Z\",\n            \"amount\": 4082.46,\n            \"currency\": \"USD\",\n            \"description\": \"ACH CREDIT xxxxx4524 BNYMELLON DIR DEP\",\n            \"category\": null,\n            \"subcategory\": null\n        },\n        {\n            \"id\": \"202102171\",\n            \"type\": \"DEBIT\",\n            \"date\": \"2023-02-17T23:59:59Z\",\n            \"amount\": 1672.45,\n            \"currency\": \"USD\",\n            \"description\": \"ACH DEBIT xxxxxx7535 WF HOME MTG AUTO PAY\",\n            \"category\": null,\n            \"subcategory\": null\n        },\n        {\n            \"id\": \"202102221\",\n            \"type\": \"DEBIT\",\n            \"date\": \"2023-02-22T23:59:59Z\",\n            \"amount\": 3000,\n            \"currency\": \"USD\",\n            \"description\": \"ACH WEB-SINGLE xxxxxx7535 WF HOME MTG AUTO PAY\",\n            \"category\": null,\n            \"subcategory\": null\n        },\n        {\n            \"id\": \"202102261\",\n            \"type\": \"CREDIT\",\n            \"date\": \"2023-02-26T23:59:59Z\",\n            \"amount\": 56679.55,\n            \"currency\": \"USD\",\n            \"description\": \"ACH CREDIT xxxxx4524 BNYMELLON DIR DEP\",\n            \"category\": null,\n            \"subcategory\": null\n        },\n        {\n            \"id\": \"202102262\",\n            \"type\": \"DEBIT\",\n            \"date\": \"2023-02-26T23:59:59Z\",\n            \"amount\": 4000,\n            \"currency\": \"USD\",\n            \"description\": \"CHECK 7129 xxxxx8121\",\n            \"category\": null,\n            \"subcategory\": null\n        },\n        {\n            \"id\": \"202103011\",\n            \"type\": \"DEBIT\",\n            \"date\": \"2023-03-01T23:59:59Z\",\n            \"amount\": 606.15,\n            \"currency\": \"USD\",\n            \"description\": \"ACH WEB-RECUR CKF284083628POS FIRST SERVICE ONLINE PMT PMTFIRST\",\n            \"category\": null,\n            \"subcategory\": null\n        },\n        {\n            \"id\": \"202103031\",\n            \"type\": \"DEBIT\",\n            \"date\": \"2023-03-03T23:59:59Z\",\n            \"amount\": 50000,\n            \"currency\": \"USD\",\n            \"description\": \"ACH WEB-SINGLE xxxxxx7535 WF HOME MTG AUTO PAY\",\n            \"category\": null,\n            \"subcategory\": null\n        },\n        {\n            \"id\": \"202103151\",\n            \"type\": \"CREDIT\",\n            \"date\": \"2023-03-15T23:59:59Z\",\n            \"amount\": 4353.47,\n            \"currency\": \"USD\",\n            \"description\": \"ACH CREDIT xxxxx4524 BNYMELLON DIR DEP\",\n            \"category\": null,\n            \"subcategory\": null\n        },\n        {\n            \"id\": \"202103161\",\n            \"type\": \"DEBIT\",\n            \"date\": \"2023-03-16T23:59:59Z\",\n            \"amount\": 1672.45,\n            \"currency\": \"USD\",\n            \"description\": \"ACH DEBIT xxxxxx7535 WF HOME MTG AUTO PAY\",\n            \"category\": null,\n            \"subcategory\": null\n        },\n        {\n            \"id\": \"202103231\",\n            \"type\": \"DEBIT\",\n            \"date\": \"2023-03-23T23:59:59Z\",\n            \"amount\": 8000,\n            \"currency\": \"USD\",\n            \"description\": \"ACH WEB-SINGLE xxxxxx5835 ALLY BANK $TRANSFER\",\n            \"category\": null,\n            \"subcategory\": null\n        },\n        {\n            \"id\": \"202103311\",\n            \"type\": \"CREDIT\",\n            \"date\": \"2023-03-31T23:59:59Z\",\n            \"amount\": 4264.99,\n            \"currency\": \"USD\",\n            \"description\": \"ACH CREDIT xxxxx4524 BNYMELLON DIR DEP\",\n            \"category\": null,\n            \"subcategory\": null\n        },\n        {\n            \"id\": \"202103312\",\n            \"type\": \"DEBIT\",\n            \"date\": \"2023-03-31T23:59:59Z\",\n            \"amount\": 475,\n            \"currency\": \"USD\",\n            \"description\": \"ACH WEB-SINGLE xxxxxxxxx9812 VENMO PAYMENT\",\n            \"category\": null,\n            \"subcategory\": null\n        },\n        {\n            \"id\": \"202104011\",\n            \"type\": \"DEBIT\",\n            \"date\": \"2023-04-01T23:59:59Z\",\n            \"amount\": 606.15,\n            \"currency\": \"USD\",\n            \"description\": \"ACH WEB-RECUR CKF284083628POS FIRST SERVICE ONLINE PMT PMTFIRST\",\n            \"category\": null,\n            \"subcategory\": null\n        },\n        {\n            \"id\": \"202104021\",\n            \"type\": \"DEBIT\",\n            \"date\": \"2023-04-02T23:59:59Z\",\n            \"amount\": 3000,\n            \"currency\": \"USD\",\n            \"description\": \"ACH WEB-SINGLE xxxxxx9013 ALLY BANK $TRANSFER\",\n            \"category\": null,\n            \"subcategory\": null\n        },\n        {\n            \"id\": \"202104151\",\n            \"type\": \"CREDIT\",\n            \"date\": \"2023-04-15T23:59:59Z\",\n            \"amount\": 4523.93,\n            \"currency\": \"USD\",\n            \"description\": \"ACH CREDIT xxxxx4524 BNYMELLON DIR DEP\",\n            \"category\": null,\n            \"subcategory\": null\n        },\n        {\n            \"id\": \"202104161\",\n            \"type\": \"DEBIT\",\n            \"date\": \"2023-04-16T23:59:59Z\",\n            \"amount\": 1672.45,\n            \"currency\": \"USD\",\n            \"description\": \"ACH DEBIT xxxxxx7535 WF HOME MTG AUTO PAY\",\n            \"category\": null,\n            \"subcategory\": null\n        }\n    ]\n}"
            },
            {
              "name": "failure (missing path parameters)",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/v2/accounts/:connection_id/transactions",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "accounts",
                    ":connection_id",
                    "transactions"
                  ],
                  "variable": [
                    {
                      "key": "connection_id",
                      "value": "996ba5466f0e42be936b9df4483eabd1"
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Content-Length",
                  "value": "129"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Fri, 13 Dec 2024 17:52:09 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-675c7449-733177ee10600c9119446419"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "ba065513-6c69-474d-967a-09ee99a1d501"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "CvcbhEwTIAMEAJw="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 252d91a64bfdc4045e9d843f4a37a3e6.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "CMH68-P4"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "66mVYTuiLs8hsdh06xqLmQoPB1f6oLMeAL1sXVELgiNEb90I9a-sFw=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-100\",\n        \"message\": \"Validation error; user_id, start_date, or end_date is missing or in an invalid format\"\n    }\n}"
            },
            {
              "name": "failure(missing or expired token)",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/v2/accounts/:user_id/transactions?start_date=2023-11-01&end_date=2023-12-13",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "accounts",
                    ":user_id",
                    "transactions"
                  ],
                  "query": [
                    {
                      "key": "start_date",
                      "value": "2023-11-01"
                    },
                    {
                      "key": "end_date",
                      "value": "2023-12-13"
                    }
                  ],
                  "variable": [
                    {
                      "key": "user_id",
                      "value": "{{user_id}}"
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Content-Length",
                  "value": "159"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Tue, 24 Dec 2024 17:00:41 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-676ae8b9-37c02ab979cb41551f7f0988"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "b95f96bd-f9a3-412d-83f1-8e1c4b57172b"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "Access-Control-Allow-Headers",
                  "value": "*"
                },
                {
                  "key": "x-amzn-ErrorType",
                  "value": "UnauthorizedException"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "DTlNFFFaIAMEa9Q="
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 d6eccaed6bcab76e8b9ccd6b59f866ba.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "CMH68-P4"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "32pExIC2YEDwjmWgwP3IAIa4O-wRp5FLL33zFOO1ALRcABGgs9fZSw=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-120\",\n        \"message\": \"Unauthorized request. Please make sure you have an unexpired and properly scoped token to perform this action.\"\n    }\n}"
            },
            {
              "name": "failure (user not found)",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "x-api-key",
                    "value": "{{x-api-key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/v2/accounts/:connection_id/transactions?job_id=TRN-45528a2b68cf42fa9dc5c835417b72c3",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "accounts",
                    ":connection_id",
                    "transactions"
                  ],
                  "query": [
                    {
                      "key": "job_id",
                      "value": "TRN-45528a2b68cf42fa9dc5c835417b72c3",
                      "description": "job_id is generated on POST transactions"
                    }
                  ],
                  "variable": [
                    {
                      "key": "connection_id",
                      "value": "996ba5466f0e42be936b9df4483eabd"
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json",
                  "description": "",
                  "type": "text"
                },
                {
                  "key": "Content-Length",
                  "value": "103"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Wed, 04 Feb 2026 16:33:44 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-698374e3-2bb65bce468040185f3790d8"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "ee7f393e-c695-48f0-ad41-7644ff2cafcd"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "YQ8zkGJIoAMEfwA="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 f8a6366492980e8eaf5cd28b9679e5c4.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "BOG51-P3"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "PPu0Ib3G9kbti-lEwkgFIHIlLMj2GmGBf6mvabOm6gT-9DQbKbEOKQ=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-102\",\n        \"message\": \"User / Connection 996ba5466f0e42be936b9df4483eabd not found\"\n    }\n}"
            },
            {
              "name": "failure(missing connection_id parameter variable)",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "x-api-key",
                    "value": "{{x-api-key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/v2/accounts/:connection_id/transactions?job_id=TRN-45528a2b68cf42fa9dc5c835417b72c3",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "accounts",
                    ":connection_id",
                    "transactions"
                  ],
                  "query": [
                    {
                      "key": "job_id",
                      "value": "TRN-45528a2b68cf42fa9dc5c835417b72c3",
                      "description": "job_id is generated on POST transactions"
                    }
                  ],
                  "variable": [
                    {
                      "key": "connection_id",
                      "value": ""
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json",
                  "description": "",
                  "type": "text"
                },
                {
                  "key": "Content-Length",
                  "value": "86"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Wed, 04 Feb 2026 16:35:58 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-6983756d-021d73bc1ab834521ccb16dd"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "0e46e92e-0b30-42d3-bd5e-4ade77c9faef"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "YQ9JMGZMIAMEsSg="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 8791d2ff751984d55766b205080ea3ea.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "BOG51-P3"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "4FpC-L_A-TIoqI_ZOiJ_MeRVN-7SLbU3PHwmjTRONekKMZTl1tVVfw=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-102\",\n        \"message\": \"User / Connection :connection_id not found\"\n    }\n}"
            },
            {
              "name": "failure(missing connection_id path parameter)",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "x-api-key",
                    "value": "{{x-api-key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/v2/accounts/transactions?job_id=TRN-45528a2b68cf42fa9dc5c835417b72c3",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "accounts",
                    "transactions"
                  ],
                  "query": [
                    {
                      "key": "job_id",
                      "value": "TRN-45528a2b68cf42fa9dc5c835417b72c3",
                      "description": "job_id is generated on POST transactions"
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json",
                  "description": "",
                  "type": "text"
                },
                {
                  "key": "Content-Length",
                  "value": "77"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Wed, 04 Feb 2026 16:37:50 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-698375d9-1a9adda473297c2536e0b468"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "262947dd-5bdb-47dc-b4b0-3acadf0493ef"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "YQ9aHHuLIAMEmAQ="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 bb9423980ae724d9cbb4c481e2b51be4.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "BOG51-P3"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "BeOK9qWBvVBvZhtRVI4lGkCqLmPJ9VIrcHWaYiLwlOswDoAKG5tQlQ=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-102\",\n        \"message\": \"Connection transactions not found\"\n    }\n}"
            }
          ]
        },
        {
          "name": "/transaction_post",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  ""
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            },
            {
              "listen": "prerequest",
              "script": {
                "exec": [
                  ""
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "string"
                }
              ]
            },
            "method": "POST",
            "header": [
              {
                "key": "x-api-key",
                "value": "{{x-api-key}}",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{   // OPTIONAL Body\n \"startDate\": \"2026-01-01\",\n \"endDate\": \"2026-02-01\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{base_url}}/v2/accounts/:connection_id/transactions",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "v2",
                "accounts",
                ":connection_id",
                "transactions"
              ],
              "variable": [
                {
                  "key": "connection_id",
                  "value": "71763dd858134116afeeb421007a4687",
                  "description": "connection_id from bank linking via Aerosync Widget"
                }
              ]
            },
            "description": "[https://api-aerosync.readme.io/reference/post_accounts-user-id-transactions](https://api-aerosync.readme.io/reference/post_accounts-user-id-transactions)"
          },
          "response": [
            {
              "name": "success",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "x-api-key",
                    "value": "{{x-api-key}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{   // OPTIONAL Body\n    \"startDate\": \"2025-12-01\", \n    \"endDate\": \"2026-01-30\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{base_url}}/v2/accounts/:connection_id/transactions",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "accounts",
                    ":connection_id",
                    "transactions"
                  ],
                  "variable": [
                    {
                      "key": "connection_id",
                      "value": "996ba5466f0e42be936b9df4483eabd1",
                      "description": "connection_id from bank linking via Aerosync Widget"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json",
                  "description": "",
                  "type": "text"
                },
                {
                  "key": "Content-Length",
                  "value": "221"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Wed, 04 Feb 2026 16:24:14 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-698372ad-6d1acdcc7e29c96110a7c35c"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "996d00d9-5343-43f2-8efb-6ad453534e3e"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "YQ7bOHVBIAMEXUg="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Miss from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 7465d60962396fd046ee2cb8bdd81e9e.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "BOG51-P3"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "nPUpmI_IS0_0LvC9yuPSfY_KM8MUdDoKcFu1YOvaCWzl5-HtnFyO2w=="
                }
              ],
              "cookie": [
                {
                  "expires": "Invalid Date",
                  "domain": "",
                  "path": ""
                }
              ],
              "body": "{\n    \"status\": \"success\",\n    \"statusCode\": 200,\n    \"transactionStatus\": \"Initiated\",\n    \"jobId\": \"TRN-a89aca6286254ea0b8896a88e944ecc6\",\n    \"userId\": \"996ba5466f0e42be936b9df4483eabd1\",\n    \"connectionId\": \"996ba5466f0e42be936b9df4483eabd1\"\n}"
            },
            {
              "name": "failure (user not found)",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/v2/accounts/:connection_id/transactions",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "accounts",
                    ":connection_id",
                    "transactions"
                  ],
                  "variable": [
                    {
                      "key": "connection_id",
                      "value": "996ba5466f0e42be936b9df4483eabd"
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Content-Length",
                  "value": "90"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Wed, 18 Dec 2024 15:15:53 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-6762e724-0cb3e8d7415c1c9f77b8643e"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "e0170019-9ef3-4186-9e4a-afa9f60ba5da"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "C_kN0GKNIAMEKhw="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 0e3c225d58500145a5360bc7903299fe.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "CMH68-P4"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "sTtu9ZGkqMi20E5lmfflJG_RcpVLCh7AoIFSbvWG5ad2XMQ0zkrDRA=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-102\",\n        \"message\": \"User 761268fe79af4bcca602b3cdb307962 not found\"\n    }\n}"
            },
            {
              "name": "failure(missing or expired token)",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/v2/accounts/:connection_id/transactions",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "accounts",
                    ":connection_id",
                    "transactions"
                  ],
                  "variable": [
                    {
                      "key": "connection_id",
                      "value": "996ba5466f0e42be936b9df4483eabd1"
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Content-Length",
                  "value": "159"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Tue, 24 Dec 2024 16:58:36 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-676ae83c-604024282a97565a7bb0e023"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "8ad57380-38ce-4f88-b52c-ebdc281c6dc0"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "Access-Control-Allow-Headers",
                  "value": "*"
                },
                {
                  "key": "x-amzn-ErrorType",
                  "value": "UnauthorizedException"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "DTk5lEMIoAMEMKA="
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 d6eccaed6bcab76e8b9ccd6b59f866ba.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "CMH68-P4"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "caCyNI7gryYsApKpi1mJsvjFPXsoFE1DpynqGZU5_dZY3frLEyTelw=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-120\",\n        \"message\": \"Unauthorized request. Please make sure you have an unexpired and properly scoped token to perform this action.\"\n    }\n}"
            },
            {
              "name": "failure(missing user_id parameter variable)",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/v2/accounts/:connection_id/transactions",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "accounts",
                    ":connection_id",
                    "transactions"
                  ],
                  "variable": [
                    {
                      "key": "connection_id",
                      "value": ""
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Content-Length",
                  "value": "67"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Tue, 24 Dec 2024 16:59:25 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-676ae869-46a8be92546c0f0e14b8e6a9"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "390ed688-19ad-4dd8-a2c4-4442e5aca1c0"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "DTlAfHtVIAMEVGg="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 d6eccaed6bcab76e8b9ccd6b59f866ba.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "CMH68-P4"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "CkGZCRlV5dhbU29URQ10exTvps6X3pvFhaL73ZVZv1ruj8iZbmQ4Dw=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-102\",\n        \"message\": \"User :user_id not found\"\n    }\n}"
            }
          ]
        },
        {
          "name": "/job-status",
          "event": [
            {
              "listen": "prerequest",
              "script": {
                "exec": [
                  ""
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            },
            {
              "listen": "test",
              "script": {
                "exec": [
                  ""
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "string"
                }
              ]
            },
            "method": "GET",
            "header": [
              {
                "key": "x-api-key",
                "value": "{{x-api-key}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/v2/accounts/:connection_id/job/:job_id",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "v2",
                "accounts",
                ":connection_id",
                "job",
                ":job_id"
              ],
              "variable": [
                {
                  "key": "connection_id",
                  "value": "71763dd858134116afeeb421007a4687",
                  "description": "connection_id from bank linking via Aerosync Widget"
                },
                {
                  "key": "job_id",
                  "value": "TRN-5e3024dbecd941fe97a5810a22869920"
                }
              ]
            },
            "description": "[https://api-aerosync.readme.io/reference/get_accounts-user-id-job-job-id](https://api-aerosync.readme.io/reference/get_accounts-user-id-job-job-id)"
          },
          "response": [
            {
              "name": "success",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "x-api-key",
                    "value": "{{x-api-key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/v2/accounts/:connection_id/job/:job_id",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "accounts",
                    ":connection_id",
                    "job",
                    ":job_id"
                  ],
                  "variable": [
                    {
                      "key": "connection_id",
                      "value": "996ba5466f0e42be936b9df4483eabd1",
                      "description": "connection_id from bank linking via Aerosync Widget"
                    },
                    {
                      "key": "job_id",
                      "value": "TRN-45528a2b68cf42fa9dc5c835417b72c3",
                      "description": "job_id is generated on POST identity, balance, transactions"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json",
                  "description": "",
                  "type": "text"
                },
                {
                  "key": "Content-Length",
                  "value": "236"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Wed, 04 Feb 2026 16:41:23 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-698376b3-1712b02d21b5a6c3168c5e81"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "d3e3c62e-07ea-481b-b24c-0bfe4e3d20a8"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "YQ98CFV5oAMEGlQ="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Miss from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 b95bec14ad9d13967ac1da52182a5eb8.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "BOG51-P3"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "rITxoGE2c5wx6PxEKxz8SRLP10KM4xRzquJbG5_TVfcE9KUMCbpinA=="
                }
              ],
              "cookie": [
                {
                  "expires": "Invalid Date",
                  "domain": "",
                  "path": ""
                }
              ],
              "body": "{\n    \"status\": \"success\",\n    \"statusCode\": 200,\n    \"jobStatus\": \"Completed\",\n    \"mfaTriggered\": false,\n    \"jobId\": \"TRN-45528a2b68cf42fa9dc5c835417b72c3\",\n    \"userId\": \"996ba5466f0e42be936b9df4483eabd1\",\n    \"connectionId\": \"996ba5466f0e42be936b9df4483eabd1\"\n}"
            },
            {
              "name": "success (pending MFA)",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "x-api-key",
                    "value": "{{x-api-key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/v2/accounts/:connection_id/job/:job_id",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "accounts",
                    ":connection_id",
                    "job",
                    ":job_id"
                  ],
                  "variable": [
                    {
                      "key": "connection_id",
                      "value": "71763dd858134116afeeb421007a4687",
                      "description": "connection_id from bank linking via Aerosync Widget"
                    },
                    {
                      "key": "job_id",
                      "value": "TRN-5e3024dbecd941fe97a5810a22869920"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json",
                  "description": "",
                  "type": "text"
                },
                {
                  "key": "Content-Length",
                  "value": "237"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Wed, 04 Feb 2026 16:46:24 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-698377e0-07add9941dafb7ae0548fba4"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "92b849c9-9b42-4a6c-ae4c-5ea10cbf2fd0"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "YQ-rKHuDoAMEQZQ="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Miss from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 37294e3a7b5e85cba3a9df52b0d05a2a.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "BOG51-P3"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "CpcrXLIU1trIiFQmAy8HrS944TnQBwKfFGbct22fpxM6PQL-EnE-aQ=="
                }
              ],
              "cookie": [
                {
                  "expires": "Invalid Date",
                  "domain": "",
                  "path": ""
                }
              ],
              "body": "{\n    \"status\": \"success\",\n    \"statusCode\": 200,\n    \"jobStatus\": \"Pending MFA\",\n    \"mfaTriggered\": true,\n    \"jobId\": \"TRN-5e3024dbecd941fe97a5810a22869920\",\n    \"userId\": \"71763dd858134116afeeb421007a4687\",\n    \"connectionId\": \"71763dd858134116afeeb421007a4687\"\n}"
            },
            {
              "name": "failure(missing job_id path parameter)",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json"
                  },
                  {
                    "key": "Authorization",
                    "value": "Bearer {{token}}"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/v2/accounts/:connection_id/job",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "accounts",
                    ":connection_id",
                    "job"
                  ],
                  "variable": [
                    {
                      "key": "connection_id",
                      "value": "996ba5466f0e42be936b9df4483eabd1"
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Content-Length",
                  "value": "89"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Tue, 24 Dec 2024 16:50:52 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-676ae66c-5e649d501aeb11c07de9ba66"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "5b6a3b44-3b57-422d-98b5-9de6eb20519d"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "DTjxCHP9oAMEhhA="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 a791ece59ab90f323cd986ba2aeaf9c4.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "CMH68-P4"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "JdPWU1Ro0g2mm3k1tB9FX58WTl_6uLC0RU1CiEVQg4E6P8xHg-SXSQ=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-100\",\n        \"message\": \"Missing required request parameters: [job_id]\"\n    }\n}"
            },
            {
              "name": "failure (invalid connection_id or job_id)",
              "originalRequest": {
                "method": "GET",
                "header": [
                  {
                    "key": "x-api-key",
                    "value": "{{x-api-key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/v2/accounts/:connection_id/job/:job_id",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "accounts",
                    ":connection_id",
                    "job",
                    ":job_id"
                  ],
                  "variable": [
                    {
                      "key": "connection_id",
                      "value": "996ba5466f0e42be936b9df4483eabd",
                      "description": "connection_id from bank linking via Aerosync Widget"
                    },
                    {
                      "key": "job_id",
                      "value": "TRN-45528a2b68cf42fa9dc5c835417b72c3",
                      "description": "job_id is generated on POST identity, balance, transactions"
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json",
                  "description": "",
                  "type": "text"
                },
                {
                  "key": "Content-Length",
                  "value": "75"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Wed, 04 Feb 2026 16:43:23 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-6983772b-19895c9a3f138e8d44cff58d"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "894c14a4-f9b6-45a8-8e60-b67ea697df20"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "YQ-O5HzKoAMEavQ="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 1c9d1286c902487d04363b9ef20b83ac.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "BOG51-P3"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "7HjIz3KjIPPSSCoPmqsIGVEsSoqQEN6HhSjocrGfBatFmgzUgXdEeg=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-136\",\n        \"message\": \"Invalid connection_id or job_id\"\n    }\n}"
            }
          ]
        }
      ]
    },
    {
      "name": "Manual linking",
      "item": [
        {
          "name": "manual-bank-verification",
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "string"
                }
              ]
            },
            "method": "POST",
            "header": [
              {
                "key": "x-api-key",
                "value": "{{x-api-key}}",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n    \"accountNumber\": \"999999901\", // REQUIRED: Bank account number (numeric only, max 20 characters)\n    \"routingNumber\": \"122199982\", // REQUIRED: 9-digit bank routing number\n    \"accountType\": \"checking\", // REQUIRED: \"checking\" or \"savings\"\n    \"firstName\": \"Jake\", // REQUIRED: Account holder's first name\n    \"lastName\": \"Statefarm\" // REQUIRED: Account holder's last name\n    // \"businessName\": \"Acme Corporation\", // OPTIONAL: Business name (use instead of firstName/lastName for business accounts)\n    // \"configurationId\": \"83810f8f-7fe8-42c8-9a52-e58b9d549a78\", // OPTIONAL: Merchant/submerchant configuration ID\n    // \"accountNickname\": \"Staging Checking Account\" // OPTIONAL: User-friendly name for the account\n    // \"fullSSN\": \"123456789\", // OPTIONAL: Full SSN (9 digits, no dashes)\n    // \"dateOfBirth\": \"01151990\", // OPTIONAL: Date of birth in MMDDYYYY format\n    // \"emailAddress\": \"[email protected]\", // OPTIONAL: Email address (max 50 characters)\n    // \"street\": \"123 Main Street\", // OPTIONAL: Street address\n    // \"city\": \"New York\", // OPTIONAL: City name\n    // \"state\": \"NY\", // OPTIONAL: State (2-letter code or full name)\n    // \"zipCode\": \"10001\", // OPTIONAL: ZIP code (5 or 9 digits)\n    // \"phoneNumber\": \"2125551234\", // OPTIONAL: Phone number (10 digits, formatting allowed)\n    // \"driverLicenseState\": \"NY\", // OPTIONAL: Driver's license state\n    // \"employer\": \"Acme Inc\", // OPTIONAL: Employer name\n    // \"payFrequency\": \"biweekly\", // OPTIONAL: Pay frequency (weekly, biweekly, monthly, etc.)\n    // \"payType\": \"direct_deposit\", // OPTIONAL: Payment method type\n    // \"payAmount\": \"5000.00\" // OPTIONAL: Pay amount per period\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{base_url}}/v2/manual-bank-verification",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "v2",
                "manual-bank-verification"
              ]
            },
            "description": "[https://api-aerosync.readme.io/reference/post_manual-bank-verification](https://api-aerosync.readme.io/reference/post_manual-bank-verification)"
          },
          "response": [
            {
              "name": "savings not enabled",
              "originalRequest": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"accountNumber\": \"122199982\", // REQUIRED: Bank account number (numeric only, max 20 characters)\n    \"routingNumber\": \"999999901\", // REQUIRED: 9-digit bank routing number\n    \"accountType\": \"savings\", // REQUIRED: \"checking\" or \"savings\"\n    \"firstName\": \"Jake\", // REQUIRED: Account holder's first name\n    \"lastName\": \"Statefarm\" // REQUIRED: Account holder's last name\n    // \"businessName\": \"Acme Corporation\", // OPTIONAL: Business name (use instead of firstName/lastName for business accounts)\n    // \"configurationId\": \"config-uuid-1234\", // OPTIONAL: Merchant/submerchant configuration ID\n    // \"accountNickname\": \"My Checking Account\", // OPTIONAL: User-friendly name for the account\n    // \"fullSSN\": \"123456789\", // OPTIONAL: Full SSN (9 digits, no dashes)\n    // \"dateOfBirth\": \"01151990\", // OPTIONAL: Date of birth in MMDDYYYY format\n    // \"emailAddress\": \"[email protected]\", // OPTIONAL: Email address (max 50 characters)\n    // \"street\": \"123 Main Street\", // OPTIONAL: Street address\n    // \"city\": \"New York\", // OPTIONAL: City name\n    // \"state\": \"NY\", // OPTIONAL: State (2-letter code or full name)\n    // \"zipCode\": \"10001\", // OPTIONAL: ZIP code (5 or 9 digits)\n    // \"phoneNumber\": \"2125551234\", // OPTIONAL: Phone number (10 digits, formatting allowed)\n    // \"driverLicenseState\": \"NY\", // OPTIONAL: Driver's license state\n    // \"employer\": \"Acme Inc\", // OPTIONAL: Employer name\n    // \"payFrequency\": \"biweekly\", // OPTIONAL: Pay frequency (weekly, biweekly, monthly, etc.)\n    // \"payType\": \"direct_deposit\", // OPTIONAL: Payment method type\n    // \"payAmount\": \"5000.00\" // OPTIONAL: Pay amount per period\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{base_url}}/v2/manual-bank-verification",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "manual-bank-verification"
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json",
                  "description": "",
                  "type": "text"
                },
                {
                  "key": "Content-Length",
                  "value": "99"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Sat, 17 Jan 2026 00:36:19 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-696ad97b-6fce7a403b52eb232026c5c9"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "eb55e832-05a1-4b1d-b779-8cb39e8ca11a"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "XTbrVEGcIAMEqUw="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 0a329eeb7eeb63647c256660e87e89d4.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "SCL51-P1"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "bIEPnc7eB_xqOxw2ij1tQwwWZdYJvgQ3qV9DTu6QtXC2CP9jqex7bg=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-122\",\n        \"message\": \"Savings accounts are not enabled for this configuration\"\n    }\n}"
            },
            {
              "name": "success",
              "originalRequest": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"accountNumber\": \"999999901\", // REQUIRED: Bank account number (numeric only, max 20 characters)\n    \"routingNumber\": \"122199982\", // REQUIRED: 9-digit bank routing number\n    \"accountType\": \"checking\", // REQUIRED: \"checking\" or \"savings\"\n    \"firstName\": \"Jake\", // REQUIRED: Account holder's first name\n    \"lastName\": \"Statefarm\" // REQUIRED: Account holder's last name\n    // \"businessName\": \"Acme Corporation\", // OPTIONAL: Business name (use instead of firstName/lastName for business accounts)\n    // \"configurationId\": \"config-uuid-1234\", // OPTIONAL: Merchant/submerchant configuration ID\n    // \"accountNickname\": \"My Checking Account\", // OPTIONAL: User-friendly name for the account\n    // \"fullSSN\": \"123456789\", // OPTIONAL: Full SSN (9 digits, no dashes)\n    // \"dateOfBirth\": \"01151990\", // OPTIONAL: Date of birth in MMDDYYYY format\n    // \"emailAddress\": \"[email protected]\", // OPTIONAL: Email address (max 50 characters)\n    // \"street\": \"123 Main Street\", // OPTIONAL: Street address\n    // \"city\": \"New York\", // OPTIONAL: City name\n    // \"state\": \"NY\", // OPTIONAL: State (2-letter code or full name)\n    // \"zipCode\": \"10001\", // OPTIONAL: ZIP code (5 or 9 digits)\n    // \"phoneNumber\": \"2125551234\", // OPTIONAL: Phone number (10 digits, formatting allowed)\n    // \"driverLicenseState\": \"NY\", // OPTIONAL: Driver's license state\n    // \"employer\": \"Acme Inc\", // OPTIONAL: Employer name\n    // \"payFrequency\": \"biweekly\", // OPTIONAL: Pay frequency (weekly, biweekly, monthly, etc.)\n    // \"payType\": \"direct_deposit\", // OPTIONAL: Payment method type\n    // \"payAmount\": \"5000.00\" // OPTIONAL: Pay amount per period\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{base_url}}/v2/manual-bank-verification",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "manual-bank-verification"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json",
                  "description": "",
                  "type": "text"
                },
                {
                  "key": "Content-Length",
                  "value": "301"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Sat, 17 Jan 2026 00:36:53 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-696ad9a4-7eb5a4b308dde3b31410d7ce"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "54440355-4cac-47a1-9790-cedafa6ad170"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "XTbxzGYYIAMEZ4A="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Miss from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 0a329eeb7eeb63647c256660e87e89d4.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "SCL51-P1"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "JSuSgllsfdEgCTx2k-AR6EBGH2nN3Hi1Q2jjQpjH6vLkKBmsVj2xkA=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"status\": \"success\",\n    \"statusCode\": 201,\n    \"resultCode\": 11,\n    \"connectionId\": \"6c8e1e6d-3db5-4235-a86b-62aa467ceb02\",\n    \"verified\": true,\n    \"resultCodeDetails\": {\n        \"resultCode\": 11,\n        \"bankVerificationCode\": \"Pass\",\n        \"accountOwnerVerificationCode\": \"Pass\",\n        \"description\": \"Valid account and owner details match\"\n    }\n}"
            },
            {
              "name": "response risk",
              "originalRequest": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"accountNumber\": \"999999916\", // REQUIRED: Bank account number (numeric only, max 20 characters)\n    \"routingNumber\": \"122199983\", // REQUIRED: 9-digit bank routing number\n    \"accountType\": \"checking\", // REQUIRED: \"checking\" or \"savings\"\n    \"firstName\": \"Jake\", // REQUIRED: Account holder's first name\n    \"lastName\": \"Statefarm\", // REQUIRED: Account holder's last name\n    // \"businessName\": \"Acme Corporation\", // OPTIONAL: Business name (use instead of firstName/lastName for business accounts)\n    \"configurationId\": \"45cc065e-3a0a-42d0-9b67-3b1471a079b3\", // OPTIONAL: Merchant/submerchant configuration ID\n    \"accountNickname\": \"QA Checking Account\" // OPTIONAL: User-friendly name for the account\n    // \"fullSSN\": \"123456789\", // OPTIONAL: Full SSN (9 digits, no dashes)\n    // \"dateOfBirth\": \"01151990\", // OPTIONAL: Date of birth in MMDDYYYY format\n    // \"emailAddress\": \"[email protected]\", // OPTIONAL: Email address (max 50 characters)\n    // \"street\": \"123 Main Street\", // OPTIONAL: Street address\n    // \"city\": \"New York\", // OPTIONAL: City name\n    // \"state\": \"NY\", // OPTIONAL: State (2-letter code or full name)\n    // \"zipCode\": \"10001\", // OPTIONAL: ZIP code (5 or 9 digits)\n    // \"phoneNumber\": \"2125551234\", // OPTIONAL: Phone number (10 digits, formatting allowed)\n    // \"driverLicenseState\": \"NY\", // OPTIONAL: Driver's license state\n    // \"employer\": \"Acme Inc\", // OPTIONAL: Employer name\n    // \"payFrequency\": \"biweekly\", // OPTIONAL: Pay frequency (weekly, biweekly, monthly, etc.)\n    // \"payType\": \"direct_deposit\", // OPTIONAL: Payment method type\n    // \"payAmount\": \"5000.00\" // OPTIONAL: Pay amount per period\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{base_url}}/v2/manual-bank-verification",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "v2",
                    "manual-bank-verification"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json",
                  "description": "",
                  "type": "text"
                },
                {
                  "key": "Content-Length",
                  "value": "297"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Tue, 20 Jan 2026 13:41:37 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-696f8608-7d085dc623d55a8b647139b4"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "7b27f2eb-43ed-4cba-af69-10736f68a0b9"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "XfHhaH9YoAMEqhQ="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Miss from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 67e0252f80139a17537e71117acd6be0.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "IAD55-P6"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "EE2pjJ4_1qRw1PueeSsWIM5QwFebT7ts1dPkrSVIdVmuzS47Ev_oZQ=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"status\": \"success\",\n    \"statusCode\": 200,\n    \"resultCode\": 61,\n    \"connectionId\": null,\n    \"verified\": false,\n    \"resultCodeDetails\": {\n        \"resultCode\": 61,\n        \"bankVerificationCode\": \"Fail - Return Risk\",\n        \"accountOwnerVerificationCode\": \"Pass\",\n        \"description\": \"Account has high return risk but owner details match\"\n    }\n}"
            }
          ]
        }
      ]
    },
    {
      "name": "Webhooks",
      "item": [
        {
          "name": "/webhooks/subscribe",
          "event": [
            {
              "listen": "prerequest",
              "script": {
                "exec": [
                  ""
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "string"
                }
              ]
            },
            "method": "POST",
            "header": [
              {
                "key": "x-api-key",
                "value": "{{x-api-key}}",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n    \"url\": \"https://webhook-api.sanbox-sync.aero.inc/v1/webhook\",\n    \"events\": [\n        \"migration_tool\",\n        \"job.balance\",\n        \"job.transaction\",\n        \"job.identity\",\n        \"bank.revocation\",\n        \"test.event\"\n    ],\n    \"secret_key\": \"optional_secret_key\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{base_url}}/webhooks/subscribe",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "webhooks",
                "subscribe"
              ]
            }
          },
          "response": [
            {
              "name": "Success",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "x-api-key",
                    "value": "{{x-api-key}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"url\": \"https://webhook-api.sanbox-sync.aero.inc/v1/webhook\",\n    \"events\": [\n        \"migration_tool\",\n        \"job.balance\",\n        \"job.transaction\",\n        \"job.identity\",\n        \"bank.revocation\",\n        \"test.event\"\n    ],\n    \"secret_key\": \"optional_secret_key\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{base_url}}/webhooks/subscribe",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "webhooks",
                    "subscribe"
                  ]
                }
              },
              "status": "Created",
              "code": 201,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json",
                  "description": "",
                  "type": "text"
                },
                {
                  "key": "Content-Length",
                  "value": "393"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Wed, 04 Feb 2026 21:45:52 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-6983be10-0a07221376d86d0d15f91ed3"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "8426d648-4e30-464a-a078-70f040bb3982"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "YRqimFzDIAMEMJQ="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Miss from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 28e80d7d1d201e4641da23c4272b5b68.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "BOG51-P3"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "dM8Ejx3eoRXZhn9jWjwfdYxPZmUO7pYgI_rLsXrWN0xANUETUBkXdw=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"status\": {\n        \"webhook_id\": \"7b9af34c-12c8-4cea-9da2-f2e85019fe8d\",\n        \"merchant_id\": \"51e42e61-654d-4c61-896d-fca1e5799015\",\n        \"url\": \"https://webhook-api.sanbox-sync.aero.inc/v1/webhook\",\n        \"events\": [\n            \"migration_tool\",\n            \"job.balance\",\n            \"job.transaction\",\n            \"job.identity\",\n            \"bank.revocation\",\n            \"test.event\"\n        ],\n        \"status\": \"active\",\n        \"created_at\": \"2026-02-04T21:45:52.393610\"\n    },\n    \"statusCode\": 201,\n    \"data\": null\n}"
            },
            {
              "name": "Failure (Input should be a valid URL)",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "x-api-key",
                    "value": "{{x-api-key}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"url\": \"\",\n    \"events\": [\n        \"migration_tool\",\n        \"job.balance\",\n        \"job.transaction\",\n        \"job.identity\",\n        \"bank.revocation\",\n        \"test.event\"\n    ],\n    \"secret_key\": \"optional_secret_key\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{base_url}}/webhooks/subscribe",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "webhooks",
                    "subscribe"
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json",
                  "description": "",
                  "type": "text"
                },
                {
                  "key": "Content-Length",
                  "value": "305"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Wed, 04 Feb 2026 21:43:36 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-6983bd88-414097bd0209e9e61286faeb"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "1e37278b-e20d-416a-b800-afbf486964b5"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "YRqNWF5AIAMEjYA="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 1643aaf07c8e5a55f6b0214b151b8d8e.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "BOG51-P3"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "TGaVmc36XkQpELYHIFu8TJ2KHZGd8h6NdUGm44ZpKOx2S7NxJhc8Ag=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-300\",\n        \"message\": \"Invalid request data: 1 validation error for CreateWebhookSubscriptionRequest\\nurl\\n  Input should be a valid URL, input is empty [type=url_parsing, input_value='', input_type=str]\\n    For further information visit https://errors.pydantic.dev/2.6/v/url_parsing\"\n    }\n}"
            },
            {
              "name": "Failure (At least one event)",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "x-api-key",
                    "value": "{{x-api-key}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"url\": \"https://webhook-api.sanbox-sync.aero.inc/v1/webhook\",\n    \"events\": [\n      \n    ],\n    \"secret_key\": \"optional_secret_key\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{base_url}}/webhooks/subscribe",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "webhooks",
                    "subscribe"
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json",
                  "description": "",
                  "type": "text"
                },
                {
                  "key": "Content-Length",
                  "value": "318"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Wed, 04 Feb 2026 21:44:28 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-6983bdbc-644c33780b62ca1e34ef4ed5"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "cf18b03d-5598-48a0-a114-3a9e49b0807d"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "YRqVjHdcoAMEeyQ="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 1643aaf07c8e5a55f6b0214b151b8d8e.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "BOG51-P3"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "KIZU0w-53l73Y-p55xbpE1wAkueJM813ImTDzAKt4H_AWPZhzsKmeA=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-300\",\n        \"message\": \"Invalid request data: 1 validation error for CreateWebhookSubscriptionRequest\\nevents\\n  List should have at least 1 item after validation, not 0 [type=too_short, input_value=[], input_type=list]\\n    For further information visit https://errors.pydantic.dev/2.6/v/too_short\"\n    }\n}"
            }
          ]
        },
        {
          "name": "/webhooks/:webhook_id",
          "event": [
            {
              "listen": "prerequest",
              "script": {
                "exec": [
                  ""
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "string"
                }
              ]
            },
            "method": "PATCH",
            "header": [
              {
                "key": "x-api-key",
                "value": "{{x-api-key}}",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n    \"url\": \"https://your_webhook_url_goes.here\",\n    \"events\": [\n        \"migration_tool\",\n        \"job.balance\",\n        \"job.transaction\",\n        \"job.identity\",\n        \"bank.revocation\"\n    ],\n    \"secret_key\": \"new_secret_key\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{base_url}}/webhooks/:webhook_id",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "webhooks",
                ":webhook_id"
              ],
              "variable": [
                {
                  "key": "webhook_id",
                  "value": "e7b7aba1-7d45-4ca8-b22d-c50e40c51c79"
                }
              ]
            }
          },
          "response": [
            {
              "name": "Success",
              "originalRequest": {
                "method": "PATCH",
                "header": [
                  {
                    "key": "x-api-key",
                    "value": "{{x-api-key}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"url\": \"https://webhook-api.staging-sync.aero.inc/v1/webhook\",\n    \"events\": [\n        \"migration_tool\",\n        \"job.balance\",\n        \"job.transaction\",\n        \"job.identity\",\n        \"bank.revocation\"\n    ],\n    \"secret_key\": \"new_secret_key\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{base_url}}/webhooks/:webhook_id",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "webhooks",
                    ":webhook_id"
                  ],
                  "variable": [
                    {
                      "key": "webhook_id",
                      "value": "e7b7aba1-7d45-4ca8-b22d-c50e40c51c79"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json",
                  "description": "",
                  "type": "text"
                },
                {
                  "key": "Content-Length",
                  "value": "436"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Wed, 04 Feb 2026 21:47:59 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-6983be8f-530ac7c00293553b0d7d395e"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "b2a3ba28-4f66-4f8b-bc9a-76a66fcb2d6c"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "YRq2cHi-IAMEtQg="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Miss from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 7465d60962396fd046ee2cb8bdd81e9e.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "BOG51-P3"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "NBRdb1ZYKKk2TQ_HkdqMzjL8Z1AEkdVpY9O-Usp53uDpBoCybp5cIw=="
                }
              ],
              "cookie": [
                {
                  "expires": "Invalid Date",
                  "domain": "",
                  "path": ""
                }
              ],
              "body": "{\n    \"status\": {\n        \"webhook_id\": \"e7b7aba1-7d45-4ca8-b22d-c50e40c51c79\",\n        \"merchant_id\": \"51e42e61-654d-4c61-896d-fca1e5799015\",\n        \"url\": \"https://webhook-api.staging-sync.aero.inc/v1/webhook\",\n        \"events\": [\n            \"migration_tool\",\n            \"job.balance\",\n            \"job.transaction\",\n            \"job.identity\",\n            \"bank.revocation\"\n        ],\n        \"status\": \"active\",\n        \"updated_at\": \"2026-02-04T21:47:59.362569\",\n        \"message\": \"Webhook subscription updated successfully\"\n    },\n    \"statusCode\": 200,\n    \"data\": null\n}"
            },
            {
              "name": "Failure (Subscription not found)",
              "originalRequest": {
                "method": "PATCH",
                "header": [
                  {
                    "key": "x-api-key",
                    "value": "{{x-api-key}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"url\": \"https://webhook-api.staging-sync.aero.inc/v1/webhook\",\n    \"events\": [\n        \"migration_tool\",\n        \"job.balance\",\n        \"job.transaction\",\n        \"job.identity\",\n        \"bank.revocation\"\n    ],\n    \"secret_key\": \"new_secret_key\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{base_url}}/webhooks/:webhook_id",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "webhooks",
                    ":webhook_id"
                  ],
                  "variable": [
                    {
                      "key": "webhook_id",
                      "value": ""
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json",
                  "description": "",
                  "type": "text"
                },
                {
                  "key": "Content-Length",
                  "value": "74"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Wed, 04 Feb 2026 21:47:02 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-6983be53-5359ee80779b21746eb17eb1"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "4edac998-3200-40db-860d-01d37a39c9d2"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "YRqtCFdloAMEnIw="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 7465d60962396fd046ee2cb8bdd81e9e.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "BOG51-P3"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "mimJweWzAyH7pCbkCzJNuGMZZ47rTgnvSp-pXDa3P5y-X09j-4OLjQ=="
                }
              ],
              "cookie": [
                {
                  "expires": "Invalid Date",
                  "domain": "",
                  "path": ""
                }
              ],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-304\",\n        \"message\": \"Webhook subscription not found\"\n    }\n}"
            }
          ]
        },
        {
          "name": "/webhooks/list",
          "event": [
            {
              "listen": "prerequest",
              "script": {
                "exec": [
                  ""
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "string"
                }
              ]
            },
            "method": "POST",
            "header": [
              {
                "key": "x-api-key",
                "value": "{{x-api-key}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/webhooks/list",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "webhooks",
                "list"
              ]
            }
          },
          "response": [
            {
              "name": "Success",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "x-api-key",
                    "value": "{{x-api-key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/webhooks/list",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "webhooks",
                    "list"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json",
                  "description": "",
                  "type": "text"
                },
                {
                  "key": "Content-Length",
                  "value": "1021"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Wed, 04 Feb 2026 21:49:19 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-6983bedc-09736649436a13236cd125e2"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "ef2e8aff-8fac-4a06-a375-ea1af9d36555"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "YRrCcExfoAMEF3w="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Miss from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 1643aaf07c8e5a55f6b0214b151b8d8e.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "BOG51-P3"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "NCuCPBqalivpfPD0z_U9qXK0O36d4ZxJGsoCVJOoRSb2zR81C4pt2g=="
                }
              ],
              "cookie": [
                {
                  "expires": "Invalid Date",
                  "domain": "",
                  "path": ""
                }
              ],
              "body": "{\n    \"status\": {\n        \"subscriptions\": [\n            {\n                \"webhook_id\": \"7b9af34c-12c8-4cea-9da2-f2e85019fe8d\",\n                \"merchant_id\": \"51e42e61-654d-4c61-896d-fca1e5799015\",\n                \"url\": \"https://webhook-api.sanbox-sync.aero.inc/v1/webhook\",\n                \"events\": [\n                    \"migration_tool\",\n                    \"job.balance\",\n                    \"job.transaction\",\n                    \"job.identity\",\n                    \"bank.revocation\",\n                    \"test.event\"\n                ],\n                \"status\": \"active\",\n                \"created_at\": \"2026-02-04T21:45:52.393610\",\n                \"updated_at\": \"2026-02-04T21:45:52.393623\",\n                \"failure_count\": 0,\n                \"last_success_at\": null,\n                \"last_failure_at\": null\n            },\n            {\n                \"webhook_id\": \"e7b7aba1-7d45-4ca8-b22d-c50e40c51c79\",\n                \"merchant_id\": \"51e42e61-654d-4c61-896d-fca1e5799015\",\n                \"url\": \"https://webhook-api.staging-sync.aero.inc/v1/webhook\",\n                \"events\": [\n                    \"migration_tool\",\n                    \"job.balance\",\n                    \"job.transaction\",\n                    \"job.identity\",\n                    \"bank.revocation\"\n                ],\n                \"status\": \"active\",\n                \"created_at\": \"2026-02-04T21:42:43.013674\",\n                \"updated_at\": \"2026-02-04T21:47:59.362569\",\n                \"failure_count\": 2,\n                \"last_success_at\": null,\n                \"last_failure_at\": \"2026-02-04T21:44:55.207255\"\n            }\n        ],\n        \"total_count\": 2\n    },\n    \"statusCode\": 200,\n    \"data\": null\n}"
            },
            {
              "name": "success (no result)",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "x-api-key",
                    "value": "{{x-api-key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/webhooks/list",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "webhooks",
                    "list"
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json",
                  "description": "",
                  "type": "text"
                },
                {
                  "key": "Content-Length",
                  "value": "84"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Wed, 26 Nov 2025 19:48:03 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-69275973-4f36ce79363dcb1951cb8dbc"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "85487005-0759-4cb2-b001-92c13fd095f3"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "UqrqCGfhoAMEmtw="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Miss from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 699636cda7e93a1d3f5dd7c2b8f6ef94.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "SCL51-P1"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "LfLquaHHrwrx7ssESDGk10VyAUA1hHwl_KaM6g4BwyuqxTYtTivXug=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"status\": {\n        \"subscriptions\": [],\n        \"total_count\": 0\n    },\n    \"statusCode\": 200,\n    \"data\": null\n}"
            }
          ]
        },
        {
          "name": "/webhooks/:webhook_id",
          "event": [
            {
              "listen": "prerequest",
              "script": {
                "exec": [
                  ""
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "string"
                }
              ]
            },
            "method": "DELETE",
            "header": [
              {
                "key": "x-api-key",
                "value": "{{x-api-key}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/webhooks/:webhook_id",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "webhooks",
                ":webhook_id"
              ],
              "variable": [
                {
                  "key": "webhook_id",
                  "value": "415f8401-83a2-42dc-bf9d-f5f9b90714b"
                }
              ]
            }
          },
          "response": [
            {
              "name": "Success",
              "originalRequest": {
                "method": "DELETE",
                "header": [
                  {
                    "key": "x-api-key",
                    "value": "{{x-api-key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/webhooks/:webhook_id",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "webhooks",
                    ":webhook_id"
                  ],
                  "variable": [
                    {
                      "key": "webhook_id",
                      "value": "872b8794-9a8d-4b41-a670-53701cc81843"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json",
                  "description": "",
                  "type": "text"
                },
                {
                  "key": "Content-Length",
                  "value": "118"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Wed, 26 Nov 2025 19:48:00 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-6927596f-0be0a4b972a0e86e2d32e584"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "38e52a8b-8a59-4b21-9af9-f5b0cebc3ad8"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "UqrpiF3NIAMEulg="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Miss from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 699636cda7e93a1d3f5dd7c2b8f6ef94.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "SCL51-P1"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "UovE3Z6IietDeTwVTXUE6F2p-96mHH40-IlT4feJyQA-jkhefkMTSQ=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"status\": {\n        \"success\": true,\n        \"message\": \"Webhook subscription deleted successfully\"\n    },\n    \"statusCode\": 200,\n    \"data\": null\n}"
            },
            {
              "name": "Failure (Subscription not found)",
              "originalRequest": {
                "method": "DELETE",
                "header": [
                  {
                    "key": "x-api-key",
                    "value": "{{x-api-key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/webhooks/:webhook_id",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "webhooks",
                    ":webhook_id"
                  ],
                  "variable": [
                    {
                      "key": "webhook_id",
                      "value": "415f8401-83a2-42dc-bf9d-f5f9b90714b"
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json",
                  "description": "",
                  "type": "text"
                },
                {
                  "key": "Content-Length",
                  "value": "74"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Wed, 04 Feb 2026 21:50:46 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-6983bf32-58547da86bb56fcf699f198e"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "39ed1939-1b0f-4593-898d-01b106628ba1"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "YRrP4EW_IAMEWnQ="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 7465d60962396fd046ee2cb8bdd81e9e.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "BOG51-P3"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "lb62acVLxwMLMD8qjaGLTya5RYRIuXcCpG_e0o5zqd7r2UMl4VFQmA=="
                }
              ],
              "cookie": [
                {
                  "expires": "Invalid Date",
                  "domain": "",
                  "path": ""
                }
              ],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-304\",\n        \"message\": \"Webhook subscription not found\"\n    }\n}"
            }
          ]
        },
        {
          "name": "/webhooks/test",
          "event": [
            {
              "listen": "prerequest",
              "script": {
                "exec": [
                  ""
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "string"
                }
              ]
            },
            "method": "POST",
            "header": [
              {
                "key": "x-api-key",
                "value": "{{x-api-key}}",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n    \"webhook_id\": \"3bc5c35e-6af5-4dd4-afc9-67c8a891bc62\",\n    \"event\": \"migration_tool\",\n    \"data\": {\n        \"publisher\": \"test\",\n        \"subscriber\": \"event\",\n        \"test\": true,\n        \"message\": \"This is a test webhook, starting migration tool!\"\n    }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{base_url}}/webhooks/test",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "webhooks",
                "test"
              ]
            }
          },
          "response": [
            {
              "name": "success",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "x-api-key",
                    "value": "{{x-api-key}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"webhook_id\": \"3bc5c35e-6af5-4dd4-afc9-67c8a891bc62\",\n    \"event\": \"migration_tool\",\n    \"data\": {\n        \"publisher\": \"test\",\n        \"subscriber\": \"event\",\n        \"test\": true,\n        \"message\": \"This is a test webhook, starting migration tool!\"\n    }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{base_url}}/webhooks/test",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "webhooks",
                    "test"
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": null,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Content-Length",
                  "value": "74"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Wed, 26 Nov 2025 19:51:00 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-69275a23-6a5625c24ba664167b0920c0"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "c00b45b7-1560-4a90-bd15-5b075fcbbb45"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "UqsFpEIGIAMEXlA="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 6747701ed2b07cab5dfc3cf803a949b2.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "SCL51-P1"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "X0Yj1EdzdLMJsB9QYU_wgPC6HexO4RBdd4mwx5Q2fF9IOXjpRMKB6g=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-306\",\n        \"message\": \"Webhook subscription is paused\"\n    }\n}"
            },
            {
              "name": "failed (306 paused)",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "x-api-key",
                    "value": "{{x-api-key}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"webhook_id\": \"3bc5c35e-6af5-4dd4-afc9-67c8a891bc62\",\n    \"event\": \"migration_tool\",\n    \"data\": {\n        \"publisher\": \"test\",\n        \"subscriber\": \"event\",\n        \"test\": true,\n        \"message\": \"This is a test webhook, starting migration tool!\"\n    }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{base_url}}/webhooks/test",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "webhooks",
                    "test"
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": null,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Content-Length",
                  "value": "74"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Wed, 26 Nov 2025 19:51:00 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-69275a23-6a5625c24ba664167b0920c0"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "c00b45b7-1560-4a90-bd15-5b075fcbbb45"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "UqsFpEIGIAMEXlA="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 6747701ed2b07cab5dfc3cf803a949b2.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "SCL51-P1"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "X0Yj1EdzdLMJsB9QYU_wgPC6HexO4RBdd4mwx5Q2fF9IOXjpRMKB6g=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-306\",\n        \"message\": \"Webhook subscription is paused\"\n    }\n}"
            },
            {
              "name": "fail (307 inactive)",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "x-api-key",
                    "value": "{{x-api-key}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"merchant_id\": \"test1\",\n    \"webhook_id\": \"679a603c-ef10-4cca-a979-4a7bafb845e4\", // This exists.\n    // \"webhook_id\": \"abcf871c-3da4-4484-93f7-02602a7af587\", // This doesn't exists.\n    \"event\": \"migration_tool.started\",\n    \"data\": {\n        \"publisher\": \"test\",\n        \"subscriber\": \"event\",\n        \"test\": true,\n        \"message\": \"This is a test webhook, starting migration tool!\"\n    }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{base_url}}/webhooks/test",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "webhooks",
                    "test"
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Content-Length",
                  "value": "76"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Mon, 28 Jul 2025 22:42:53 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-6887fce6-6f3a074d4f9d03015e7c6a01"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "30c048ce-26f3-4423-bbb5-d50a5f980c6a"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "OcR0CEo6IAMEn5Q="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 c919c9f17e93c83384b6ac4ae98b8bba.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "LIM50-P1"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "ZYeY_FrzxRvKSj0iectWxaHAsWeA9MaAoVKxFOFRTr3yMWaASeJKqw=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-307\",\n        \"message\": \"Webhook subscription is inactive\"\n    }\n}"
            }
          ]
        },
        {
          "name": "/webhooks/:webhook_id/pause",
          "event": [
            {
              "listen": "prerequest",
              "script": {
                "exec": [
                  ""
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "string"
                }
              ]
            },
            "method": "POST",
            "header": [
              {
                "key": "x-api-key",
                "value": "{{x-api-key}}",
                "type": "text"
              }
            ],
            "body": {
              "mode": "raw",
              "raw": "{\n    \"reason\": \"testing purposes\" // Optional\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{base_url}}/webhooks/:webhook_id/pause",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "webhooks",
                ":webhook_id",
                "pause"
              ],
              "variable": [
                {
                  "key": "webhook_id",
                  "value": "7b9af34c-12c8-4cea-9da2-f2e85019fe8d"
                }
              ]
            }
          },
          "response": [
            {
              "name": "Success",
              "originalRequest": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"merchant_id\": \"test1\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{base_url}}/webhooks/:webhook_id/pause",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "webhooks",
                    ":webhook_id",
                    "pause"
                  ],
                  "variable": [
                    {
                      "key": "webhook_id",
                      "value": "e7b7aba1-7d45-4ca8-b22d-c50e40c51c79"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Content-Length",
                  "value": "100"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Mon, 28 Jul 2025 21:53:53 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-6887f16e-676b16b13c2e6a464951d216"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "7dfc524d-214e-4b17-bf69-ad0e5985a929"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "OcKpRFkDIAMEIyA="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Miss from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 672a274f5830cff711168a1debfae76c.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "LIM50-P1"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "HOIkoBWpMjzN9cctu_1DCnNMHn-7SMaEUtxGDQLAX2yfhtkqFqYVpQ=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"status\": {\n        \"message\": \"Webhook subscription paused successfully\"\n    },\n    \"statusCode\": 200,\n    \"data\": null\n}"
            },
            {
              "name": "Failure (already paused)",
              "originalRequest": {
                "method": "POST",
                "header": [],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"merchant_id\": \"test1\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{base_url}}/webhooks/:webhook_id/pause",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "webhooks",
                    ":webhook_id",
                    "pause"
                  ],
                  "variable": [
                    {
                      "key": "webhook_id",
                      "value": "e7b7aba1-7d45-4ca8-b22d-c50e40c51c79"
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                },
                {
                  "key": "Content-Length",
                  "value": "82"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Mon, 28 Jul 2025 22:43:33 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-6887fd11-46113c156d9ee8601c51b683"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "fbe434e5-6a5e-488e-bfe8-4e3ee8ac9c2e"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "OcR63EaqIAMEkYg="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 c919c9f17e93c83384b6ac4ae98b8bba.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "LIM50-P1"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "hDC0b2DQI8LLs7A2VsolSKP3Q_jbdFy7gIEz88HS90roH1k5oCGlRA=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-001\",\n        \"message\": \"Webhook subscription is already paused\"\n    }\n}"
            },
            {
              "name": "Failure (subscription not found)",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "x-api-key",
                    "value": "{{x-api-key}}",
                    "type": "text"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n    \"reason\": \"testing purposes\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{base_url}}/webhooks/:webhook_id/pause",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "webhooks",
                    ":webhook_id",
                    "pause"
                  ],
                  "variable": [
                    {
                      "key": "webhook_id",
                      "value": "e7b7aba1-7d45-4ca8-b22d-c50e40c51c7"
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json",
                  "description": "",
                  "type": "text"
                },
                {
                  "key": "Content-Length",
                  "value": "74"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Wed, 04 Feb 2026 21:53:26 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-6983bfd2-75df255504c5eb8255ae8dfd"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "7846d192-ce36-4451-a9e0-1a6245c555b5"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "YRro4Hw3oAMERrQ="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 2d2df00f36fcd0b86e524d3889581558.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "BOG51-P3"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "7wu_ZqAxtCZrxhTcWx_9Qv_E4GLoOkKK5CG7zhQNTuMUX1H9DTcEMA=="
                }
              ],
              "cookie": [
                {
                  "expires": "Invalid Date",
                  "domain": "",
                  "path": ""
                }
              ],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-304\",\n        \"message\": \"Webhook subscription not found\"\n    }\n}"
            }
          ]
        },
        {
          "name": "/webhooks/:webhook_id/unpause",
          "event": [
            {
              "listen": "test",
              "script": {
                "exec": [
                  ""
                ],
                "type": "text/javascript",
                "packages": {},
                "requests": {}
              }
            }
          ],
          "request": {
            "auth": {
              "type": "bearer",
              "bearer": [
                {
                  "key": "token",
                  "value": "{{token}}",
                  "type": "string"
                }
              ]
            },
            "method": "POST",
            "header": [
              {
                "key": "x-api-key",
                "value": "{{x-api-key}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/webhooks/:webhook_id/unpause",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "webhooks",
                ":webhook_id",
                "unpause"
              ],
              "variable": [
                {
                  "key": "webhook_id",
                  "value": "e7b7aba1-7d45-4ca8-b22d-c50e40c51c7"
                }
              ]
            }
          },
          "response": [
            {
              "name": "Success",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "x-api-key",
                    "value": "{{x-api-key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/webhooks/:webhook_id/unpause",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "webhooks",
                    ":webhook_id",
                    "unpause"
                  ],
                  "variable": [
                    {
                      "key": "webhook_id",
                      "value": "3bc5c35e-6af5-4dd4-afc9-67c8a891bc62"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json",
                  "description": "",
                  "type": "text"
                },
                {
                  "key": "Content-Length",
                  "value": "102"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Wed, 26 Nov 2025 19:51:58 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-69275a5b-61f54cb90f9c6b1716d8ea0c"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "e988e5e5-6a32-4dea-918e-f1afd92edb16"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "UqsOWEeOIAMEaRA="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Miss from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 6747701ed2b07cab5dfc3cf803a949b2.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "SCL51-P1"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "C3aTX3k8pdeJWICPkMS_fhLS9kGBEZp_2AxFLorUzDCRKIoH5OqkDw=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"status\": {\n        \"message\": \"Webhook subscription unpaused successfully\"\n    },\n    \"statusCode\": 200,\n    \"data\": null\n}"
            },
            {
              "name": "Failed (310 not paused)",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "x-api-key",
                    "value": "{{x-api-key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/webhooks/:webhook_id/unpause",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "webhooks",
                    ":webhook_id",
                    "unpause"
                  ],
                  "variable": [
                    {
                      "key": "webhook_id",
                      "value": "3bc5c35e-6af5-4dd4-afc9-67c8a891bc62"
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json",
                  "description": "",
                  "type": "text"
                },
                {
                  "key": "Content-Length",
                  "value": "103"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Wed, 26 Nov 2025 19:52:25 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-69275a79-3f672ba33596ad6353862069"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "0373f7ae-b592-48e0-8468-411f839f762e"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "UqsTEEQvoAMENEA="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 6747701ed2b07cab5dfc3cf803a949b2.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "SCL51-P1"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "KafFu513pEjBwvUjm5nLv4G1JBy9N-NEc_z3dNxhgHY1ci3yD3RE8Q=="
                }
              ],
              "cookie": [],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-310\",\n        \"message\": \"Webhook subscription is not paused (current status: active)\"\n    }\n}"
            },
            {
              "name": "Failure(subscription not found)",
              "originalRequest": {
                "method": "POST",
                "header": [
                  {
                    "key": "x-api-key",
                    "value": "{{x-api-key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "{{base_url}}/webhooks/:webhook_id/unpause",
                  "host": [
                    "{{base_url}}"
                  ],
                  "path": [
                    "webhooks",
                    ":webhook_id",
                    "unpause"
                  ],
                  "variable": [
                    {
                      "key": "webhook_id",
                      "value": "e7b7aba1-7d45-4ca8-b22d-c50e40c51c7"
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "_postman_previewlanguage": "json",
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json",
                  "description": "",
                  "type": "text"
                },
                {
                  "key": "Content-Length",
                  "value": "74"
                },
                {
                  "key": "Connection",
                  "value": "keep-alive"
                },
                {
                  "key": "Date",
                  "value": "Wed, 04 Feb 2026 21:55:03 GMT"
                },
                {
                  "key": "X-Amzn-Trace-Id",
                  "value": "Root=1-6983c037-3c1463147f4493e72b4a4f8e"
                },
                {
                  "key": "x-amzn-RequestId",
                  "value": "9876e086-8ed6-4d18-8a90-3b1e4c0a755a"
                },
                {
                  "key": "Access-Control-Allow-Origin",
                  "value": "*"
                },
                {
                  "key": "x-amz-apigw-id",
                  "value": "YRr4vGUZIAMEkwg="
                },
                {
                  "key": "Cache-Control",
                  "value": "max-age=30"
                },
                {
                  "key": "X-Cache",
                  "value": "Error from cloudfront"
                },
                {
                  "key": "Via",
                  "value": "1.1 2d2df00f36fcd0b86e524d3889581558.cloudfront.net (CloudFront)"
                },
                {
                  "key": "X-Amz-Cf-Pop",
                  "value": "BOG51-P3"
                },
                {
                  "key": "X-Amz-Cf-Id",
                  "value": "4KTUldoiPJ_FDV6s2UjsfU749W3Odx4spMt0UIff4iCV2ZrYpvz61A=="
                }
              ],
              "cookie": [
                {
                  "expires": "Invalid Date",
                  "domain": "",
                  "path": ""
                }
              ],
              "body": "{\n    \"error\": {\n        \"code\": \"AC-304\",\n        \"message\": \"Webhook subscription not found\"\n    }\n}"
            }
          ]
        }
      ]
    }
  ],
  "event": [
    {
      "listen": "prerequest",
      "script": {
        "type": "text/javascript",
        "requests": {},
        "exec": [
          ""
        ]
      }
    },
    {
      "listen": "test",
      "script": {
        "type": "text/javascript",
        "requests": {},
        "exec": [
          ""
        ]
      }
    }
  ],
  "variable": [
    {
      "key": "base_url",
      "value": "https://api.sandbox-sync.aero.inc"
    },
    {
      "key": "pay_base_url",
      "value": "https://api.sandbox-pay.aero.inc"
    },
    {
      "key": "api_key",
      "value": "63b30028-4247-4928-9896-7c1886e23b45"
    },
    {
      "key": "api_secret",
      "value": "528da400-b862-4735-84ce-4bac6be71b95"
    },
    {
      "key": "x-api-key",
      "value": "51e42e61-654d-4c61-896d-fca1e5799015"
    },
    {
      "key": "pay_merchant_id",
      "value": "2097"
    },
    {
      "key": "aero_pass_user_uuid",
      "value": ""
    },
    {
      "key": "token",
      "value": ""
    },
    {
      "key": "pay_token",
      "value": ""
    }
  ]
}

Step 2: Verify Collection

Verify that the Collection was imported properly it should look similar to the following image. To do so, click in the Collections button, and you should be able to check the collection.


Important Note: In the update made on July 10th, 2025 an additional header parameter was added x-api-key, the current collection includes this change.


Pre-Condition

To begin testing the Aeropay APIs, you'll need to generate a connection_id and modify it in the environment variable. The connection_id is a unique identifier for a bank connection that will be used to fetch data for that bank. This connection_id is returned from the Aerosync widget after a user successfully links a bank.

If you're interested in diving into testing the Aerosync APIs before you've built a working bank connection widget, the following steps will walk you through how to retrieve a connection_id value to begin testing.

Step 1:

Select the https://sandbox.aerosync.com?token=xxxx/ (Remember to generate a widget token and add it to the URL).


Step 2: After successfully entering to the site, click on the "Continue" button to go to the bank list.


Step 3: Choose a bank to link a new account during this step right click on the page, select "Inspect" and click the "Network" tab.


Step 4: Do all the steps of a bank link process and validate the response tab from the create_accounts, there you will find the connection_id.


Note: Keep both the connection_id in a notepad or bloc to use for future testing.

APIs TESTING STEPS

At this point is important to use the test data generated in the previous pre-condition step to get the expected results.

Step 1: Go to Collection, open any API to test and add the connection_id from the previous pre-conditions step.


Step 2: Click on send and review the response.


END