{"info":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","description":"<html><head></head><body><p>Customer-ready collection generated from Hubpay's published OpenAPI specification.</p>\n<ol>\n<li>Set the clientId, clientSecret and accountId collection variables.</li>\n<li>Run Authentication &gt; Generate JWT access token.</li>\n<li>The test script stores the returned token in accessToken for all other requests.</li>\n</ol>\n<p>The default baseUrl is the Hubpay sandbox. Use separate production credentials and change baseUrl only when you are ready to go live.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"56688696","collectionId":"f9ed2d66-ff74-40a4-9493-031706f12150","publishedId":"2sBY4MvhLW","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-07-16T18:25:02.000Z"},"item":[{"name":"Webhook management","item":[{"name":"List all registered webhooks","id":"65496953-5e18-4a60-9521-64405c06db36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/webhooks?page=0&size=20&sort=string&sort=string","description":"<p>Retrieve a paged list of webhooks currently registered</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","webhooks"],"host":["https://sandbox-api.hubpay.io"],"query":[{"description":{"content":"<p>Zero-based page index (0..N)</p>\n","type":"text/plain"},"key":"page","value":"0"},{"description":{"content":"<p>The size of the page to be returned</p>\n","type":"text/plain"},"key":"size","value":"20"},{"description":{"content":"<p>Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.</p>\n","type":"text/plain"},"key":"sort","value":"string"},{"description":{"content":"<p>Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.</p>\n","type":"text/plain"},"key":"sort","value":"string"}],"variable":[]}},"response":[{"id":"8109882b-91fa-45e4-8142-2369509d24ea","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/webhooks?page=0&size=20&sort=string&sort=string","host":["https://sandbox-api.hubpay.io"],"path":["v1","webhooks"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"content\": [\n    {\n      \"id\": \"53e46999-9559-efb4-f3b7-bfc09b711e32\",\n      \"ownerUserAccountId\": \"cb52b23b-24aa-f1fc-6487-000a41e4b594\",\n      \"endpointUrl\": \"string\",\n      \"algorithm\": \"SHA_256\",\n      \"status\": \"ACTIVE\"\n    },\n    {\n      \"id\": \"92f20816-61d8-84e3-bb41-4a3c02f3bddf\",\n      \"ownerUserAccountId\": \"81cec45c-3515-9033-97dc-ca82a22dd7a0\",\n      \"endpointUrl\": \"string\",\n      \"algorithm\": \"SHA_256\",\n      \"status\": \"INACTIVE\"\n    }\n  ],\n  \"page\": {\n    \"size\": 7118,\n    \"number\": 3995,\n    \"totalElements\": 3096,\n    \"totalPages\": 5548\n  }\n}"},{"id":"1eef8db8-bc53-4779-a524-318c763d2292","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/webhooks?page=0&size=20&sort=string&sort=string","host":["https://sandbox-api.hubpay.io"],"path":["v1","webhooks"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"d45a1ba3-4cb0-42c2-91a2-99d89d27b3b2","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/webhooks?page=0&size=20&sort=string&sort=string","host":["https://sandbox-api.hubpay.io"],"path":["v1","webhooks"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"bbaddcb5-bee0-423a-ac84-1b1a06157121","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/webhooks?page=0&size=20&sort=string&sort=string","host":["https://sandbox-api.hubpay.io"],"path":["v1","webhooks"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"6221b68a-1d51-4736-8963-8bc6edc4987d","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/webhooks?page=0&size=20&sort=string&sort=string","host":["https://sandbox-api.hubpay.io"],"path":["v1","webhooks"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"bcb3465d-54fb-4c21-94ea-f5bc34dad9cf","name":"Method Not Allowed","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/webhooks?page=0&size=20&sort=string&sort=string","host":["https://sandbox-api.hubpay.io"],"path":["v1","webhooks"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"1806096d-7c12-4647-8251-93b606d37e97","name":"Too Many Requests","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/webhooks?page=0&size=20&sort=string&sort=string","host":["https://sandbox-api.hubpay.io"],"path":["v1","webhooks"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"b81e7d74-12cb-4537-84a0-fabcdd6c9d40","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/webhooks?page=0&size=20&sort=string&sort=string","host":["https://sandbox-api.hubpay.io"],"path":["v1","webhooks"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"65496953-5e18-4a60-9521-64405c06db36"},{"name":"Register a webhook to receive events through.","id":"da0a2fe6-8de0-420d-8aea-86ec38fc56a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"callbackUrl\": \"https://your-callback.url/webhook\",\n  \"eventTypes\": [\n    \"v1.rfi.case.closed\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/webhooks","description":"<p>Subscribe to one or more event types with a specified callback URL</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","webhooks"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[]}},"response":[{"id":"e295100d-4acb-4862-beb3-2ffd740a0687","name":"Created","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"callbackUrl\": \"https://your-callback.url/webhook\",\n  \"eventTypes\": [\n    \"v1.rfi.case.closed\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/webhooks"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"5ed9fc67-7c25-418b-8240-b20822cd42ee\"\n}"},{"id":"2ef081be-63e4-4509-9e51-dbcfda1c2744","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"callbackUrl\": \"https://your-callback.url/webhook\",\n  \"eventTypes\": [\n    \"v1.rfi.case.closed\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/webhooks"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"7f5d9380-4391-455a-853d-79f1d0b149da","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"callbackUrl\": \"https://your-callback.url/webhook\",\n  \"eventTypes\": [\n    \"v1.rfi.case.closed\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/webhooks"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"e6ad4cdc-85f9-4b1c-baef-230555e6f9db","name":"Forbidden","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"callbackUrl\": \"https://your-callback.url/webhook\",\n  \"eventTypes\": [\n    \"v1.rfi.case.closed\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/webhooks"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"ae32b818-7e8b-4a31-bdb8-18af4f7aebcb","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"callbackUrl\": \"https://your-callback.url/webhook\",\n  \"eventTypes\": [\n    \"v1.rfi.case.closed\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/webhooks"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"5853968d-d80a-45e1-b3c3-9c1952cf8eb0","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"callbackUrl\": \"https://your-callback.url/webhook\",\n  \"eventTypes\": [\n    \"v1.rfi.case.closed\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/webhooks"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"d2a2d6e9-17f3-4622-a088-cba7137f7c81","name":"Conflict","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"callbackUrl\": \"https://your-callback.url/webhook\",\n  \"eventTypes\": [\n    \"v1.rfi.case.closed\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/webhooks"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"187de35c-5361-48d3-ac2b-619ddf7dea94","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"callbackUrl\": \"https://your-callback.url/webhook\",\n  \"eventTypes\": [\n    \"v1.rfi.case.closed\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/webhooks"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"da205a50-866a-463d-9944-b7d0edbd9585","name":"Too Many Requests","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"callbackUrl\": \"https://your-callback.url/webhook\",\n  \"eventTypes\": [\n    \"v1.rfi.case.closed\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/webhooks"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"a32d9d88-45eb-4f78-93a9-77f74f6cb9d4","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"callbackUrl\": \"https://your-callback.url/webhook\",\n  \"eventTypes\": [\n    \"v1.rfi.case.closed\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/webhooks"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"da0a2fe6-8de0-420d-8aea-86ec38fc56a1"},{"name":"Get webhook signing secret","id":"e5b8bc05-fe69-4316-8b28-a6faf5184c64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/webhooks/:webhookId/signing-secret","description":"<p>Retrieve the signing secret for a registered webhook. Use this secret to verify incoming webhook payload signatures.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","webhooks",":webhookId","signing-secret"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[{"id":"5e53cab3-c482-4c28-81f6-bfc4c9a4cb88","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","key":"webhookId"}]}},"response":[{"id":"ec512b08-d30d-4eac-b97c-e51fbc67197b","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/webhooks/:webhookId/signing-secret","host":["https://sandbox-api.hubpay.io"],"path":["v1","webhooks",":webhookId","signing-secret"],"variable":[{"key":"webhookId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"key\": \"string\"\n}"},{"id":"4ac50e66-cc37-4344-8270-58582074ea5a","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/webhooks/:webhookId/signing-secret","host":["https://sandbox-api.hubpay.io"],"path":["v1","webhooks",":webhookId","signing-secret"],"variable":[{"key":"webhookId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) "}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"180ee681-fcd8-4400-947a-1537e3bbdc8b","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/webhooks/:webhookId/signing-secret","host":["https://sandbox-api.hubpay.io"],"path":["v1","webhooks",":webhookId","signing-secret"],"variable":[{"key":"webhookId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) "}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"602189cc-6cb2-4388-964d-289de23c21af","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/webhooks/:webhookId/signing-secret","host":["https://sandbox-api.hubpay.io"],"path":["v1","webhooks",":webhookId","signing-secret"],"variable":[{"key":"webhookId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) "}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"a951c1d3-7d59-47c5-a8c0-9df72432009a","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/webhooks/:webhookId/signing-secret","host":["https://sandbox-api.hubpay.io"],"path":["v1","webhooks",":webhookId","signing-secret"],"variable":[{"key":"webhookId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) "}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"4b6342bb-507f-4b9f-b9b5-5949fd6cda07","name":"Method Not Allowed","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/webhooks/:webhookId/signing-secret","host":["https://sandbox-api.hubpay.io"],"path":["v1","webhooks",":webhookId","signing-secret"],"variable":[{"key":"webhookId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) "}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"d042a4eb-3856-4559-8b41-2767d6ed8847","name":"Too Many Requests","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/webhooks/:webhookId/signing-secret","host":["https://sandbox-api.hubpay.io"],"path":["v1","webhooks",":webhookId","signing-secret"],"variable":[{"key":"webhookId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) "}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"91ddccb2-30d5-497d-bfeb-a9af1be23675","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/webhooks/:webhookId/signing-secret","host":["https://sandbox-api.hubpay.io"],"path":["v1","webhooks",":webhookId","signing-secret"],"variable":[{"key":"webhookId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) "}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"e5b8bc05-fe69-4316-8b28-a6faf5184c64"},{"name":"Delete a registered webhook","id":"d299f7cc-2875-4784-80a0-9818f8128793","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/webhooks/:webhookId","description":"<p>Removes a previously registered webhook by its unique identifier</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","webhooks",":webhookId"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[{"id":"8f8809f8-7235-4708-bc33-67b84ce60b0d","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","key":"webhookId"}]}},"response":[{"id":"6b3c9571-6222-4ece-9e7b-542ff923f057","name":"No Content","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/webhooks/:webhookId","host":["https://sandbox-api.hubpay.io"],"path":["v1","webhooks",":webhookId"],"variable":[{"key":"webhookId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) "}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"e89b4279-994c-4c8f-a170-ee86c0b071ec","name":"Bad Request","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/webhooks/:webhookId","host":["https://sandbox-api.hubpay.io"],"path":["v1","webhooks",":webhookId"],"variable":[{"key":"webhookId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) "}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"acfe4924-63b8-44aa-afd8-53b83096fbcf","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/webhooks/:webhookId","host":["https://sandbox-api.hubpay.io"],"path":["v1","webhooks",":webhookId"],"variable":[{"key":"webhookId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) "}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"7fb7ed08-ef32-4e7e-9a82-7829ec2f70e0","name":"Forbidden","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/webhooks/:webhookId","host":["https://sandbox-api.hubpay.io"],"path":["v1","webhooks",":webhookId"],"variable":[{"key":"webhookId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) "}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"5a35fcdc-dacf-4e02-9542-4cd0472c9e81","name":"Not Found","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/webhooks/:webhookId","host":["https://sandbox-api.hubpay.io"],"path":["v1","webhooks",":webhookId"],"variable":[{"key":"webhookId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) "}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"e4652f0a-ed74-44f3-8898-f8d14265b761","name":"Method Not Allowed","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/webhooks/:webhookId","host":["https://sandbox-api.hubpay.io"],"path":["v1","webhooks",":webhookId"],"variable":[{"key":"webhookId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) "}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"a2602df9-a87a-4066-aa4d-519cce073be7","name":"Unsupported Media Type","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/webhooks/:webhookId","host":["https://sandbox-api.hubpay.io"],"path":["v1","webhooks",":webhookId"],"variable":[{"key":"webhookId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) "}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"fbae9745-d144-4d2e-9c53-217f40c77c59","name":"Too Many Requests","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/webhooks/:webhookId","host":["https://sandbox-api.hubpay.io"],"path":["v1","webhooks",":webhookId"],"variable":[{"key":"webhookId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) "}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"d22f7dd8-49b1-46d1-9737-3ab6e6bdb92c","name":"Internal Server Error","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/webhooks/:webhookId","host":["https://sandbox-api.hubpay.io"],"path":["v1","webhooks",":webhookId"],"variable":[{"key":"webhookId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) "}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"d299f7cc-2875-4784-80a0-9818f8128793"}],"id":"77854369-abad-4cc9-96aa-eada9cf37a94","description":"<p>Operations related to webhook management</p>\n","_postman_id":"77854369-abad-4cc9-96aa-eada9cf37a94","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}}},{"name":"Connections","item":[{"name":"List connections","id":"bbe6b2b3-33e9-476c-a408-679e94196675","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/connections?page=0&size=20&sort=string&sort=string","description":"<p>Lists the authenticated partner's app connections</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","connections"],"host":["https://sandbox-api.hubpay.io"],"query":[{"description":{"content":"<p>Zero-based page index (0..N)</p>\n","type":"text/plain"},"key":"page","value":"0"},{"description":{"content":"<p>The size of the page to be returned</p>\n","type":"text/plain"},"key":"size","value":"20"},{"description":{"content":"<p>Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.</p>\n","type":"text/plain"},"key":"sort","value":"string"},{"description":{"content":"<p>Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.</p>\n","type":"text/plain"},"key":"sort","value":"string"}],"variable":[]}},"response":[{"id":"166f86e7-4987-442c-a722-6aaceca2c35a","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/connections?page=0&size=20&sort=string&sort=string","host":["https://sandbox-api.hubpay.io"],"path":["v1","connections"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"content\": [\n    {\n      \"connectionId\": \"8d289ad2-afe6-0242-5437-f64a2b82d137\",\n      \"partnerAccountId\": \"c3f87a02-ff7d-4f72-d139-fa0d34aee488\",\n      \"customerAccountId\": \"7a71b6e7-9b25-2b31-4e20-0934e329d08d\",\n      \"status\": \"ACTIVE\",\n      \"expiresAt\": \"2026-01-01T00:00:00Z\",\n      \"acceptedAt\": \"2026-01-01T00:00:00Z\",\n      \"revokedAt\": \"2026-01-01T00:00:00Z\",\n      \"revokedBy\": \"string\",\n      \"createdAt\": \"2026-01-01T00:00:00Z\"\n    },\n    {\n      \"connectionId\": \"91690a35-3473-cdc0-896b-1afda19be515\",\n      \"partnerAccountId\": \"fe198692-5630-345f-57c2-144fcfb3c0ff\",\n      \"customerAccountId\": \"5bf0a6e2-b26d-5a21-1a83-ddb05bce970a\",\n      \"status\": \"ACTIVE\",\n      \"expiresAt\": \"2026-01-01T00:00:00Z\",\n      \"acceptedAt\": \"2026-01-01T00:00:00Z\",\n      \"revokedAt\": \"2026-01-01T00:00:00Z\",\n      \"revokedBy\": \"string\",\n      \"createdAt\": \"2026-01-01T00:00:00Z\"\n    }\n  ],\n  \"page\": {\n    \"size\": 1538,\n    \"number\": 1114,\n    \"totalElements\": 4256,\n    \"totalPages\": 4608\n  }\n}"},{"id":"808187a6-4854-4a68-abe5-24b6240ed599","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/connections?page=0&size=20&sort=string&sort=string","host":["https://sandbox-api.hubpay.io"],"path":["v1","connections"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"5a1cc5c5-d01f-4fe4-8e7a-b1c9ebfc46df","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/connections?page=0&size=20&sort=string&sort=string","host":["https://sandbox-api.hubpay.io"],"path":["v1","connections"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"cc4b1948-ddc1-40ae-96c7-ab9a7cf68cdb","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/connections?page=0&size=20&sort=string&sort=string","host":["https://sandbox-api.hubpay.io"],"path":["v1","connections"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"eed63c50-8fd3-42b4-99ed-f2b80eb8697e","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/connections?page=0&size=20&sort=string&sort=string","host":["https://sandbox-api.hubpay.io"],"path":["v1","connections"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"38cf741a-cf3c-4e04-90bf-a582058f171f","name":"Method Not Allowed","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/connections?page=0&size=20&sort=string&sort=string","host":["https://sandbox-api.hubpay.io"],"path":["v1","connections"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"b337defa-e504-4a95-a8bc-5ab0eda5b12f","name":"Too Many Requests","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/connections?page=0&size=20&sort=string&sort=string","host":["https://sandbox-api.hubpay.io"],"path":["v1","connections"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"0e987be2-4339-4541-afdf-e40a8d6e4506","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/connections?page=0&size=20&sort=string&sort=string","host":["https://sandbox-api.hubpay.io"],"path":["v1","connections"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"bbe6b2b3-33e9-476c-a408-679e94196675"},{"name":"Create a connection request","id":"49d90c64-3463-49ef-9803-642e6d7a59d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"scopes\": [\n    \"FUNDING_ACCOUNT_READ\"\n  ],\n  \"accountEmail\": \"user@partner-app.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/connections","description":"<p>Creates a connection request for the authenticated partner and returns a deep link and token</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","connections"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[]}},"response":[{"id":"ad08b6d7-0705-44f9-803c-8be46c83a697","name":"Created","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"scopes\": [\n    \"FUNDING_ACCOUNT_READ\"\n  ],\n  \"accountEmail\": \"user@partner-app.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/connections"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"connectionId\": \"3bb776c9-66af-831b-27b9-5ab9eace61b8\",\n  \"token\": \"string\",\n  \"deepLink\": \"string\",\n  \"expiresAt\": \"2026-01-01T00:00:00Z\"\n}"},{"id":"41e49c2f-20a4-4cda-8f5a-5f06bf147687","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"scopes\": [\n    \"FUNDING_ACCOUNT_READ\"\n  ],\n  \"accountEmail\": \"user@partner-app.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/connections"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"80d76562-8543-40f3-85b3-b2d9f7f59560","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"scopes\": [\n    \"FUNDING_ACCOUNT_READ\"\n  ],\n  \"accountEmail\": \"user@partner-app.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/connections"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"90bf2fcf-3926-4af0-ba9e-6ef9397033d9","name":"Forbidden","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"scopes\": [\n    \"FUNDING_ACCOUNT_READ\"\n  ],\n  \"accountEmail\": \"user@partner-app.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/connections"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"abcfdcbf-aef4-4d08-9a90-b374054bac49","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"scopes\": [\n    \"FUNDING_ACCOUNT_READ\"\n  ],\n  \"accountEmail\": \"user@partner-app.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/connections"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"570160df-305a-49bc-8f6f-29b9b6be1b30","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"scopes\": [\n    \"FUNDING_ACCOUNT_READ\"\n  ],\n  \"accountEmail\": \"user@partner-app.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/connections"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"0d2a8a61-5e4f-4805-9c6a-093c9c1ab8c0","name":"Conflict","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"scopes\": [\n    \"FUNDING_ACCOUNT_READ\"\n  ],\n  \"accountEmail\": \"user@partner-app.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/connections"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"8141ab7b-6751-4924-a3a9-ebc6349b8425","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"scopes\": [\n    \"FUNDING_ACCOUNT_READ\"\n  ],\n  \"accountEmail\": \"user@partner-app.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/connections"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"a1f7594d-4b87-404d-b80e-f47d16f80600","name":"Too Many Requests","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"scopes\": [\n    \"FUNDING_ACCOUNT_READ\"\n  ],\n  \"accountEmail\": \"user@partner-app.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/connections"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"89f8aa72-b1ba-4cb4-ac73-9dddd8c7000d","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"scopes\": [\n    \"FUNDING_ACCOUNT_READ\"\n  ],\n  \"accountEmail\": \"user@partner-app.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/connections"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"49d90c64-3463-49ef-9803-642e6d7a59d3"},{"name":"Get connection","id":"f035049b-055c-46c4-8880-ffcdd94cd692","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/connections/:connectionId","description":"<p>Fetches one of the authenticated partner's app connections</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","connections",":connectionId"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[{"id":"ab2cf535-22d3-42d4-9e2c-6d44a3719bd0","description":{"content":"<p>(Required) Unique identifier of the connection</p>\n","type":"text/plain"},"type":"any","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","key":"connectionId"}]}},"response":[{"id":"8979d45a-4df8-464f-a0d7-4502f57eb375","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/connections/:connectionId","host":["https://sandbox-api.hubpay.io"],"path":["v1","connections",":connectionId"],"variable":[{"key":"connectionId","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the connection"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"connectionId\": \"66feff65-48aa-a7a5-96d4-4a282c45017e\",\n  \"partnerAccountId\": \"b8d0611e-10f9-11cb-f8f1-fbda28a33ebf\",\n  \"customerAccountId\": \"bc5a9eac-4f17-eb36-be60-007f1a988f15\",\n  \"status\": \"ACTIVE\",\n  \"expiresAt\": \"2026-01-01T00:00:00Z\",\n  \"acceptedAt\": \"2026-01-01T00:00:00Z\",\n  \"revokedAt\": \"2026-01-01T00:00:00Z\",\n  \"revokedBy\": \"string\",\n  \"createdAt\": \"2026-01-01T00:00:00Z\"\n}"},{"id":"6a930e5c-3876-4ec7-a2db-2fb978973fd3","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/connections/:connectionId","host":["https://sandbox-api.hubpay.io"],"path":["v1","connections",":connectionId"],"variable":[{"key":"connectionId","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the connection"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"ba976386-fdf6-4eb9-8207-2755bd7b880f","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/connections/:connectionId","host":["https://sandbox-api.hubpay.io"],"path":["v1","connections",":connectionId"],"variable":[{"key":"connectionId","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the connection"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"34876467-2c3b-4399-89cd-1a4d3373dd2c","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/connections/:connectionId","host":["https://sandbox-api.hubpay.io"],"path":["v1","connections",":connectionId"],"variable":[{"key":"connectionId","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the connection"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"93d31df4-fba5-4923-90e4-587bea538a3d","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/connections/:connectionId","host":["https://sandbox-api.hubpay.io"],"path":["v1","connections",":connectionId"],"variable":[{"key":"connectionId","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the connection"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"2658b78c-2067-426d-a003-062045df1545","name":"Method Not Allowed","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/connections/:connectionId","host":["https://sandbox-api.hubpay.io"],"path":["v1","connections",":connectionId"],"variable":[{"key":"connectionId","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the connection"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"b5163cb5-c4e9-49bb-88d4-49ffe68f7987","name":"Too Many Requests","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/connections/:connectionId","host":["https://sandbox-api.hubpay.io"],"path":["v1","connections",":connectionId"],"variable":[{"key":"connectionId","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the connection"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"479f4551-5c1b-41f6-ac53-962e5cba82b9","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/connections/:connectionId","host":["https://sandbox-api.hubpay.io"],"path":["v1","connections",":connectionId"],"variable":[{"key":"connectionId","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the connection"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"f035049b-055c-46c4-8880-ffcdd94cd692"},{"name":"Revoke connection","id":"0e34eb74-9c56-49d2-91b1-4e3a67ff77fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/connections/:connectionId","description":"<p>Revokes one of the authenticated partner's app connections</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","connections",":connectionId"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[{"id":"795260ee-c91d-4bb5-9e9c-933c5b2a830e","description":{"content":"<p>(Required) Unique identifier of the connection</p>\n","type":"text/plain"},"type":"any","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","key":"connectionId"}]}},"response":[{"id":"c33ec9ea-0a66-455c-9778-8652af348dd5","name":"No Content","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/connections/:connectionId","host":["https://sandbox-api.hubpay.io"],"path":["v1","connections",":connectionId"],"variable":[{"key":"connectionId","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the connection"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"eaeedd8a-595f-4375-aee8-cec1a51c27f2","name":"Bad Request","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/connections/:connectionId","host":["https://sandbox-api.hubpay.io"],"path":["v1","connections",":connectionId"],"variable":[{"key":"connectionId","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the connection"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"de9d4fbe-e53a-414f-8023-0a28ae5e8890","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/connections/:connectionId","host":["https://sandbox-api.hubpay.io"],"path":["v1","connections",":connectionId"],"variable":[{"key":"connectionId","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the connection"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"331f417b-25a1-4bca-85b3-fa2a567b6c36","name":"Forbidden","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/connections/:connectionId","host":["https://sandbox-api.hubpay.io"],"path":["v1","connections",":connectionId"],"variable":[{"key":"connectionId","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the connection"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"72c3a9ef-8368-49ce-8074-024be6037f81","name":"Not Found","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/connections/:connectionId","host":["https://sandbox-api.hubpay.io"],"path":["v1","connections",":connectionId"],"variable":[{"key":"connectionId","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the connection"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"579850eb-d237-4f09-9204-c189ce75d2f2","name":"Method Not Allowed","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/connections/:connectionId","host":["https://sandbox-api.hubpay.io"],"path":["v1","connections",":connectionId"],"variable":[{"key":"connectionId","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the connection"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"8831910d-97bc-4996-97ff-12260b915bb4","name":"Unsupported Media Type","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/connections/:connectionId","host":["https://sandbox-api.hubpay.io"],"path":["v1","connections",":connectionId"],"variable":[{"key":"connectionId","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the connection"}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"72a43461-c3a1-4ed3-aedd-c449e37aede3","name":"Too Many Requests","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/connections/:connectionId","host":["https://sandbox-api.hubpay.io"],"path":["v1","connections",":connectionId"],"variable":[{"key":"connectionId","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the connection"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"0f4e92ef-fcf7-4a86-81e4-63f048122d58","name":"Internal Server Error","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/connections/:connectionId","host":["https://sandbox-api.hubpay.io"],"path":["v1","connections",":connectionId"],"variable":[{"key":"connectionId","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the connection"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"0e34eb74-9c56-49d2-91b1-4e3a67ff77fe"}],"id":"f1b8ac44-cda2-4c5f-a5c4-cc23deb7f8f7","description":"<p>Partner app connection management</p>\n","_postman_id":"f1b8ac44-cda2-4c5f-a5c4-cc23deb7f8f7","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}}},{"name":"Wallets","item":[{"name":"List wallets and balances","id":"b42f8330-cdab-4595-9e1c-a639a97e4678","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/wallets?currency=AED&page=0&size=20&sort=string&sort=string","description":"<p>Returns wallets and their available balances</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","wallets"],"host":["https://sandbox-api.hubpay.io"],"query":[{"description":{"content":"<p>Optional query param to filter by currency</p>\n","type":"text/plain"},"key":"currency","value":"AED"},{"description":{"content":"<p>Zero-based page index (0..N)</p>\n","type":"text/plain"},"key":"page","value":"0"},{"description":{"content":"<p>The size of the page to be returned</p>\n","type":"text/plain"},"key":"size","value":"20"},{"description":{"content":"<p>Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.</p>\n","type":"text/plain"},"key":"sort","value":"string"},{"description":{"content":"<p>Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.</p>\n","type":"text/plain"},"key":"sort","value":"string"}],"variable":[]}},"response":[{"id":"18952e6e-8551-4670-b553-432bbe81bb20","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/wallets?currency=AED&page=0&size=20&sort=string&sort=string","host":["https://sandbox-api.hubpay.io"],"path":["v1","wallets"],"query":[{"key":"currency","value":"AED"},{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"content\": [\n    {\n      \"id\": \"2e754814-77d7-0c02-2361-fefa5d464258\",\n      \"currency\": \"LUM\",\n      \"availableBalance\": 7924.15227543438,\n      \"pending\": 3288.284655421998,\n      \"expectedIncoming\": 842.1709017399181,\n      \"expectedOutgoing\": 4263.03718693039,\n      \"due\": 3167.5032578100313\n    },\n    {\n      \"id\": \"e5eb7335-b12f-68fa-37fe-7a82dfe7d8eb\",\n      \"currency\": \"ITB\",\n      \"availableBalance\": 7837.1523367836435,\n      \"pending\": 6126.204240681359,\n      \"expectedIncoming\": 6011.731318239579,\n      \"expectedOutgoing\": 656.3735860545195,\n      \"due\": 6074.895420096384\n    }\n  ],\n  \"page\": {\n    \"size\": 1489,\n    \"number\": 4910,\n    \"totalElements\": 1053,\n    \"totalPages\": 7656\n  }\n}"},{"id":"468795ae-8605-436f-a924-1912f1c6a9f7","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/wallets?currency=AED&page=0&size=20&sort=string&sort=string","host":["https://sandbox-api.hubpay.io"],"path":["v1","wallets"],"query":[{"key":"currency","value":"AED"},{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"4f4732e4-21cf-426a-a799-a93df2b91887","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/wallets?currency=AED&page=0&size=20&sort=string&sort=string","host":["https://sandbox-api.hubpay.io"],"path":["v1","wallets"],"query":[{"key":"currency","value":"AED"},{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"3e221037-396a-444f-b83e-b4bbddd085fb","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/wallets?currency=AED&page=0&size=20&sort=string&sort=string","host":["https://sandbox-api.hubpay.io"],"path":["v1","wallets"],"query":[{"key":"currency","value":"AED"},{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"ea366886-d0f6-4b5e-841f-03059dc3cc42","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/wallets?currency=AED&page=0&size=20&sort=string&sort=string","host":["https://sandbox-api.hubpay.io"],"path":["v1","wallets"],"query":[{"key":"currency","value":"AED"},{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"578c2bdc-6877-4af8-9f32-13cb46fe7559","name":"Method Not Allowed","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/wallets?currency=AED&page=0&size=20&sort=string&sort=string","host":["https://sandbox-api.hubpay.io"],"path":["v1","wallets"],"query":[{"key":"currency","value":"AED"},{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"69127b87-dd0e-4f46-b75e-dc3c78dc0e5f","name":"Too Many Requests","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/wallets?currency=AED&page=0&size=20&sort=string&sort=string","host":["https://sandbox-api.hubpay.io"],"path":["v1","wallets"],"query":[{"key":"currency","value":"AED"},{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"a2554234-c671-44aa-ae57-bd9345d29eb4","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/wallets?currency=AED&page=0&size=20&sort=string&sort=string","host":["https://sandbox-api.hubpay.io"],"path":["v1","wallets"],"query":[{"key":"currency","value":"AED"},{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"b42f8330-cdab-4595-9e1c-a639a97e4678"}],"id":"86f9d8ff-eb7c-4846-9877-02e88129201e","description":"<p>Operations related to wallets and balances</p>\n","_postman_id":"86f9d8ff-eb7c-4846-9877-02e88129201e","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}}},{"name":"Authentication","item":[{"name":"Generate JWT access token","event":[{"listen":"test","script":{"type":"text/javascript","exec":["const body = pm.response.json();","const token = body.access_token || body.accessToken || body.token;","pm.test('Access token returned', () => pm.expect(token).to.be.a('string').and.not.empty);","if (token) pm.collectionVariables.set('accessToken', token);"]}}],"id":"27f28631-a803-4463-98e0-433288ca001b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"clientId\": \"\",\n  \"clientSecret\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/auth/token","description":"<p>Authenticates a registered client using its ID and secret, and returns a JWT access token.</p>\n","urlObject":{"path":["auth","token"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[]}},"response":[{"id":"cf3c4543-6c2e-46b7-8bc1-34dfc17e13bf","name":"Successful token issuance","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"clientId\": \"your-client-id-123\",\n  \"clientSecret\": \"your-client-secret-abc\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/auth/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"access_token\": \"eyJraWQiOiJ...\",\n  \"expires_in\": 3600,\n  \"token_type\": \"Bearer\"\n}"},{"id":"9cd43daf-0e72-4b26-9e74-3fb41d1a07f5","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"clientId\": \"your-client-id-123\",\n  \"clientSecret\": \"your-client-secret-abc\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/auth/token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"https://rDWVkKYoMiGuNRhiUkTC.tvxxFvWWHipCQcLuW-I1m6h9qoWp1YImavUHWQQW9vPGXK1\",\n  \"title\": \"string\",\n  \"status\": 2936,\n  \"detail\": \"string\",\n  \"instance\": \"http://lFzOVkhVWifSXgVxE.dhCxCmWl2YxRB5zxw3fju9oZnaTYZM024zQ25WbCv7l03x-nfUZrXHjIpgC4d,ssjLlV.\",\n  \"properties\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}"},{"id":"0c92cab1-0989-4102-8917-c2c08feac355","name":"Invalid client credentials","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"clientId\": \"your-client-id-123\",\n  \"clientSecret\": \"your-client-secret-abc\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/auth/token"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"https://rDWVkKYoMiGuNRhiUkTC.tvxxFvWWHipCQcLuW-I1m6h9qoWp1YImavUHWQQW9vPGXK1\",\n  \"title\": \"string\",\n  \"status\": 2936,\n  \"detail\": \"string\",\n  \"instance\": \"http://lFzOVkhVWifSXgVxE.dhCxCmWl2YxRB5zxw3fju9oZnaTYZM024zQ25WbCv7l03x-nfUZrXHjIpgC4d,ssjLlV.\",\n  \"properties\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}"},{"id":"fe1a3ee0-c1de-4749-8dc5-db3ad944617f","name":"Internal server error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"clientId\": \"your-client-id-123\",\n  \"clientSecret\": \"your-client-secret-abc\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/auth/token"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"type\": \"https://rDWVkKYoMiGuNRhiUkTC.tvxxFvWWHipCQcLuW-I1m6h9qoWp1YImavUHWQQW9vPGXK1\",\n  \"title\": \"string\",\n  \"status\": 2936,\n  \"detail\": \"string\",\n  \"instance\": \"http://lFzOVkhVWifSXgVxE.dhCxCmWl2YxRB5zxw3fju9oZnaTYZM024zQ25WbCv7l03x-nfUZrXHjIpgC4d,ssjLlV.\",\n  \"properties\": {\n    \"key_0\": {},\n    \"key_1\": {}\n  }\n}"}],"_postman_id":"27f28631-a803-4463-98e0-433288ca001b"}],"id":"fae81558-95bf-4e3b-ab76-42773b81e09b","description":"<p>Token generation for registered clients</p>\n","_postman_id":"fae81558-95bf-4e3b-ab76-42773b81e09b","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}}},{"name":"RFI","item":[{"name":"Submit RFI responses in bulk","id":"03110f89-8a65-466d-abb9-e2df02609c08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"answers\": [\n    {\n      \"answer\": \"string\",\n      \"questionId\": \"fe59d6c0-1e3f-cb33-6a4f-25e88dae6576\"\n    },\n    {\n      \"answer\": \"string\",\n      \"questionId\": \"74f0761d-7aed-0bca-d952-f66a63cc8542\"\n    }\n  ],\n  \"attachments\": [\n    {\n      \"documentRequestId\": \"3228731e-8c1a-263d-449d-f189762b92e4\",\n      \"documentUploadIds\": [\n        \"55482d86-cad7-f41b-5c0a-73800e0c1533\"\n      ]\n    },\n    {\n      \"documentRequestId\": \"17dcaf89-a626-3a9f-d9c6-2e112ec506cb\",\n      \"documentUploadIds\": [\n        \"929b1379-ba39-ca73-b5a5-6c31575ac541\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/responses","description":"<p>Submits a batch of question answers and document attachments in a single atomic call. If any item fails validation the whole batch is rejected and nothing is persisted.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","rfi",":rfiId","responses"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[{"id":"82d4b7ab-3eac-4f63-ac4f-4798e33d007f","description":{"content":"<p>(Required) RFI identifier</p>\n","type":"text/plain"},"type":"any","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","key":"rfiId"}]}},"response":[{"id":"bf4a8ee3-03d8-4535-b078-d47f8282a18f","name":"Created","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"answers\": [\n    {\n      \"answer\": \"string\",\n      \"questionId\": \"45091f96-0a5a-26e8-3450-e1244c89cf67\"\n    },\n    {\n      \"answer\": \"string\",\n      \"questionId\": \"7aa5f092-e36a-db2e-f7f4-7fffaacb6faa\"\n    }\n  ],\n  \"attachments\": [\n    {\n      \"documentRequestId\": \"ae55d97b-067a-b5d6-3da2-bd7e11e5cd34\",\n      \"documentUploadIds\": [\n        \"4ec72c18-eef5-1269-61fe-93917e3e255a\"\n      ]\n    },\n    {\n      \"documentRequestId\": \"b6b48f29-0583-42ed-5861-aafe8431d0d0\",\n      \"documentUploadIds\": [\n        \"1028d137-c09b-fdc4-21aa-43ed37c55d1d\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/responses","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","responses"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"81415f2e-06eb-4548-9aff-982e38a114f5\",\n  \"caseNumber\": \"string\",\n  \"subjectType\": \"TRANSACTION\",\n  \"subjectId\": \"4a76ee78-fd51-24b4-c659-06fa97aed17d\",\n  \"subjectReference\": \"string\",\n  \"accountId\": \"7f563035-337b-e747-441a-feb2bbd6f471\",\n  \"status\": \"OPEN\",\n  \"customerDisplayMessage\": \"string\",\n  \"lastRespondedAt\": \"2022-02-28T03:51:25.956Z\",\n  \"closedAt\": \"1976-09-14T13:34:42.374Z\",\n  \"cancelledAt\": \"2009-10-23T05:26:55.982Z\",\n  \"createdAt\": \"1952-12-01T04:42:49.658Z\",\n  \"questions\": [\n    {\n      \"id\": \"2dd9ef88-1908-4736-85ad-343ff4c4f6c6\",\n      \"prompt\": \"string\",\n      \"displayOrder\": 1621,\n      \"answer\": \"string\",\n      \"answeredAt\": \"1957-08-26T22:53:45.896Z\"\n    },\n    {\n      \"id\": \"a59e14e0-1cbe-43fd-6b6f-540274a58431\",\n      \"prompt\": \"string\",\n      \"displayOrder\": 5953,\n      \"answer\": \"string\",\n      \"answeredAt\": \"1967-06-01T11:05:51.458Z\"\n    }\n  ],\n  \"documentRequests\": [\n    {\n      \"id\": \"ee8230c8-9199-cac5-6fa0-df59006d5f9b\",\n      \"documentTypeId\": \"858e80d8-46a5-df3f-076c-e5a225d488b7\",\n      \"displayTitle\": \"string\",\n      \"customLabel\": \"string\",\n      \"perItemDisplayMessage\": \"string\",\n      \"displayOrder\": 2999,\n      \"documentId\": \"6928817a-1971-0627-9125-1c83b4530dc2\",\n      \"documentStatus\": \"VALIDATION_WARNINGS\",\n      \"documentUploads\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ]\n    },\n    {\n      \"id\": \"193ac1e5-428b-83f3-71e9-474c582485f2\",\n      \"documentTypeId\": \"1c2c60a6-2566-5186-1dff-2413a2096d43\",\n      \"displayTitle\": \"string\",\n      \"customLabel\": \"string\",\n      \"perItemDisplayMessage\": \"string\",\n      \"displayOrder\": 1369,\n      \"documentId\": \"6710a5ef-b86d-8d46-c9aa-3d8bfa42f00c\",\n      \"documentStatus\": \"PENDING_REVIEW\",\n      \"documentUploads\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ]\n    }\n  ]\n}"},{"id":"33e21127-7b4f-4a2f-8cd7-46d55c3cab9f","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"answers\": [\n    {\n      \"answer\": \"string\",\n      \"questionId\": \"45091f96-0a5a-26e8-3450-e1244c89cf67\"\n    },\n    {\n      \"answer\": \"string\",\n      \"questionId\": \"7aa5f092-e36a-db2e-f7f4-7fffaacb6faa\"\n    }\n  ],\n  \"attachments\": [\n    {\n      \"documentRequestId\": \"ae55d97b-067a-b5d6-3da2-bd7e11e5cd34\",\n      \"documentUploadIds\": [\n        \"4ec72c18-eef5-1269-61fe-93917e3e255a\"\n      ]\n    },\n    {\n      \"documentRequestId\": \"b6b48f29-0583-42ed-5861-aafe8431d0d0\",\n      \"documentUploadIds\": [\n        \"1028d137-c09b-fdc4-21aa-43ed37c55d1d\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/responses","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","responses"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"993e8c72-9c75-4bf3-bebe-d5c9a3b97dbc","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"answers\": [\n    {\n      \"answer\": \"string\",\n      \"questionId\": \"45091f96-0a5a-26e8-3450-e1244c89cf67\"\n    },\n    {\n      \"answer\": \"string\",\n      \"questionId\": \"7aa5f092-e36a-db2e-f7f4-7fffaacb6faa\"\n    }\n  ],\n  \"attachments\": [\n    {\n      \"documentRequestId\": \"ae55d97b-067a-b5d6-3da2-bd7e11e5cd34\",\n      \"documentUploadIds\": [\n        \"4ec72c18-eef5-1269-61fe-93917e3e255a\"\n      ]\n    },\n    {\n      \"documentRequestId\": \"b6b48f29-0583-42ed-5861-aafe8431d0d0\",\n      \"documentUploadIds\": [\n        \"1028d137-c09b-fdc4-21aa-43ed37c55d1d\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/responses","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","responses"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"8d32cbd4-848f-44a5-a2c2-be51552573a2","name":"Forbidden","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"answers\": [\n    {\n      \"answer\": \"string\",\n      \"questionId\": \"45091f96-0a5a-26e8-3450-e1244c89cf67\"\n    },\n    {\n      \"answer\": \"string\",\n      \"questionId\": \"7aa5f092-e36a-db2e-f7f4-7fffaacb6faa\"\n    }\n  ],\n  \"attachments\": [\n    {\n      \"documentRequestId\": \"ae55d97b-067a-b5d6-3da2-bd7e11e5cd34\",\n      \"documentUploadIds\": [\n        \"4ec72c18-eef5-1269-61fe-93917e3e255a\"\n      ]\n    },\n    {\n      \"documentRequestId\": \"b6b48f29-0583-42ed-5861-aafe8431d0d0\",\n      \"documentUploadIds\": [\n        \"1028d137-c09b-fdc4-21aa-43ed37c55d1d\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/responses","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","responses"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"f68974f1-8a6f-40d4-b415-bbba7e91023f","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"answers\": [\n    {\n      \"answer\": \"string\",\n      \"questionId\": \"45091f96-0a5a-26e8-3450-e1244c89cf67\"\n    },\n    {\n      \"answer\": \"string\",\n      \"questionId\": \"7aa5f092-e36a-db2e-f7f4-7fffaacb6faa\"\n    }\n  ],\n  \"attachments\": [\n    {\n      \"documentRequestId\": \"ae55d97b-067a-b5d6-3da2-bd7e11e5cd34\",\n      \"documentUploadIds\": [\n        \"4ec72c18-eef5-1269-61fe-93917e3e255a\"\n      ]\n    },\n    {\n      \"documentRequestId\": \"b6b48f29-0583-42ed-5861-aafe8431d0d0\",\n      \"documentUploadIds\": [\n        \"1028d137-c09b-fdc4-21aa-43ed37c55d1d\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/responses","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","responses"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"4e752c30-5b9e-4309-a3df-4e34302a8bbf","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"answers\": [\n    {\n      \"answer\": \"string\",\n      \"questionId\": \"45091f96-0a5a-26e8-3450-e1244c89cf67\"\n    },\n    {\n      \"answer\": \"string\",\n      \"questionId\": \"7aa5f092-e36a-db2e-f7f4-7fffaacb6faa\"\n    }\n  ],\n  \"attachments\": [\n    {\n      \"documentRequestId\": \"ae55d97b-067a-b5d6-3da2-bd7e11e5cd34\",\n      \"documentUploadIds\": [\n        \"4ec72c18-eef5-1269-61fe-93917e3e255a\"\n      ]\n    },\n    {\n      \"documentRequestId\": \"b6b48f29-0583-42ed-5861-aafe8431d0d0\",\n      \"documentUploadIds\": [\n        \"1028d137-c09b-fdc4-21aa-43ed37c55d1d\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/responses","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","responses"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"98a403f1-bbdb-4751-bb29-ca486d0be736","name":"Conflict","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"answers\": [\n    {\n      \"answer\": \"string\",\n      \"questionId\": \"45091f96-0a5a-26e8-3450-e1244c89cf67\"\n    },\n    {\n      \"answer\": \"string\",\n      \"questionId\": \"7aa5f092-e36a-db2e-f7f4-7fffaacb6faa\"\n    }\n  ],\n  \"attachments\": [\n    {\n      \"documentRequestId\": \"ae55d97b-067a-b5d6-3da2-bd7e11e5cd34\",\n      \"documentUploadIds\": [\n        \"4ec72c18-eef5-1269-61fe-93917e3e255a\"\n      ]\n    },\n    {\n      \"documentRequestId\": \"b6b48f29-0583-42ed-5861-aafe8431d0d0\",\n      \"documentUploadIds\": [\n        \"1028d137-c09b-fdc4-21aa-43ed37c55d1d\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/responses","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","responses"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"e46c5737-ab98-4360-96a7-a209fdbd5edf","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"answers\": [\n    {\n      \"answer\": \"string\",\n      \"questionId\": \"45091f96-0a5a-26e8-3450-e1244c89cf67\"\n    },\n    {\n      \"answer\": \"string\",\n      \"questionId\": \"7aa5f092-e36a-db2e-f7f4-7fffaacb6faa\"\n    }\n  ],\n  \"attachments\": [\n    {\n      \"documentRequestId\": \"ae55d97b-067a-b5d6-3da2-bd7e11e5cd34\",\n      \"documentUploadIds\": [\n        \"4ec72c18-eef5-1269-61fe-93917e3e255a\"\n      ]\n    },\n    {\n      \"documentRequestId\": \"b6b48f29-0583-42ed-5861-aafe8431d0d0\",\n      \"documentUploadIds\": [\n        \"1028d137-c09b-fdc4-21aa-43ed37c55d1d\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/responses","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","responses"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"fbd0bbc8-3bb9-4c32-b41d-cf4ac64185cc","name":"Too Many Requests","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"answers\": [\n    {\n      \"answer\": \"string\",\n      \"questionId\": \"45091f96-0a5a-26e8-3450-e1244c89cf67\"\n    },\n    {\n      \"answer\": \"string\",\n      \"questionId\": \"7aa5f092-e36a-db2e-f7f4-7fffaacb6faa\"\n    }\n  ],\n  \"attachments\": [\n    {\n      \"documentRequestId\": \"ae55d97b-067a-b5d6-3da2-bd7e11e5cd34\",\n      \"documentUploadIds\": [\n        \"4ec72c18-eef5-1269-61fe-93917e3e255a\"\n      ]\n    },\n    {\n      \"documentRequestId\": \"b6b48f29-0583-42ed-5861-aafe8431d0d0\",\n      \"documentUploadIds\": [\n        \"1028d137-c09b-fdc4-21aa-43ed37c55d1d\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/responses","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","responses"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"8dfc2ae5-35c9-4b34-a531-5b65a78f095c","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"answers\": [\n    {\n      \"answer\": \"string\",\n      \"questionId\": \"45091f96-0a5a-26e8-3450-e1244c89cf67\"\n    },\n    {\n      \"answer\": \"string\",\n      \"questionId\": \"7aa5f092-e36a-db2e-f7f4-7fffaacb6faa\"\n    }\n  ],\n  \"attachments\": [\n    {\n      \"documentRequestId\": \"ae55d97b-067a-b5d6-3da2-bd7e11e5cd34\",\n      \"documentUploadIds\": [\n        \"4ec72c18-eef5-1269-61fe-93917e3e255a\"\n      ]\n    },\n    {\n      \"documentRequestId\": \"b6b48f29-0583-42ed-5861-aafe8431d0d0\",\n      \"documentUploadIds\": [\n        \"1028d137-c09b-fdc4-21aa-43ed37c55d1d\"\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/responses","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","responses"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"03110f89-8a65-466d-abb9-e2df02609c08"},{"name":"Answer an RFI question","id":"18b56c4f-4cec-4eb5-9370-e3509275bf8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"answer\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/questions/:questionId/answer","description":"<p>Submits the customer's free-text answer to a single question. Subsequent calls replace the previous answer (last-write-wins).</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","rfi",":rfiId","questions",":questionId","answer"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[{"id":"a79d2795-1bc9-487c-95fd-5b4c53f866ef","description":{"content":"<p>(Required) RFI identifier</p>\n","type":"text/plain"},"type":"any","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","key":"rfiId"},{"id":"bb698192-6198-45c8-999a-e379eb8f51b3","description":{"content":"<p>(Required) Question identifier</p>\n","type":"text/plain"},"type":"any","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","key":"questionId"}]}},"response":[{"id":"baf0c506-3462-4c4c-a391-c02e29c4b0bc","name":"Created","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"answer\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/questions/:questionId/answer","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","questions",":questionId","answer"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"},{"key":"questionId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) Question identifier"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"81415f2e-06eb-4548-9aff-982e38a114f5\",\n  \"caseNumber\": \"string\",\n  \"subjectType\": \"TRANSACTION\",\n  \"subjectId\": \"4a76ee78-fd51-24b4-c659-06fa97aed17d\",\n  \"subjectReference\": \"string\",\n  \"accountId\": \"7f563035-337b-e747-441a-feb2bbd6f471\",\n  \"status\": \"OPEN\",\n  \"customerDisplayMessage\": \"string\",\n  \"lastRespondedAt\": \"2022-02-28T03:51:25.956Z\",\n  \"closedAt\": \"1976-09-14T13:34:42.374Z\",\n  \"cancelledAt\": \"2009-10-23T05:26:55.982Z\",\n  \"createdAt\": \"1952-12-01T04:42:49.658Z\",\n  \"questions\": [\n    {\n      \"id\": \"2dd9ef88-1908-4736-85ad-343ff4c4f6c6\",\n      \"prompt\": \"string\",\n      \"displayOrder\": 1621,\n      \"answer\": \"string\",\n      \"answeredAt\": \"1957-08-26T22:53:45.896Z\"\n    },\n    {\n      \"id\": \"a59e14e0-1cbe-43fd-6b6f-540274a58431\",\n      \"prompt\": \"string\",\n      \"displayOrder\": 5953,\n      \"answer\": \"string\",\n      \"answeredAt\": \"1967-06-01T11:05:51.458Z\"\n    }\n  ],\n  \"documentRequests\": [\n    {\n      \"id\": \"ee8230c8-9199-cac5-6fa0-df59006d5f9b\",\n      \"documentTypeId\": \"858e80d8-46a5-df3f-076c-e5a225d488b7\",\n      \"displayTitle\": \"string\",\n      \"customLabel\": \"string\",\n      \"perItemDisplayMessage\": \"string\",\n      \"displayOrder\": 2999,\n      \"documentId\": \"6928817a-1971-0627-9125-1c83b4530dc2\",\n      \"documentStatus\": \"VALIDATION_WARNINGS\",\n      \"documentUploads\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ]\n    },\n    {\n      \"id\": \"193ac1e5-428b-83f3-71e9-474c582485f2\",\n      \"documentTypeId\": \"1c2c60a6-2566-5186-1dff-2413a2096d43\",\n      \"displayTitle\": \"string\",\n      \"customLabel\": \"string\",\n      \"perItemDisplayMessage\": \"string\",\n      \"displayOrder\": 1369,\n      \"documentId\": \"6710a5ef-b86d-8d46-c9aa-3d8bfa42f00c\",\n      \"documentStatus\": \"PENDING_REVIEW\",\n      \"documentUploads\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ]\n    }\n  ]\n}"},{"id":"36305359-8cac-491b-a306-7797992e9e4f","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"answer\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/questions/:questionId/answer","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","questions",":questionId","answer"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"},{"key":"questionId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) Question identifier"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"1b5430e3-679d-43ae-9f0f-93051c449efa","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"answer\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/questions/:questionId/answer","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","questions",":questionId","answer"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"},{"key":"questionId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) Question identifier"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"114d8f92-bf1c-44b1-be10-02675110ddbe","name":"Forbidden","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"answer\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/questions/:questionId/answer","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","questions",":questionId","answer"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"},{"key":"questionId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) Question identifier"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"7bb0f5d3-9cf3-4ffb-a05e-ece5a6e08817","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"answer\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/questions/:questionId/answer","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","questions",":questionId","answer"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"},{"key":"questionId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) Question identifier"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"2c643db5-29f0-4333-ba69-fe28dba45eca","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"answer\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/questions/:questionId/answer","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","questions",":questionId","answer"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"},{"key":"questionId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) Question identifier"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"b70f7fd0-b7f0-4fe1-a327-25c9103e0a9e","name":"Conflict","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"answer\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/questions/:questionId/answer","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","questions",":questionId","answer"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"},{"key":"questionId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) Question identifier"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"4ecf8505-d60b-4227-9f58-6ac80f10a272","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"answer\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/questions/:questionId/answer","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","questions",":questionId","answer"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"},{"key":"questionId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) Question identifier"}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"5b7f99db-a439-490d-bbe8-9dc12e225bc2","name":"Too Many Requests","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"answer\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/questions/:questionId/answer","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","questions",":questionId","answer"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"},{"key":"questionId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) Question identifier"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"88fbc34e-7275-47ff-a639-8a94331cd347","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"answer\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/questions/:questionId/answer","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","questions",":questionId","answer"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"},{"key":"questionId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) Question identifier"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"18b56c4f-4cec-4eb5-9370-e3509275bf8a"},{"name":"Upload a document for an RFI","id":"1fdfcca4-8d73-48c6-b0cc-ad89da86ca83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","description":"<p>(Required) </p>\n","value":null}]},"url":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/documents/upload","description":"<p>Uploads a file to Hubpay for use on an RFI. Returns a <code>DocumentUpload</code> whose <code>id</code> is then passed to <code>POST /v1/rfi/{rfiId}/document-requests/{documentRequestId}/attach</code> to link the upload to a document-request slot on the RFI.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","rfi",":rfiId","documents","upload"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[{"id":"18536f8e-6a17-4190-9121-9457a2df3a61","description":{"content":"<p>(Required) RFI identifier</p>\n","type":"text/plain"},"type":"any","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","key":"rfiId"}]}},"response":[{"id":"3fcb1855-52b7-4ba5-a368-a94f0baffcc8","name":"Created","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"file","type":"file"}]},"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/documents/upload","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","documents","upload"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"contentType\": \"string\",\n  \"createdAt\": \"1985-03-29T02:52:55.078Z\",\n  \"fileName\": \"string\",\n  \"id\": \"293bb7a2-63c1-fc81-952c-89b1f590d760\"\n}"},{"id":"64074325-e6b5-4c0c-9dca-c7065916082f","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"file","type":"file"}]},"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/documents/upload","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","documents","upload"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"a5e2341b-9450-405b-ad73-7c2a09d33e04","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"file","type":"file"}]},"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/documents/upload","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","documents","upload"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"a0a8d31a-92d3-4db3-9931-cb2ed16ab446","name":"Forbidden","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"file","type":"file"}]},"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/documents/upload","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","documents","upload"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"7d2ddb73-a27a-4eba-adef-af0b16462491","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"file","type":"file"}]},"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/documents/upload","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","documents","upload"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"dd383d1d-3c69-472d-ab44-f5987ae14c2d","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"file","type":"file"}]},"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/documents/upload","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","documents","upload"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"2c7df6c7-56a4-48e2-a396-1c8298473a56","name":"Conflict","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"file","type":"file"}]},"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/documents/upload","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","documents","upload"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"c72c32be-f7d6-4f18-9528-826f9299265f","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"file","type":"file"}]},"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/documents/upload","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","documents","upload"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"27f2ace9-4b3e-4f9a-b120-8305dcbd454b","name":"Too Many Requests","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"file","type":"file"}]},"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/documents/upload","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","documents","upload"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"56a8b8d2-b14e-4e52-a6cb-48f545a83c28","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"file","type":"file"}]},"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/documents/upload","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","documents","upload"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"1fdfcca4-8d73-48c6-b0cc-ad89da86ca83"},{"name":"Attach documents to an RFI document-request slot","id":"2f3d24e8-6ac7-428b-85e8-499e49f9cb16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"documentUploadIds\": [\n    \"c80ca137-334f-4f2f-2be7-7f34d1c2b072\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/document-requests/:documentRequestId/attach","description":"<p>Attaches one or more previously-uploaded documents to a document-request slot on the RFI. Use <code>POST /v1/rfi/{rfiId}/documents/upload</code> to push file bytes first, then pass the returned <code>DocumentUpload.id</code> values here.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","rfi",":rfiId","document-requests",":documentRequestId","attach"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[{"id":"15f89473-9f45-47fe-b8eb-ab5113065089","description":{"content":"<p>(Required) RFI identifier</p>\n","type":"text/plain"},"type":"any","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","key":"rfiId"},{"id":"5be2e6e1-ee5b-425a-bced-b9cc78ff2616","description":{"content":"<p>(Required) Document-request slot identifier (matches <code>Rfi.documentRequests[].id</code>)</p>\n","type":"text/plain"},"type":"any","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","key":"documentRequestId"}]}},"response":[{"id":"6793f974-b198-4e5e-b3b1-a579f6e2a913","name":"Created","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"documentUploadIds\": [\n    \"c80ca137-334f-4f2f-2be7-7f34d1c2b072\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/document-requests/:documentRequestId/attach","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","document-requests",":documentRequestId","attach"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"},{"key":"documentRequestId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) Document-request slot identifier (matches `Rfi.documentRequests[].id`)"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"81415f2e-06eb-4548-9aff-982e38a114f5\",\n  \"caseNumber\": \"string\",\n  \"subjectType\": \"TRANSACTION\",\n  \"subjectId\": \"4a76ee78-fd51-24b4-c659-06fa97aed17d\",\n  \"subjectReference\": \"string\",\n  \"accountId\": \"7f563035-337b-e747-441a-feb2bbd6f471\",\n  \"status\": \"OPEN\",\n  \"customerDisplayMessage\": \"string\",\n  \"lastRespondedAt\": \"2022-02-28T03:51:25.956Z\",\n  \"closedAt\": \"1976-09-14T13:34:42.374Z\",\n  \"cancelledAt\": \"2009-10-23T05:26:55.982Z\",\n  \"createdAt\": \"1952-12-01T04:42:49.658Z\",\n  \"questions\": [\n    {\n      \"id\": \"2dd9ef88-1908-4736-85ad-343ff4c4f6c6\",\n      \"prompt\": \"string\",\n      \"displayOrder\": 1621,\n      \"answer\": \"string\",\n      \"answeredAt\": \"1957-08-26T22:53:45.896Z\"\n    },\n    {\n      \"id\": \"a59e14e0-1cbe-43fd-6b6f-540274a58431\",\n      \"prompt\": \"string\",\n      \"displayOrder\": 5953,\n      \"answer\": \"string\",\n      \"answeredAt\": \"1967-06-01T11:05:51.458Z\"\n    }\n  ],\n  \"documentRequests\": [\n    {\n      \"id\": \"ee8230c8-9199-cac5-6fa0-df59006d5f9b\",\n      \"documentTypeId\": \"858e80d8-46a5-df3f-076c-e5a225d488b7\",\n      \"displayTitle\": \"string\",\n      \"customLabel\": \"string\",\n      \"perItemDisplayMessage\": \"string\",\n      \"displayOrder\": 2999,\n      \"documentId\": \"6928817a-1971-0627-9125-1c83b4530dc2\",\n      \"documentStatus\": \"VALIDATION_WARNINGS\",\n      \"documentUploads\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ]\n    },\n    {\n      \"id\": \"193ac1e5-428b-83f3-71e9-474c582485f2\",\n      \"documentTypeId\": \"1c2c60a6-2566-5186-1dff-2413a2096d43\",\n      \"displayTitle\": \"string\",\n      \"customLabel\": \"string\",\n      \"perItemDisplayMessage\": \"string\",\n      \"displayOrder\": 1369,\n      \"documentId\": \"6710a5ef-b86d-8d46-c9aa-3d8bfa42f00c\",\n      \"documentStatus\": \"PENDING_REVIEW\",\n      \"documentUploads\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ]\n    }\n  ]\n}"},{"id":"e6b6241a-5d61-485d-8510-53d459c6e005","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"documentUploadIds\": [\n    \"c80ca137-334f-4f2f-2be7-7f34d1c2b072\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/document-requests/:documentRequestId/attach","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","document-requests",":documentRequestId","attach"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"},{"key":"documentRequestId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) Document-request slot identifier (matches `Rfi.documentRequests[].id`)"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"1b6860d5-eca5-4311-be02-e7f29fa96fb3","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"documentUploadIds\": [\n    \"c80ca137-334f-4f2f-2be7-7f34d1c2b072\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/document-requests/:documentRequestId/attach","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","document-requests",":documentRequestId","attach"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"},{"key":"documentRequestId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) Document-request slot identifier (matches `Rfi.documentRequests[].id`)"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"7125b46b-30bf-4bc1-b83e-61d66b635a0e","name":"Forbidden","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"documentUploadIds\": [\n    \"c80ca137-334f-4f2f-2be7-7f34d1c2b072\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/document-requests/:documentRequestId/attach","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","document-requests",":documentRequestId","attach"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"},{"key":"documentRequestId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) Document-request slot identifier (matches `Rfi.documentRequests[].id`)"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"c68b1716-9b35-43a4-a093-c6a403289692","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"documentUploadIds\": [\n    \"c80ca137-334f-4f2f-2be7-7f34d1c2b072\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/document-requests/:documentRequestId/attach","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","document-requests",":documentRequestId","attach"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"},{"key":"documentRequestId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) Document-request slot identifier (matches `Rfi.documentRequests[].id`)"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"77c952b9-1702-4f76-b2f5-0e1a7ffa79a6","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"documentUploadIds\": [\n    \"c80ca137-334f-4f2f-2be7-7f34d1c2b072\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/document-requests/:documentRequestId/attach","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","document-requests",":documentRequestId","attach"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"},{"key":"documentRequestId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) Document-request slot identifier (matches `Rfi.documentRequests[].id`)"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"3fd2fdb5-b880-4baf-a2f0-ce5bcfa4f77d","name":"Conflict","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"documentUploadIds\": [\n    \"c80ca137-334f-4f2f-2be7-7f34d1c2b072\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/document-requests/:documentRequestId/attach","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","document-requests",":documentRequestId","attach"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"},{"key":"documentRequestId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) Document-request slot identifier (matches `Rfi.documentRequests[].id`)"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"9db679bc-9834-4d6d-bc40-dca1ac5be827","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"documentUploadIds\": [\n    \"c80ca137-334f-4f2f-2be7-7f34d1c2b072\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/document-requests/:documentRequestId/attach","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","document-requests",":documentRequestId","attach"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"},{"key":"documentRequestId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) Document-request slot identifier (matches `Rfi.documentRequests[].id`)"}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"6a7d0c22-c6ce-4acc-9780-500df85ceb66","name":"Too Many Requests","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"documentUploadIds\": [\n    \"c80ca137-334f-4f2f-2be7-7f34d1c2b072\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/document-requests/:documentRequestId/attach","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","document-requests",":documentRequestId","attach"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"},{"key":"documentRequestId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) Document-request slot identifier (matches `Rfi.documentRequests[].id`)"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"49e7db79-39be-42ea-ab66-7102bec9706e","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"documentUploadIds\": [\n    \"c80ca137-334f-4f2f-2be7-7f34d1c2b072\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/document-requests/:documentRequestId/attach","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","document-requests",":documentRequestId","attach"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"},{"key":"documentRequestId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) Document-request slot identifier (matches `Rfi.documentRequests[].id`)"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"2f3d24e8-6ac7-428b-85e8-499e49f9cb16"},{"name":"Close an RFI (Sandbox)","id":"2097f98f-986e-4f42-9cf6-ffcf54bb55df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/close","description":"<p><strong>Non-production only.</strong> Transitions the identified RFI to <code>CLOSED</code> and dispatches the\n<code>v1.rfi.case.closed</code> webhook.</p>\n<p>See the <a href=\"/docs/guides/responding-to-rfi/testing\">sandbox testing guide</a>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","rfi",":rfiId","close"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[{"id":"cc504ad5-02f9-413f-a0b7-10aaa736aa4f","description":{"content":"<p>(Required) RFI identifier</p>\n","type":"text/plain"},"type":"any","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","key":"rfiId"}]}},"response":[{"id":"7584f0ac-1840-4997-8198-7949293e9060","name":"RFI closed; the corresponding webhook has been dispatched.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/close","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","close"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"6ecd9d7f-88a5-49e7-8f62-c147717f5cd2","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/close","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","close"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"85103467-fd24-4c8d-96d4-3213f0453c0b","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/close","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","close"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"d4db5272-b1e9-4a2f-b660-0b95ca0a20ed","name":"Forbidden","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/close","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","close"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"1d1fdde6-afde-47ff-95f2-556563ed16c2","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/close","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","close"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"904d213b-c0b0-4012-bf6e-4d1bfc4ee71a","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/close","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","close"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"2097f98f-986e-4f42-9cf6-ffcf54bb55df"},{"name":"Cancel an RFI (Sandbox)","id":"3346a576-9790-4292-b0b9-3d7ca691d7ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cancellationReason\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/cancel","description":"<p><strong>Non-production only.</strong> Transitions the identified RFI to <code>CANCELLED</code> and dispatches the\n<code>v1.rfi.case.cancelled</code> webhook.</p>\n<p>See the <a href=\"/docs/guides/responding-to-rfi/testing\">sandbox testing guide</a>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","rfi",":rfiId","cancel"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[{"id":"86ea2d56-6e46-44bc-abb5-e8af6c624d39","description":{"content":"<p>(Required) RFI identifier</p>\n","type":"text/plain"},"type":"any","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","key":"rfiId"}]}},"response":[{"id":"a7b981af-a84f-4765-92f2-fa1c0c4197b1","name":"RFI cancelled; the corresponding webhook has been dispatched.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"}],"body":{"mode":"raw","raw":"{\n  \"cancellationReason\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/cancel","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","cancel"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"ed4ac08e-6bc6-4503-9c2e-bbb7b19d4498","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cancellationReason\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/cancel","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","cancel"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"18990232-accd-471d-b968-e78b3c705429","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cancellationReason\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/cancel","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","cancel"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"e85dcb33-ff5d-4f9c-8243-31562df98865","name":"Forbidden","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cancellationReason\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/cancel","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","cancel"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"a6667472-cef8-435d-ab24-2743e0d0dafa","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cancellationReason\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/cancel","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","cancel"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"07849fe9-addb-498d-99fa-d1b57c480d1f","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cancellationReason\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId/cancel","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId","cancel"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"3346a576-9790-4292-b0b9-3d7ca691d7ad"},{"name":"Open an RFI (Sandbox)","id":"e113492a-a1ea-4b05-9218-dc814509dc92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"subjectId\": \"27e04e7c-2f81-c83b-b768-8e59756e84b8\",\n  \"subjectType\": \"MULTI_TRANSACTION\",\n  \"subjectReference\": \"string\",\n  \"customerDisplayMessage\": \"string\",\n  \"questions\": [\n    {\n      \"prompt\": \"string\"\n    },\n    {\n      \"prompt\": \"string\"\n    }\n  ],\n  \"documentRequests\": [\n    {\n      \"customLabel\": \"string\",\n      \"perItemDisplayMessage\": \"string\"\n    },\n    {\n      \"customLabel\": \"string\",\n      \"perItemDisplayMessage\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/rfi/open","description":"<p><strong>Non-production only.</strong> Opens a new RFI against the calling partner's account and\ndispatches the <code>v1.rfi.case.opened</code> webhook. The owning account is resolved from the\n<code>AccountId</code> header. Partners cannot open an RFI on another partner's account.</p>\n<p>At least one question or one document request must be provided.</p>\n<p>See the <a href=\"/docs/guides/responding-to-rfi/testing\">sandbox testing guide</a>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","rfi","open"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[]}},"response":[{"id":"faa33c43-4327-437f-a73e-68a23dc13ed5","name":"OK","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account on which to open the RFI","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"subjectId\": \"c901decb-d8e4-4089-5d7f-d936b5300e2a\",\n  \"subjectType\": \"MULTI_TRANSACTION\",\n  \"subjectReference\": \"string\",\n  \"customerDisplayMessage\": \"string\",\n  \"questions\": [\n    {\n      \"prompt\": \"string\"\n    },\n    {\n      \"prompt\": \"string\"\n    }\n  ],\n  \"documentRequests\": [\n    {\n      \"customLabel\": \"string\",\n      \"perItemDisplayMessage\": \"string\"\n    },\n    {\n      \"customLabel\": \"string\",\n      \"perItemDisplayMessage\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/rfi/open"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"81415f2e-06eb-4548-9aff-982e38a114f5\",\n  \"caseNumber\": \"string\",\n  \"subjectType\": \"TRANSACTION\",\n  \"subjectId\": \"4a76ee78-fd51-24b4-c659-06fa97aed17d\",\n  \"subjectReference\": \"string\",\n  \"accountId\": \"7f563035-337b-e747-441a-feb2bbd6f471\",\n  \"status\": \"OPEN\",\n  \"customerDisplayMessage\": \"string\",\n  \"lastRespondedAt\": \"2022-02-28T03:51:25.956Z\",\n  \"closedAt\": \"1976-09-14T13:34:42.374Z\",\n  \"cancelledAt\": \"2009-10-23T05:26:55.982Z\",\n  \"createdAt\": \"1952-12-01T04:42:49.658Z\",\n  \"questions\": [\n    {\n      \"id\": \"2dd9ef88-1908-4736-85ad-343ff4c4f6c6\",\n      \"prompt\": \"string\",\n      \"displayOrder\": 1621,\n      \"answer\": \"string\",\n      \"answeredAt\": \"1957-08-26T22:53:45.896Z\"\n    },\n    {\n      \"id\": \"a59e14e0-1cbe-43fd-6b6f-540274a58431\",\n      \"prompt\": \"string\",\n      \"displayOrder\": 5953,\n      \"answer\": \"string\",\n      \"answeredAt\": \"1967-06-01T11:05:51.458Z\"\n    }\n  ],\n  \"documentRequests\": [\n    {\n      \"id\": \"ee8230c8-9199-cac5-6fa0-df59006d5f9b\",\n      \"documentTypeId\": \"858e80d8-46a5-df3f-076c-e5a225d488b7\",\n      \"displayTitle\": \"string\",\n      \"customLabel\": \"string\",\n      \"perItemDisplayMessage\": \"string\",\n      \"displayOrder\": 2999,\n      \"documentId\": \"6928817a-1971-0627-9125-1c83b4530dc2\",\n      \"documentStatus\": \"VALIDATION_WARNINGS\",\n      \"documentUploads\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ]\n    },\n    {\n      \"id\": \"193ac1e5-428b-83f3-71e9-474c582485f2\",\n      \"documentTypeId\": \"1c2c60a6-2566-5186-1dff-2413a2096d43\",\n      \"displayTitle\": \"string\",\n      \"customLabel\": \"string\",\n      \"perItemDisplayMessage\": \"string\",\n      \"displayOrder\": 1369,\n      \"documentId\": \"6710a5ef-b86d-8d46-c9aa-3d8bfa42f00c\",\n      \"documentStatus\": \"PENDING_REVIEW\",\n      \"documentUploads\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ]\n    }\n  ]\n}"},{"id":"014e0b4b-4d84-433f-b988-707f36733b2e","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account on which to open the RFI","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"subjectId\": \"c901decb-d8e4-4089-5d7f-d936b5300e2a\",\n  \"subjectType\": \"MULTI_TRANSACTION\",\n  \"subjectReference\": \"string\",\n  \"customerDisplayMessage\": \"string\",\n  \"questions\": [\n    {\n      \"prompt\": \"string\"\n    },\n    {\n      \"prompt\": \"string\"\n    }\n  ],\n  \"documentRequests\": [\n    {\n      \"customLabel\": \"string\",\n      \"perItemDisplayMessage\": \"string\"\n    },\n    {\n      \"customLabel\": \"string\",\n      \"perItemDisplayMessage\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/rfi/open"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"6e35d460-bcc3-4ef0-bfc4-86a919e0c742","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account on which to open the RFI","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"subjectId\": \"c901decb-d8e4-4089-5d7f-d936b5300e2a\",\n  \"subjectType\": \"MULTI_TRANSACTION\",\n  \"subjectReference\": \"string\",\n  \"customerDisplayMessage\": \"string\",\n  \"questions\": [\n    {\n      \"prompt\": \"string\"\n    },\n    {\n      \"prompt\": \"string\"\n    }\n  ],\n  \"documentRequests\": [\n    {\n      \"customLabel\": \"string\",\n      \"perItemDisplayMessage\": \"string\"\n    },\n    {\n      \"customLabel\": \"string\",\n      \"perItemDisplayMessage\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/rfi/open"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"76167f9b-84c2-4281-b518-fe0e377e48bf","name":"Forbidden","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account on which to open the RFI","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"subjectId\": \"c901decb-d8e4-4089-5d7f-d936b5300e2a\",\n  \"subjectType\": \"MULTI_TRANSACTION\",\n  \"subjectReference\": \"string\",\n  \"customerDisplayMessage\": \"string\",\n  \"questions\": [\n    {\n      \"prompt\": \"string\"\n    },\n    {\n      \"prompt\": \"string\"\n    }\n  ],\n  \"documentRequests\": [\n    {\n      \"customLabel\": \"string\",\n      \"perItemDisplayMessage\": \"string\"\n    },\n    {\n      \"customLabel\": \"string\",\n      \"perItemDisplayMessage\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/rfi/open"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"dda382d9-33c8-4c0b-aa24-fc3eb0c8e610","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account on which to open the RFI","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"subjectId\": \"c901decb-d8e4-4089-5d7f-d936b5300e2a\",\n  \"subjectType\": \"MULTI_TRANSACTION\",\n  \"subjectReference\": \"string\",\n  \"customerDisplayMessage\": \"string\",\n  \"questions\": [\n    {\n      \"prompt\": \"string\"\n    },\n    {\n      \"prompt\": \"string\"\n    }\n  ],\n  \"documentRequests\": [\n    {\n      \"customLabel\": \"string\",\n      \"perItemDisplayMessage\": \"string\"\n    },\n    {\n      \"customLabel\": \"string\",\n      \"perItemDisplayMessage\": \"string\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/rfi/open"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"e113492a-a1ea-4b05-9218-dc814509dc92"},{"name":"Decline an RFI document (Sandbox)","id":"84a3548f-2673-4e22-bff7-6f3cdeaa11fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/rfi/documents/:documentId/decline","description":"<p><strong>Non-production only.</strong> Marks the RFI document as <code>DECLINED</code> and dispatches the\n<code>v1.rfi.document.declined</code> webhook.</p>\n<p>See the <a href=\"/docs/guides/responding-to-rfi/testing\">sandbox testing guide</a>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","rfi","documents",":documentId","decline"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[{"id":"3411c857-bc25-4632-9141-d4f3c6906546","description":{"content":"<p>(Required) ID of the RFI document to decline</p>\n","type":"text/plain"},"type":"any","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","key":"documentId"}]}},"response":[{"id":"b865d788-d007-4659-8da1-77e03ec5003b","name":"Document declined; the corresponding webhook has been dispatched.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI document belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/documents/:documentId/decline","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi","documents",":documentId","decline"],"variable":[{"key":"documentId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) ID of the RFI document to decline"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"1ebb2c66-3743-4fba-9cde-eab701b7c063","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI document belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/documents/:documentId/decline","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi","documents",":documentId","decline"],"variable":[{"key":"documentId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) ID of the RFI document to decline"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"c297a5d8-78f5-4d94-a994-043ef9504e6b","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI document belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/documents/:documentId/decline","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi","documents",":documentId","decline"],"variable":[{"key":"documentId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) ID of the RFI document to decline"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"3b304088-1632-42b8-9e64-e37245084fa4","name":"Forbidden","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI document belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/documents/:documentId/decline","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi","documents",":documentId","decline"],"variable":[{"key":"documentId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) ID of the RFI document to decline"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"cb6ec2a1-4cee-4adf-8d2c-b93f0f13705f","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI document belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/documents/:documentId/decline","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi","documents",":documentId","decline"],"variable":[{"key":"documentId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) ID of the RFI document to decline"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"82d12f73-6e75-4624-9fc5-fe12d96bed63","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI document belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/documents/:documentId/decline","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi","documents",":documentId","decline"],"variable":[{"key":"documentId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) ID of the RFI document to decline"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"84a3548f-2673-4e22-bff7-6f3cdeaa11fc"},{"name":"Approve an RFI document (Sandbox)","id":"538cdd14-c76c-4523-b7a5-400a5cea7130","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/rfi/documents/:documentId/approve","description":"<p><strong>Non-production only.</strong> Marks the RFI document as <code>APPROVED</code> and dispatches the\n<code>v1.rfi.document.approved</code> webhook.</p>\n<p>See the <a href=\"/docs/guides/responding-to-rfi/testing\">sandbox testing guide</a>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","rfi","documents",":documentId","approve"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[{"id":"ba8057dd-192b-4665-bf15-16e8760f761a","description":{"content":"<p>(Required) ID of the RFI document to approve</p>\n","type":"text/plain"},"type":"any","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","key":"documentId"}]}},"response":[{"id":"16dabf09-8dc0-4c8d-b483-4a621e05dcae","name":"Document approved; the corresponding webhook has been dispatched.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI document belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/documents/:documentId/approve","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi","documents",":documentId","approve"],"variable":[{"key":"documentId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) ID of the RFI document to approve"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"2f552841-b2ee-4b57-a321-5323f5d2e96f","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI document belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/documents/:documentId/approve","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi","documents",":documentId","approve"],"variable":[{"key":"documentId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) ID of the RFI document to approve"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"7ed020d4-ba53-4ea7-8e9d-c8d434ec0df3","name":"Forbidden","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI document belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/documents/:documentId/approve","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi","documents",":documentId","approve"],"variable":[{"key":"documentId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) ID of the RFI document to approve"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"63bb7743-7229-4862-b0c1-5ce692aed817","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI document belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/documents/:documentId/approve","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi","documents",":documentId","approve"],"variable":[{"key":"documentId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) ID of the RFI document to approve"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"d9888e23-ce2a-453b-9f2e-506892fc2ec7","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI document belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/documents/:documentId/approve","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi","documents",":documentId","approve"],"variable":[{"key":"documentId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) ID of the RFI document to approve"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"538cdd14-c76c-4523-b7a5-400a5cea7130"},{"name":"List RFIs","id":"a27c23cc-53aa-430b-a8bd-ce80f49f6513","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/rfi?includeTerminal=false","description":"<p>Returns RFI cases raised against the account. By default only OPEN RFIs are returned; set <code>includeTerminal=true</code> to also include CLOSED and CANCELLED cases.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","rfi"],"host":["https://sandbox-api.hubpay.io"],"query":[{"description":{"content":"<p>If true, includes CLOSED and CANCELLED RFIs alongside OPEN ones. Defaults to false.</p>\n","type":"text/plain"},"key":"includeTerminal","value":"false"}],"variable":[]}},"response":[{"id":"6bf7a8b3-2e5b-48f5-9533-5bdea970755d","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFIs belong to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi?includeTerminal=false","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi"],"query":[{"key":"includeTerminal","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"e0efd3db-7166-45ef-8759-4ad532de407e\",\n    \"caseNumber\": \"string\",\n    \"subjectType\": \"TRANSACTION\",\n    \"subjectId\": \"0d270217-c2c2-5cc9-d923-5e129785cb7e\",\n    \"subjectReference\": \"string\",\n    \"accountId\": \"b3fc91d3-ea5a-bee1-d64e-0dcc47ac3d60\",\n    \"status\": \"CANCELLED\",\n    \"customerDisplayMessage\": \"string\",\n    \"lastRespondedAt\": \"1961-07-18T19:57:30.693Z\",\n    \"createdAt\": \"1991-10-23T15:15:16.612Z\"\n  },\n  {\n    \"id\": \"bd6293db-d290-b10a-a434-5e3df4ac59e8\",\n    \"caseNumber\": \"string\",\n    \"subjectType\": \"MULTI_TRANSACTION\",\n    \"subjectId\": \"7f078b81-bb73-5ae5-3db7-80bebc736a4d\",\n    \"subjectReference\": \"string\",\n    \"accountId\": \"6c8f7bf6-dd3a-d1a4-4a3c-f0419b1b4eeb\",\n    \"status\": \"OPEN\",\n    \"customerDisplayMessage\": \"string\",\n    \"lastRespondedAt\": \"2015-07-18T19:54:25.607Z\",\n    \"createdAt\": \"2006-10-09T16:41:47.200Z\"\n  }\n]"},{"id":"5cb09cba-2b65-4b5a-a7b6-3145aed9c4b1","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFIs belong to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi?includeTerminal=false","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi"],"query":[{"key":"includeTerminal","value":"false"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"6b84644d-af96-4dd2-91ea-1b86d9c98138","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFIs belong to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi?includeTerminal=false","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi"],"query":[{"key":"includeTerminal","value":"false"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"af573b38-0838-401a-b6e2-de1d4ff5fbcb","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFIs belong to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi?includeTerminal=false","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi"],"query":[{"key":"includeTerminal","value":"false"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"9ebd5f22-e2b0-45d4-ae0e-33cb21a16b8d","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFIs belong to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi?includeTerminal=false","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi"],"query":[{"key":"includeTerminal","value":"false"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"ba2629c4-8688-4944-a5ff-e45f094c8176","name":"Method Not Allowed","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFIs belong to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi?includeTerminal=false","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi"],"query":[{"key":"includeTerminal","value":"false"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"be0613ad-1d4f-444d-aaec-816b023028ae","name":"Too Many Requests","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFIs belong to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi?includeTerminal=false","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi"],"query":[{"key":"includeTerminal","value":"false"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"e842e41a-8dfb-47a4-93b4-c4a306182046","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFIs belong to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi?includeTerminal=false","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi"],"query":[{"key":"includeTerminal","value":"false"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"a27c23cc-53aa-430b-a8bd-ce80f49f6513"},{"name":"Get RFI","id":"607f119f-c1ea-4eb0-a468-2338f96d359d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId","description":"<p>Returns the full RFI case, including questions and document requests.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","rfi",":rfiId"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[{"id":"bf35602e-bc78-45d3-aeae-33c298d35bc3","description":{"content":"<p>(Required) RFI identifier</p>\n","type":"text/plain"},"type":"any","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","key":"rfiId"}]}},"response":[{"id":"15082cb4-897d-402b-904f-9750aea2af98","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"81415f2e-06eb-4548-9aff-982e38a114f5\",\n  \"caseNumber\": \"string\",\n  \"subjectType\": \"TRANSACTION\",\n  \"subjectId\": \"4a76ee78-fd51-24b4-c659-06fa97aed17d\",\n  \"subjectReference\": \"string\",\n  \"accountId\": \"7f563035-337b-e747-441a-feb2bbd6f471\",\n  \"status\": \"OPEN\",\n  \"customerDisplayMessage\": \"string\",\n  \"lastRespondedAt\": \"2022-02-28T03:51:25.956Z\",\n  \"closedAt\": \"1976-09-14T13:34:42.374Z\",\n  \"cancelledAt\": \"2009-10-23T05:26:55.982Z\",\n  \"createdAt\": \"1952-12-01T04:42:49.658Z\",\n  \"questions\": [\n    {\n      \"id\": \"2dd9ef88-1908-4736-85ad-343ff4c4f6c6\",\n      \"prompt\": \"string\",\n      \"displayOrder\": 1621,\n      \"answer\": \"string\",\n      \"answeredAt\": \"1957-08-26T22:53:45.896Z\"\n    },\n    {\n      \"id\": \"a59e14e0-1cbe-43fd-6b6f-540274a58431\",\n      \"prompt\": \"string\",\n      \"displayOrder\": 5953,\n      \"answer\": \"string\",\n      \"answeredAt\": \"1967-06-01T11:05:51.458Z\"\n    }\n  ],\n  \"documentRequests\": [\n    {\n      \"id\": \"ee8230c8-9199-cac5-6fa0-df59006d5f9b\",\n      \"documentTypeId\": \"858e80d8-46a5-df3f-076c-e5a225d488b7\",\n      \"displayTitle\": \"string\",\n      \"customLabel\": \"string\",\n      \"perItemDisplayMessage\": \"string\",\n      \"displayOrder\": 2999,\n      \"documentId\": \"6928817a-1971-0627-9125-1c83b4530dc2\",\n      \"documentStatus\": \"VALIDATION_WARNINGS\",\n      \"documentUploads\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ]\n    },\n    {\n      \"id\": \"193ac1e5-428b-83f3-71e9-474c582485f2\",\n      \"documentTypeId\": \"1c2c60a6-2566-5186-1dff-2413a2096d43\",\n      \"displayTitle\": \"string\",\n      \"customLabel\": \"string\",\n      \"perItemDisplayMessage\": \"string\",\n      \"displayOrder\": 1369,\n      \"documentId\": \"6710a5ef-b86d-8d46-c9aa-3d8bfa42f00c\",\n      \"documentStatus\": \"PENDING_REVIEW\",\n      \"documentUploads\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ]\n    }\n  ]\n}"},{"id":"71dccfb3-6f46-4b90-940f-7a92f1c33bec","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"d1082b94-af28-40b3-804d-ae14ca7f656a","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"e3ee36e5-8962-4723-b3a9-c06a81c5a345","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"8365f4d1-7a56-4360-bc0c-c830d204b05d","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"34cdb733-55fa-45fe-a121-952ffca38c2b","name":"Method Not Allowed","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"689d85e5-d59a-4653-b85e-e6d4ef00cd01","name":"Too Many Requests","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"35bad833-185d-409f-a814-0858e2bf4f36","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account the RFI belongs to","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/rfi/:rfiId","host":["https://sandbox-api.hubpay.io"],"path":["v1","rfi",":rfiId"],"variable":[{"key":"rfiId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) RFI identifier"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"607f119f-c1ea-4eb0-a468-2338f96d359d"}],"id":"9ed073b3-d1cf-46cd-bc45-a3cffadc72bf","description":"<p>Operations for fetching and responding to RFI (Request For Information) cases</p>\n","_postman_id":"9ed073b3-d1cf-46cd-bc45-a3cffadc72bf","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}}},{"name":"Payments","item":[{"name":"Create payments","id":"ca3b1911-56a7-4605-b5f3-1f46e2ac61ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"payments\": [\n    {\n      \"amount\": {\n        \"amount\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"currency\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"beneficiaryId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n      \"externalId\": \"EXT123\",\n      \"purposeOfPayment\": \"PERSONAL_TRANSFER\",\n      \"quoteId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n      \"reference\": \"REF123\",\n      \"documentReference\": \"DOC123\",\n      \"document\": {\n        \"base64EncodedFile\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"mediaType\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"name\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/payments","description":"<p>Initiate a new payment request with the provided details</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","payments"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[]}},"response":[{"id":"c769d408-688b-43dd-b633-58de417df6e0","name":"Created","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"payments\": [\n    {\n      \"amount\": {\n        \"amount\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"currency\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"beneficiaryId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n      \"externalId\": \"EXT123\",\n      \"purposeOfPayment\": \"PERSONAL_TRANSFER\",\n      \"quoteId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n      \"reference\": \"REF123\",\n      \"documentReference\": \"DOC123\",\n      \"document\": {\n        \"base64EncodedFile\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"mediaType\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"name\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/payments"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"content\": [\n    {\n      \"amount\": {\n        \"amount\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"currency\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"beneficiaryId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n      \"createdAt\": \"2023-01-01T00:00:00Z\",\n      \"externalId\": \"EXT123\",\n      \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n      \"purposeOfPayment\": \"SALARY_PAYMENT\",\n      \"quoteId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n      \"reference\": \"REF123\",\n      \"status\": {\n        \"state\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"reason\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"complete\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"completedAt\": \"2023-01-01T00:00:00Z\",\n      \"documentReference\": \"DOC123\",\n      \"document\": {\n        \"mediaType\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"name\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"paymentProperties\": {}\n    },\n    {\n      \"amount\": {\n        \"amount\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"currency\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"beneficiaryId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n      \"createdAt\": \"2023-01-01T00:00:00Z\",\n      \"externalId\": \"EXT123\",\n      \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n      \"purposeOfPayment\": \"PERSONAL_TRANSFER\",\n      \"quoteId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n      \"reference\": \"REF123\",\n      \"status\": {\n        \"state\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"reason\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"complete\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"completedAt\": \"2023-01-01T00:00:00Z\",\n      \"documentReference\": \"DOC123\",\n      \"document\": {\n        \"mediaType\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"name\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"paymentProperties\": {}\n    }\n  ],\n  \"page\": {\n    \"size\": 399,\n    \"number\": 5884,\n    \"totalElements\": 59,\n    \"totalPages\": 7446\n  }\n}"},{"id":"25378e00-4745-4a6b-a497-18853925443b","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"payments\": [\n    {\n      \"amount\": {\n        \"amount\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"currency\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"beneficiaryId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n      \"externalId\": \"EXT123\",\n      \"purposeOfPayment\": \"PERSONAL_TRANSFER\",\n      \"quoteId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n      \"reference\": \"REF123\",\n      \"documentReference\": \"DOC123\",\n      \"document\": {\n        \"base64EncodedFile\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"mediaType\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"name\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/payments"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"90e782b6-22f3-4059-bc42-846b20355588","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"payments\": [\n    {\n      \"amount\": {\n        \"amount\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"currency\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"beneficiaryId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n      \"externalId\": \"EXT123\",\n      \"purposeOfPayment\": \"PERSONAL_TRANSFER\",\n      \"quoteId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n      \"reference\": \"REF123\",\n      \"documentReference\": \"DOC123\",\n      \"document\": {\n        \"base64EncodedFile\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"mediaType\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"name\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/payments"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"e1dc959f-622f-4bf7-9ce4-c13f424e70f9","name":"Forbidden","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"payments\": [\n    {\n      \"amount\": {\n        \"amount\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"currency\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"beneficiaryId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n      \"externalId\": \"EXT123\",\n      \"purposeOfPayment\": \"PERSONAL_TRANSFER\",\n      \"quoteId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n      \"reference\": \"REF123\",\n      \"documentReference\": \"DOC123\",\n      \"document\": {\n        \"base64EncodedFile\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"mediaType\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"name\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/payments"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"31905097-d052-484d-b2d6-d9073dea011f","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"payments\": [\n    {\n      \"amount\": {\n        \"amount\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"currency\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"beneficiaryId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n      \"externalId\": \"EXT123\",\n      \"purposeOfPayment\": \"PERSONAL_TRANSFER\",\n      \"quoteId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n      \"reference\": \"REF123\",\n      \"documentReference\": \"DOC123\",\n      \"document\": {\n        \"base64EncodedFile\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"mediaType\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"name\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/payments"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"0182b11f-c607-4a2e-a3e3-88f410124aed","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"payments\": [\n    {\n      \"amount\": {\n        \"amount\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"currency\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"beneficiaryId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n      \"externalId\": \"EXT123\",\n      \"purposeOfPayment\": \"PERSONAL_TRANSFER\",\n      \"quoteId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n      \"reference\": \"REF123\",\n      \"documentReference\": \"DOC123\",\n      \"document\": {\n        \"base64EncodedFile\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"mediaType\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"name\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/payments"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"dbb797be-f14c-4b05-9abb-1e3a160a8675","name":"Conflict","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"payments\": [\n    {\n      \"amount\": {\n        \"amount\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"currency\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"beneficiaryId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n      \"externalId\": \"EXT123\",\n      \"purposeOfPayment\": \"PERSONAL_TRANSFER\",\n      \"quoteId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n      \"reference\": \"REF123\",\n      \"documentReference\": \"DOC123\",\n      \"document\": {\n        \"base64EncodedFile\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"mediaType\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"name\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/payments"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"f7752826-587f-4a26-a2f8-2ef02c7be7ce","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"payments\": [\n    {\n      \"amount\": {\n        \"amount\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"currency\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"beneficiaryId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n      \"externalId\": \"EXT123\",\n      \"purposeOfPayment\": \"PERSONAL_TRANSFER\",\n      \"quoteId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n      \"reference\": \"REF123\",\n      \"documentReference\": \"DOC123\",\n      \"document\": {\n        \"base64EncodedFile\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"mediaType\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"name\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/payments"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"2b6727a7-12ed-49a2-af6d-2bfe7e7f92c3","name":"Too Many Requests","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"payments\": [\n    {\n      \"amount\": {\n        \"amount\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"currency\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"beneficiaryId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n      \"externalId\": \"EXT123\",\n      \"purposeOfPayment\": \"PERSONAL_TRANSFER\",\n      \"quoteId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n      \"reference\": \"REF123\",\n      \"documentReference\": \"DOC123\",\n      \"document\": {\n        \"base64EncodedFile\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"mediaType\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"name\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/payments"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"d3a58c9d-349c-4137-8126-cc289f7afd31","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"payments\": [\n    {\n      \"amount\": {\n        \"amount\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"currency\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"beneficiaryId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n      \"externalId\": \"EXT123\",\n      \"purposeOfPayment\": \"PERSONAL_TRANSFER\",\n      \"quoteId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n      \"reference\": \"REF123\",\n      \"documentReference\": \"DOC123\",\n      \"document\": {\n        \"base64EncodedFile\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"mediaType\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"name\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/payments"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"ca3b1911-56a7-4605-b5f3-1f46e2ac61ad"},{"name":"Create a payment quote","id":"1207f830-295e-4183-be69-8b2b87d6b28e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"country\": \"AE\",\n  \"currency\": \"AED\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/payments/quote","description":"<p>Initiate a new payment quote request with the provided details</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","payments","quote"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[]}},"response":[{"id":"99923014-df4f-45ee-b152-67023cfd7194","name":"Created","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"country\": \"AE\",\n  \"currency\": \"AED\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/payments/quote"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fee\": {\n    \"amount\": 100,\n    \"currency\": \"USD\"\n  },\n  \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n}"},{"id":"faa321ba-4c34-40c0-90bc-98378587af28","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"country\": \"AE\",\n  \"currency\": \"AED\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/payments/quote"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"598a8b81-505a-4b1e-ab4f-039bcd3c5fbe","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"country\": \"AE\",\n  \"currency\": \"AED\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/payments/quote"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"7117ed42-1914-4472-8456-667fdea5f8e0","name":"Forbidden","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"country\": \"AE\",\n  \"currency\": \"AED\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/payments/quote"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"dbb20ba3-987e-4256-9ce4-41e03d69d589","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"country\": \"AE\",\n  \"currency\": \"AED\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/payments/quote"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"63d2955f-aae6-4fb3-8f10-697a747412a6","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"country\": \"AE\",\n  \"currency\": \"AED\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/payments/quote"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"b3ade6c4-7549-4696-9ced-7403c1e95551","name":"Conflict","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"country\": \"AE\",\n  \"currency\": \"AED\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/payments/quote"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"a51e9220-b5d9-4e06-9b8e-7eb191c4cbdd","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"country\": \"AE\",\n  \"currency\": \"AED\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/payments/quote"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"0fd013e2-e654-4e4a-947b-db399f9816a5","name":"Too Many Requests","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"country\": \"AE\",\n  \"currency\": \"AED\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/payments/quote"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"cef43636-7ada-4fd1-8ea7-0dd359b8e6e7","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"country\": \"AE\",\n  \"currency\": \"AED\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/payments/quote"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"1207f830-295e-4183-be69-8b2b87d6b28e"},{"name":"Get a payment","id":"bdfc5ded-7a46-4dc9-bd39-fba97cdaa6fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/payments/:id","description":"<p>Retrieve a single payment by id</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","payments",":id"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[{"id":"d2c9369d-3360-46c2-9a41-df8cdaa102f2","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"2e0bff81-e4bc-46d0-aa53-6d2bd3bc0149","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/payments/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","payments",":id"],"variable":[{"key":"id","value":"string","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"amount\": {\n    \"amount\": 100,\n    \"currency\": \"USD\"\n  },\n  \"beneficiaryId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n  \"createdAt\": \"2023-01-01T00:00:00Z\",\n  \"externalId\": \"EXT123\",\n  \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n  \"purposeOfPayment\": \"LOAN_PAYMENT\",\n  \"quoteId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n  \"reference\": \"REF123\",\n  \"status\": {\n    \"state\": \"DRAFT\",\n    \"reason\": \"string\",\n    \"complete\": false\n  },\n  \"completedAt\": \"2023-01-01T00:00:00Z\",\n  \"documentReference\": \"DOC123\",\n  \"document\": {\n    \"mediaType\": \"application/pdf\",\n    \"name\": \"document.pdf\"\n  },\n  \"paymentProperties\": {}\n}"},{"id":"c120dab0-0f06-4fa0-828c-cc994710f5d4","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/payments/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","payments",":id"],"variable":[{"key":"id","value":"string","description":"(Required) "}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"5fa73de4-31fc-42b1-bfa3-7b43c7c2ce6e","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/payments/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","payments",":id"],"variable":[{"key":"id","value":"string","description":"(Required) "}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"c42682ca-8809-4b62-8536-112113b4dad1","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/payments/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","payments",":id"],"variable":[{"key":"id","value":"string","description":"(Required) "}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"caeb238c-a34b-4399-9119-373aca945a6e","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/payments/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","payments",":id"],"variable":[{"key":"id","value":"string","description":"(Required) "}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"617ddd5e-058a-4fb3-b2dc-f5ef265fdb72","name":"Method Not Allowed","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/payments/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","payments",":id"],"variable":[{"key":"id","value":"string","description":"(Required) "}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"9b2d1f8f-b006-4704-bb8b-0de8ad31dc69","name":"Too Many Requests","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/payments/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","payments",":id"],"variable":[{"key":"id","value":"string","description":"(Required) "}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"6ffa3178-6fca-4bf5-9dd9-9a9243edf94f","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/payments/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","payments",":id"],"variable":[{"key":"id","value":"string","description":"(Required) "}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"bdfc5ded-7a46-4dc9-bd39-fba97cdaa6fb"}],"id":"ee82920c-c763-49a8-a8f0-e55d17173798","description":"<p>Operations related to Payments</p>\n","_postman_id":"ee82920c-c763-49a8-a8f0-e55d17173798","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}}},{"name":"Funding accounts","item":[{"name":"Retrieve funding accounts per currency","id":"ba43e8b7-6c49-48fa-9bb0-e3d315258869","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/funding-accounts?currency=AED","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","funding-accounts"],"host":["https://sandbox-api.hubpay.io"],"query":[{"description":{"content":"<p>(Required) Required query param to filter funding accounts by currency</p>\n","type":"text/plain"},"key":"currency","value":"AED"}],"variable":[]}},"response":[{"id":"3b4fb711-06bf-4b18-b19a-b87362add157","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/funding-accounts?currency=AED","host":["https://sandbox-api.hubpay.io"],"path":["v1","funding-accounts"],"query":[{"key":"currency","value":"AED"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"accountNumber\": \"string\",\n    \"routingCode\": \"string\",\n    \"accountName\": \"string\",\n    \"bankName\": \"string\",\n    \"bankAddress\": \"string\",\n    \"currency\": \"string\",\n    \"paymentMethod\": \"ACH Payment\"\n  },\n  {\n    \"accountNumber\": \"string\",\n    \"routingCode\": \"string\",\n    \"accountName\": \"string\",\n    \"bankName\": \"string\",\n    \"bankAddress\": \"string\",\n    \"currency\": \"string\",\n    \"paymentMethod\": \"Local Payment\"\n  }\n]"},{"id":"49208357-30aa-4f45-85ea-b2d7108f34be","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/funding-accounts?currency=AED","host":["https://sandbox-api.hubpay.io"],"path":["v1","funding-accounts"],"query":[{"key":"currency","value":"AED"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"86802a9c-6447-4536-b966-9cc27e44f3ba","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/funding-accounts?currency=AED","host":["https://sandbox-api.hubpay.io"],"path":["v1","funding-accounts"],"query":[{"key":"currency","value":"AED"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"6a7ad40e-00c5-4f35-af4f-b27285469c37","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/funding-accounts?currency=AED","host":["https://sandbox-api.hubpay.io"],"path":["v1","funding-accounts"],"query":[{"key":"currency","value":"AED"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"143b5e06-63cd-4c18-b1ae-3ac3d8e19512","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/funding-accounts?currency=AED","host":["https://sandbox-api.hubpay.io"],"path":["v1","funding-accounts"],"query":[{"key":"currency","value":"AED"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"b8bf69dd-19af-4fd2-a128-77e90566a1f2","name":"Method Not Allowed","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/funding-accounts?currency=AED","host":["https://sandbox-api.hubpay.io"],"path":["v1","funding-accounts"],"query":[{"key":"currency","value":"AED"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"3ddf28dd-457b-458a-8fbf-7d3f0a1416cb","name":"Too Many Requests","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/funding-accounts?currency=AED","host":["https://sandbox-api.hubpay.io"],"path":["v1","funding-accounts"],"query":[{"key":"currency","value":"AED"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"99064220-3cb1-4eea-8568-86e6905f23cd","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/funding-accounts?currency=AED","host":["https://sandbox-api.hubpay.io"],"path":["v1","funding-accounts"],"query":[{"key":"currency","value":"AED"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"ba43e8b7-6c49-48fa-9bb0-e3d315258869"}],"id":"94ae09ab-6a9d-4ac4-8889-aed3a36a6651","description":"<p>Retrieval of funding accounts on currencies the account holding a wallet</p>\n","_postman_id":"94ae09ab-6a9d-4ac4-8889-aed3a36a6651","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}}},{"name":"Exchange","item":[{"name":"Get an exchange quote","id":"58d6b0d7-aaa7-4d59-b3a2-e655fb45d12f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"from\": {\n    \"amount\": 100,\n    \"currency\": \"USD\"\n  },\n  \"settlementDate\": \"2023-12-31\",\n  \"to\": {\n    \"amount\": 100,\n    \"currency\": \"USD\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/orders/exchange/quote","description":"<p>Retrieve a market price quote based on the provided request.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","orders","exchange","quote"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[]}},"response":[{"id":"c14fd0c1-0a7b-40bb-97aa-36c05b530ad6","name":"Created","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"from\": {\n    \"amount\": 100,\n    \"currency\": \"USD\"\n  },\n  \"settlementDate\": \"2023-12-31\",\n  \"to\": {\n    \"amount\": 100,\n    \"currency\": \"USD\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/orders/exchange/quote"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"expiresAt\": \"2023-12-31\",\n  \"from\": {\n    \"amount\": 100,\n    \"currency\": \"USD\"\n  },\n  \"id\": \"955de045-653c-5293-f063-ae5157a7a567\",\n  \"rate\": {\n    \"currencyPair\": \"string\",\n    \"price\": 196.20407169866016,\n    \"type\": \"BID\"\n  },\n  \"settlementDate\": \"2023-12-31\",\n  \"to\": {\n    \"amount\": 100,\n    \"currency\": \"USD\"\n  }\n}"},{"id":"a41fba7d-fb15-40dd-a753-b9d1dd8ce248","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"from\": {\n    \"amount\": 100,\n    \"currency\": \"USD\"\n  },\n  \"settlementDate\": \"2023-12-31\",\n  \"to\": {\n    \"amount\": 100,\n    \"currency\": \"USD\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/orders/exchange/quote"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"fcedaf80-29dc-4f0d-bbba-6927eeb3d016","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"from\": {\n    \"amount\": 100,\n    \"currency\": \"USD\"\n  },\n  \"settlementDate\": \"2023-12-31\",\n  \"to\": {\n    \"amount\": 100,\n    \"currency\": \"USD\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/orders/exchange/quote"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"d3749f6e-40bc-4e6a-b9aa-efce81e15fc5","name":"Forbidden","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"from\": {\n    \"amount\": 100,\n    \"currency\": \"USD\"\n  },\n  \"settlementDate\": \"2023-12-31\",\n  \"to\": {\n    \"amount\": 100,\n    \"currency\": \"USD\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/orders/exchange/quote"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"693e9e7a-be42-4987-b4ea-6206acfbee85","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"from\": {\n    \"amount\": 100,\n    \"currency\": \"USD\"\n  },\n  \"settlementDate\": \"2023-12-31\",\n  \"to\": {\n    \"amount\": 100,\n    \"currency\": \"USD\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/orders/exchange/quote"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"4b30c2ab-2a92-444b-ba57-5403cb835bb6","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"from\": {\n    \"amount\": 100,\n    \"currency\": \"USD\"\n  },\n  \"settlementDate\": \"2023-12-31\",\n  \"to\": {\n    \"amount\": 100,\n    \"currency\": \"USD\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/orders/exchange/quote"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"9c707fa4-9bcb-46e7-b5ab-3746312e28ab","name":"Conflict","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"from\": {\n    \"amount\": 100,\n    \"currency\": \"USD\"\n  },\n  \"settlementDate\": \"2023-12-31\",\n  \"to\": {\n    \"amount\": 100,\n    \"currency\": \"USD\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/orders/exchange/quote"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"5d3e0af0-ae9c-43a6-967e-fc98dd440682","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"from\": {\n    \"amount\": 100,\n    \"currency\": \"USD\"\n  },\n  \"settlementDate\": \"2023-12-31\",\n  \"to\": {\n    \"amount\": 100,\n    \"currency\": \"USD\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/orders/exchange/quote"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"c0fd15df-19a8-41b7-bf0e-aa38c0d56f35","name":"Too Many Requests","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"from\": {\n    \"amount\": 100,\n    \"currency\": \"USD\"\n  },\n  \"settlementDate\": \"2023-12-31\",\n  \"to\": {\n    \"amount\": 100,\n    \"currency\": \"USD\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/orders/exchange/quote"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"cf61a767-cce7-4f86-af58-f4af285e17db","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"from\": {\n    \"amount\": 100,\n    \"currency\": \"USD\"\n  },\n  \"settlementDate\": \"2023-12-31\",\n  \"to\": {\n    \"amount\": 100,\n    \"currency\": \"USD\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/orders/exchange/quote"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"58d6b0d7-aaa7-4d59-b3a2-e655fb45d12f"},{"name":"Make an order","id":"e84879ec-738e-4c2c-97a7-60eb88c6ffa5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"externalId\": \"clientGeneratedId\",\n  \"quoteId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/orders/exchange/confirm","description":"<p>Create an FX order based on the provided request.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","orders","exchange","confirm"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[]}},"response":[{"id":"60991d9d-cb09-4d81-9d4c-5683e4669344","name":"Created","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"externalId\": \"clientGeneratedId\",\n  \"quoteId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/orders/exchange/confirm"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"createdAt\": \"2023-01-01T00:00:00Z\",\n  \"exchangeStatus\": {\n    \"state\": \"SUBMITTED\",\n    \"reason\": \"FAILED\",\n    \"complete\": false\n  },\n  \"externalId\": \"EX123\",\n  \"from\": {\n    \"amount\": 100,\n    \"currency\": \"USD\"\n  },\n  \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n  \"rate\": {\n    \"currencyPair\": \"string\",\n    \"price\": 4994.085579886254,\n    \"type\": \"OFFER\"\n  },\n  \"settlementDate\": \"2023-12-31\",\n  \"shortId\": \"TR123\",\n  \"to\": {\n    \"amount\": 100,\n    \"currency\": \"USD\"\n  },\n  \"completedAt\": \"2023-01-02T00:00:00Z\"\n}"},{"id":"2c637112-858e-410c-8e66-1d7494afea92","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"externalId\": \"clientGeneratedId\",\n  \"quoteId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/orders/exchange/confirm"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"8cf793d2-f553-42e5-9566-deadf6027554","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"externalId\": \"clientGeneratedId\",\n  \"quoteId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/orders/exchange/confirm"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"50f41e1f-47d0-40ae-963b-d63e9570b544","name":"Forbidden","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"externalId\": \"clientGeneratedId\",\n  \"quoteId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/orders/exchange/confirm"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"6d5db8f1-0d83-4d8c-975b-ae547fdf2378","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"externalId\": \"clientGeneratedId\",\n  \"quoteId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/orders/exchange/confirm"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"78b272f8-4e77-4c1b-bc74-e8ec2d15ec2e","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"externalId\": \"clientGeneratedId\",\n  \"quoteId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/orders/exchange/confirm"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"5f0919be-fbf9-4be3-acc2-26a22420d9ae","name":"Conflict","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"externalId\": \"clientGeneratedId\",\n  \"quoteId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/orders/exchange/confirm"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"37f86a3e-f236-460a-af7a-4a994ce5d6d4","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"externalId\": \"clientGeneratedId\",\n  \"quoteId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/orders/exchange/confirm"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"b2f78c56-865c-4496-a07d-c1b4d8dd0f44","name":"Too Many Requests","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"externalId\": \"clientGeneratedId\",\n  \"quoteId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/orders/exchange/confirm"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"94ca53d6-03d9-4553-875c-b93a39a89657","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"externalId\": \"clientGeneratedId\",\n  \"quoteId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/orders/exchange/confirm"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"e84879ec-738e-4c2c-97a7-60eb88c6ffa5"},{"name":"Lookup an exchange by ID","id":"093c5d43-a11a-4cdb-8df8-1cace634df20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/orders/exchange/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","orders","exchange",":id"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[{"id":"75694d1c-59bb-4870-99e2-1b6996c85304","description":{"content":"<p>(Required) Unique identifier of the exchange</p>\n","type":"text/plain"},"type":"any","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","key":"id"}]}},"response":[{"id":"52c02041-dc92-49f2-9444-d98982443820","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/orders/exchange/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","orders","exchange",":id"],"variable":[{"key":"id","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the exchange"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"createdAt\": \"2023-01-01T00:00:00Z\",\n  \"exchangeStatus\": {\n    \"state\": \"SUBMITTED\",\n    \"reason\": \"FAILED\",\n    \"complete\": false\n  },\n  \"externalId\": \"EX123\",\n  \"from\": {\n    \"amount\": 100,\n    \"currency\": \"USD\"\n  },\n  \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n  \"rate\": {\n    \"currencyPair\": \"string\",\n    \"price\": 4994.085579886254,\n    \"type\": \"OFFER\"\n  },\n  \"settlementDate\": \"2023-12-31\",\n  \"shortId\": \"TR123\",\n  \"to\": {\n    \"amount\": 100,\n    \"currency\": \"USD\"\n  },\n  \"completedAt\": \"2023-01-02T00:00:00Z\"\n}"},{"id":"dc84c820-72f5-42e3-b3c6-5eece9e13ee0","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/orders/exchange/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","orders","exchange",":id"],"variable":[{"key":"id","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the exchange"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"6535c465-2fb7-4a3c-89a5-7306060f8baf","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/orders/exchange/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","orders","exchange",":id"],"variable":[{"key":"id","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the exchange"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"1f1c7f93-ad7a-4530-80c8-6f5585142c86","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/orders/exchange/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","orders","exchange",":id"],"variable":[{"key":"id","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the exchange"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"0beec6c5-b283-459a-bd40-cab13433eeb9","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/orders/exchange/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","orders","exchange",":id"],"variable":[{"key":"id","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the exchange"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"6d5fcc08-c2c4-4043-af3b-7e9d99d9923b","name":"Method Not Allowed","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/orders/exchange/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","orders","exchange",":id"],"variable":[{"key":"id","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the exchange"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"3184a0d2-068f-45b5-b0c5-84e391af81cf","name":"Too Many Requests","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/orders/exchange/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","orders","exchange",":id"],"variable":[{"key":"id","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the exchange"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"36f466b2-b016-45ee-bbe7-6b30665da372","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/orders/exchange/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","orders","exchange",":id"],"variable":[{"key":"id","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the exchange"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"093c5d43-a11a-4cdb-8df8-1cace634df20"}],"id":"96a8af1b-358b-4620-b110-f382f31a689a","description":"<p>Operations related to foreign exchange</p>\n","_postman_id":"96a8af1b-358b-4620-b110-f382f31a689a","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}}},{"name":"Beneficiaries","item":[{"name":"Get beneficiary","id":"4ff7dbab-aeb6-4282-9d06-f507f01631f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/beneficiaries/:id","description":"<p>Fetches the beneficiary details based on provided id</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","beneficiaries",":id"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[{"id":"11587a53-a94e-411f-80d0-b7b361391a89","description":{"content":"<p>(Required) Unique identifier of the beneficiary</p>\n","type":"text/plain"},"type":"any","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","key":"id"}]}},"response":[{"id":"c4fb9bc4-bf2e-4144-a368-e8793885e8bc","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/beneficiaries/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","beneficiaries",":id"],"variable":[{"key":"id","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the beneficiary"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"accountId\": \"2a0091ff-a23c-8915-2a39-98c254fe69f8\",\n  \"bankDetails\": {\n    \"accountNumber\": \"string\",\n    \"bankCountry\": \"AE\",\n    \"bic\": \"string\",\n    \"currency\": \"AED\",\n    \"bankCode\": \"BANK123\",\n    \"bankName\": \"string\",\n    \"bankBranchName\": \"string\",\n    \"bankAddress\": \"string\",\n    \"bankCity\": \"string\",\n    \"bankProvince\": \"string\",\n    \"bankPostalCode\": \"string\",\n    \"accountType\": \"SAVINGS\",\n    \"branchCode\": \"string\"\n  },\n  \"beneficiaryStatus\": \"VERIFIED\",\n  \"createdAt\": \"1955-03-06T12:05:09.825Z\",\n  \"externalId\": \"strin\",\n  \"id\": \"b4d4a07c-3fd4-3ba2-7bbc-dc4c23700cab\",\n  \"personalDetails\": {\n    \"addressLine1\": \"string\",\n    \"country\": \"AE\",\n    \"name\": \"string\",\n    \"type\": \"BUSINESS\",\n    \"addressLine2\": \"string\",\n    \"city\": \"string\",\n    \"province\": \"string\",\n    \"postalCode\": \"string\",\n    \"phoneNumber\": \"string\",\n    \"taxId\": \"string\",\n    \"idNumber\": \"string\",\n    \"contactName\": \"string\"\n  }\n}"},{"id":"8c2ced6b-aa7f-4595-a344-29e729721479","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/beneficiaries/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","beneficiaries",":id"],"variable":[{"key":"id","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the beneficiary"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"1e24a116-1821-4c56-8f5c-46e36819d963","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/beneficiaries/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","beneficiaries",":id"],"variable":[{"key":"id","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the beneficiary"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"cb986f06-791f-4ce8-954e-9608f65f126d","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/beneficiaries/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","beneficiaries",":id"],"variable":[{"key":"id","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the beneficiary"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"59d830c2-3bbd-40a0-aa71-7d7ef8376121","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/beneficiaries/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","beneficiaries",":id"],"variable":[{"key":"id","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the beneficiary"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"41a649c3-98aa-4a0e-999d-46288bfc0fbc","name":"Method Not Allowed","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/beneficiaries/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","beneficiaries",":id"],"variable":[{"key":"id","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the beneficiary"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"62c78de2-f8d5-483a-9a5a-c904ca9914d8","name":"Too Many Requests","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/beneficiaries/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","beneficiaries",":id"],"variable":[{"key":"id","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the beneficiary"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"da2c8481-ce15-4ee3-8740-2800ac28ed61","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/beneficiaries/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","beneficiaries",":id"],"variable":[{"key":"id","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the beneficiary"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"4ff7dbab-aeb6-4282-9d06-f507f01631f6"},{"name":"Update a beneficiary","id":"373db8f8-5ce3-499f-a155-579d4e9c58ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"bankDetails\": {\n    \"accountNumber\": \"string\",\n    \"bankCountry\": \"AE\",\n    \"bic\": \"string\",\n    \"currency\": \"AED\",\n    \"bankCode\": \"BANK123\",\n    \"bankName\": \"string\",\n    \"bankBranchName\": \"string\",\n    \"bankAddress\": \"string\",\n    \"bankCity\": \"string\",\n    \"bankProvince\": \"string\",\n    \"bankPostalCode\": \"string\",\n    \"accountType\": \"SAVINGS\",\n    \"branchCode\": \"string\"\n  },\n  \"externalId\": \"string\",\n  \"personalDetails\": {\n    \"addressLine1\": \"string\",\n    \"country\": \"AE\",\n    \"name\": \"string\",\n    \"type\": \"BUSINESS\",\n    \"addressLine2\": \"string\",\n    \"city\": \"string\",\n    \"province\": \"string\",\n    \"postalCode\": \"string\",\n    \"phoneNumber\": \"string\",\n    \"taxId\": \"string\",\n    \"idNumber\": \"string\",\n    \"contactName\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/beneficiaries/:id","description":"<p>Update a beneficiary</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","beneficiaries",":id"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[{"id":"0b60208d-83df-43d9-913f-4d99f48f619b","description":{"content":"<p>(Required) Unique identifier of the beneficiary</p>\n","type":"text/plain"},"type":"any","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","key":"id"}]}},"response":[{"id":"5402ee08-3a26-49bf-9e5d-c76dd2e2ea76","name":"OK","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"bankDetails\": {\n    \"accountNumber\": \"string\",\n    \"bankCountry\": \"AE\",\n    \"bic\": \"string\",\n    \"currency\": \"AED\",\n    \"bankCode\": \"BANK123\",\n    \"bankName\": \"string\",\n    \"bankBranchName\": \"string\",\n    \"bankAddress\": \"string\",\n    \"bankCity\": \"string\",\n    \"bankProvince\": \"string\",\n    \"bankPostalCode\": \"string\",\n    \"accountType\": \"SAVINGS\",\n    \"branchCode\": \"string\"\n  },\n  \"externalId\": \"string\",\n  \"personalDetails\": {\n    \"addressLine1\": \"string\",\n    \"country\": \"AE\",\n    \"name\": \"string\",\n    \"type\": \"BUSINESS\",\n    \"addressLine2\": \"string\",\n    \"city\": \"string\",\n    \"province\": \"string\",\n    \"postalCode\": \"string\",\n    \"phoneNumber\": \"string\",\n    \"taxId\": \"string\",\n    \"idNumber\": \"string\",\n    \"contactName\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/beneficiaries/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","beneficiaries",":id"],"variable":[{"key":"id","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the beneficiary"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"accountId\": \"2a0091ff-a23c-8915-2a39-98c254fe69f8\",\n  \"bankDetails\": {\n    \"accountNumber\": \"string\",\n    \"bankCountry\": \"AE\",\n    \"bic\": \"string\",\n    \"currency\": \"AED\",\n    \"bankCode\": \"BANK123\",\n    \"bankName\": \"string\",\n    \"bankBranchName\": \"string\",\n    \"bankAddress\": \"string\",\n    \"bankCity\": \"string\",\n    \"bankProvince\": \"string\",\n    \"bankPostalCode\": \"string\",\n    \"accountType\": \"SAVINGS\",\n    \"branchCode\": \"string\"\n  },\n  \"beneficiaryStatus\": \"VERIFIED\",\n  \"createdAt\": \"1955-03-06T12:05:09.825Z\",\n  \"externalId\": \"strin\",\n  \"id\": \"b4d4a07c-3fd4-3ba2-7bbc-dc4c23700cab\",\n  \"personalDetails\": {\n    \"addressLine1\": \"string\",\n    \"country\": \"AE\",\n    \"name\": \"string\",\n    \"type\": \"BUSINESS\",\n    \"addressLine2\": \"string\",\n    \"city\": \"string\",\n    \"province\": \"string\",\n    \"postalCode\": \"string\",\n    \"phoneNumber\": \"string\",\n    \"taxId\": \"string\",\n    \"idNumber\": \"string\",\n    \"contactName\": \"string\"\n  }\n}"},{"id":"7228e3e1-2334-4bfc-b282-750e4657531f","name":"Bad Request","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"bankDetails\": {\n    \"accountNumber\": \"string\",\n    \"bankCountry\": \"AE\",\n    \"bic\": \"string\",\n    \"currency\": \"AED\",\n    \"bankCode\": \"BANK123\",\n    \"bankName\": \"string\",\n    \"bankBranchName\": \"string\",\n    \"bankAddress\": \"string\",\n    \"bankCity\": \"string\",\n    \"bankProvince\": \"string\",\n    \"bankPostalCode\": \"string\",\n    \"accountType\": \"SAVINGS\",\n    \"branchCode\": \"string\"\n  },\n  \"externalId\": \"string\",\n  \"personalDetails\": {\n    \"addressLine1\": \"string\",\n    \"country\": \"AE\",\n    \"name\": \"string\",\n    \"type\": \"BUSINESS\",\n    \"addressLine2\": \"string\",\n    \"city\": \"string\",\n    \"province\": \"string\",\n    \"postalCode\": \"string\",\n    \"phoneNumber\": \"string\",\n    \"taxId\": \"string\",\n    \"idNumber\": \"string\",\n    \"contactName\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/beneficiaries/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","beneficiaries",":id"],"variable":[{"key":"id","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the beneficiary"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"ae70f4ab-df53-4c66-9d98-0053badb5e52","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"bankDetails\": {\n    \"accountNumber\": \"string\",\n    \"bankCountry\": \"AE\",\n    \"bic\": \"string\",\n    \"currency\": \"AED\",\n    \"bankCode\": \"BANK123\",\n    \"bankName\": \"string\",\n    \"bankBranchName\": \"string\",\n    \"bankAddress\": \"string\",\n    \"bankCity\": \"string\",\n    \"bankProvince\": \"string\",\n    \"bankPostalCode\": \"string\",\n    \"accountType\": \"SAVINGS\",\n    \"branchCode\": \"string\"\n  },\n  \"externalId\": \"string\",\n  \"personalDetails\": {\n    \"addressLine1\": \"string\",\n    \"country\": \"AE\",\n    \"name\": \"string\",\n    \"type\": \"BUSINESS\",\n    \"addressLine2\": \"string\",\n    \"city\": \"string\",\n    \"province\": \"string\",\n    \"postalCode\": \"string\",\n    \"phoneNumber\": \"string\",\n    \"taxId\": \"string\",\n    \"idNumber\": \"string\",\n    \"contactName\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/beneficiaries/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","beneficiaries",":id"],"variable":[{"key":"id","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the beneficiary"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"284faaed-6b1a-49c5-b7a5-5cb89b23a697","name":"Forbidden","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"bankDetails\": {\n    \"accountNumber\": \"string\",\n    \"bankCountry\": \"AE\",\n    \"bic\": \"string\",\n    \"currency\": \"AED\",\n    \"bankCode\": \"BANK123\",\n    \"bankName\": \"string\",\n    \"bankBranchName\": \"string\",\n    \"bankAddress\": \"string\",\n    \"bankCity\": \"string\",\n    \"bankProvince\": \"string\",\n    \"bankPostalCode\": \"string\",\n    \"accountType\": \"SAVINGS\",\n    \"branchCode\": \"string\"\n  },\n  \"externalId\": \"string\",\n  \"personalDetails\": {\n    \"addressLine1\": \"string\",\n    \"country\": \"AE\",\n    \"name\": \"string\",\n    \"type\": \"BUSINESS\",\n    \"addressLine2\": \"string\",\n    \"city\": \"string\",\n    \"province\": \"string\",\n    \"postalCode\": \"string\",\n    \"phoneNumber\": \"string\",\n    \"taxId\": \"string\",\n    \"idNumber\": \"string\",\n    \"contactName\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/beneficiaries/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","beneficiaries",":id"],"variable":[{"key":"id","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the beneficiary"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"b3a34d16-978b-406c-9dd7-e8512745a0ad","name":"Not Found","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"bankDetails\": {\n    \"accountNumber\": \"string\",\n    \"bankCountry\": \"AE\",\n    \"bic\": \"string\",\n    \"currency\": \"AED\",\n    \"bankCode\": \"BANK123\",\n    \"bankName\": \"string\",\n    \"bankBranchName\": \"string\",\n    \"bankAddress\": \"string\",\n    \"bankCity\": \"string\",\n    \"bankProvince\": \"string\",\n    \"bankPostalCode\": \"string\",\n    \"accountType\": \"SAVINGS\",\n    \"branchCode\": \"string\"\n  },\n  \"externalId\": \"string\",\n  \"personalDetails\": {\n    \"addressLine1\": \"string\",\n    \"country\": \"AE\",\n    \"name\": \"string\",\n    \"type\": \"BUSINESS\",\n    \"addressLine2\": \"string\",\n    \"city\": \"string\",\n    \"province\": \"string\",\n    \"postalCode\": \"string\",\n    \"phoneNumber\": \"string\",\n    \"taxId\": \"string\",\n    \"idNumber\": \"string\",\n    \"contactName\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/beneficiaries/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","beneficiaries",":id"],"variable":[{"key":"id","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the beneficiary"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"7a7923e4-525b-42c2-b591-3d61273ca6a3","name":"Method Not Allowed","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"bankDetails\": {\n    \"accountNumber\": \"string\",\n    \"bankCountry\": \"AE\",\n    \"bic\": \"string\",\n    \"currency\": \"AED\",\n    \"bankCode\": \"BANK123\",\n    \"bankName\": \"string\",\n    \"bankBranchName\": \"string\",\n    \"bankAddress\": \"string\",\n    \"bankCity\": \"string\",\n    \"bankProvince\": \"string\",\n    \"bankPostalCode\": \"string\",\n    \"accountType\": \"SAVINGS\",\n    \"branchCode\": \"string\"\n  },\n  \"externalId\": \"string\",\n  \"personalDetails\": {\n    \"addressLine1\": \"string\",\n    \"country\": \"AE\",\n    \"name\": \"string\",\n    \"type\": \"BUSINESS\",\n    \"addressLine2\": \"string\",\n    \"city\": \"string\",\n    \"province\": \"string\",\n    \"postalCode\": \"string\",\n    \"phoneNumber\": \"string\",\n    \"taxId\": \"string\",\n    \"idNumber\": \"string\",\n    \"contactName\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/beneficiaries/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","beneficiaries",":id"],"variable":[{"key":"id","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the beneficiary"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"5557675b-6c31-4334-8945-6c71a43196ae","name":"Unsupported Media Type","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"bankDetails\": {\n    \"accountNumber\": \"string\",\n    \"bankCountry\": \"AE\",\n    \"bic\": \"string\",\n    \"currency\": \"AED\",\n    \"bankCode\": \"BANK123\",\n    \"bankName\": \"string\",\n    \"bankBranchName\": \"string\",\n    \"bankAddress\": \"string\",\n    \"bankCity\": \"string\",\n    \"bankProvince\": \"string\",\n    \"bankPostalCode\": \"string\",\n    \"accountType\": \"SAVINGS\",\n    \"branchCode\": \"string\"\n  },\n  \"externalId\": \"string\",\n  \"personalDetails\": {\n    \"addressLine1\": \"string\",\n    \"country\": \"AE\",\n    \"name\": \"string\",\n    \"type\": \"BUSINESS\",\n    \"addressLine2\": \"string\",\n    \"city\": \"string\",\n    \"province\": \"string\",\n    \"postalCode\": \"string\",\n    \"phoneNumber\": \"string\",\n    \"taxId\": \"string\",\n    \"idNumber\": \"string\",\n    \"contactName\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/beneficiaries/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","beneficiaries",":id"],"variable":[{"key":"id","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the beneficiary"}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"e708a0da-fc18-4021-afea-169cac5ba6ac","name":"Too Many Requests","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"bankDetails\": {\n    \"accountNumber\": \"string\",\n    \"bankCountry\": \"AE\",\n    \"bic\": \"string\",\n    \"currency\": \"AED\",\n    \"bankCode\": \"BANK123\",\n    \"bankName\": \"string\",\n    \"bankBranchName\": \"string\",\n    \"bankAddress\": \"string\",\n    \"bankCity\": \"string\",\n    \"bankProvince\": \"string\",\n    \"bankPostalCode\": \"string\",\n    \"accountType\": \"SAVINGS\",\n    \"branchCode\": \"string\"\n  },\n  \"externalId\": \"string\",\n  \"personalDetails\": {\n    \"addressLine1\": \"string\",\n    \"country\": \"AE\",\n    \"name\": \"string\",\n    \"type\": \"BUSINESS\",\n    \"addressLine2\": \"string\",\n    \"city\": \"string\",\n    \"province\": \"string\",\n    \"postalCode\": \"string\",\n    \"phoneNumber\": \"string\",\n    \"taxId\": \"string\",\n    \"idNumber\": \"string\",\n    \"contactName\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/beneficiaries/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","beneficiaries",":id"],"variable":[{"key":"id","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the beneficiary"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"b08b2bfd-d17e-409d-9bfd-0571fab590a9","name":"Internal Server Error","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"bankDetails\": {\n    \"accountNumber\": \"string\",\n    \"bankCountry\": \"AE\",\n    \"bic\": \"string\",\n    \"currency\": \"AED\",\n    \"bankCode\": \"BANK123\",\n    \"bankName\": \"string\",\n    \"bankBranchName\": \"string\",\n    \"bankAddress\": \"string\",\n    \"bankCity\": \"string\",\n    \"bankProvince\": \"string\",\n    \"bankPostalCode\": \"string\",\n    \"accountType\": \"SAVINGS\",\n    \"branchCode\": \"string\"\n  },\n  \"externalId\": \"string\",\n  \"personalDetails\": {\n    \"addressLine1\": \"string\",\n    \"country\": \"AE\",\n    \"name\": \"string\",\n    \"type\": \"BUSINESS\",\n    \"addressLine2\": \"string\",\n    \"city\": \"string\",\n    \"province\": \"string\",\n    \"postalCode\": \"string\",\n    \"phoneNumber\": \"string\",\n    \"taxId\": \"string\",\n    \"idNumber\": \"string\",\n    \"contactName\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/beneficiaries/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","beneficiaries",":id"],"variable":[{"key":"id","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the beneficiary"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"373db8f8-5ce3-499f-a155-579d4e9c58ae"},{"name":"Lists beneficiaries","id":"6683f328-0311-47c2-a831-407833cfa38f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/beneficiaries?accountNumber=string&page=0&size=20&sort=string&sort=string","description":"<p>Get a list of beneficiaries for the account</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","beneficiaries"],"host":["https://sandbox-api.hubpay.io"],"query":[{"description":{"content":"<p>Optional query param to filter by accountNumber (bank account number or iban of a beneficiary)</p>\n","type":"text/plain"},"key":"accountNumber","value":"string"},{"description":{"content":"<p>Zero-based page index (0..N)</p>\n","type":"text/plain"},"key":"page","value":"0"},{"description":{"content":"<p>The size of the page to be returned</p>\n","type":"text/plain"},"key":"size","value":"20"},{"description":{"content":"<p>Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.</p>\n","type":"text/plain"},"key":"sort","value":"string"},{"description":{"content":"<p>Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.</p>\n","type":"text/plain"},"key":"sort","value":"string"}],"variable":[]}},"response":[{"id":"d4aa3dfa-d285-4b9a-8386-b8431740eba3","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/beneficiaries?accountNumber=string&page=0&size=20&sort=string&sort=string","host":["https://sandbox-api.hubpay.io"],"path":["v1","beneficiaries"],"query":[{"key":"accountNumber","value":"string"},{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"content\": [\n    {\n      \"accountId\": \"166bfb7a-d639-be6b-d305-e377be8ec465\",\n      \"bankDetails\": {\n        \"accountNumber\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"bankCountry\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"bic\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"currency\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"bankCode\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"bankName\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"bankBranchName\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"bankAddress\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"bankCity\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"bankProvince\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"bankPostalCode\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"accountType\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"branchCode\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"beneficiaryStatus\": \"CREATED\",\n      \"createdAt\": \"2018-02-02T10:05:21.602Z\",\n      \"externalId\": \"string\",\n      \"id\": \"a8363910-2bfa-1438-a816-cda7273dd87d\",\n      \"personalDetails\": {\n        \"addressLine1\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"country\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"name\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"type\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"addressLine2\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"city\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"province\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"postalCode\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"phoneNumber\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"taxId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"idNumber\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"contactName\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    },\n    {\n      \"accountId\": \"6722f39e-6e16-3ec7-c633-db6c0d1db11c\",\n      \"bankDetails\": {\n        \"accountNumber\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"bankCountry\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"bic\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"currency\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"bankCode\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"bankName\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"bankBranchName\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"bankAddress\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"bankCity\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"bankProvince\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"bankPostalCode\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"accountType\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"branchCode\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"beneficiaryStatus\": \"CREATED\",\n      \"createdAt\": \"2007-11-21T09:23:31.654Z\",\n      \"externalId\": \"string\",\n      \"id\": \"c4840845-daaf-6e54-9668-9c23865cd26f\",\n      \"personalDetails\": {\n        \"addressLine1\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"country\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"name\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"type\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"addressLine2\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"city\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"province\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"postalCode\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"phoneNumber\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"taxId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"idNumber\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"contactName\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    }\n  ],\n  \"page\": {\n    \"size\": 4236,\n    \"number\": 6217,\n    \"totalElements\": 4712,\n    \"totalPages\": 1148\n  }\n}"},{"id":"09ef4bf8-55f3-4bab-8c0b-70d88a78fd88","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/beneficiaries?accountNumber=string&page=0&size=20&sort=string&sort=string","host":["https://sandbox-api.hubpay.io"],"path":["v1","beneficiaries"],"query":[{"key":"accountNumber","value":"string"},{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"38d233b1-8dcc-42b3-84b2-17806d2b7beb","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/beneficiaries?accountNumber=string&page=0&size=20&sort=string&sort=string","host":["https://sandbox-api.hubpay.io"],"path":["v1","beneficiaries"],"query":[{"key":"accountNumber","value":"string"},{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"8e5858fd-be61-476e-8390-cde6f37bbb16","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/beneficiaries?accountNumber=string&page=0&size=20&sort=string&sort=string","host":["https://sandbox-api.hubpay.io"],"path":["v1","beneficiaries"],"query":[{"key":"accountNumber","value":"string"},{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"e64c962c-4380-4bec-946a-fb470da4471c","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/beneficiaries?accountNumber=string&page=0&size=20&sort=string&sort=string","host":["https://sandbox-api.hubpay.io"],"path":["v1","beneficiaries"],"query":[{"key":"accountNumber","value":"string"},{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"f3b11931-7350-4575-837e-e412e8a06b29","name":"Method Not Allowed","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/beneficiaries?accountNumber=string&page=0&size=20&sort=string&sort=string","host":["https://sandbox-api.hubpay.io"],"path":["v1","beneficiaries"],"query":[{"key":"accountNumber","value":"string"},{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"c3b4b489-fe90-4813-9f5f-2ca7b56ad44d","name":"Too Many Requests","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/beneficiaries?accountNumber=string&page=0&size=20&sort=string&sort=string","host":["https://sandbox-api.hubpay.io"],"path":["v1","beneficiaries"],"query":[{"key":"accountNumber","value":"string"},{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"61fb1b42-99bb-447e-b687-916be0db7bee","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/beneficiaries?accountNumber=string&page=0&size=20&sort=string&sort=string","host":["https://sandbox-api.hubpay.io"],"path":["v1","beneficiaries"],"query":[{"key":"accountNumber","value":"string"},{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"6683f328-0311-47c2-a831-407833cfa38f"},{"name":"Create beneficiary","id":"8fa0bb93-92a8-4bcf-b9d7-525c17e8474d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"bankDetails\": {\n    \"accountNumber\": \"string\",\n    \"bankCountry\": \"AE\",\n    \"bic\": \"string\",\n    \"currency\": \"AED\",\n    \"bankCode\": \"BANK123\",\n    \"bankName\": \"string\",\n    \"bankBranchName\": \"string\",\n    \"bankAddress\": \"string\",\n    \"bankCity\": \"string\",\n    \"bankProvince\": \"string\",\n    \"bankPostalCode\": \"string\",\n    \"accountType\": \"SAVINGS\",\n    \"branchCode\": \"string\"\n  },\n  \"externalId\": \"string\",\n  \"personalDetails\": {\n    \"addressLine1\": \"string\",\n    \"country\": \"AE\",\n    \"name\": \"string\",\n    \"type\": \"BUSINESS\",\n    \"addressLine2\": \"string\",\n    \"city\": \"string\",\n    \"province\": \"string\",\n    \"postalCode\": \"string\",\n    \"phoneNumber\": \"string\",\n    \"taxId\": \"string\",\n    \"idNumber\": \"string\",\n    \"contactName\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/beneficiaries","description":"<p>Create beneficiary</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","beneficiaries"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[]}},"response":[{"id":"af87d39a-8701-4bf8-8cc5-fb10d4fea8b1","name":"Created","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"bankDetails\": {\n    \"accountNumber\": \"string\",\n    \"bankCountry\": \"AE\",\n    \"bic\": \"string\",\n    \"currency\": \"AED\",\n    \"bankCode\": \"BANK123\",\n    \"bankName\": \"string\",\n    \"bankBranchName\": \"string\",\n    \"bankAddress\": \"string\",\n    \"bankCity\": \"string\",\n    \"bankProvince\": \"string\",\n    \"bankPostalCode\": \"string\",\n    \"accountType\": \"SAVINGS\",\n    \"branchCode\": \"string\"\n  },\n  \"externalId\": \"string\",\n  \"personalDetails\": {\n    \"addressLine1\": \"string\",\n    \"country\": \"AE\",\n    \"name\": \"string\",\n    \"type\": \"BUSINESS\",\n    \"addressLine2\": \"string\",\n    \"city\": \"string\",\n    \"province\": \"string\",\n    \"postalCode\": \"string\",\n    \"phoneNumber\": \"string\",\n    \"taxId\": \"string\",\n    \"idNumber\": \"string\",\n    \"contactName\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/beneficiaries"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"accountId\": \"2a0091ff-a23c-8915-2a39-98c254fe69f8\",\n  \"bankDetails\": {\n    \"accountNumber\": \"string\",\n    \"bankCountry\": \"AE\",\n    \"bic\": \"string\",\n    \"currency\": \"AED\",\n    \"bankCode\": \"BANK123\",\n    \"bankName\": \"string\",\n    \"bankBranchName\": \"string\",\n    \"bankAddress\": \"string\",\n    \"bankCity\": \"string\",\n    \"bankProvince\": \"string\",\n    \"bankPostalCode\": \"string\",\n    \"accountType\": \"SAVINGS\",\n    \"branchCode\": \"string\"\n  },\n  \"beneficiaryStatus\": \"VERIFIED\",\n  \"createdAt\": \"1955-03-06T12:05:09.825Z\",\n  \"externalId\": \"strin\",\n  \"id\": \"b4d4a07c-3fd4-3ba2-7bbc-dc4c23700cab\",\n  \"personalDetails\": {\n    \"addressLine1\": \"string\",\n    \"country\": \"AE\",\n    \"name\": \"string\",\n    \"type\": \"BUSINESS\",\n    \"addressLine2\": \"string\",\n    \"city\": \"string\",\n    \"province\": \"string\",\n    \"postalCode\": \"string\",\n    \"phoneNumber\": \"string\",\n    \"taxId\": \"string\",\n    \"idNumber\": \"string\",\n    \"contactName\": \"string\"\n  }\n}"},{"id":"5a65866f-46c5-4714-a68d-382ef3f408fd","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"bankDetails\": {\n    \"accountNumber\": \"string\",\n    \"bankCountry\": \"AE\",\n    \"bic\": \"string\",\n    \"currency\": \"AED\",\n    \"bankCode\": \"BANK123\",\n    \"bankName\": \"string\",\n    \"bankBranchName\": \"string\",\n    \"bankAddress\": \"string\",\n    \"bankCity\": \"string\",\n    \"bankProvince\": \"string\",\n    \"bankPostalCode\": \"string\",\n    \"accountType\": \"SAVINGS\",\n    \"branchCode\": \"string\"\n  },\n  \"externalId\": \"string\",\n  \"personalDetails\": {\n    \"addressLine1\": \"string\",\n    \"country\": \"AE\",\n    \"name\": \"string\",\n    \"type\": \"BUSINESS\",\n    \"addressLine2\": \"string\",\n    \"city\": \"string\",\n    \"province\": \"string\",\n    \"postalCode\": \"string\",\n    \"phoneNumber\": \"string\",\n    \"taxId\": \"string\",\n    \"idNumber\": \"string\",\n    \"contactName\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/beneficiaries"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"7336d78d-b38c-4917-9b87-a913e1371d6a","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"bankDetails\": {\n    \"accountNumber\": \"string\",\n    \"bankCountry\": \"AE\",\n    \"bic\": \"string\",\n    \"currency\": \"AED\",\n    \"bankCode\": \"BANK123\",\n    \"bankName\": \"string\",\n    \"bankBranchName\": \"string\",\n    \"bankAddress\": \"string\",\n    \"bankCity\": \"string\",\n    \"bankProvince\": \"string\",\n    \"bankPostalCode\": \"string\",\n    \"accountType\": \"SAVINGS\",\n    \"branchCode\": \"string\"\n  },\n  \"externalId\": \"string\",\n  \"personalDetails\": {\n    \"addressLine1\": \"string\",\n    \"country\": \"AE\",\n    \"name\": \"string\",\n    \"type\": \"BUSINESS\",\n    \"addressLine2\": \"string\",\n    \"city\": \"string\",\n    \"province\": \"string\",\n    \"postalCode\": \"string\",\n    \"phoneNumber\": \"string\",\n    \"taxId\": \"string\",\n    \"idNumber\": \"string\",\n    \"contactName\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/beneficiaries"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"f16ab10b-39e8-4e9e-99aa-f472fc74ac6b","name":"Forbidden","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"bankDetails\": {\n    \"accountNumber\": \"string\",\n    \"bankCountry\": \"AE\",\n    \"bic\": \"string\",\n    \"currency\": \"AED\",\n    \"bankCode\": \"BANK123\",\n    \"bankName\": \"string\",\n    \"bankBranchName\": \"string\",\n    \"bankAddress\": \"string\",\n    \"bankCity\": \"string\",\n    \"bankProvince\": \"string\",\n    \"bankPostalCode\": \"string\",\n    \"accountType\": \"SAVINGS\",\n    \"branchCode\": \"string\"\n  },\n  \"externalId\": \"string\",\n  \"personalDetails\": {\n    \"addressLine1\": \"string\",\n    \"country\": \"AE\",\n    \"name\": \"string\",\n    \"type\": \"BUSINESS\",\n    \"addressLine2\": \"string\",\n    \"city\": \"string\",\n    \"province\": \"string\",\n    \"postalCode\": \"string\",\n    \"phoneNumber\": \"string\",\n    \"taxId\": \"string\",\n    \"idNumber\": \"string\",\n    \"contactName\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/beneficiaries"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"04679c43-7966-4d10-b7aa-1e15fbb67dc8","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"bankDetails\": {\n    \"accountNumber\": \"string\",\n    \"bankCountry\": \"AE\",\n    \"bic\": \"string\",\n    \"currency\": \"AED\",\n    \"bankCode\": \"BANK123\",\n    \"bankName\": \"string\",\n    \"bankBranchName\": \"string\",\n    \"bankAddress\": \"string\",\n    \"bankCity\": \"string\",\n    \"bankProvince\": \"string\",\n    \"bankPostalCode\": \"string\",\n    \"accountType\": \"SAVINGS\",\n    \"branchCode\": \"string\"\n  },\n  \"externalId\": \"string\",\n  \"personalDetails\": {\n    \"addressLine1\": \"string\",\n    \"country\": \"AE\",\n    \"name\": \"string\",\n    \"type\": \"BUSINESS\",\n    \"addressLine2\": \"string\",\n    \"city\": \"string\",\n    \"province\": \"string\",\n    \"postalCode\": \"string\",\n    \"phoneNumber\": \"string\",\n    \"taxId\": \"string\",\n    \"idNumber\": \"string\",\n    \"contactName\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/beneficiaries"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"af63f2da-d9c6-43d0-ad28-173ae17bef51","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"bankDetails\": {\n    \"accountNumber\": \"string\",\n    \"bankCountry\": \"AE\",\n    \"bic\": \"string\",\n    \"currency\": \"AED\",\n    \"bankCode\": \"BANK123\",\n    \"bankName\": \"string\",\n    \"bankBranchName\": \"string\",\n    \"bankAddress\": \"string\",\n    \"bankCity\": \"string\",\n    \"bankProvince\": \"string\",\n    \"bankPostalCode\": \"string\",\n    \"accountType\": \"SAVINGS\",\n    \"branchCode\": \"string\"\n  },\n  \"externalId\": \"string\",\n  \"personalDetails\": {\n    \"addressLine1\": \"string\",\n    \"country\": \"AE\",\n    \"name\": \"string\",\n    \"type\": \"BUSINESS\",\n    \"addressLine2\": \"string\",\n    \"city\": \"string\",\n    \"province\": \"string\",\n    \"postalCode\": \"string\",\n    \"phoneNumber\": \"string\",\n    \"taxId\": \"string\",\n    \"idNumber\": \"string\",\n    \"contactName\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/beneficiaries"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"70f1513d-e011-47ae-ba22-fdd874397e32","name":"Conflict","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"bankDetails\": {\n    \"accountNumber\": \"string\",\n    \"bankCountry\": \"AE\",\n    \"bic\": \"string\",\n    \"currency\": \"AED\",\n    \"bankCode\": \"BANK123\",\n    \"bankName\": \"string\",\n    \"bankBranchName\": \"string\",\n    \"bankAddress\": \"string\",\n    \"bankCity\": \"string\",\n    \"bankProvince\": \"string\",\n    \"bankPostalCode\": \"string\",\n    \"accountType\": \"SAVINGS\",\n    \"branchCode\": \"string\"\n  },\n  \"externalId\": \"string\",\n  \"personalDetails\": {\n    \"addressLine1\": \"string\",\n    \"country\": \"AE\",\n    \"name\": \"string\",\n    \"type\": \"BUSINESS\",\n    \"addressLine2\": \"string\",\n    \"city\": \"string\",\n    \"province\": \"string\",\n    \"postalCode\": \"string\",\n    \"phoneNumber\": \"string\",\n    \"taxId\": \"string\",\n    \"idNumber\": \"string\",\n    \"contactName\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/beneficiaries"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"55e0286e-dd9c-4aa0-ac83-69a77d7de63c","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"bankDetails\": {\n    \"accountNumber\": \"string\",\n    \"bankCountry\": \"AE\",\n    \"bic\": \"string\",\n    \"currency\": \"AED\",\n    \"bankCode\": \"BANK123\",\n    \"bankName\": \"string\",\n    \"bankBranchName\": \"string\",\n    \"bankAddress\": \"string\",\n    \"bankCity\": \"string\",\n    \"bankProvince\": \"string\",\n    \"bankPostalCode\": \"string\",\n    \"accountType\": \"SAVINGS\",\n    \"branchCode\": \"string\"\n  },\n  \"externalId\": \"string\",\n  \"personalDetails\": {\n    \"addressLine1\": \"string\",\n    \"country\": \"AE\",\n    \"name\": \"string\",\n    \"type\": \"BUSINESS\",\n    \"addressLine2\": \"string\",\n    \"city\": \"string\",\n    \"province\": \"string\",\n    \"postalCode\": \"string\",\n    \"phoneNumber\": \"string\",\n    \"taxId\": \"string\",\n    \"idNumber\": \"string\",\n    \"contactName\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/beneficiaries"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"5b13b795-1dc7-49df-8592-52800bd74284","name":"Too Many Requests","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"bankDetails\": {\n    \"accountNumber\": \"string\",\n    \"bankCountry\": \"AE\",\n    \"bic\": \"string\",\n    \"currency\": \"AED\",\n    \"bankCode\": \"BANK123\",\n    \"bankName\": \"string\",\n    \"bankBranchName\": \"string\",\n    \"bankAddress\": \"string\",\n    \"bankCity\": \"string\",\n    \"bankProvince\": \"string\",\n    \"bankPostalCode\": \"string\",\n    \"accountType\": \"SAVINGS\",\n    \"branchCode\": \"string\"\n  },\n  \"externalId\": \"string\",\n  \"personalDetails\": {\n    \"addressLine1\": \"string\",\n    \"country\": \"AE\",\n    \"name\": \"string\",\n    \"type\": \"BUSINESS\",\n    \"addressLine2\": \"string\",\n    \"city\": \"string\",\n    \"province\": \"string\",\n    \"postalCode\": \"string\",\n    \"phoneNumber\": \"string\",\n    \"taxId\": \"string\",\n    \"idNumber\": \"string\",\n    \"contactName\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/beneficiaries"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"c5fa8fbd-9fd4-452b-96fa-df9b92daed84","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"bankDetails\": {\n    \"accountNumber\": \"string\",\n    \"bankCountry\": \"AE\",\n    \"bic\": \"string\",\n    \"currency\": \"AED\",\n    \"bankCode\": \"BANK123\",\n    \"bankName\": \"string\",\n    \"bankBranchName\": \"string\",\n    \"bankAddress\": \"string\",\n    \"bankCity\": \"string\",\n    \"bankProvince\": \"string\",\n    \"bankPostalCode\": \"string\",\n    \"accountType\": \"SAVINGS\",\n    \"branchCode\": \"string\"\n  },\n  \"externalId\": \"string\",\n  \"personalDetails\": {\n    \"addressLine1\": \"string\",\n    \"country\": \"AE\",\n    \"name\": \"string\",\n    \"type\": \"BUSINESS\",\n    \"addressLine2\": \"string\",\n    \"city\": \"string\",\n    \"province\": \"string\",\n    \"postalCode\": \"string\",\n    \"phoneNumber\": \"string\",\n    \"taxId\": \"string\",\n    \"idNumber\": \"string\",\n    \"contactName\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/beneficiaries"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"8fa0bb93-92a8-4bcf-b9d7-525c17e8474d"},{"name":"Find beneficiaries by external ID","id":"5af60069-da00-40bb-aee9-5a2198f4fa37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/beneficiaries/find?page=0&size=20&sort=string&sort=string&externalId=EXT-001","description":"<p>Find beneficiaries for an account by external ID</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","beneficiaries","find"],"host":["https://sandbox-api.hubpay.io"],"query":[{"description":{"content":"<p>Zero-based page index (0..N)</p>\n","type":"text/plain"},"key":"page","value":"0"},{"description":{"content":"<p>The size of the page to be returned</p>\n","type":"text/plain"},"key":"size","value":"20"},{"description":{"content":"<p>Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.</p>\n","type":"text/plain"},"key":"sort","value":"string"},{"description":{"content":"<p>Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.</p>\n","type":"text/plain"},"key":"sort","value":"string"},{"description":{"content":"<p>(Required) External ID to search for</p>\n","type":"text/plain"},"key":"externalId","value":"EXT-001"}],"variable":[]}},"response":[{"id":"01d2a161-2a82-4217-9e6c-b65c722902d2","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/beneficiaries/find?page=0&size=20&sort=string&sort=string&externalId=EXT-001","host":["https://sandbox-api.hubpay.io"],"path":["v1","beneficiaries","find"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"},{"key":"externalId","value":"EXT-001"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"content\": [\n    {\n      \"accountId\": \"166bfb7a-d639-be6b-d305-e377be8ec465\",\n      \"bankDetails\": {\n        \"accountNumber\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"bankCountry\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"bic\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"currency\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"bankCode\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"bankName\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"bankBranchName\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"bankAddress\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"bankCity\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"bankProvince\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"bankPostalCode\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"accountType\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"branchCode\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"beneficiaryStatus\": \"CREATED\",\n      \"createdAt\": \"2018-02-02T10:05:21.602Z\",\n      \"externalId\": \"string\",\n      \"id\": \"a8363910-2bfa-1438-a816-cda7273dd87d\",\n      \"personalDetails\": {\n        \"addressLine1\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"country\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"name\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"type\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"addressLine2\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"city\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"province\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"postalCode\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"phoneNumber\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"taxId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"idNumber\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"contactName\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    },\n    {\n      \"accountId\": \"6722f39e-6e16-3ec7-c633-db6c0d1db11c\",\n      \"bankDetails\": {\n        \"accountNumber\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"bankCountry\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"bic\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"currency\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"bankCode\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"bankName\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"bankBranchName\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"bankAddress\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"bankCity\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"bankProvince\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"bankPostalCode\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"accountType\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"branchCode\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"beneficiaryStatus\": \"CREATED\",\n      \"createdAt\": \"2007-11-21T09:23:31.654Z\",\n      \"externalId\": \"string\",\n      \"id\": \"c4840845-daaf-6e54-9668-9c23865cd26f\",\n      \"personalDetails\": {\n        \"addressLine1\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"country\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"name\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"type\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"addressLine2\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"city\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"province\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"postalCode\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"phoneNumber\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"taxId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"idNumber\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"contactName\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    }\n  ],\n  \"page\": {\n    \"size\": 4236,\n    \"number\": 6217,\n    \"totalElements\": 4712,\n    \"totalPages\": 1148\n  }\n}"},{"id":"3ab6382e-8305-4493-b7ae-200ece27fc34","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/beneficiaries/find?page=0&size=20&sort=string&sort=string&externalId=EXT-001","host":["https://sandbox-api.hubpay.io"],"path":["v1","beneficiaries","find"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"},{"key":"externalId","value":"EXT-001"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"ed4d33c1-4011-49b4-8341-6fd16b42a547","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/beneficiaries/find?page=0&size=20&sort=string&sort=string&externalId=EXT-001","host":["https://sandbox-api.hubpay.io"],"path":["v1","beneficiaries","find"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"},{"key":"externalId","value":"EXT-001"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"31f2a26f-1bc7-4c4e-920d-00a2452a9653","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/beneficiaries/find?page=0&size=20&sort=string&sort=string&externalId=EXT-001","host":["https://sandbox-api.hubpay.io"],"path":["v1","beneficiaries","find"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"},{"key":"externalId","value":"EXT-001"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"7b0da28a-099f-4c05-b37d-0b6897240696","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/beneficiaries/find?page=0&size=20&sort=string&sort=string&externalId=EXT-001","host":["https://sandbox-api.hubpay.io"],"path":["v1","beneficiaries","find"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"},{"key":"externalId","value":"EXT-001"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"1335eaab-2595-44d5-a1d1-6df1d11810b1","name":"Method Not Allowed","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/beneficiaries/find?page=0&size=20&sort=string&sort=string&externalId=EXT-001","host":["https://sandbox-api.hubpay.io"],"path":["v1","beneficiaries","find"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"},{"key":"externalId","value":"EXT-001"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"e4b88f8b-f75a-4f25-a7d6-dff132e053d2","name":"Too Many Requests","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/beneficiaries/find?page=0&size=20&sort=string&sort=string&externalId=EXT-001","host":["https://sandbox-api.hubpay.io"],"path":["v1","beneficiaries","find"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"},{"key":"externalId","value":"EXT-001"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"996e3ee0-0992-4772-83b2-b3a0cb0df8d1","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/beneficiaries/find?page=0&size=20&sort=string&sort=string&externalId=EXT-001","host":["https://sandbox-api.hubpay.io"],"path":["v1","beneficiaries","find"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"},{"key":"externalId","value":"EXT-001"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"5af60069-da00-40bb-aee9-5a2198f4fa37"}],"id":"ccbeda9f-8437-485e-8793-5eb7919bd075","description":"<p>Beneficiary management</p>\n","_postman_id":"ccbeda9f-8437-485e-8793-5eb7919bd075","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}}},{"name":"Transactions","item":[{"name":"Get all account transactions","id":"1e2bfb06-c5c2-4354-91de-773f5841a2d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/transactions","description":"<p>Retrieve a paged list of all account transactions.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","transactions"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[]}},"response":[{"id":"35ed69e1-4231-4102-aaa3-1c5f05f0b4ae","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/transactions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"content\": [\n    {\n      \"amount\": {\n        \"amount\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"currency\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"createdAt\": \"2023-01-01T00:00:00Z\",\n      \"externalId\": \"EXT123\",\n      \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n      \"shortId\": \"TR123\",\n      \"status\": {\n        \"state\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"reason\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"complete\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"type\": \"DEPOSIT\",\n      \"walletId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n      \"deposit\": {\n        \"senderAccountIdentifier\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"senderName\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"senderReference\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"payment\": {\n        \"beneficiaryAccountIdentifier\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"beneficiaryName\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"paymentReference\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"exchange\": {\n        \"from\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"rate\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"to\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"charge\": {\n        \"chargeForTransactionId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"completedAt\": \"2023-01-01T00:00:00Z\"\n    },\n    {\n      \"amount\": {\n        \"amount\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"currency\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"createdAt\": \"2023-01-01T00:00:00Z\",\n      \"externalId\": \"EXT123\",\n      \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n      \"shortId\": \"TR123\",\n      \"status\": {\n        \"state\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"reason\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"complete\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"type\": \"DEPOSIT\",\n      \"walletId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n      \"deposit\": {\n        \"senderAccountIdentifier\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"senderName\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"senderReference\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"payment\": {\n        \"beneficiaryAccountIdentifier\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"beneficiaryName\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"paymentReference\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"exchange\": {\n        \"from\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"rate\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"to\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"charge\": {\n        \"chargeForTransactionId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"completedAt\": \"2023-01-01T00:00:00Z\"\n    }\n  ],\n  \"page\": {\n    \"size\": 3480,\n    \"number\": 9101,\n    \"totalElements\": 2477,\n    \"totalPages\": 8939\n  }\n}"},{"id":"0563a15a-1837-448c-9ab0-e85d5e22e009","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/transactions"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"9cc05084-4af3-41d8-9857-7bcd1b58de3f","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/transactions"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"434a0c95-0a99-4fcb-b097-91a0ba6705cc","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/transactions"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"3e6ffbe1-8648-4ca9-bd6b-3bcfd7116651","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/transactions"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"36158233-ee30-4312-9827-02ef0db41b21","name":"Method Not Allowed","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/transactions"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"3d886b71-6e83-4d64-8be0-43336b4ed24f","name":"Too Many Requests","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/transactions"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"c66213b4-4922-4d57-96d0-571e56689801","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/transactions"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"1e2bfb06-c5c2-4354-91de-773f5841a2d4"},{"name":"Get a single transaction","id":"7fe2959b-f418-4988-b0be-b4d47ad1e5df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/transactions/:id","description":"<p>Retrieve a single transaction by id</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","transactions",":id"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[{"id":"ef8c1e43-8b1b-46a2-90cb-31793d03eb3b","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"string","key":"id"}]}},"response":[{"id":"a8baa38d-b715-4d32-873d-7defa18d84a3","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/transactions/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","transactions",":id"],"variable":[{"key":"id","value":"string","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"amount\": {\n    \"amount\": 100,\n    \"currency\": \"USD\"\n  },\n  \"createdAt\": \"2023-01-01T00:00:00Z\",\n  \"externalId\": \"EXT123\",\n  \"id\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n  \"shortId\": \"TR123\",\n  \"status\": {\n    \"state\": \"FAILED\",\n    \"reason\": \"LIMIT_REACHED\",\n    \"complete\": true\n  },\n  \"type\": \"DEPOSIT\",\n  \"walletId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n  \"deposit\": {\n    \"senderAccountIdentifier\": \"ACC123\",\n    \"senderName\": \"John Doe\",\n    \"senderReference\": \"REF123\"\n  },\n  \"payment\": {\n    \"beneficiaryAccountIdentifier\": \"BEN123\",\n    \"beneficiaryName\": \"Jane Doe\",\n    \"paymentReference\": \"PAY123\"\n  },\n  \"exchange\": {\n    \"from\": {\n      \"amount\": 100,\n      \"currency\": \"USD\"\n    },\n    \"rate\": {\n      \"currencyPair\": \"string\",\n      \"price\": 2933.077684474166,\n      \"type\": \"OFFER\"\n    },\n    \"to\": {\n      \"amount\": 100,\n      \"currency\": \"USD\"\n    }\n  },\n  \"charge\": {\n    \"chargeForTransactionId\": \"CHG123\"\n  },\n  \"completedAt\": \"2023-01-01T00:00:00Z\"\n}"},{"id":"bd4fc225-2692-435c-b59b-72088cb952df","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/transactions/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","transactions",":id"],"variable":[{"key":"id","value":"string","description":"(Required) "}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"6c4efa64-e5ad-4035-b173-d2a50f11854d","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/transactions/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","transactions",":id"],"variable":[{"key":"id","value":"string","description":"(Required) "}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"c4a9dee0-dae6-4be4-ba1b-d80454b1cb3a","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/transactions/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","transactions",":id"],"variable":[{"key":"id","value":"string","description":"(Required) "}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"a8f40f9a-3499-4428-b6ec-ee8b28bbcdb0","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/transactions/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","transactions",":id"],"variable":[{"key":"id","value":"string","description":"(Required) "}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"c7e2cdcd-09d3-4ed5-bcf5-57f2df5e6e02","name":"Method Not Allowed","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/transactions/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","transactions",":id"],"variable":[{"key":"id","value":"string","description":"(Required) "}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"967d276d-70a7-43a0-8325-7c410b4434c9","name":"Too Many Requests","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/transactions/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","transactions",":id"],"variable":[{"key":"id","value":"string","description":"(Required) "}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"732324b2-2ae2-4936-b40b-d3ba97b831ff","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/transactions/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","transactions",":id"],"variable":[{"key":"id","value":"string","description":"(Required) "}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"7fe2959b-f418-4988-b0be-b4d47ad1e5df"}],"id":"34947e36-5ace-45dd-9ee2-83c0a48ffadd","description":"<p>Operations related to transactions</p>\n","_postman_id":"34947e36-5ace-45dd-9ee2-83c0a48ffadd","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}}},{"name":"Account","item":[{"name":"Confirm account submission","id":"bc1f09fb-a2e4-443c-bdb7-37ae7d04e2d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountTier\": \"SCALE\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/submit","description":"<p>Confirm that the account details and supporting document is ready for review and approval</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","account","submit"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[]}},"response":[{"id":"920bbd36-54d5-4103-afd5-bedc62f50442","name":"OK","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountTier\": \"SCALE\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/submit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"accountType\": \"INDIVIDUAL\",\n  \"id\": \"string\",\n  \"accountName\": \"string\",\n  \"email\": \"string\",\n  \"phoneNumber\": \"string\",\n  \"countryCode\": \"GB\",\n  \"externalId\": \"string\",\n  \"accountStatus\": \"ACTIVE\",\n  \"accountTier\": \"TREASURY\"\n}"},{"id":"1258cbc6-b11c-445b-9ee9-b11097cb1146","name":"Bad Request","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountTier\": \"SCALE\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/submit"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"16d36229-32d6-4234-b4c9-5d24af4fa2da","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountTier\": \"SCALE\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/submit"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"5e0c2af4-d14f-4e35-a8b4-d806dd173503","name":"Forbidden","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountTier\": \"SCALE\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/submit"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"6b07e41b-627d-4441-a3e4-839853b3f24f","name":"Not Found","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountTier\": \"SCALE\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/submit"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"0963a4e5-98de-4fe0-a62a-c5de5554957c","name":"Method Not Allowed","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountTier\": \"SCALE\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/submit"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"b259427b-d30b-482e-95ad-b01613549252","name":"Unsupported Media Type","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountTier\": \"SCALE\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/submit"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"72fe621c-0789-4b81-8ad2-ee0d2afa7b7e","name":"Too Many Requests","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountTier\": \"SCALE\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/submit"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"87901f6a-938f-47f8-a567-281c365ea2ec","name":"Internal Server Error","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountTier\": \"SCALE\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/submit"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"bc1f09fb-a2e4-443c-bdb7-37ae7d04e2d2"},{"name":"Get account","id":"151a0d1d-058a-4e57-a444-3fe03e196483","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account","description":"<p>Gets account summary</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","account"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[]}},"response":[{"id":"885aea13-4e92-4df8-83b7-e3e366030898","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"accountType\": \"INDIVIDUAL\",\n  \"id\": \"string\",\n  \"accountName\": \"string\",\n  \"email\": \"string\",\n  \"phoneNumber\": \"string\",\n  \"countryCode\": \"GB\",\n  \"externalId\": \"string\",\n  \"accountStatus\": \"ACTIVE\",\n  \"accountTier\": \"TREASURY\"\n}"},{"id":"ce174764-2581-488e-a8d3-b38b3494bbd0","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"e3ed5e06-4533-4b8e-8929-1be32f426881","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"80881bab-063a-43e0-afa8-16592ee87bda","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"d15f2e60-16fa-4c8b-9b6d-b300e997952a","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"bd39c10a-e1d2-4316-8019-acf92a32e361","name":"Method Not Allowed","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"72379dc9-2d4a-4f00-aa44-ebc7da522d8d","name":"Too Many Requests","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"8d36f1ba-d6a9-42a5-b947-1031e5310398","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"151a0d1d-058a-4e57-a444-3fe03e196483"},{"name":"Create account","id":"bde8e61b-d626-4b70-9d41-28fac3c84057","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountName\": \"n﻿WBInK\",\n  \"accountType\": \"INDIVIDUAL\",\n  \"countryCode\": \"GB\",\n  \"externalId\": \"string\",\n  \"phoneNumber\": \"string\",\n  \"email\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account","description":"<p>Creates an account to onboard an entity with Hubpay</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","account"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[]}},"response":[{"id":"0169f31c-b10b-4e35-b3c0-c765d085af25","name":"Created","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountName\": \"n﻿WBInK\",\n  \"accountType\": \"INDIVIDUAL\",\n  \"countryCode\": \"GB\",\n  \"externalId\": \"string\",\n  \"phoneNumber\": \"string\",\n  \"email\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"accountType\": \"INDIVIDUAL\",\n  \"id\": \"string\",\n  \"accountName\": \"string\",\n  \"email\": \"string\",\n  \"phoneNumber\": \"string\",\n  \"countryCode\": \"GB\",\n  \"externalId\": \"string\",\n  \"accountStatus\": \"ACTIVE\",\n  \"accountTier\": \"TREASURY\"\n}"},{"id":"5698f56e-9aba-4ef7-b1ad-503802e48c54","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountName\": \"n﻿WBInK\",\n  \"accountType\": \"INDIVIDUAL\",\n  \"countryCode\": \"GB\",\n  \"externalId\": \"string\",\n  \"phoneNumber\": \"string\",\n  \"email\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"5dca1e12-ffe1-47e7-9c10-1042be7a7d0a","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountName\": \"n﻿WBInK\",\n  \"accountType\": \"INDIVIDUAL\",\n  \"countryCode\": \"GB\",\n  \"externalId\": \"string\",\n  \"phoneNumber\": \"string\",\n  \"email\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"ac5492ea-b53e-4321-a65d-84bb64001912","name":"Forbidden","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountName\": \"n﻿WBInK\",\n  \"accountType\": \"INDIVIDUAL\",\n  \"countryCode\": \"GB\",\n  \"externalId\": \"string\",\n  \"phoneNumber\": \"string\",\n  \"email\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"fa47e8fd-8f6f-4f19-aae2-1462ffdfe43f","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountName\": \"n﻿WBInK\",\n  \"accountType\": \"INDIVIDUAL\",\n  \"countryCode\": \"GB\",\n  \"externalId\": \"string\",\n  \"phoneNumber\": \"string\",\n  \"email\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"a48f4250-ee33-41b6-b857-0fc3f0bd2927","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountName\": \"n﻿WBInK\",\n  \"accountType\": \"INDIVIDUAL\",\n  \"countryCode\": \"GB\",\n  \"externalId\": \"string\",\n  \"phoneNumber\": \"string\",\n  \"email\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"8ca386e9-260c-49c1-bf1b-0c90dc56597e","name":"Conflict","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountName\": \"n﻿WBInK\",\n  \"accountType\": \"INDIVIDUAL\",\n  \"countryCode\": \"GB\",\n  \"externalId\": \"string\",\n  \"phoneNumber\": \"string\",\n  \"email\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"e364f473-4ce4-44a0-9aa2-559ba0c0fec1","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountName\": \"n﻿WBInK\",\n  \"accountType\": \"INDIVIDUAL\",\n  \"countryCode\": \"GB\",\n  \"externalId\": \"string\",\n  \"phoneNumber\": \"string\",\n  \"email\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"d03d4cfb-7e58-414b-9bb0-fde822007da6","name":"Too Many Requests","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountName\": \"n﻿WBInK\",\n  \"accountType\": \"INDIVIDUAL\",\n  \"countryCode\": \"GB\",\n  \"externalId\": \"string\",\n  \"phoneNumber\": \"string\",\n  \"email\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"06f89b95-3dae-45ee-8529-c97f71361d71","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountName\": \"n﻿WBInK\",\n  \"accountType\": \"INDIVIDUAL\",\n  \"countryCode\": \"GB\",\n  \"externalId\": \"string\",\n  \"phoneNumber\": \"string\",\n  \"email\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"bde8e61b-d626-4b70-9d41-28fac3c84057"},{"name":"Reject account (Sandbox)","id":"cfa3c3ba-f886-4f71-b8df-33cd548af8ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/reject","description":"<p><strong>Non-production only.</strong> Transitions the account to <code>DECLINED</code> and dispatches the\n<code>v1.onboarding.account.rejected</code> webhook. Can be called at any point in the\nonboarding flow.</p>\n<p>See the <a href=\"/docs/guides/accounts/testing/simulating-onboarding\">sandbox onboarding guide</a>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","account","reject"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[]}},"response":[{"id":"73dfb569-d762-48ad-ba44-ae534150ba20","name":"OK","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/reject"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"accountType\": \"INDIVIDUAL\",\n  \"id\": \"string\",\n  \"accountName\": \"string\",\n  \"email\": \"string\",\n  \"phoneNumber\": \"string\",\n  \"countryCode\": \"GB\",\n  \"externalId\": \"string\",\n  \"accountStatus\": \"ACTIVE\",\n  \"accountTier\": \"TREASURY\"\n}"},{"id":"b5635682-7577-4fc0-9321-3ad608283e80","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/reject"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"723e5280-ca52-46a5-98fe-74bd99b6daad","name":"Forbidden","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/reject"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"90d8c8d2-c536-46d9-aef1-43f855dcc239","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/reject"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"7d0ba2d5-cfe2-4b37-8aca-6f19c9419368","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/reject"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"cfa3c3ba-f886-4f71-b8df-33cd548af8ab"},{"name":"Approve account (Sandbox)","id":"5f1f34e4-2d4c-4898-b624-52ac6f08aa5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/approve","description":"<p><strong>Non-production only.</strong> Transitions the account to <code>APPLICATION_APPROVED</code> and\ndispatches the <code>v1.onboarding.account.approved</code> webhook. The account must be in\n<code>APPLICATION_SUBMITTED</code> status. Call <a href=\"/docs/guides/accounts/confirm-submission\">confirm submission</a>\nfirst.</p>\n<p>See the <a href=\"/docs/guides/accounts/testing/simulating-onboarding\">sandbox onboarding guide</a>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","account","approve"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[]}},"response":[{"id":"e84c264e-e64b-4ca6-940f-f3671e26a016","name":"OK","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/approve"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"accountType\": \"INDIVIDUAL\",\n  \"id\": \"string\",\n  \"accountName\": \"string\",\n  \"email\": \"string\",\n  \"phoneNumber\": \"string\",\n  \"countryCode\": \"GB\",\n  \"externalId\": \"string\",\n  \"accountStatus\": \"ACTIVE\",\n  \"accountTier\": \"TREASURY\"\n}"},{"id":"d84ce198-4c1e-46f7-ac48-be8ce8b43063","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/approve"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"9baf64fa-35bc-47cf-8e5e-f94181404a61","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/approve"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"efc5eed0-13a7-47fc-b00d-442770fef531","name":"Forbidden","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/approve"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"8efaf893-7ab8-4514-8202-cd73aa58413a","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/approve"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"9db93263-adff-48a7-ad02-1ab9ec9d0d85","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/approve"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"5f1f34e4-2d4c-4898-b624-52ac6f08aa5c"},{"name":"Get all accounts","id":"783a1dff-8675-48d6-8be5-198555058899","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/list?status=DECLINED&page=0&size=20","description":"<p>Get all accounts created by the partner</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","account","list"],"host":["https://sandbox-api.hubpay.io"],"query":[{"description":{"content":"<p>Filter by account status</p>\n","type":"text/plain"},"key":"status","value":"DECLINED"},{"description":{"content":"<p>Zero-based page index</p>\n","type":"text/plain"},"key":"page","value":"0"},{"description":{"content":"<p>Page size (max 50)</p>\n","type":"text/plain"},"key":"size","value":"20"}],"variable":[]}},"response":[{"id":"1624e9ee-650f-4a33-a510-6cc2678a508f","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/list?status=DECLINED&page=0&size=20","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","list"],"query":[{"key":"status","value":"DECLINED"},{"key":"page","value":"0"},{"key":"size","value":"20"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"content\": [\n    {\n      \"accountType\": \"INDIVIDUAL\",\n      \"id\": \"string\",\n      \"accountName\": \"string\",\n      \"email\": \"string\",\n      \"phoneNumber\": \"string\",\n      \"countryCode\": \"GB\",\n      \"externalId\": \"string\",\n      \"accountStatus\": \"SUSPENDED\",\n      \"accountTier\": \"SCALE\"\n    },\n    {\n      \"accountType\": \"BUSINESS\",\n      \"id\": \"string\",\n      \"accountName\": \"string\",\n      \"email\": \"string\",\n      \"phoneNumber\": \"string\",\n      \"countryCode\": \"GB\",\n      \"externalId\": \"string\",\n      \"accountStatus\": \"CREATED\",\n      \"accountTier\": \"STARTER\"\n    }\n  ],\n  \"page\": {\n    \"size\": 9833,\n    \"number\": 9989,\n    \"totalElements\": 3554,\n    \"totalPages\": 4975\n  }\n}"},{"id":"bbe3e5f8-0174-4eea-b5f8-dce7373921dd","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/list?status=DECLINED&page=0&size=20","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","list"],"query":[{"key":"status","value":"DECLINED"},{"key":"page","value":"0"},{"key":"size","value":"20"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"6bc3c022-cf8b-417f-ab81-9d5c4427f973","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/list?status=DECLINED&page=0&size=20","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","list"],"query":[{"key":"status","value":"DECLINED"},{"key":"page","value":"0"},{"key":"size","value":"20"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"86cede93-758d-4c0d-a44d-741ce5429602","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/list?status=DECLINED&page=0&size=20","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","list"],"query":[{"key":"status","value":"DECLINED"},{"key":"page","value":"0"},{"key":"size","value":"20"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"c978fbd8-bc9c-44f9-988b-8122d20e3012","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/list?status=DECLINED&page=0&size=20","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","list"],"query":[{"key":"status","value":"DECLINED"},{"key":"page","value":"0"},{"key":"size","value":"20"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"7a9fcba7-36bc-4cc3-a539-f530bf3b1216","name":"Method Not Allowed","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/list?status=DECLINED&page=0&size=20","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","list"],"query":[{"key":"status","value":"DECLINED"},{"key":"page","value":"0"},{"key":"size","value":"20"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"87b72cac-65dc-4d38-8099-2e163e5f40bf","name":"Too Many Requests","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/list?status=DECLINED&page=0&size=20","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","list"],"query":[{"key":"status","value":"DECLINED"},{"key":"page","value":"0"},{"key":"size","value":"20"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"4de1c260-d061-4873-841c-7756272776ad","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/list?status=DECLINED&page=0&size=20","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","list"],"query":[{"key":"status","value":"DECLINED"},{"key":"page","value":"0"},{"key":"size","value":"20"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"783a1dff-8675-48d6-8be5-198555058899"}],"id":"78ee4714-34df-49d4-80bc-cdc36a396603","description":"<p>Account creation and management</p>\n","_postman_id":"78ee4714-34df-49d4-80bc-cdc36a396603","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}}},{"name":"Business Profile","item":[{"name":"Get business profile","id":"671655ad-2f14-4fc4-8c2d-ad51f1c69c16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/business-profile","description":"<p>For business accounts only - retrieves the business profile.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","account","business-profile"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[]}},"response":[{"id":"d18000f9-a586-424f-b9da-e671e4b2feed","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/business-profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"accountName\": \"string\",\n  \"countryOfRegistration\": \"string\",\n  \"industries\": [\n    \"AIR_CARGO\",\n    \"COUNTERFEIT_PIRATED_GOODS\"\n  ],\n  \"legalType\": \"GENERAL_PARTNERSHIP_COMPANY\",\n  \"incorporatedInUae\": true,\n  \"hasBankAccount\": false,\n  \"yearsOfBusinessRange\": \"FIVE_PLUS\",\n  \"numberOfEmployeesRange\": \"ONE_TO_TEN\",\n  \"annualRevenue\": 1345,\n  \"website\": \"string\",\n  \"productOrServiceSold\": \"string\",\n  \"intendedSalesChannel\": \"ONLINE\",\n  \"salesDistributionChannels\": [\n    \"OTHER\",\n    \"REFERRALS\"\n  ],\n  \"investmentSourceOfFunds\": {\n    \"description\": \"string\",\n    \"type\": \"SALE_OF_ASSET\"\n  },\n  \"incomingPaymentCountries\": [\n    \"string\",\n    \"string\"\n  ],\n  \"incomingPaymentsMonthlyVolume\": 9944,\n  \"incomingPaymentsMonthlyCount\": 5203,\n  \"outgoingPaymentCountries\": [\n    \"string\",\n    \"string\"\n  ],\n  \"outgoingPaymentsMonthlyVolume\": 8266,\n  \"outgoingPaymentsMonthlyCount\": 5669,\n  \"accountOpeningPurposes\": [\n    \"PLATFORM_INTEGRATION\",\n    \"UAE_PAYMENTS\"\n  ],\n  \"addressLine1\": \"string\",\n  \"addressLine2\": \"string\",\n  \"areaOrCity\": \"string\",\n  \"provinceState\": \"string\",\n  \"postalCode\": \"string\"\n}"},{"id":"91c4cbfa-a601-4bd0-94d7-51f868e8d588","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/business-profile"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"9b01d4da-f29f-41a8-bd94-cca3ca2ccbb2","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/business-profile"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"524194cb-45a1-4f4a-9ffb-0ed482dfbb0f","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/business-profile"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"be5dd55a-af2a-4514-9ec3-cb9566ccb127","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/business-profile"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"fc0e43ef-fbdf-4cea-b5f8-e322bd17d217","name":"Method Not Allowed","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/business-profile"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"0cc26b67-fc20-428f-81a6-0d6c77169508","name":"Too Many Requests","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/business-profile"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"45ac6436-4d08-4f99-8923-412410e0a244","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/business-profile"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"671655ad-2f14-4fc4-8c2d-ad51f1c69c16"},{"name":"Update business profile","id":"c95ea44e-24c1-4421-9ffb-7ed2ae720ee9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountName\": \"1s\\tP  fjv&\",\n  \"accountOpeningPurposes\": [\n    \"RECEIVE_FUNDS\"\n  ],\n  \"countryOfRegistration\": \"AE\",\n  \"hasBankAccount\": false,\n  \"incomingPaymentCountries\": [\n    \"string\"\n  ],\n  \"incomingPaymentsMonthlyCount\": 8446,\n  \"incomingPaymentsMonthlyVolume\": 1303,\n  \"incorporatedInUae\": true,\n  \"industries\": [\n    \"CROWDFUNDING\"\n  ],\n  \"legalType\": \"GENERAL_PARTNERSHIP_COMPANY\",\n  \"numberOfEmployeesRange\": \"THIRTY_PLUS\",\n  \"outgoingPaymentCountries\": [\n    \"string\"\n  ],\n  \"outgoingPaymentsMonthlyCount\": 505,\n  \"outgoingPaymentsMonthlyVolume\": 3405,\n  \"yearsOfBusinessRange\": \"FIVE_PLUS\",\n  \"annualRevenue\": 2970,\n  \"website\": \"string\",\n  \"productOrServiceSold\": \"string\",\n  \"intendedSalesChannel\": \"IN_PERSON\",\n  \"salesDistributionChannels\": [\n    \"IN_PERSON_SALES_TEAM\",\n    \"REFERRALS\"\n  ],\n  \"investmentSourceOfFunds\": {\n    \"description\": \"string\",\n    \"type\": \"OTHER\"\n  },\n  \"addressLine1\": \"string\",\n  \"addressLine2\": \"string\",\n  \"areaOrCity\": \"string\",\n  \"provinceState\": \"string\",\n  \"postalCode\": \"s\",\n  \"dateOfIncorporation\": \"2023-12-31\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/business-profile","description":"<p>For business accounts only - updates the business profile</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","account","business-profile"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[]}},"response":[{"id":"a4a31865-6bc6-4ac9-bb09-52436f44b068","name":"OK","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountName\": \"Q-skmAX\",\n  \"accountOpeningPurposes\": [\n    \"BULK_PAYMENTS\"\n  ],\n  \"countryOfRegistration\": \"AE\",\n  \"hasBankAccount\": true,\n  \"incomingPaymentCountries\": [\n    \"string\"\n  ],\n  \"incomingPaymentsMonthlyCount\": 9406,\n  \"incomingPaymentsMonthlyVolume\": 3704,\n  \"incorporatedInUae\": false,\n  \"industries\": [\n    \"MEDICAL_DEVICES_AND_EQUIPMENT_MANUFACTURERS_AND_SUPPLIERS\"\n  ],\n  \"legalType\": \"SOLE_PROPRIETORSHIP\",\n  \"numberOfEmployeesRange\": \"ONE_TO_TEN\",\n  \"outgoingPaymentCountries\": [\n    \"string\"\n  ],\n  \"outgoingPaymentsMonthlyCount\": 2261,\n  \"outgoingPaymentsMonthlyVolume\": 577,\n  \"yearsOfBusinessRange\": \"FIVE_PLUS\",\n  \"annualRevenue\": 6053,\n  \"website\": \"string\",\n  \"productOrServiceSold\": \"string\",\n  \"intendedSalesChannel\": \"IN_PERSON\",\n  \"salesDistributionChannels\": [\n    \"DIGITAL_ADVERTISING\",\n    \"IN_PERSON_SALES_TEAM\"\n  ],\n  \"investmentSourceOfFunds\": {\n    \"description\": \"string\",\n    \"type\": \"BUSINESS_REVENUE\"\n  },\n  \"addressLine1\": \"str\",\n  \"addressLine2\": \"string\",\n  \"areaOrCity\": \"string\",\n  \"provinceState\": \"string\",\n  \"postalCode\": \"s\",\n  \"dateOfIncorporation\": \"2023-12-31\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/business-profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"accountType\": \"INDIVIDUAL\",\n  \"id\": \"string\",\n  \"accountName\": \"string\",\n  \"email\": \"string\",\n  \"phoneNumber\": \"string\",\n  \"countryCode\": \"GB\",\n  \"externalId\": \"string\",\n  \"accountStatus\": \"ACTIVE\",\n  \"accountTier\": \"TREASURY\"\n}"},{"id":"6f9d50b8-ffda-43d6-9874-b16839ed4767","name":"Bad Request","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountName\": \"Q-skmAX\",\n  \"accountOpeningPurposes\": [\n    \"BULK_PAYMENTS\"\n  ],\n  \"countryOfRegistration\": \"AE\",\n  \"hasBankAccount\": true,\n  \"incomingPaymentCountries\": [\n    \"string\"\n  ],\n  \"incomingPaymentsMonthlyCount\": 9406,\n  \"incomingPaymentsMonthlyVolume\": 3704,\n  \"incorporatedInUae\": false,\n  \"industries\": [\n    \"MEDICAL_DEVICES_AND_EQUIPMENT_MANUFACTURERS_AND_SUPPLIERS\"\n  ],\n  \"legalType\": \"SOLE_PROPRIETORSHIP\",\n  \"numberOfEmployeesRange\": \"ONE_TO_TEN\",\n  \"outgoingPaymentCountries\": [\n    \"string\"\n  ],\n  \"outgoingPaymentsMonthlyCount\": 2261,\n  \"outgoingPaymentsMonthlyVolume\": 577,\n  \"yearsOfBusinessRange\": \"FIVE_PLUS\",\n  \"annualRevenue\": 6053,\n  \"website\": \"string\",\n  \"productOrServiceSold\": \"string\",\n  \"intendedSalesChannel\": \"IN_PERSON\",\n  \"salesDistributionChannels\": [\n    \"DIGITAL_ADVERTISING\",\n    \"IN_PERSON_SALES_TEAM\"\n  ],\n  \"investmentSourceOfFunds\": {\n    \"description\": \"string\",\n    \"type\": \"BUSINESS_REVENUE\"\n  },\n  \"addressLine1\": \"str\",\n  \"addressLine2\": \"string\",\n  \"areaOrCity\": \"string\",\n  \"provinceState\": \"string\",\n  \"postalCode\": \"s\",\n  \"dateOfIncorporation\": \"2023-12-31\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/business-profile"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"a665d5a2-8d7a-496b-b90d-35582a8a57f7","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountName\": \"Q-skmAX\",\n  \"accountOpeningPurposes\": [\n    \"BULK_PAYMENTS\"\n  ],\n  \"countryOfRegistration\": \"AE\",\n  \"hasBankAccount\": true,\n  \"incomingPaymentCountries\": [\n    \"string\"\n  ],\n  \"incomingPaymentsMonthlyCount\": 9406,\n  \"incomingPaymentsMonthlyVolume\": 3704,\n  \"incorporatedInUae\": false,\n  \"industries\": [\n    \"MEDICAL_DEVICES_AND_EQUIPMENT_MANUFACTURERS_AND_SUPPLIERS\"\n  ],\n  \"legalType\": \"SOLE_PROPRIETORSHIP\",\n  \"numberOfEmployeesRange\": \"ONE_TO_TEN\",\n  \"outgoingPaymentCountries\": [\n    \"string\"\n  ],\n  \"outgoingPaymentsMonthlyCount\": 2261,\n  \"outgoingPaymentsMonthlyVolume\": 577,\n  \"yearsOfBusinessRange\": \"FIVE_PLUS\",\n  \"annualRevenue\": 6053,\n  \"website\": \"string\",\n  \"productOrServiceSold\": \"string\",\n  \"intendedSalesChannel\": \"IN_PERSON\",\n  \"salesDistributionChannels\": [\n    \"DIGITAL_ADVERTISING\",\n    \"IN_PERSON_SALES_TEAM\"\n  ],\n  \"investmentSourceOfFunds\": {\n    \"description\": \"string\",\n    \"type\": \"BUSINESS_REVENUE\"\n  },\n  \"addressLine1\": \"str\",\n  \"addressLine2\": \"string\",\n  \"areaOrCity\": \"string\",\n  \"provinceState\": \"string\",\n  \"postalCode\": \"s\",\n  \"dateOfIncorporation\": \"2023-12-31\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/business-profile"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"44e44236-1da3-4a24-883b-96e2ad7f2247","name":"Forbidden","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountName\": \"Q-skmAX\",\n  \"accountOpeningPurposes\": [\n    \"BULK_PAYMENTS\"\n  ],\n  \"countryOfRegistration\": \"AE\",\n  \"hasBankAccount\": true,\n  \"incomingPaymentCountries\": [\n    \"string\"\n  ],\n  \"incomingPaymentsMonthlyCount\": 9406,\n  \"incomingPaymentsMonthlyVolume\": 3704,\n  \"incorporatedInUae\": false,\n  \"industries\": [\n    \"MEDICAL_DEVICES_AND_EQUIPMENT_MANUFACTURERS_AND_SUPPLIERS\"\n  ],\n  \"legalType\": \"SOLE_PROPRIETORSHIP\",\n  \"numberOfEmployeesRange\": \"ONE_TO_TEN\",\n  \"outgoingPaymentCountries\": [\n    \"string\"\n  ],\n  \"outgoingPaymentsMonthlyCount\": 2261,\n  \"outgoingPaymentsMonthlyVolume\": 577,\n  \"yearsOfBusinessRange\": \"FIVE_PLUS\",\n  \"annualRevenue\": 6053,\n  \"website\": \"string\",\n  \"productOrServiceSold\": \"string\",\n  \"intendedSalesChannel\": \"IN_PERSON\",\n  \"salesDistributionChannels\": [\n    \"DIGITAL_ADVERTISING\",\n    \"IN_PERSON_SALES_TEAM\"\n  ],\n  \"investmentSourceOfFunds\": {\n    \"description\": \"string\",\n    \"type\": \"BUSINESS_REVENUE\"\n  },\n  \"addressLine1\": \"str\",\n  \"addressLine2\": \"string\",\n  \"areaOrCity\": \"string\",\n  \"provinceState\": \"string\",\n  \"postalCode\": \"s\",\n  \"dateOfIncorporation\": \"2023-12-31\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/business-profile"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"55cb6a25-a08a-4c2e-a252-0258ac5ea37b","name":"Not Found","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountName\": \"Q-skmAX\",\n  \"accountOpeningPurposes\": [\n    \"BULK_PAYMENTS\"\n  ],\n  \"countryOfRegistration\": \"AE\",\n  \"hasBankAccount\": true,\n  \"incomingPaymentCountries\": [\n    \"string\"\n  ],\n  \"incomingPaymentsMonthlyCount\": 9406,\n  \"incomingPaymentsMonthlyVolume\": 3704,\n  \"incorporatedInUae\": false,\n  \"industries\": [\n    \"MEDICAL_DEVICES_AND_EQUIPMENT_MANUFACTURERS_AND_SUPPLIERS\"\n  ],\n  \"legalType\": \"SOLE_PROPRIETORSHIP\",\n  \"numberOfEmployeesRange\": \"ONE_TO_TEN\",\n  \"outgoingPaymentCountries\": [\n    \"string\"\n  ],\n  \"outgoingPaymentsMonthlyCount\": 2261,\n  \"outgoingPaymentsMonthlyVolume\": 577,\n  \"yearsOfBusinessRange\": \"FIVE_PLUS\",\n  \"annualRevenue\": 6053,\n  \"website\": \"string\",\n  \"productOrServiceSold\": \"string\",\n  \"intendedSalesChannel\": \"IN_PERSON\",\n  \"salesDistributionChannels\": [\n    \"DIGITAL_ADVERTISING\",\n    \"IN_PERSON_SALES_TEAM\"\n  ],\n  \"investmentSourceOfFunds\": {\n    \"description\": \"string\",\n    \"type\": \"BUSINESS_REVENUE\"\n  },\n  \"addressLine1\": \"str\",\n  \"addressLine2\": \"string\",\n  \"areaOrCity\": \"string\",\n  \"provinceState\": \"string\",\n  \"postalCode\": \"s\",\n  \"dateOfIncorporation\": \"2023-12-31\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/business-profile"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"68dc9193-dea3-41e4-afe3-200f070c9f09","name":"Method Not Allowed","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountName\": \"Q-skmAX\",\n  \"accountOpeningPurposes\": [\n    \"BULK_PAYMENTS\"\n  ],\n  \"countryOfRegistration\": \"AE\",\n  \"hasBankAccount\": true,\n  \"incomingPaymentCountries\": [\n    \"string\"\n  ],\n  \"incomingPaymentsMonthlyCount\": 9406,\n  \"incomingPaymentsMonthlyVolume\": 3704,\n  \"incorporatedInUae\": false,\n  \"industries\": [\n    \"MEDICAL_DEVICES_AND_EQUIPMENT_MANUFACTURERS_AND_SUPPLIERS\"\n  ],\n  \"legalType\": \"SOLE_PROPRIETORSHIP\",\n  \"numberOfEmployeesRange\": \"ONE_TO_TEN\",\n  \"outgoingPaymentCountries\": [\n    \"string\"\n  ],\n  \"outgoingPaymentsMonthlyCount\": 2261,\n  \"outgoingPaymentsMonthlyVolume\": 577,\n  \"yearsOfBusinessRange\": \"FIVE_PLUS\",\n  \"annualRevenue\": 6053,\n  \"website\": \"string\",\n  \"productOrServiceSold\": \"string\",\n  \"intendedSalesChannel\": \"IN_PERSON\",\n  \"salesDistributionChannels\": [\n    \"DIGITAL_ADVERTISING\",\n    \"IN_PERSON_SALES_TEAM\"\n  ],\n  \"investmentSourceOfFunds\": {\n    \"description\": \"string\",\n    \"type\": \"BUSINESS_REVENUE\"\n  },\n  \"addressLine1\": \"str\",\n  \"addressLine2\": \"string\",\n  \"areaOrCity\": \"string\",\n  \"provinceState\": \"string\",\n  \"postalCode\": \"s\",\n  \"dateOfIncorporation\": \"2023-12-31\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/business-profile"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"5cebad65-7e58-4b84-b8f2-3344c16c7e4e","name":"Unsupported Media Type","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountName\": \"Q-skmAX\",\n  \"accountOpeningPurposes\": [\n    \"BULK_PAYMENTS\"\n  ],\n  \"countryOfRegistration\": \"AE\",\n  \"hasBankAccount\": true,\n  \"incomingPaymentCountries\": [\n    \"string\"\n  ],\n  \"incomingPaymentsMonthlyCount\": 9406,\n  \"incomingPaymentsMonthlyVolume\": 3704,\n  \"incorporatedInUae\": false,\n  \"industries\": [\n    \"MEDICAL_DEVICES_AND_EQUIPMENT_MANUFACTURERS_AND_SUPPLIERS\"\n  ],\n  \"legalType\": \"SOLE_PROPRIETORSHIP\",\n  \"numberOfEmployeesRange\": \"ONE_TO_TEN\",\n  \"outgoingPaymentCountries\": [\n    \"string\"\n  ],\n  \"outgoingPaymentsMonthlyCount\": 2261,\n  \"outgoingPaymentsMonthlyVolume\": 577,\n  \"yearsOfBusinessRange\": \"FIVE_PLUS\",\n  \"annualRevenue\": 6053,\n  \"website\": \"string\",\n  \"productOrServiceSold\": \"string\",\n  \"intendedSalesChannel\": \"IN_PERSON\",\n  \"salesDistributionChannels\": [\n    \"DIGITAL_ADVERTISING\",\n    \"IN_PERSON_SALES_TEAM\"\n  ],\n  \"investmentSourceOfFunds\": {\n    \"description\": \"string\",\n    \"type\": \"BUSINESS_REVENUE\"\n  },\n  \"addressLine1\": \"str\",\n  \"addressLine2\": \"string\",\n  \"areaOrCity\": \"string\",\n  \"provinceState\": \"string\",\n  \"postalCode\": \"s\",\n  \"dateOfIncorporation\": \"2023-12-31\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/business-profile"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"a106b744-54da-4888-9d48-1aae6703a594","name":"Too Many Requests","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountName\": \"Q-skmAX\",\n  \"accountOpeningPurposes\": [\n    \"BULK_PAYMENTS\"\n  ],\n  \"countryOfRegistration\": \"AE\",\n  \"hasBankAccount\": true,\n  \"incomingPaymentCountries\": [\n    \"string\"\n  ],\n  \"incomingPaymentsMonthlyCount\": 9406,\n  \"incomingPaymentsMonthlyVolume\": 3704,\n  \"incorporatedInUae\": false,\n  \"industries\": [\n    \"MEDICAL_DEVICES_AND_EQUIPMENT_MANUFACTURERS_AND_SUPPLIERS\"\n  ],\n  \"legalType\": \"SOLE_PROPRIETORSHIP\",\n  \"numberOfEmployeesRange\": \"ONE_TO_TEN\",\n  \"outgoingPaymentCountries\": [\n    \"string\"\n  ],\n  \"outgoingPaymentsMonthlyCount\": 2261,\n  \"outgoingPaymentsMonthlyVolume\": 577,\n  \"yearsOfBusinessRange\": \"FIVE_PLUS\",\n  \"annualRevenue\": 6053,\n  \"website\": \"string\",\n  \"productOrServiceSold\": \"string\",\n  \"intendedSalesChannel\": \"IN_PERSON\",\n  \"salesDistributionChannels\": [\n    \"DIGITAL_ADVERTISING\",\n    \"IN_PERSON_SALES_TEAM\"\n  ],\n  \"investmentSourceOfFunds\": {\n    \"description\": \"string\",\n    \"type\": \"BUSINESS_REVENUE\"\n  },\n  \"addressLine1\": \"str\",\n  \"addressLine2\": \"string\",\n  \"areaOrCity\": \"string\",\n  \"provinceState\": \"string\",\n  \"postalCode\": \"s\",\n  \"dateOfIncorporation\": \"2023-12-31\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/business-profile"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"2402babf-49dd-4743-9f21-c30335b9d620","name":"Internal Server Error","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accountName\": \"Q-skmAX\",\n  \"accountOpeningPurposes\": [\n    \"BULK_PAYMENTS\"\n  ],\n  \"countryOfRegistration\": \"AE\",\n  \"hasBankAccount\": true,\n  \"incomingPaymentCountries\": [\n    \"string\"\n  ],\n  \"incomingPaymentsMonthlyCount\": 9406,\n  \"incomingPaymentsMonthlyVolume\": 3704,\n  \"incorporatedInUae\": false,\n  \"industries\": [\n    \"MEDICAL_DEVICES_AND_EQUIPMENT_MANUFACTURERS_AND_SUPPLIERS\"\n  ],\n  \"legalType\": \"SOLE_PROPRIETORSHIP\",\n  \"numberOfEmployeesRange\": \"ONE_TO_TEN\",\n  \"outgoingPaymentCountries\": [\n    \"string\"\n  ],\n  \"outgoingPaymentsMonthlyCount\": 2261,\n  \"outgoingPaymentsMonthlyVolume\": 577,\n  \"yearsOfBusinessRange\": \"FIVE_PLUS\",\n  \"annualRevenue\": 6053,\n  \"website\": \"string\",\n  \"productOrServiceSold\": \"string\",\n  \"intendedSalesChannel\": \"IN_PERSON\",\n  \"salesDistributionChannels\": [\n    \"DIGITAL_ADVERTISING\",\n    \"IN_PERSON_SALES_TEAM\"\n  ],\n  \"investmentSourceOfFunds\": {\n    \"description\": \"string\",\n    \"type\": \"BUSINESS_REVENUE\"\n  },\n  \"addressLine1\": \"str\",\n  \"addressLine2\": \"string\",\n  \"areaOrCity\": \"string\",\n  \"provinceState\": \"string\",\n  \"postalCode\": \"s\",\n  \"dateOfIncorporation\": \"2023-12-31\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/business-profile"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"c95ea44e-24c1-4421-9ffb-7ed2ae720ee9"}],"id":"92c0e4b4-ef30-4dd3-b83d-bbac60ed10f1","description":"<p>Business profile management</p>\n","_postman_id":"92c0e4b4-ef30-4dd3-b83d-bbac60ed10f1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}}},{"name":"Branding","item":[{"name":"Get account brand settings","id":"be9f43f3-d1d5-40d3-81ab-968891a4e329","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/branding","description":"<p>Retrieves the branding configuration.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","account","branding"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[]}},"response":[{"id":"682ea824-076c-4cfc-946a-1d0db2ad7abf","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/branding"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"primaryColor\": \"#123456\",\n  \"secondaryColor\": \"#abcdef\",\n  \"logoUrl\": \"string\"\n}"},{"id":"2ae1c211-8163-4e52-9038-27aefe9aa166","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/branding"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"ca2bebe5-e5c0-4203-ac3a-c9150cfff2d4","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/branding"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"5c4d430d-1e3a-41c8-833f-20922f688d9f","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/branding"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"d080c37c-1c4c-450a-8007-b65b452d110d","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/branding"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"c43e6ab8-ff4a-4b7a-a2c9-b6e2e4529ab1","name":"Method Not Allowed","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/branding"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"3c7565a1-ab60-44ae-9b20-d36c8a79008f","name":"Too Many Requests","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/branding"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"ac0e532a-480f-49ea-9664-a066a94e2289","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/branding"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"be9f43f3-d1d5-40d3-81ab-968891a4e329"},{"name":"Update account brand settings","id":"1c82f73a-c242-4c64-83c6-ad9b366c169d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"primaryColor","value":"#123456","type":"text","description":"<p>Primary branding color in hex format</p>\n"},{"key":"secondaryColor","value":"#abcdef","type":"text","description":"<p>Secondary branding color in hex format</p>\n"},{"key":"logo","type":"file","description":"<p>Logo file to be displayed during payment. Must be JPG or PNG format, at least 128x128 pixels, and no larger than 512KB.</p>\n","value":null}]},"url":"https://sandbox-api.hubpay.io/v1/account/branding","description":"<p>Updates the branding configuration.\nAll fields are optional. Any field supplied in the request will be applied.\nThis endpoint supports multipart/form-data for file upload and text parameters.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","account","branding"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[]}},"response":[{"id":"810c7078-470b-42b9-beec-921c151531af","name":"OK","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"Primary branding color in hex format","key":"primaryColor","value":"#123456","type":"text"},{"description":"Secondary branding color in hex format","key":"secondaryColor","value":"#abcdef","type":"text"},{"description":"Logo file to be displayed during payment. Must be JPG or PNG format, at least 128x128 pixels, and no larger than 512KB.","key":"logo","type":"file"}]},"url":"https://sandbox-api.hubpay.io/v1/account/branding"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"primaryColor\": \"#123456\",\n  \"secondaryColor\": \"#abcdef\",\n  \"logoUrl\": \"string\"\n}"},{"id":"337321fa-38e0-44fc-bd32-2d4bfae1ea38","name":"Bad Request","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"Primary branding color in hex format","key":"primaryColor","value":"#123456","type":"text"},{"description":"Secondary branding color in hex format","key":"secondaryColor","value":"#abcdef","type":"text"},{"description":"Logo file to be displayed during payment. Must be JPG or PNG format, at least 128x128 pixels, and no larger than 512KB.","key":"logo","type":"file"}]},"url":"https://sandbox-api.hubpay.io/v1/account/branding"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"f908de61-7a88-4813-aeb3-ba4a0283829d","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"Primary branding color in hex format","key":"primaryColor","value":"#123456","type":"text"},{"description":"Secondary branding color in hex format","key":"secondaryColor","value":"#abcdef","type":"text"},{"description":"Logo file to be displayed during payment. Must be JPG or PNG format, at least 128x128 pixels, and no larger than 512KB.","key":"logo","type":"file"}]},"url":"https://sandbox-api.hubpay.io/v1/account/branding"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"ed94d7a9-ecf8-4315-b4ff-37be5eb7d194","name":"Forbidden","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"Primary branding color in hex format","key":"primaryColor","value":"#123456","type":"text"},{"description":"Secondary branding color in hex format","key":"secondaryColor","value":"#abcdef","type":"text"},{"description":"Logo file to be displayed during payment. Must be JPG or PNG format, at least 128x128 pixels, and no larger than 512KB.","key":"logo","type":"file"}]},"url":"https://sandbox-api.hubpay.io/v1/account/branding"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"0589a4d7-3ec0-4fd1-8472-1ca70539392c","name":"Not Found","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"Primary branding color in hex format","key":"primaryColor","value":"#123456","type":"text"},{"description":"Secondary branding color in hex format","key":"secondaryColor","value":"#abcdef","type":"text"},{"description":"Logo file to be displayed during payment. Must be JPG or PNG format, at least 128x128 pixels, and no larger than 512KB.","key":"logo","type":"file"}]},"url":"https://sandbox-api.hubpay.io/v1/account/branding"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"ce68925d-f1a4-46bb-be03-6432c238d481","name":"Method Not Allowed","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"Primary branding color in hex format","key":"primaryColor","value":"#123456","type":"text"},{"description":"Secondary branding color in hex format","key":"secondaryColor","value":"#abcdef","type":"text"},{"description":"Logo file to be displayed during payment. Must be JPG or PNG format, at least 128x128 pixels, and no larger than 512KB.","key":"logo","type":"file"}]},"url":"https://sandbox-api.hubpay.io/v1/account/branding"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"fe188152-bc13-4417-bd54-c583333d3035","name":"Unsupported Media Type","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"Primary branding color in hex format","key":"primaryColor","value":"#123456","type":"text"},{"description":"Secondary branding color in hex format","key":"secondaryColor","value":"#abcdef","type":"text"},{"description":"Logo file to be displayed during payment. Must be JPG or PNG format, at least 128x128 pixels, and no larger than 512KB.","key":"logo","type":"file"}]},"url":"https://sandbox-api.hubpay.io/v1/account/branding"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"10c76988-25fd-4379-a86e-e1d8a2ed4ac0","name":"Too Many Requests","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"Primary branding color in hex format","key":"primaryColor","value":"#123456","type":"text"},{"description":"Secondary branding color in hex format","key":"secondaryColor","value":"#abcdef","type":"text"},{"description":"Logo file to be displayed during payment. Must be JPG or PNG format, at least 128x128 pixels, and no larger than 512KB.","key":"logo","type":"file"}]},"url":"https://sandbox-api.hubpay.io/v1/account/branding"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"d3aed952-46f5-474b-97d1-52086da835e8","name":"Internal Server Error","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"Primary branding color in hex format","key":"primaryColor","value":"#123456","type":"text"},{"description":"Secondary branding color in hex format","key":"secondaryColor","value":"#abcdef","type":"text"},{"description":"Logo file to be displayed during payment. Must be JPG or PNG format, at least 128x128 pixels, and no larger than 512KB.","key":"logo","type":"file"}]},"url":"https://sandbox-api.hubpay.io/v1/account/branding"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"1c82f73a-c242-4c64-83c6-ad9b366c169d"},{"name":"Reset account brand settings","id":"17f6f950-d8dc-4948-a4af-6920e49cebd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/branding/reset","description":"<p>Resets all branding settings (primary color, secondary color, and logo) to defaults.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","account","branding","reset"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[]}},"response":[{"id":"df987fab-e521-49b8-b9d4-7a55faf93aaf","name":"OK","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"}],"url":"https://sandbox-api.hubpay.io/v1/account/branding/reset"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"f14e4c12-4934-499f-98e4-250884845dd6","name":"Bad Request","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/branding/reset"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"5c29d888-b506-4d3d-a0f0-be5bb123b9ee","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/branding/reset"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"46c611a4-2b96-45ae-abe1-343e34e13cf8","name":"Forbidden","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/branding/reset"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"0288f35e-8f08-4569-93e4-125e6c59176d","name":"Not Found","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/branding/reset"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"a4cb7609-90f8-464c-b95b-8662c68f36cf","name":"Method Not Allowed","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/branding/reset"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"6b3ec813-23c7-43a9-acf3-86732da5c742","name":"Unsupported Media Type","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/branding/reset"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"bf0210ed-b6ce-4dd7-a07d-aac8ecb4b779","name":"Too Many Requests","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/branding/reset"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"646f75f2-a104-4e24-a363-9d8d8a05777d","name":"Internal Server Error","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/branding/reset"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"17f6f950-d8dc-4948-a4af-6920e49cebd9"}],"id":"fe61d25b-d1ca-4011-8872-4111ae1e4dc3","description":"<p>Account branding configuration</p>\n","_postman_id":"fe61d25b-d1ca-4011-8872-4111ae1e4dc3","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}}},{"name":"Persons","item":[{"name":"Get person","id":"26a75db1-6aa6-4eb0-a517-b8db2da463f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/related-party/persons/:personId","description":"<p>For business accounts - get details of a Shareholder, Director or Authorised Signatory</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","account","related-party","persons",":personId"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[{"id":"ebeb401e-00da-4e18-8824-6228d8dc7024","description":{"content":"<p>(Required) Unique identifier of the related person</p>\n","type":"text/plain"},"type":"any","value":"e038b313-0b04-48d3-867e-7fee463501db","key":"personId"}]}},"response":[{"id":"12bfa3b8-f521-4b5d-adbc-50f2192a7227","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/related-party/persons/:personId","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","related-party","persons",":personId"],"variable":[{"key":"personId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the related person"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"authorizedSignatory\": false,\n  \"director\": false,\n  \"documents\": [\n    {\n      \"description\": \"string\",\n      \"documentType\": \"PASSPORT\",\n      \"documentUploads\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"id\": \"28b91bec-a3f8-d7fa-27e4-33476ee4024d\",\n      \"required\": false,\n      \"status\": \"VALIDATION_WARNINGS\",\n      \"title\": \"string\",\n      \"expiresAt\": \"1950-06-21T12:31:44.071Z\",\n      \"declinedReason\": \"INVALID_DOCUMENT_TYPE\",\n      \"declinedCustomerDisplayReason\": \"string\",\n      \"validationStatus\": \"WARNING_SUSPECTED_INVALID_DOCUMENT_TYPE\",\n      \"validationMessage\": \"string\",\n      \"lastUpdatedBy\": \"string\",\n      \"lastUpdatedAt\": \"2000-10-05T02:42:42.652Z\"\n    },\n    {\n      \"description\": \"string\",\n      \"documentType\": \"CV\",\n      \"documentUploads\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"id\": \"7af8ad16-3427-9050-c06f-d9d2c883a5d3\",\n      \"required\": true,\n      \"status\": \"DECLINED\",\n      \"title\": \"string\",\n      \"expiresAt\": \"1982-01-22T19:11:28.442Z\",\n      \"declinedReason\": \"INVALID_DOCUMENT_TYPE\",\n      \"declinedCustomerDisplayReason\": \"string\",\n      \"validationStatus\": \"WARNING_OTHER\",\n      \"validationMessage\": \"string\",\n      \"lastUpdatedBy\": \"string\",\n      \"lastUpdatedAt\": \"2025-02-03T19:55:12.564Z\"\n    }\n  ],\n  \"fullNameAsPerId\": \"string\",\n  \"id\": \"77fd6a26-8edf-f9d9-35b2-46c7fb0517a5\",\n  \"shareholder\": false,\n  \"status\": \"UNDER_REVIEW\",\n  \"uaeResident\": true,\n  \"linkedInProfileUrl\": \"string\"\n}"},{"id":"b9a522c6-1d76-49d0-916b-a291789acc70","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/related-party/persons/:personId","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","related-party","persons",":personId"],"variable":[{"key":"personId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the related person"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"dca3107d-9316-4290-a810-0970f2c845d3","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/related-party/persons/:personId","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","related-party","persons",":personId"],"variable":[{"key":"personId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the related person"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"f375c221-29f8-4e60-b2c5-5b83d4ea8352","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/related-party/persons/:personId","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","related-party","persons",":personId"],"variable":[{"key":"personId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the related person"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"08f49e07-dfb2-4a43-911d-2988da2eeb3b","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/related-party/persons/:personId","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","related-party","persons",":personId"],"variable":[{"key":"personId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the related person"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"c5b363a8-9f78-4165-b464-8c7699dddf58","name":"Method Not Allowed","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/related-party/persons/:personId","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","related-party","persons",":personId"],"variable":[{"key":"personId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the related person"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"10136207-9cc3-4287-89e8-54ee0e93461b","name":"Too Many Requests","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/related-party/persons/:personId","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","related-party","persons",":personId"],"variable":[{"key":"personId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the related person"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"865d0ea5-b1c5-405d-8dfc-a29fee4afa23","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/related-party/persons/:personId","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","related-party","persons",":personId"],"variable":[{"key":"personId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the related person"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"26a75db1-6aa6-4eb0-a517-b8db2da463f9"},{"name":"Update person","id":"32408cda-c9b9-41b6-8907-f7b8b3887ce6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"attachedDocuments\": [\n    {\n      \"documentIds\": [\n        \"559bd751-111a-8688-6702-cfd051aedee7\"\n      ],\n      \"type\": \"RESIDING_COUNTRY_PROOF_OF_ADDRESS\"\n    }\n  ],\n  \"authorizedSignatory\": true,\n  \"director\": true,\n  \"fullNameAsPerId\": \"string\",\n  \"shareholder\": false,\n  \"uaeResident\": false,\n  \"linkedInProfileUrl\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/related-party/persons/:personId","description":"<p>For business accounts - update details of Shareholders, Directors and Authorised Signatories<br /></p><ul><li><b>Shareholders</b>: Individuals who hold shares in the company</li><li><b>Directors</b>: People legally responsible for managing the company's operations and decision-making</li><li><b>Authorised Signatories</b>: Individuals who have the authority to sign documents and make official commitments on behalf of the company</li></ul><p></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","account","related-party","persons",":personId"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[{"id":"b02d4474-5e76-4fe8-b68c-4f39de434901","description":{"content":"<p>(Required) Unique identifier of the related person</p>\n","type":"text/plain"},"type":"any","value":"e038b313-0b04-48d3-867e-7fee463501db","key":"personId"}]}},"response":[{"id":"47ca8b19-d041-4cef-a2b2-fcd302328a1d","name":"OK","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"attachedDocuments\": [\n    {\n      \"documentIds\": [\n        \"559bd751-111a-8688-6702-cfd051aedee7\"\n      ],\n      \"type\": \"RESIDING_COUNTRY_PROOF_OF_ADDRESS\"\n    }\n  ],\n  \"authorizedSignatory\": true,\n  \"director\": true,\n  \"fullNameAsPerId\": \"string\",\n  \"shareholder\": false,\n  \"uaeResident\": false,\n  \"linkedInProfileUrl\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/related-party/persons/:personId","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","related-party","persons",":personId"],"variable":[{"key":"personId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the related person"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"authorizedSignatory\": false,\n  \"director\": false,\n  \"documents\": [\n    {\n      \"description\": \"string\",\n      \"documentType\": \"PASSPORT\",\n      \"documentUploads\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"id\": \"28b91bec-a3f8-d7fa-27e4-33476ee4024d\",\n      \"required\": false,\n      \"status\": \"VALIDATION_WARNINGS\",\n      \"title\": \"string\",\n      \"expiresAt\": \"1950-06-21T12:31:44.071Z\",\n      \"declinedReason\": \"INVALID_DOCUMENT_TYPE\",\n      \"declinedCustomerDisplayReason\": \"string\",\n      \"validationStatus\": \"WARNING_SUSPECTED_INVALID_DOCUMENT_TYPE\",\n      \"validationMessage\": \"string\",\n      \"lastUpdatedBy\": \"string\",\n      \"lastUpdatedAt\": \"2000-10-05T02:42:42.652Z\"\n    },\n    {\n      \"description\": \"string\",\n      \"documentType\": \"CV\",\n      \"documentUploads\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"id\": \"7af8ad16-3427-9050-c06f-d9d2c883a5d3\",\n      \"required\": true,\n      \"status\": \"DECLINED\",\n      \"title\": \"string\",\n      \"expiresAt\": \"1982-01-22T19:11:28.442Z\",\n      \"declinedReason\": \"INVALID_DOCUMENT_TYPE\",\n      \"declinedCustomerDisplayReason\": \"string\",\n      \"validationStatus\": \"WARNING_OTHER\",\n      \"validationMessage\": \"string\",\n      \"lastUpdatedBy\": \"string\",\n      \"lastUpdatedAt\": \"2025-02-03T19:55:12.564Z\"\n    }\n  ],\n  \"fullNameAsPerId\": \"string\",\n  \"id\": \"77fd6a26-8edf-f9d9-35b2-46c7fb0517a5\",\n  \"shareholder\": false,\n  \"status\": \"UNDER_REVIEW\",\n  \"uaeResident\": true,\n  \"linkedInProfileUrl\": \"string\"\n}"},{"id":"2a5a0383-adc6-493a-8e81-341a313ad800","name":"Bad Request","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"attachedDocuments\": [\n    {\n      \"documentIds\": [\n        \"559bd751-111a-8688-6702-cfd051aedee7\"\n      ],\n      \"type\": \"RESIDING_COUNTRY_PROOF_OF_ADDRESS\"\n    }\n  ],\n  \"authorizedSignatory\": true,\n  \"director\": true,\n  \"fullNameAsPerId\": \"string\",\n  \"shareholder\": false,\n  \"uaeResident\": false,\n  \"linkedInProfileUrl\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/related-party/persons/:personId","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","related-party","persons",":personId"],"variable":[{"key":"personId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the related person"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"cb1eb923-add3-4433-b6bf-ae776dd94983","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"attachedDocuments\": [\n    {\n      \"documentIds\": [\n        \"559bd751-111a-8688-6702-cfd051aedee7\"\n      ],\n      \"type\": \"RESIDING_COUNTRY_PROOF_OF_ADDRESS\"\n    }\n  ],\n  \"authorizedSignatory\": true,\n  \"director\": true,\n  \"fullNameAsPerId\": \"string\",\n  \"shareholder\": false,\n  \"uaeResident\": false,\n  \"linkedInProfileUrl\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/related-party/persons/:personId","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","related-party","persons",":personId"],"variable":[{"key":"personId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the related person"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"f961c96c-2a7d-4566-88eb-d45eb759c514","name":"Forbidden","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"attachedDocuments\": [\n    {\n      \"documentIds\": [\n        \"559bd751-111a-8688-6702-cfd051aedee7\"\n      ],\n      \"type\": \"RESIDING_COUNTRY_PROOF_OF_ADDRESS\"\n    }\n  ],\n  \"authorizedSignatory\": true,\n  \"director\": true,\n  \"fullNameAsPerId\": \"string\",\n  \"shareholder\": false,\n  \"uaeResident\": false,\n  \"linkedInProfileUrl\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/related-party/persons/:personId","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","related-party","persons",":personId"],"variable":[{"key":"personId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the related person"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"841f077a-e435-4067-86d5-45d409992540","name":"Not Found","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"attachedDocuments\": [\n    {\n      \"documentIds\": [\n        \"559bd751-111a-8688-6702-cfd051aedee7\"\n      ],\n      \"type\": \"RESIDING_COUNTRY_PROOF_OF_ADDRESS\"\n    }\n  ],\n  \"authorizedSignatory\": true,\n  \"director\": true,\n  \"fullNameAsPerId\": \"string\",\n  \"shareholder\": false,\n  \"uaeResident\": false,\n  \"linkedInProfileUrl\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/related-party/persons/:personId","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","related-party","persons",":personId"],"variable":[{"key":"personId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the related person"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"555ec1bd-2985-4b17-8feb-b8b46161d373","name":"Method Not Allowed","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"attachedDocuments\": [\n    {\n      \"documentIds\": [\n        \"559bd751-111a-8688-6702-cfd051aedee7\"\n      ],\n      \"type\": \"RESIDING_COUNTRY_PROOF_OF_ADDRESS\"\n    }\n  ],\n  \"authorizedSignatory\": true,\n  \"director\": true,\n  \"fullNameAsPerId\": \"string\",\n  \"shareholder\": false,\n  \"uaeResident\": false,\n  \"linkedInProfileUrl\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/related-party/persons/:personId","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","related-party","persons",":personId"],"variable":[{"key":"personId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the related person"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"ca00c3a7-49c0-4749-9e1b-3f55a941f21d","name":"Unsupported Media Type","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"attachedDocuments\": [\n    {\n      \"documentIds\": [\n        \"559bd751-111a-8688-6702-cfd051aedee7\"\n      ],\n      \"type\": \"RESIDING_COUNTRY_PROOF_OF_ADDRESS\"\n    }\n  ],\n  \"authorizedSignatory\": true,\n  \"director\": true,\n  \"fullNameAsPerId\": \"string\",\n  \"shareholder\": false,\n  \"uaeResident\": false,\n  \"linkedInProfileUrl\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/related-party/persons/:personId","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","related-party","persons",":personId"],"variable":[{"key":"personId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the related person"}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"4b61ed33-686c-45f0-98ac-9399929fdd3f","name":"Too Many Requests","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"attachedDocuments\": [\n    {\n      \"documentIds\": [\n        \"559bd751-111a-8688-6702-cfd051aedee7\"\n      ],\n      \"type\": \"RESIDING_COUNTRY_PROOF_OF_ADDRESS\"\n    }\n  ],\n  \"authorizedSignatory\": true,\n  \"director\": true,\n  \"fullNameAsPerId\": \"string\",\n  \"shareholder\": false,\n  \"uaeResident\": false,\n  \"linkedInProfileUrl\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/related-party/persons/:personId","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","related-party","persons",":personId"],"variable":[{"key":"personId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the related person"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"95a461df-63cc-49c0-a06d-e7d8019290c9","name":"Internal Server Error","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"attachedDocuments\": [\n    {\n      \"documentIds\": [\n        \"559bd751-111a-8688-6702-cfd051aedee7\"\n      ],\n      \"type\": \"RESIDING_COUNTRY_PROOF_OF_ADDRESS\"\n    }\n  ],\n  \"authorizedSignatory\": true,\n  \"director\": true,\n  \"fullNameAsPerId\": \"string\",\n  \"shareholder\": false,\n  \"uaeResident\": false,\n  \"linkedInProfileUrl\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/related-party/persons/:personId","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","related-party","persons",":personId"],"variable":[{"key":"personId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the related person"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"32408cda-c9b9-41b6-8907-f7b8b3887ce6"},{"name":"Get all persons","id":"0ea2af4a-f791-4012-8664-04f2b4c72c40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/related-party/persons?page=0&size=20","description":"<p>Get all persons related to the business account</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","account","related-party","persons"],"host":["https://sandbox-api.hubpay.io"],"query":[{"description":{"content":"<p>Zero-based page index</p>\n","type":"text/plain"},"key":"page","value":"0"},{"description":{"content":"<p>Page size</p>\n","type":"text/plain"},"key":"size","value":"20"}],"variable":[]}},"response":[{"id":"567585de-e75a-45a5-b02f-dd75b2d6a3ac","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/related-party/persons?page=0&size=20","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","related-party","persons"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"content\": [\n    {\n      \"authorizedSignatory\": false,\n      \"director\": true,\n      \"documents\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"fullNameAsPerId\": \"string\",\n      \"id\": \"43780024-d157-065a-7993-44abe22f7e54\",\n      \"shareholder\": true,\n      \"status\": \"NOT_SUBMITTED\",\n      \"uaeResident\": true,\n      \"linkedInProfileUrl\": \"string\"\n    },\n    {\n      \"authorizedSignatory\": true,\n      \"director\": false,\n      \"documents\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"fullNameAsPerId\": \"string\",\n      \"id\": \"69724032-fc10-b834-670f-0d116f90f886\",\n      \"shareholder\": false,\n      \"status\": \"APPROVED\",\n      \"uaeResident\": false,\n      \"linkedInProfileUrl\": \"string\"\n    }\n  ],\n  \"page\": {\n    \"size\": 2875,\n    \"number\": 4092,\n    \"totalElements\": 5660,\n    \"totalPages\": 6340\n  }\n}"},{"id":"d7a5a56e-4634-4654-9e1e-eef2d21f4c59","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/related-party/persons?page=0&size=20","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","related-party","persons"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"a460bf76-1b01-4217-9a0d-7bbe4d556149","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/related-party/persons?page=0&size=20","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","related-party","persons"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"a691b107-ef66-4a13-8a51-5911977df284","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/related-party/persons?page=0&size=20","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","related-party","persons"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"18667b64-4368-4811-8a9e-0ad8b8849173","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/related-party/persons?page=0&size=20","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","related-party","persons"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"f1f1849f-dd85-4686-b38c-366f60f01f1c","name":"Method Not Allowed","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/related-party/persons?page=0&size=20","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","related-party","persons"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"cba6f800-27c0-4823-9e14-122317588d05","name":"Too Many Requests","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/related-party/persons?page=0&size=20","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","related-party","persons"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"60352b05-dffb-4e2e-a491-8125571ec538","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/related-party/persons?page=0&size=20","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","related-party","persons"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"0ea2af4a-f791-4012-8664-04f2b4c72c40"},{"name":"Add person","id":"5842807b-53d5-4982-9604-75210d23a091","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"attachedDocuments\": [\n    {\n      \"documentIds\": [\n        \"559bd751-111a-8688-6702-cfd051aedee7\"\n      ],\n      \"type\": \"RESIDING_COUNTRY_PROOF_OF_ADDRESS\"\n    }\n  ],\n  \"authorizedSignatory\": true,\n  \"director\": true,\n  \"fullNameAsPerId\": \"string\",\n  \"shareholder\": false,\n  \"uaeResident\": false,\n  \"linkedInProfileUrl\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/related-party/persons","description":"<p>For business accounts - add details of Shareholders, Directors and Authorised Signatories<br /></p><ul><li><b>Shareholders</b>: Individuals who hold shares in the company</li><li><b>Directors</b>: People legally responsible for managing the company's operations and decision-making</li><li><b>Authorised Signatories</b>: Individuals who have the authority to sign documents and make official commitments on behalf of the company</li></ul><p></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","account","related-party","persons"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[]}},"response":[{"id":"9a7b7e45-a293-455b-9f12-aaa4bf1f3bb5","name":"Created","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"attachedDocuments\": [\n    {\n      \"documentIds\": [\n        \"559bd751-111a-8688-6702-cfd051aedee7\"\n      ],\n      \"type\": \"RESIDING_COUNTRY_PROOF_OF_ADDRESS\"\n    }\n  ],\n  \"authorizedSignatory\": true,\n  \"director\": true,\n  \"fullNameAsPerId\": \"string\",\n  \"shareholder\": false,\n  \"uaeResident\": false,\n  \"linkedInProfileUrl\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/related-party/persons"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"authorizedSignatory\": false,\n  \"director\": false,\n  \"documents\": [\n    {\n      \"description\": \"string\",\n      \"documentType\": \"PASSPORT\",\n      \"documentUploads\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"id\": \"28b91bec-a3f8-d7fa-27e4-33476ee4024d\",\n      \"required\": false,\n      \"status\": \"VALIDATION_WARNINGS\",\n      \"title\": \"string\",\n      \"expiresAt\": \"1950-06-21T12:31:44.071Z\",\n      \"declinedReason\": \"INVALID_DOCUMENT_TYPE\",\n      \"declinedCustomerDisplayReason\": \"string\",\n      \"validationStatus\": \"WARNING_SUSPECTED_INVALID_DOCUMENT_TYPE\",\n      \"validationMessage\": \"string\",\n      \"lastUpdatedBy\": \"string\",\n      \"lastUpdatedAt\": \"2000-10-05T02:42:42.652Z\"\n    },\n    {\n      \"description\": \"string\",\n      \"documentType\": \"CV\",\n      \"documentUploads\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"id\": \"7af8ad16-3427-9050-c06f-d9d2c883a5d3\",\n      \"required\": true,\n      \"status\": \"DECLINED\",\n      \"title\": \"string\",\n      \"expiresAt\": \"1982-01-22T19:11:28.442Z\",\n      \"declinedReason\": \"INVALID_DOCUMENT_TYPE\",\n      \"declinedCustomerDisplayReason\": \"string\",\n      \"validationStatus\": \"WARNING_OTHER\",\n      \"validationMessage\": \"string\",\n      \"lastUpdatedBy\": \"string\",\n      \"lastUpdatedAt\": \"2025-02-03T19:55:12.564Z\"\n    }\n  ],\n  \"fullNameAsPerId\": \"string\",\n  \"id\": \"77fd6a26-8edf-f9d9-35b2-46c7fb0517a5\",\n  \"shareholder\": false,\n  \"status\": \"UNDER_REVIEW\",\n  \"uaeResident\": true,\n  \"linkedInProfileUrl\": \"string\"\n}"},{"id":"bde6b420-022d-4100-8497-9d8ee1ea208d","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"attachedDocuments\": [\n    {\n      \"documentIds\": [\n        \"559bd751-111a-8688-6702-cfd051aedee7\"\n      ],\n      \"type\": \"RESIDING_COUNTRY_PROOF_OF_ADDRESS\"\n    }\n  ],\n  \"authorizedSignatory\": true,\n  \"director\": true,\n  \"fullNameAsPerId\": \"string\",\n  \"shareholder\": false,\n  \"uaeResident\": false,\n  \"linkedInProfileUrl\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/related-party/persons"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"f4d0485d-7b7b-4851-ace9-1bd9181afdd5","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"attachedDocuments\": [\n    {\n      \"documentIds\": [\n        \"559bd751-111a-8688-6702-cfd051aedee7\"\n      ],\n      \"type\": \"RESIDING_COUNTRY_PROOF_OF_ADDRESS\"\n    }\n  ],\n  \"authorizedSignatory\": true,\n  \"director\": true,\n  \"fullNameAsPerId\": \"string\",\n  \"shareholder\": false,\n  \"uaeResident\": false,\n  \"linkedInProfileUrl\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/related-party/persons"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"981bf9b6-4eed-47b7-9e69-4d917a9ce75b","name":"Forbidden","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"attachedDocuments\": [\n    {\n      \"documentIds\": [\n        \"559bd751-111a-8688-6702-cfd051aedee7\"\n      ],\n      \"type\": \"RESIDING_COUNTRY_PROOF_OF_ADDRESS\"\n    }\n  ],\n  \"authorizedSignatory\": true,\n  \"director\": true,\n  \"fullNameAsPerId\": \"string\",\n  \"shareholder\": false,\n  \"uaeResident\": false,\n  \"linkedInProfileUrl\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/related-party/persons"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"4bb0ca21-6ae8-4011-9d63-1479afacbd69","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"attachedDocuments\": [\n    {\n      \"documentIds\": [\n        \"559bd751-111a-8688-6702-cfd051aedee7\"\n      ],\n      \"type\": \"RESIDING_COUNTRY_PROOF_OF_ADDRESS\"\n    }\n  ],\n  \"authorizedSignatory\": true,\n  \"director\": true,\n  \"fullNameAsPerId\": \"string\",\n  \"shareholder\": false,\n  \"uaeResident\": false,\n  \"linkedInProfileUrl\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/related-party/persons"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"83ae871e-72c1-404e-8d7a-17747081b55c","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"attachedDocuments\": [\n    {\n      \"documentIds\": [\n        \"559bd751-111a-8688-6702-cfd051aedee7\"\n      ],\n      \"type\": \"RESIDING_COUNTRY_PROOF_OF_ADDRESS\"\n    }\n  ],\n  \"authorizedSignatory\": true,\n  \"director\": true,\n  \"fullNameAsPerId\": \"string\",\n  \"shareholder\": false,\n  \"uaeResident\": false,\n  \"linkedInProfileUrl\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/related-party/persons"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"50f8f692-397c-4ccb-a8b9-4d8e9d9ec75e","name":"Conflict","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"attachedDocuments\": [\n    {\n      \"documentIds\": [\n        \"559bd751-111a-8688-6702-cfd051aedee7\"\n      ],\n      \"type\": \"RESIDING_COUNTRY_PROOF_OF_ADDRESS\"\n    }\n  ],\n  \"authorizedSignatory\": true,\n  \"director\": true,\n  \"fullNameAsPerId\": \"string\",\n  \"shareholder\": false,\n  \"uaeResident\": false,\n  \"linkedInProfileUrl\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/related-party/persons"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"f9baa96a-6c97-4807-96ed-e999a36a8ed4","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"attachedDocuments\": [\n    {\n      \"documentIds\": [\n        \"559bd751-111a-8688-6702-cfd051aedee7\"\n      ],\n      \"type\": \"RESIDING_COUNTRY_PROOF_OF_ADDRESS\"\n    }\n  ],\n  \"authorizedSignatory\": true,\n  \"director\": true,\n  \"fullNameAsPerId\": \"string\",\n  \"shareholder\": false,\n  \"uaeResident\": false,\n  \"linkedInProfileUrl\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/related-party/persons"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"1b523801-0d5d-45b5-9ac5-53965e1ec57d","name":"Too Many Requests","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"attachedDocuments\": [\n    {\n      \"documentIds\": [\n        \"559bd751-111a-8688-6702-cfd051aedee7\"\n      ],\n      \"type\": \"RESIDING_COUNTRY_PROOF_OF_ADDRESS\"\n    }\n  ],\n  \"authorizedSignatory\": true,\n  \"director\": true,\n  \"fullNameAsPerId\": \"string\",\n  \"shareholder\": false,\n  \"uaeResident\": false,\n  \"linkedInProfileUrl\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/related-party/persons"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"951b266f-3f3b-4d27-95c4-c500e5e0410c","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"attachedDocuments\": [\n    {\n      \"documentIds\": [\n        \"559bd751-111a-8688-6702-cfd051aedee7\"\n      ],\n      \"type\": \"RESIDING_COUNTRY_PROOF_OF_ADDRESS\"\n    }\n  ],\n  \"authorizedSignatory\": true,\n  \"director\": true,\n  \"fullNameAsPerId\": \"string\",\n  \"shareholder\": false,\n  \"uaeResident\": false,\n  \"linkedInProfileUrl\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/related-party/persons"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"5842807b-53d5-4982-9604-75210d23a091"}],"id":"5e8db0c4-a4d7-4297-990f-e6a7099f46dc","description":"<p>Related persons management</p>\n","_postman_id":"5e8db0c4-a4d7-4297-990f-e6a7099f46dc","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}}},{"name":"Corporates","item":[{"name":"Get corporate","id":"34544a29-882a-4741-98f1-e3d990a44cb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/related-party/corporates/:corporateId","description":"<p>Get details of a specific corporate entity related to the business account</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","account","related-party","corporates",":corporateId"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[{"id":"a8f46625-cb20-4c9a-a3bc-58e65a7ce299","description":{"content":"<p>(Required) Unique identifier of the related corporate entity</p>\n","type":"text/plain"},"type":"any","value":"e038b313-0b04-48d3-867e-7fee463501db","key":"corporateId"}]}},"response":[{"id":"048e495e-6f7d-4984-a234-53708d5ecfb3","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/related-party/corporates/:corporateId","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","related-party","corporates",":corporateId"],"variable":[{"key":"corporateId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the related corporate entity"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"createdAt\": \"2014-08-06T03:15:18.886Z\",\n  \"documents\": [\n    {\n      \"description\": \"string\",\n      \"documentType\": \"SHAREHOLDING_CERTIFICATE\",\n      \"documentUploads\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"id\": \"83ed2735-10b7-b7c0-bc73-5f333fd14799\",\n      \"required\": false,\n      \"status\": \"VALIDATION_WARNINGS\",\n      \"title\": \"string\",\n      \"expiresAt\": \"1960-02-23T14:05:21.730Z\",\n      \"declinedReason\": \"INVALID_DOCUMENT_TYPE\",\n      \"declinedCustomerDisplayReason\": \"string\",\n      \"validationStatus\": \"CRITICAL_CERTAIN_INVALID_DOCUMENT_TYPE\",\n      \"validationMessage\": \"string\",\n      \"lastUpdatedBy\": \"string\",\n      \"lastUpdatedAt\": \"2004-11-15T23:04:45.047Z\"\n    },\n    {\n      \"description\": \"string\",\n      \"documentType\": \"MEMORANDUM_OF_ASSOCIATION_OR_ARTICLES_OF_ASSOCIATION\",\n      \"documentUploads\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"id\": \"4e83d497-bda9-9ae7-9b32-02666aa3d949\",\n      \"required\": false,\n      \"status\": \"PENDING_REVIEW\",\n      \"title\": \"string\",\n      \"expiresAt\": \"1992-01-09T15:53:42.634Z\",\n      \"declinedReason\": \"NOT_CERTIFIED\",\n      \"declinedCustomerDisplayReason\": \"string\",\n      \"validationStatus\": \"WARNING_QUALITY_INSUFFICIENT\",\n      \"validationMessage\": \"string\",\n      \"lastUpdatedBy\": \"string\",\n      \"lastUpdatedAt\": \"2011-08-05T10:41:57.541Z\"\n    }\n  ],\n  \"id\": \"94ddf463-8996-c423-a2aa-2d2a7a6090c8\",\n  \"name\": \"string\",\n  \"percentageOwned\": 1691.4208427041744,\n  \"relationship\": \"PARENT\"\n}"},{"id":"0beddccd-e23c-475f-9262-ba1b9907760d","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/related-party/corporates/:corporateId","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","related-party","corporates",":corporateId"],"variable":[{"key":"corporateId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the related corporate entity"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"752b7fbb-dea6-4a1b-b903-0b8ae7b2775e","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/related-party/corporates/:corporateId","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","related-party","corporates",":corporateId"],"variable":[{"key":"corporateId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the related corporate entity"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"e79862ea-9afe-4b82-a7d1-ca344dcad450","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/related-party/corporates/:corporateId","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","related-party","corporates",":corporateId"],"variable":[{"key":"corporateId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the related corporate entity"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"424ec11c-9881-40a0-933c-00e407a50f38","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/related-party/corporates/:corporateId","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","related-party","corporates",":corporateId"],"variable":[{"key":"corporateId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the related corporate entity"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"3fbb53cb-964b-4617-a626-adc1c281db90","name":"Method Not Allowed","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/related-party/corporates/:corporateId","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","related-party","corporates",":corporateId"],"variable":[{"key":"corporateId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the related corporate entity"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"5c06a45e-c33f-421b-bd72-ad87fbcbd8da","name":"Too Many Requests","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/related-party/corporates/:corporateId","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","related-party","corporates",":corporateId"],"variable":[{"key":"corporateId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the related corporate entity"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"e139e9fc-3187-4599-b919-296b3a1a2203","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/related-party/corporates/:corporateId","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","related-party","corporates",":corporateId"],"variable":[{"key":"corporateId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the related corporate entity"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"34544a29-882a-4741-98f1-e3d990a44cb2"},{"name":"Update corporate","id":"3f9bfe97-cc46-417e-8c21-450e7887d452","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"\\fD\",\n  \"relationship\": \"PARENT\",\n  \"sharePercentageOwned\": 42.75981450208752,\n  \"attachedDocuments\": [\n    {\n      \"documentIds\": [\n        \"de2cc16d-c2d9-2aba-00b6-4a6be0c7774e\"\n      ],\n      \"type\": \"TRADE_LICENSE\"\n    },\n    {\n      \"documentIds\": [\n        \"2829baf6-65a4-7878-e6e3-e686e4ccbcac\"\n      ],\n      \"type\": \"MEMORANDUM_OF_ASSOCIATION_OR_ARTICLES_OF_ASSOCIATION\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/related-party/corporates/:corporateId","description":"<p>Update details of a corporate entity related to the business account.<br /></p><ul><li><b>Parent</b>: A company that owns or controls the business being onboarded</li><li><b>Subsidiary</b>: A company that is owned or controlled by the business being onboarded</li></ul><p></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","account","related-party","corporates",":corporateId"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[{"id":"2c730e41-2957-4adb-95f9-c2b5c8354a2a","description":{"content":"<p>(Required) Unique identifier of the related corporate entity</p>\n","type":"text/plain"},"type":"any","value":"e038b313-0b04-48d3-867e-7fee463501db","key":"corporateId"}]}},"response":[{"id":"535e3e59-98b3-46fb-a44c-4a2c5c7305ff","name":"OK","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"LUVB\",\n  \"relationship\": \"SUBSIDIARY\",\n  \"sharePercentageOwned\": 97.69748029305754,\n  \"attachedDocuments\": [\n    {\n      \"documentIds\": [\n        \"c32dc3d5-f47d-a889-ae1f-342975b1d64d\"\n      ],\n      \"type\": \"SHAREHOLDING_CERTIFICATE\"\n    },\n    {\n      \"documentIds\": [\n        \"891f8138-41d2-51aa-ec61-bd984072ad5f\"\n      ],\n      \"type\": \"TRADE_LICENSE\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/related-party/corporates/:corporateId","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","related-party","corporates",":corporateId"],"variable":[{"key":"corporateId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the related corporate entity"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"createdAt\": \"2014-08-06T03:15:18.886Z\",\n  \"documents\": [\n    {\n      \"description\": \"string\",\n      \"documentType\": \"SHAREHOLDING_CERTIFICATE\",\n      \"documentUploads\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"id\": \"83ed2735-10b7-b7c0-bc73-5f333fd14799\",\n      \"required\": false,\n      \"status\": \"VALIDATION_WARNINGS\",\n      \"title\": \"string\",\n      \"expiresAt\": \"1960-02-23T14:05:21.730Z\",\n      \"declinedReason\": \"INVALID_DOCUMENT_TYPE\",\n      \"declinedCustomerDisplayReason\": \"string\",\n      \"validationStatus\": \"CRITICAL_CERTAIN_INVALID_DOCUMENT_TYPE\",\n      \"validationMessage\": \"string\",\n      \"lastUpdatedBy\": \"string\",\n      \"lastUpdatedAt\": \"2004-11-15T23:04:45.047Z\"\n    },\n    {\n      \"description\": \"string\",\n      \"documentType\": \"MEMORANDUM_OF_ASSOCIATION_OR_ARTICLES_OF_ASSOCIATION\",\n      \"documentUploads\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"id\": \"4e83d497-bda9-9ae7-9b32-02666aa3d949\",\n      \"required\": false,\n      \"status\": \"PENDING_REVIEW\",\n      \"title\": \"string\",\n      \"expiresAt\": \"1992-01-09T15:53:42.634Z\",\n      \"declinedReason\": \"NOT_CERTIFIED\",\n      \"declinedCustomerDisplayReason\": \"string\",\n      \"validationStatus\": \"WARNING_QUALITY_INSUFFICIENT\",\n      \"validationMessage\": \"string\",\n      \"lastUpdatedBy\": \"string\",\n      \"lastUpdatedAt\": \"2011-08-05T10:41:57.541Z\"\n    }\n  ],\n  \"id\": \"94ddf463-8996-c423-a2aa-2d2a7a6090c8\",\n  \"name\": \"string\",\n  \"percentageOwned\": 1691.4208427041744,\n  \"relationship\": \"PARENT\"\n}"},{"id":"4d054e28-c7d7-482f-b302-befb66f05bc5","name":"Bad Request","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"LUVB\",\n  \"relationship\": \"SUBSIDIARY\",\n  \"sharePercentageOwned\": 97.69748029305754,\n  \"attachedDocuments\": [\n    {\n      \"documentIds\": [\n        \"c32dc3d5-f47d-a889-ae1f-342975b1d64d\"\n      ],\n      \"type\": \"SHAREHOLDING_CERTIFICATE\"\n    },\n    {\n      \"documentIds\": [\n        \"891f8138-41d2-51aa-ec61-bd984072ad5f\"\n      ],\n      \"type\": \"TRADE_LICENSE\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/related-party/corporates/:corporateId","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","related-party","corporates",":corporateId"],"variable":[{"key":"corporateId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the related corporate entity"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"d46c72fb-ab73-429a-8b0f-6a777ecaef32","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"LUVB\",\n  \"relationship\": \"SUBSIDIARY\",\n  \"sharePercentageOwned\": 97.69748029305754,\n  \"attachedDocuments\": [\n    {\n      \"documentIds\": [\n        \"c32dc3d5-f47d-a889-ae1f-342975b1d64d\"\n      ],\n      \"type\": \"SHAREHOLDING_CERTIFICATE\"\n    },\n    {\n      \"documentIds\": [\n        \"891f8138-41d2-51aa-ec61-bd984072ad5f\"\n      ],\n      \"type\": \"TRADE_LICENSE\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/related-party/corporates/:corporateId","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","related-party","corporates",":corporateId"],"variable":[{"key":"corporateId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the related corporate entity"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"851e2ada-62a4-4f20-bc64-50f0123775ae","name":"Forbidden","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"LUVB\",\n  \"relationship\": \"SUBSIDIARY\",\n  \"sharePercentageOwned\": 97.69748029305754,\n  \"attachedDocuments\": [\n    {\n      \"documentIds\": [\n        \"c32dc3d5-f47d-a889-ae1f-342975b1d64d\"\n      ],\n      \"type\": \"SHAREHOLDING_CERTIFICATE\"\n    },\n    {\n      \"documentIds\": [\n        \"891f8138-41d2-51aa-ec61-bd984072ad5f\"\n      ],\n      \"type\": \"TRADE_LICENSE\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/related-party/corporates/:corporateId","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","related-party","corporates",":corporateId"],"variable":[{"key":"corporateId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the related corporate entity"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"61f66f5b-773a-4eee-bf81-2ed34e121f1e","name":"Not Found","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"LUVB\",\n  \"relationship\": \"SUBSIDIARY\",\n  \"sharePercentageOwned\": 97.69748029305754,\n  \"attachedDocuments\": [\n    {\n      \"documentIds\": [\n        \"c32dc3d5-f47d-a889-ae1f-342975b1d64d\"\n      ],\n      \"type\": \"SHAREHOLDING_CERTIFICATE\"\n    },\n    {\n      \"documentIds\": [\n        \"891f8138-41d2-51aa-ec61-bd984072ad5f\"\n      ],\n      \"type\": \"TRADE_LICENSE\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/related-party/corporates/:corporateId","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","related-party","corporates",":corporateId"],"variable":[{"key":"corporateId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the related corporate entity"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"1410a570-cc09-4d46-8b1c-043daac9b821","name":"Method Not Allowed","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"LUVB\",\n  \"relationship\": \"SUBSIDIARY\",\n  \"sharePercentageOwned\": 97.69748029305754,\n  \"attachedDocuments\": [\n    {\n      \"documentIds\": [\n        \"c32dc3d5-f47d-a889-ae1f-342975b1d64d\"\n      ],\n      \"type\": \"SHAREHOLDING_CERTIFICATE\"\n    },\n    {\n      \"documentIds\": [\n        \"891f8138-41d2-51aa-ec61-bd984072ad5f\"\n      ],\n      \"type\": \"TRADE_LICENSE\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/related-party/corporates/:corporateId","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","related-party","corporates",":corporateId"],"variable":[{"key":"corporateId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the related corporate entity"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"faf4096e-f81f-4685-b73c-f01ddff51eed","name":"Unsupported Media Type","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"LUVB\",\n  \"relationship\": \"SUBSIDIARY\",\n  \"sharePercentageOwned\": 97.69748029305754,\n  \"attachedDocuments\": [\n    {\n      \"documentIds\": [\n        \"c32dc3d5-f47d-a889-ae1f-342975b1d64d\"\n      ],\n      \"type\": \"SHAREHOLDING_CERTIFICATE\"\n    },\n    {\n      \"documentIds\": [\n        \"891f8138-41d2-51aa-ec61-bd984072ad5f\"\n      ],\n      \"type\": \"TRADE_LICENSE\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/related-party/corporates/:corporateId","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","related-party","corporates",":corporateId"],"variable":[{"key":"corporateId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the related corporate entity"}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"ed120796-fe9e-4ca9-b6d1-cefed212dfe2","name":"Too Many Requests","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"LUVB\",\n  \"relationship\": \"SUBSIDIARY\",\n  \"sharePercentageOwned\": 97.69748029305754,\n  \"attachedDocuments\": [\n    {\n      \"documentIds\": [\n        \"c32dc3d5-f47d-a889-ae1f-342975b1d64d\"\n      ],\n      \"type\": \"SHAREHOLDING_CERTIFICATE\"\n    },\n    {\n      \"documentIds\": [\n        \"891f8138-41d2-51aa-ec61-bd984072ad5f\"\n      ],\n      \"type\": \"TRADE_LICENSE\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/related-party/corporates/:corporateId","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","related-party","corporates",":corporateId"],"variable":[{"key":"corporateId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the related corporate entity"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"587d56ce-32cf-4a96-95a6-4866c09c404b","name":"Internal Server Error","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"LUVB\",\n  \"relationship\": \"SUBSIDIARY\",\n  \"sharePercentageOwned\": 97.69748029305754,\n  \"attachedDocuments\": [\n    {\n      \"documentIds\": [\n        \"c32dc3d5-f47d-a889-ae1f-342975b1d64d\"\n      ],\n      \"type\": \"SHAREHOLDING_CERTIFICATE\"\n    },\n    {\n      \"documentIds\": [\n        \"891f8138-41d2-51aa-ec61-bd984072ad5f\"\n      ],\n      \"type\": \"TRADE_LICENSE\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/related-party/corporates/:corporateId","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","related-party","corporates",":corporateId"],"variable":[{"key":"corporateId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the related corporate entity"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"3f9bfe97-cc46-417e-8c21-450e7887d452"},{"name":"Get all corporates","id":"a08b95f6-07af-4f04-b62a-6b6b15338580","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/related-party/corporates?page=0&size=20","description":"<p>Get all corporate entities related to the business account</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","account","related-party","corporates"],"host":["https://sandbox-api.hubpay.io"],"query":[{"description":{"content":"<p>Zero-based page index</p>\n","type":"text/plain"},"key":"page","value":"0"},{"description":{"content":"<p>Page size</p>\n","type":"text/plain"},"key":"size","value":"20"}],"variable":[]}},"response":[{"id":"265b472e-5c7f-4ad8-96b3-d9439dc403be","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/related-party/corporates?page=0&size=20","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","related-party","corporates"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"content\": [\n    {\n      \"createdAt\": \"1995-10-02T19:23:17.537Z\",\n      \"documents\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"id\": \"cd8c208a-fbc3-e0a5-f219-97b6c89ce170\",\n      \"name\": \"string\",\n      \"percentageOwned\": 5183.552196828411,\n      \"relationship\": \"PARENT\"\n    },\n    {\n      \"createdAt\": \"1995-02-16T03:00:40.842Z\",\n      \"documents\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"id\": \"3a99f8cc-b5c8-0d83-1f9b-6382c61e497e\",\n      \"name\": \"string\",\n      \"percentageOwned\": 1999.268104908254,\n      \"relationship\": \"SUBSIDIARY\"\n    }\n  ],\n  \"page\": {\n    \"size\": 1902,\n    \"number\": 412,\n    \"totalElements\": 9720,\n    \"totalPages\": 7122\n  }\n}"},{"id":"3109020f-f0b7-494b-acd8-7c92f6a8cb39","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/related-party/corporates?page=0&size=20","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","related-party","corporates"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"0bc30ad7-e2d2-428a-9bec-5a18dc237c91","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/related-party/corporates?page=0&size=20","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","related-party","corporates"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"f5f4289f-bc3c-4a6e-8675-a828698bff30","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/related-party/corporates?page=0&size=20","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","related-party","corporates"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"02866a99-7b5a-4e05-890e-f5c5ab15dffe","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/related-party/corporates?page=0&size=20","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","related-party","corporates"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"e8637837-9327-4514-aa08-65fe915ed53a","name":"Method Not Allowed","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/related-party/corporates?page=0&size=20","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","related-party","corporates"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"241d47d2-4e4c-4050-b898-617df1a697a9","name":"Too Many Requests","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/related-party/corporates?page=0&size=20","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","related-party","corporates"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"e7f00a2f-1496-474a-8bb6-431d62217035","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/related-party/corporates?page=0&size=20","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","related-party","corporates"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"a08b95f6-07af-4f04-b62a-6b6b15338580"},{"name":"Add corporate","id":"35612d00-d363-41ce-ad35-c81c6406ad99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"\\fD\",\n  \"relationship\": \"PARENT\",\n  \"sharePercentageOwned\": 42.75981450208752,\n  \"attachedDocuments\": [\n    {\n      \"documentIds\": [\n        \"de2cc16d-c2d9-2aba-00b6-4a6be0c7774e\"\n      ],\n      \"type\": \"TRADE_LICENSE\"\n    },\n    {\n      \"documentIds\": [\n        \"2829baf6-65a4-7878-e6e3-e686e4ccbcac\"\n      ],\n      \"type\": \"MEMORANDUM_OF_ASSOCIATION_OR_ARTICLES_OF_ASSOCIATION\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/related-party/corporates","description":"<p>Add a corporate entity related to the business account.<br /></p><ul><li><b>Parent</b>: A company that owns or controls the business being onboarded</li><li><b>Subsidiary</b>: A company that is owned or controlled by the business being onboarded</li></ul><p></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","account","related-party","corporates"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[]}},"response":[{"id":"9dab86d1-0eeb-4f7f-95e2-8ac09a743664","name":"Created","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"LUVB\",\n  \"relationship\": \"SUBSIDIARY\",\n  \"sharePercentageOwned\": 97.69748029305754,\n  \"attachedDocuments\": [\n    {\n      \"documentIds\": [\n        \"c32dc3d5-f47d-a889-ae1f-342975b1d64d\"\n      ],\n      \"type\": \"SHAREHOLDING_CERTIFICATE\"\n    },\n    {\n      \"documentIds\": [\n        \"891f8138-41d2-51aa-ec61-bd984072ad5f\"\n      ],\n      \"type\": \"TRADE_LICENSE\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/related-party/corporates"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"createdAt\": \"2014-08-06T03:15:18.886Z\",\n  \"documents\": [\n    {\n      \"description\": \"string\",\n      \"documentType\": \"SHAREHOLDING_CERTIFICATE\",\n      \"documentUploads\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"id\": \"83ed2735-10b7-b7c0-bc73-5f333fd14799\",\n      \"required\": false,\n      \"status\": \"VALIDATION_WARNINGS\",\n      \"title\": \"string\",\n      \"expiresAt\": \"1960-02-23T14:05:21.730Z\",\n      \"declinedReason\": \"INVALID_DOCUMENT_TYPE\",\n      \"declinedCustomerDisplayReason\": \"string\",\n      \"validationStatus\": \"CRITICAL_CERTAIN_INVALID_DOCUMENT_TYPE\",\n      \"validationMessage\": \"string\",\n      \"lastUpdatedBy\": \"string\",\n      \"lastUpdatedAt\": \"2004-11-15T23:04:45.047Z\"\n    },\n    {\n      \"description\": \"string\",\n      \"documentType\": \"MEMORANDUM_OF_ASSOCIATION_OR_ARTICLES_OF_ASSOCIATION\",\n      \"documentUploads\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"id\": \"4e83d497-bda9-9ae7-9b32-02666aa3d949\",\n      \"required\": false,\n      \"status\": \"PENDING_REVIEW\",\n      \"title\": \"string\",\n      \"expiresAt\": \"1992-01-09T15:53:42.634Z\",\n      \"declinedReason\": \"NOT_CERTIFIED\",\n      \"declinedCustomerDisplayReason\": \"string\",\n      \"validationStatus\": \"WARNING_QUALITY_INSUFFICIENT\",\n      \"validationMessage\": \"string\",\n      \"lastUpdatedBy\": \"string\",\n      \"lastUpdatedAt\": \"2011-08-05T10:41:57.541Z\"\n    }\n  ],\n  \"id\": \"94ddf463-8996-c423-a2aa-2d2a7a6090c8\",\n  \"name\": \"string\",\n  \"percentageOwned\": 1691.4208427041744,\n  \"relationship\": \"PARENT\"\n}"},{"id":"162b4e02-0450-4cd7-a328-477ed7e69484","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"LUVB\",\n  \"relationship\": \"SUBSIDIARY\",\n  \"sharePercentageOwned\": 97.69748029305754,\n  \"attachedDocuments\": [\n    {\n      \"documentIds\": [\n        \"c32dc3d5-f47d-a889-ae1f-342975b1d64d\"\n      ],\n      \"type\": \"SHAREHOLDING_CERTIFICATE\"\n    },\n    {\n      \"documentIds\": [\n        \"891f8138-41d2-51aa-ec61-bd984072ad5f\"\n      ],\n      \"type\": \"TRADE_LICENSE\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/related-party/corporates"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"8ea05f7c-0fe3-48ca-9d15-5c42bf17cd08","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"LUVB\",\n  \"relationship\": \"SUBSIDIARY\",\n  \"sharePercentageOwned\": 97.69748029305754,\n  \"attachedDocuments\": [\n    {\n      \"documentIds\": [\n        \"c32dc3d5-f47d-a889-ae1f-342975b1d64d\"\n      ],\n      \"type\": \"SHAREHOLDING_CERTIFICATE\"\n    },\n    {\n      \"documentIds\": [\n        \"891f8138-41d2-51aa-ec61-bd984072ad5f\"\n      ],\n      \"type\": \"TRADE_LICENSE\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/related-party/corporates"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"e08c31d8-a014-427f-a48f-c749951bba50","name":"Forbidden","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"LUVB\",\n  \"relationship\": \"SUBSIDIARY\",\n  \"sharePercentageOwned\": 97.69748029305754,\n  \"attachedDocuments\": [\n    {\n      \"documentIds\": [\n        \"c32dc3d5-f47d-a889-ae1f-342975b1d64d\"\n      ],\n      \"type\": \"SHAREHOLDING_CERTIFICATE\"\n    },\n    {\n      \"documentIds\": [\n        \"891f8138-41d2-51aa-ec61-bd984072ad5f\"\n      ],\n      \"type\": \"TRADE_LICENSE\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/related-party/corporates"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"d7ed1bcd-48c0-42fd-baed-1d0f823bf291","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"LUVB\",\n  \"relationship\": \"SUBSIDIARY\",\n  \"sharePercentageOwned\": 97.69748029305754,\n  \"attachedDocuments\": [\n    {\n      \"documentIds\": [\n        \"c32dc3d5-f47d-a889-ae1f-342975b1d64d\"\n      ],\n      \"type\": \"SHAREHOLDING_CERTIFICATE\"\n    },\n    {\n      \"documentIds\": [\n        \"891f8138-41d2-51aa-ec61-bd984072ad5f\"\n      ],\n      \"type\": \"TRADE_LICENSE\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/related-party/corporates"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"0a9d70a3-c9e4-4371-8ded-7c69ca822179","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"LUVB\",\n  \"relationship\": \"SUBSIDIARY\",\n  \"sharePercentageOwned\": 97.69748029305754,\n  \"attachedDocuments\": [\n    {\n      \"documentIds\": [\n        \"c32dc3d5-f47d-a889-ae1f-342975b1d64d\"\n      ],\n      \"type\": \"SHAREHOLDING_CERTIFICATE\"\n    },\n    {\n      \"documentIds\": [\n        \"891f8138-41d2-51aa-ec61-bd984072ad5f\"\n      ],\n      \"type\": \"TRADE_LICENSE\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/related-party/corporates"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"309a6c69-c779-4cf2-9a7a-ab870f2946b5","name":"Conflict","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"LUVB\",\n  \"relationship\": \"SUBSIDIARY\",\n  \"sharePercentageOwned\": 97.69748029305754,\n  \"attachedDocuments\": [\n    {\n      \"documentIds\": [\n        \"c32dc3d5-f47d-a889-ae1f-342975b1d64d\"\n      ],\n      \"type\": \"SHAREHOLDING_CERTIFICATE\"\n    },\n    {\n      \"documentIds\": [\n        \"891f8138-41d2-51aa-ec61-bd984072ad5f\"\n      ],\n      \"type\": \"TRADE_LICENSE\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/related-party/corporates"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"cf3de7cb-705d-43be-b5d5-8bf3ad247b0f","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"LUVB\",\n  \"relationship\": \"SUBSIDIARY\",\n  \"sharePercentageOwned\": 97.69748029305754,\n  \"attachedDocuments\": [\n    {\n      \"documentIds\": [\n        \"c32dc3d5-f47d-a889-ae1f-342975b1d64d\"\n      ],\n      \"type\": \"SHAREHOLDING_CERTIFICATE\"\n    },\n    {\n      \"documentIds\": [\n        \"891f8138-41d2-51aa-ec61-bd984072ad5f\"\n      ],\n      \"type\": \"TRADE_LICENSE\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/related-party/corporates"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"e896bee3-506e-45f2-9ed2-8af3947ab9a2","name":"Too Many Requests","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"LUVB\",\n  \"relationship\": \"SUBSIDIARY\",\n  \"sharePercentageOwned\": 97.69748029305754,\n  \"attachedDocuments\": [\n    {\n      \"documentIds\": [\n        \"c32dc3d5-f47d-a889-ae1f-342975b1d64d\"\n      ],\n      \"type\": \"SHAREHOLDING_CERTIFICATE\"\n    },\n    {\n      \"documentIds\": [\n        \"891f8138-41d2-51aa-ec61-bd984072ad5f\"\n      ],\n      \"type\": \"TRADE_LICENSE\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/related-party/corporates"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"a91c8aae-aaa4-4447-a5ab-f73a9434c54b","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"LUVB\",\n  \"relationship\": \"SUBSIDIARY\",\n  \"sharePercentageOwned\": 97.69748029305754,\n  \"attachedDocuments\": [\n    {\n      \"documentIds\": [\n        \"c32dc3d5-f47d-a889-ae1f-342975b1d64d\"\n      ],\n      \"type\": \"SHAREHOLDING_CERTIFICATE\"\n    },\n    {\n      \"documentIds\": [\n        \"891f8138-41d2-51aa-ec61-bd984072ad5f\"\n      ],\n      \"type\": \"TRADE_LICENSE\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/related-party/corporates"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"35612d00-d363-41ce-ad35-c81c6406ad99"}],"id":"53382e9b-a2a9-415b-b577-1c71d878f223","description":"<p>Related corporate entity management</p>\n","_postman_id":"53382e9b-a2a9-415b-b577-1c71d878f223","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}}},{"name":"Documents","item":[{"name":"Get all account documents","id":"bfb35283-0e02-4b98-9728-6707a229c531","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/documents","description":"<p>Get submitted documents and their status</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","account","documents"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[]}},"response":[{"id":"612ebf9d-6118-423b-a7b8-340d5c10fe7d","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/documents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"accountDocuments\": [\n    {\n      \"description\": \"string\",\n      \"documentType\": \"LETTER_OF_AUTHORISATION_WITH_TERMS_AND_CONDITIONS\",\n      \"documentUploads\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"id\": \"e432da7f-d0d1-1505-0d51-830ec07e65db\",\n      \"required\": true,\n      \"status\": \"PENDING_VERIFICATION\",\n      \"title\": \"string\",\n      \"expiresAt\": \"2011-10-22T02:43:02.781Z\",\n      \"declinedReason\": \"OTHER_SEE_SUPPORT\",\n      \"declinedCustomerDisplayReason\": \"string\",\n      \"validationStatus\": \"WARNING_NOT_CERTIFIED\",\n      \"validationMessage\": \"string\",\n      \"lastUpdatedBy\": \"string\",\n      \"lastUpdatedAt\": \"1958-04-11T10:52:25.107Z\"\n    },\n    {\n      \"description\": \"string\",\n      \"documentType\": \"LETTER_OF_AUTHORISATION_WITH_TERMS_AND_CONDITIONS\",\n      \"documentUploads\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"id\": \"4115e379-6545-4707-103d-8ac70f24aaca\",\n      \"required\": true,\n      \"status\": \"VALIDATION_WARNINGS\",\n      \"title\": \"string\",\n      \"expiresAt\": \"2024-05-30T17:09:12.134Z\",\n      \"declinedReason\": \"INVALID_DOCUMENT_TYPE\",\n      \"declinedCustomerDisplayReason\": \"string\",\n      \"validationStatus\": \"WARNING_QUALITY_INSUFFICIENT\",\n      \"validationMessage\": \"string\",\n      \"lastUpdatedBy\": \"string\",\n      \"lastUpdatedAt\": \"2012-09-10T19:58:42.067Z\"\n    }\n  ]\n}"},{"id":"36ac4933-1aea-44ed-85bb-9ad9b9e7eeba","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/documents"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"27877790-b39b-437e-b2fc-9da04fe357cb","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/documents"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"0ea60866-19d3-4f05-b9af-67fd18a546c2","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/documents"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"4b57ae65-2ca0-4858-921f-96de561a2514","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/documents"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"d6aae3b9-4c31-40ea-aefe-fdf278c67b9b","name":"Method Not Allowed","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/documents"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"05a9f21a-d01a-4bfe-a95a-a1f785828c33","name":"Too Many Requests","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/documents"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"db8f5b65-0dd0-4778-a1c0-2defad8760c2","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/documents"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"bfb35283-0e02-4b98-9728-6707a229c531"},{"name":"Add/update document","id":"93dca8b3-2954-4b88-b72d-9d587657da73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"documentType\": \"BANK_STATEMENT\",\n  \"documentUploadIds\": [\n    \"323ca4c1-2959-24bb-f491-fc985f1bd332\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/documents","description":"<p>Add/update a document by type. If the document already exists, it will be updated with the new file. If the document does not exist, it will be created.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","account","documents"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[]}},"response":[{"id":"ea0e5b06-d056-4c58-a39d-ba7da256798a","name":"Created","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"documentType\": \"BANK_STATEMENT\",\n  \"documentUploadIds\": [\n    \"323ca4c1-2959-24bb-f491-fc985f1bd332\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/documents"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"description\": \"string\",\n  \"documentType\": \"BUSINESS_PROOF_OF_ADDRESS\",\n  \"documentUploads\": [\n    {\n      \"contentType\": \"string\",\n      \"createdAt\": \"2018-06-26T16:11:59.568Z\",\n      \"fileName\": \"string\",\n      \"id\": \"92782c4a-2128-ed51-4047-91b03991dffd\"\n    },\n    {\n      \"contentType\": \"string\",\n      \"createdAt\": \"2017-06-26T23:21:45.884Z\",\n      \"fileName\": \"string\",\n      \"id\": \"6c07c53a-76e8-1f97-162c-5efc4ab53030\"\n    }\n  ],\n  \"id\": \"30772129-1991-b1a9-dea8-02678aa467dc\",\n  \"required\": false,\n  \"status\": \"PENDING_VERIFICATION\",\n  \"title\": \"string\",\n  \"expiresAt\": \"1981-06-19T21:47:33.884Z\",\n  \"declinedReason\": \"QUALITY\",\n  \"declinedCustomerDisplayReason\": \"string\",\n  \"validationStatus\": \"CRITICAL_CERTAIN_INVALID_DOCUMENT_TYPE\",\n  \"validationMessage\": \"string\",\n  \"lastUpdatedBy\": \"string\",\n  \"lastUpdatedAt\": \"2022-08-20T06:11:07.169Z\"\n}"},{"id":"19103283-80ca-4ef7-98c5-ddf09c5e510e","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"documentType\": \"BANK_STATEMENT\",\n  \"documentUploadIds\": [\n    \"323ca4c1-2959-24bb-f491-fc985f1bd332\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/documents"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"ce8e242e-9d65-4ea6-989a-a622b593e88a","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"documentType\": \"BANK_STATEMENT\",\n  \"documentUploadIds\": [\n    \"323ca4c1-2959-24bb-f491-fc985f1bd332\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/documents"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"3bb539db-3a01-48a6-a3c2-bd9cb74b1480","name":"Forbidden","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"documentType\": \"BANK_STATEMENT\",\n  \"documentUploadIds\": [\n    \"323ca4c1-2959-24bb-f491-fc985f1bd332\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/documents"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"5dc14e92-f265-4c9d-bf36-4f02742b5165","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"documentType\": \"BANK_STATEMENT\",\n  \"documentUploadIds\": [\n    \"323ca4c1-2959-24bb-f491-fc985f1bd332\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/documents"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"d4966ebe-363b-4e25-997b-b2f8266b8855","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"documentType\": \"BANK_STATEMENT\",\n  \"documentUploadIds\": [\n    \"323ca4c1-2959-24bb-f491-fc985f1bd332\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/documents"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"29208b61-43c5-4849-91d8-dddfc5d29038","name":"Conflict","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"documentType\": \"BANK_STATEMENT\",\n  \"documentUploadIds\": [\n    \"323ca4c1-2959-24bb-f491-fc985f1bd332\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/documents"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"274d3b17-0eac-42d4-8dca-afa0d34fd630","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"documentType\": \"BANK_STATEMENT\",\n  \"documentUploadIds\": [\n    \"323ca4c1-2959-24bb-f491-fc985f1bd332\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/documents"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"7bfd3083-a323-4488-824f-bda008d59b54","name":"Too Many Requests","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"documentType\": \"BANK_STATEMENT\",\n  \"documentUploadIds\": [\n    \"323ca4c1-2959-24bb-f491-fc985f1bd332\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/documents"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"3d44e1ef-c89e-4021-9077-dba685c1701a","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"documentType\": \"BANK_STATEMENT\",\n  \"documentUploadIds\": [\n    \"323ca4c1-2959-24bb-f491-fc985f1bd332\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/documents"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"93dca8b3-2954-4b88-b72d-9d587657da73"},{"name":"Decline document (Sandbox)","id":"6b958067-61fa-41a4-8694-fd30ff5ed699","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/documents/:documentId/decline","description":"<p><strong>Non-production only.</strong> Marks the KYB onboarding document as <code>DECLINED</code> and\ndispatches the <code>v1.onboarding.document.declined</code> webhook.</p>\n<p>See the <a href=\"/docs/guides/accounts/testing/simulating-onboarding\">sandbox onboarding guide</a>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","account","documents",":documentId","decline"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[{"id":"b524daab-cd43-43e8-acf8-cece35c93d49","description":{"content":"<p>(Required) ID of the document to decline</p>\n","type":"text/plain"},"type":"any","value":"1c61a638-9ae9-952b-56c1-93c99485ff20","key":"documentId"}]}},"response":[{"id":"bd7929a4-d67b-4aec-b06a-098f5ef31ef5","name":"Document declined; the corresponding webhook has been dispatched.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/documents/:documentId/decline","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","documents",":documentId","decline"],"variable":[{"key":"documentId","value":"1c61a638-9ae9-952b-56c1-93c99485ff20","description":"(Required) ID of the document to decline"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"c8f0c17a-bb95-4074-b6f2-98d932de0af8","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/documents/:documentId/decline","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","documents",":documentId","decline"],"variable":[{"key":"documentId","value":"1c61a638-9ae9-952b-56c1-93c99485ff20","description":"(Required) ID of the document to decline"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"c3a61cc6-0aa1-4af2-b82a-fb4e0b7496f3","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/documents/:documentId/decline","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","documents",":documentId","decline"],"variable":[{"key":"documentId","value":"1c61a638-9ae9-952b-56c1-93c99485ff20","description":"(Required) ID of the document to decline"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"05d01bc1-6f6e-490a-9e99-9586abb3f903","name":"Forbidden","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/documents/:documentId/decline","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","documents",":documentId","decline"],"variable":[{"key":"documentId","value":"1c61a638-9ae9-952b-56c1-93c99485ff20","description":"(Required) ID of the document to decline"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"14a829df-0a86-476c-833b-92e698688e6e","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/documents/:documentId/decline","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","documents",":documentId","decline"],"variable":[{"key":"documentId","value":"1c61a638-9ae9-952b-56c1-93c99485ff20","description":"(Required) ID of the document to decline"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"b8e75842-e91a-4ee8-aac8-9b6daaadda69","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/documents/:documentId/decline","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","documents",":documentId","decline"],"variable":[{"key":"documentId","value":"1c61a638-9ae9-952b-56c1-93c99485ff20","description":"(Required) ID of the document to decline"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"6b958067-61fa-41a4-8694-fd30ff5ed699"},{"name":"Approve document (Sandbox)","id":"17f50cfc-4840-48a2-a003-ca548d2ee4a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/documents/:documentId/approve","description":"<p><strong>Non-production only.</strong> Marks the KYB onboarding document as <code>APPROVED</code> and\ndispatches the <code>v1.onboarding.document.approved</code> webhook.</p>\n<p>See the <a href=\"/docs/guides/accounts/testing/simulating-onboarding\">sandbox onboarding guide</a>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","account","documents",":documentId","approve"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[{"id":"bddcab1e-5858-4fc4-bff6-54ff500e693b","description":{"content":"<p>(Required) ID of the document to approve</p>\n","type":"text/plain"},"type":"any","value":"d5d63809-219a-af5d-912e-e8d091b69e22","key":"documentId"}]}},"response":[{"id":"cddfca26-70ef-4e7d-9524-bbfdb6bb2609","name":"Document approved; the corresponding webhook has been dispatched.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/documents/:documentId/approve","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","documents",":documentId","approve"],"variable":[{"key":"documentId","value":"d5d63809-219a-af5d-912e-e8d091b69e22","description":"(Required) ID of the document to approve"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"7b8d2b31-1fe3-4e72-9864-7cbe001261d2","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/documents/:documentId/approve","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","documents",":documentId","approve"],"variable":[{"key":"documentId","value":"d5d63809-219a-af5d-912e-e8d091b69e22","description":"(Required) ID of the document to approve"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"f776b8b0-7b15-4e9c-9d21-f990d42b35ea","name":"Forbidden","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/documents/:documentId/approve","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","documents",":documentId","approve"],"variable":[{"key":"documentId","value":"d5d63809-219a-af5d-912e-e8d091b69e22","description":"(Required) ID of the document to approve"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"a6d5ce04-7bee-4d15-a381-3cb7623c6a59","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/documents/:documentId/approve","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","documents",":documentId","approve"],"variable":[{"key":"documentId","value":"d5d63809-219a-af5d-912e-e8d091b69e22","description":"(Required) ID of the document to approve"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"5c8db54b-6e8a-46e0-aae3-a7737b0082dc","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/documents/:documentId/approve","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","documents",":documentId","approve"],"variable":[{"key":"documentId","value":"d5d63809-219a-af5d-912e-e8d091b69e22","description":"(Required) ID of the document to approve"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"17f50cfc-4840-48a2-a003-ca548d2ee4a5"},{"name":"Acknowledge document validation warnings","id":"f49c2ab9-7189-4f14-9c95-6e10646c9cd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/documents/:documentId/acknowledge","description":"<p>Acknowledges validation warnings on a document and moves it to manual review. The document must be in <strong>VALIDATION_WARNINGS</strong> status. Use this when the customer has reviewed the automated warning and confirms the document is correct.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","account","documents",":documentId","acknowledge"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[{"id":"296216aa-e97e-45b9-a078-73ec5095ed08","description":{"content":"<p>(Required) ID of the document to acknowledge warnings for</p>\n","type":"text/plain"},"type":"any","value":"9689627a-62d6-4553-340f-87aadda51253","key":"documentId"}]}},"response":[{"id":"235f7ec9-3c3d-4ca4-8b8a-dbc1cb6443e7","name":"Created","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/documents/:documentId/acknowledge","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","documents",":documentId","acknowledge"],"variable":[{"key":"documentId","value":"9689627a-62d6-4553-340f-87aadda51253","description":"(Required) ID of the document to acknowledge warnings for"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"description\": \"string\",\n  \"documentUploads\": [\n    {\n      \"contentType\": \"string\",\n      \"createdAt\": \"1955-03-22T16:56:55.734Z\",\n      \"fileName\": \"string\",\n      \"id\": \"53ef2a0d-0dd1-ad9a-2848-4c0773361e04\"\n    },\n    {\n      \"contentType\": \"string\",\n      \"createdAt\": \"1953-06-10T16:11:15.823Z\",\n      \"fileName\": \"string\",\n      \"id\": \"6cd1a464-3d92-aa53-215e-9085400b7078\"\n    }\n  ],\n  \"id\": \"14b499a8-e6e8-822d-3bfd-1674e75e7282\",\n  \"required\": false,\n  \"status\": \"APPROVED\",\n  \"title\": \"string\",\n  \"expiresAt\": \"1990-12-28T16:34:43.247Z\",\n  \"declinedReason\": \"OTHER_SEE_SUPPORT\",\n  \"declinedCustomerDisplayReason\": \"string\",\n  \"validationStatus\": \"WARNING_QUALITY_INSUFFICIENT\",\n  \"validationMessage\": \"string\",\n  \"lastUpdatedBy\": \"string\",\n  \"lastUpdatedAt\": \"1954-10-04T04:48:14.933Z\"\n}"},{"id":"d7521dea-964b-432f-83c2-e12c1f0db43a","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/documents/:documentId/acknowledge","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","documents",":documentId","acknowledge"],"variable":[{"key":"documentId","value":"9689627a-62d6-4553-340f-87aadda51253","description":"(Required) ID of the document to acknowledge warnings for"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"741c9831-d5d2-4498-af24-e802e48b9f0b","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/documents/:documentId/acknowledge","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","documents",":documentId","acknowledge"],"variable":[{"key":"documentId","value":"9689627a-62d6-4553-340f-87aadda51253","description":"(Required) ID of the document to acknowledge warnings for"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"3ae0d86a-eaca-4266-b388-e5505b504077","name":"Forbidden","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/documents/:documentId/acknowledge","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","documents",":documentId","acknowledge"],"variable":[{"key":"documentId","value":"9689627a-62d6-4553-340f-87aadda51253","description":"(Required) ID of the document to acknowledge warnings for"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"49dda598-088a-4eef-b95a-f7cf0d724b2a","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/documents/:documentId/acknowledge","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","documents",":documentId","acknowledge"],"variable":[{"key":"documentId","value":"9689627a-62d6-4553-340f-87aadda51253","description":"(Required) ID of the document to acknowledge warnings for"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"709ff2a4-74c1-472f-ba6d-787481ee87fa","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/documents/:documentId/acknowledge","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","documents",":documentId","acknowledge"],"variable":[{"key":"documentId","value":"9689627a-62d6-4553-340f-87aadda51253","description":"(Required) ID of the document to acknowledge warnings for"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"9368dcb2-ba05-4703-afea-b1b979d86a04","name":"Conflict","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/documents/:documentId/acknowledge","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","documents",":documentId","acknowledge"],"variable":[{"key":"documentId","value":"9689627a-62d6-4553-340f-87aadda51253","description":"(Required) ID of the document to acknowledge warnings for"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"4df734be-d3a5-4e7b-beef-af04cfca78f6","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/documents/:documentId/acknowledge","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","documents",":documentId","acknowledge"],"variable":[{"key":"documentId","value":"9689627a-62d6-4553-340f-87aadda51253","description":"(Required) ID of the document to acknowledge warnings for"}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"b45e1bbc-8174-45cd-bb9f-308247e43448","name":"Too Many Requests","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/documents/:documentId/acknowledge","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","documents",":documentId","acknowledge"],"variable":[{"key":"documentId","value":"9689627a-62d6-4553-340f-87aadda51253","description":"(Required) ID of the document to acknowledge warnings for"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"42d16509-76dd-4ef8-a598-4485cc548bf4","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/documents/:documentId/acknowledge","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","documents",":documentId","acknowledge"],"variable":[{"key":"documentId","value":"9689627a-62d6-4553-340f-87aadda51253","description":"(Required) ID of the document to acknowledge warnings for"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"f49c2ab9-7189-4f14-9c95-6e10646c9cd2"},{"name":"Upload document","id":"3246d693-dc37-4b78-a7b7-eeb72db4bc83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","description":"<p>(Required) </p>\n","value":null}]},"url":"https://sandbox-api.hubpay.io/v1/account/documents/upload","description":"<p>Stores a document used for onboarding, RFIs, or other activities</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","account","documents","upload"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[]}},"response":[{"id":"4b4eb9ee-87f6-4b3f-b95d-0eaa44ec7f62","name":"Created","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"file","type":"file"}]},"url":"https://sandbox-api.hubpay.io/v1/account/documents/upload"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"contentType\": \"string\",\n  \"createdAt\": \"1985-03-29T02:52:55.078Z\",\n  \"fileName\": \"string\",\n  \"id\": \"293bb7a2-63c1-fc81-952c-89b1f590d760\"\n}"},{"id":"013389ee-46fc-457d-9d86-d9ba5d308a4c","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"file","type":"file"}]},"url":"https://sandbox-api.hubpay.io/v1/account/documents/upload"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"9c268793-cf56-4f87-a2be-f18ec166653d","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"file","type":"file"}]},"url":"https://sandbox-api.hubpay.io/v1/account/documents/upload"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"0ad73120-4cce-4368-aa02-7cd222e19576","name":"Forbidden","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"file","type":"file"}]},"url":"https://sandbox-api.hubpay.io/v1/account/documents/upload"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"15fc16bd-fe99-49ee-aa7f-6115b187cad7","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"file","type":"file"}]},"url":"https://sandbox-api.hubpay.io/v1/account/documents/upload"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"4f30f894-f187-4e8a-8adb-1438f95d3a84","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"file","type":"file"}]},"url":"https://sandbox-api.hubpay.io/v1/account/documents/upload"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"ba5fc541-a826-474e-baaa-7e6880a0e82c","name":"Conflict","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"file","type":"file"}]},"url":"https://sandbox-api.hubpay.io/v1/account/documents/upload"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"92506316-3b1b-45c2-ad33-be9339b56a63","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"file","type":"file"}]},"url":"https://sandbox-api.hubpay.io/v1/account/documents/upload"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"cbc9c255-2621-4841-bc60-45fec2ff2984","name":"Too Many Requests","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"file","type":"file"}]},"url":"https://sandbox-api.hubpay.io/v1/account/documents/upload"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"efd76d3b-d6a8-4c99-a6ca-1ec36587f12b","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"file","type":"file"}]},"url":"https://sandbox-api.hubpay.io/v1/account/documents/upload"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"3246d693-dc37-4b78-a7b7-eeb72db4bc83"},{"name":"Get document requirements","id":"9cd83695-cdb0-41ad-98b0-c780ee22fe7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/documents/required","description":"<p>Lists required documents for the account and their status</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","account","documents","required"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[]}},"response":[{"id":"32a12288-b26d-49d4-92ce-c47d719ad5bb","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/documents/required"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"documentRequirements\": [\n    {\n      \"description\": \"string\",\n      \"documentType\": \"LETTER_OF_AUTHORISATION_WITH_TERMS_AND_CONDITIONS\",\n      \"required\": true,\n      \"title\": \"string\"\n    },\n    {\n      \"description\": \"string\",\n      \"documentType\": \"BUSINESS_PROOF_OF_ADDRESS\",\n      \"required\": true,\n      \"title\": \"string\"\n    }\n  ]\n}"},{"id":"061f3f59-2035-4e13-8413-190cb8c8178c","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/documents/required"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"59d7f515-3ef3-4071-b309-1ed5b9ad3cc2","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/documents/required"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"2330b577-d25c-4d28-b06f-81c4cb24402e","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/documents/required"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"ba69c6e7-1c6a-4c2a-b342-cf4601db874f","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/documents/required"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"f22cf420-007a-4253-b161-483fa64cfe1e","name":"Method Not Allowed","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/documents/required"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"29b456d4-1628-419a-b220-3aafca1c1186","name":"Too Many Requests","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/documents/required"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"a021b70e-a32b-4bf4-b977-23a332dc0c33","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/documents/required"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"9cd83695-cdb0-41ad-98b0-c780ee22fe7f"}],"id":"455539f5-2a23-437b-90d8-c82f68fcbc5a","description":"<p>Document management</p>\n","_postman_id":"455539f5-2a23-437b-90d8-c82f68fcbc5a","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}}},{"name":"Users","item":[{"name":"Get user","id":"6fa26487-35f6-4ba8-ad36-fd588496072a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/users/:id","description":"<p>Get a user linked to the account</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","account","users",":id"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[{"id":"1f58f824-f5ec-4e5e-8f4e-f1b32042b622","description":{"content":"<p>(Required) Unique identifier of the user</p>\n","type":"text/plain"},"type":"any","value":"e038b313-0b04-48d3-867e-7fee463501db","key":"id"}]}},"response":[{"id":"e972c21f-3ecf-4dec-9a15-5e51a4185297","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users",":id"],"variable":[{"key":"id","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the user"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"2142ed57-142c-2081-7ba7-935bb6c2fa5f\",\n  \"idpId\": \"ad86db9b-47bf-f01b-961a-55c91beb3bc6\",\n  \"emailAddress\": \"string\",\n  \"phoneNumber\": \"string\",\n  \"displayName\": \"string\",\n  \"blockedStatus\": \"NOT_BLOCKED\",\n  \"role\": \"VIEWER\",\n  \"accountId\": \"02c347f6-15d4-8f42-9907-2a2746b34da1\"\n}"},{"id":"ee2121f3-c9fe-407a-a419-fab9acd2c5f1","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users",":id"],"variable":[{"key":"id","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the user"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"b5f04812-d8e3-4c23-8c04-b14024862cab","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users",":id"],"variable":[{"key":"id","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the user"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"f6bbce1c-7a1d-4684-aa6f-c296fd4ffcc0","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users",":id"],"variable":[{"key":"id","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the user"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"9301caba-ad4e-451e-ba33-8f6fafdf9dfc","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users",":id"],"variable":[{"key":"id","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the user"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"4a5d57bc-579d-4e9d-8a62-b9dc253d4ec2","name":"Method Not Allowed","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users",":id"],"variable":[{"key":"id","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the user"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"7b5e288e-b907-43a5-a2ae-a6ff9f687920","name":"Too Many Requests","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users",":id"],"variable":[{"key":"id","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the user"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"e40e7722-0939-4615-953c-eb337bae4538","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users",":id"],"variable":[{"key":"id","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the user"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"6fa26487-35f6-4ba8-ad36-fd588496072a"},{"name":"Update user","id":"8e80af4c-aa0f-4a64-94d0-850e25745ea3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"displayName\": \"string\",\n  \"userBlockedStatus\": \"BLOCKED\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/users/:id","description":"<p>Update user display name and blocked status</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","account","users",":id"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[{"id":"16d7b395-c398-4b75-8146-5b3718e417ac","description":{"content":"<p>(Required) Unique identifier of the user</p>\n","type":"text/plain"},"type":"any","value":"e038b313-0b04-48d3-867e-7fee463501db","key":"id"}]}},"response":[{"id":"431872b6-52d6-4800-ae69-0b68958b8b3a","name":"OK","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"displayName\": \"string\",\n  \"userBlockedStatus\": \"BLOCKED\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users",":id"],"variable":[{"key":"id","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the user"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"2142ed57-142c-2081-7ba7-935bb6c2fa5f\",\n  \"idpId\": \"ad86db9b-47bf-f01b-961a-55c91beb3bc6\",\n  \"emailAddress\": \"string\",\n  \"phoneNumber\": \"string\",\n  \"displayName\": \"string\",\n  \"blockedStatus\": \"NOT_BLOCKED\",\n  \"role\": \"VIEWER\",\n  \"accountId\": \"02c347f6-15d4-8f42-9907-2a2746b34da1\"\n}"},{"id":"64730e6c-a501-4f06-ba64-2685f0508944","name":"Bad Request","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"displayName\": \"string\",\n  \"userBlockedStatus\": \"BLOCKED\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users",":id"],"variable":[{"key":"id","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the user"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"a68a580f-2719-47ba-9898-df8edb4f8f47","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"displayName\": \"string\",\n  \"userBlockedStatus\": \"BLOCKED\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users",":id"],"variable":[{"key":"id","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the user"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"af5eaac5-37e5-46b1-b5d4-3f22e68f4997","name":"Forbidden","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"displayName\": \"string\",\n  \"userBlockedStatus\": \"BLOCKED\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users",":id"],"variable":[{"key":"id","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the user"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"ddb1982d-3834-41ec-91a4-7560fddecb4a","name":"Not Found","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"displayName\": \"string\",\n  \"userBlockedStatus\": \"BLOCKED\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users",":id"],"variable":[{"key":"id","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the user"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"2627af8b-5109-44f3-b74f-9b3a4a7c43cf","name":"Method Not Allowed","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"displayName\": \"string\",\n  \"userBlockedStatus\": \"BLOCKED\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users",":id"],"variable":[{"key":"id","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the user"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"0d02fa1b-93f2-4b26-b7c2-47c51c9dfbb8","name":"Unsupported Media Type","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"displayName\": \"string\",\n  \"userBlockedStatus\": \"BLOCKED\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users",":id"],"variable":[{"key":"id","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the user"}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"c1e9c780-b1f4-4592-8fc1-a8b863e70283","name":"Too Many Requests","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"displayName\": \"string\",\n  \"userBlockedStatus\": \"BLOCKED\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users",":id"],"variable":[{"key":"id","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the user"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"5ebb7a5b-009e-4484-a0c8-485d5bcc0417","name":"Internal Server Error","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"displayName\": \"string\",\n  \"userBlockedStatus\": \"BLOCKED\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users",":id"],"variable":[{"key":"id","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the user"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"8e80af4c-aa0f-4a64-94d0-850e25745ea3"},{"name":"Delete user","id":"2f738b69-101d-4d8a-af2a-d480351adb44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/users/:id","description":"<p>Deactivate a user linked to the account</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","account","users",":id"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[{"id":"75fc1304-1b22-45f1-a3b8-0089be794dac","description":{"content":"<p>(Required) Unique identifier of the user</p>\n","type":"text/plain"},"type":"any","value":"e038b313-0b04-48d3-867e-7fee463501db","key":"id"}]}},"response":[{"id":"e4035fb5-03d4-4a38-a0a8-75bdff19d30a","name":"No Content","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users",":id"],"variable":[{"key":"id","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the user"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""},{"id":"7d9cdab5-5e03-4e54-a186-bfda0e10b0b0","name":"Bad Request","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users",":id"],"variable":[{"key":"id","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the user"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"19ae9ae0-c3e6-4af3-8632-1961ce586499","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users",":id"],"variable":[{"key":"id","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the user"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"526090a9-fc4a-418e-889e-30b52577deeb","name":"Forbidden","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users",":id"],"variable":[{"key":"id","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the user"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"95304f90-b178-4308-b5c0-dae57ba426af","name":"Not Found","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users",":id"],"variable":[{"key":"id","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the user"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"0b4ed383-df92-40f9-9f4b-ec31a987e932","name":"Method Not Allowed","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users",":id"],"variable":[{"key":"id","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the user"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"c1cc014a-91ac-4571-8fa0-cc94d3554729","name":"Unsupported Media Type","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users",":id"],"variable":[{"key":"id","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the user"}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"35e191ba-c6fa-4a39-87e2-d6bb553597e4","name":"Too Many Requests","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users",":id"],"variable":[{"key":"id","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the user"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"d68f94c5-119c-466c-87d1-12cc3acef9aa","name":"Internal Server Error","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users",":id"],"variable":[{"key":"id","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the user"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"2f738b69-101d-4d8a-af2a-d480351adb44"},{"name":"Update user role","id":"18918e6c-4f59-4d20-a498-b0dd988dcc37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"role\": \"OWNER\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/users/:id/role","description":"<p>Update the role of a user linked to the account</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","account","users",":id","role"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[{"id":"5d29afc5-7759-4d4d-8541-e2c5a8d24a60","description":{"content":"<p>(Required) Unique identifier of the user</p>\n","type":"text/plain"},"type":"any","value":"e038b313-0b04-48d3-867e-7fee463501db","key":"id"}]}},"response":[{"id":"bc8ec4f3-2652-4b07-bf33-4aad53438209","name":"OK","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"role\": \"OWNER\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/:id/role","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users",":id","role"],"variable":[{"key":"id","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the user"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"2142ed57-142c-2081-7ba7-935bb6c2fa5f\",\n  \"idpId\": \"ad86db9b-47bf-f01b-961a-55c91beb3bc6\",\n  \"emailAddress\": \"string\",\n  \"phoneNumber\": \"string\",\n  \"displayName\": \"string\",\n  \"blockedStatus\": \"NOT_BLOCKED\",\n  \"role\": \"VIEWER\",\n  \"accountId\": \"02c347f6-15d4-8f42-9907-2a2746b34da1\"\n}"},{"id":"70a5f298-7c83-41a7-a562-c6aaceffa008","name":"Bad Request","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"role\": \"OWNER\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/:id/role","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users",":id","role"],"variable":[{"key":"id","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the user"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"d05ffee2-88e6-45c6-82be-5ba0cff5a8c3","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"role\": \"OWNER\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/:id/role","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users",":id","role"],"variable":[{"key":"id","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the user"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"c471b3de-9499-4678-8cd0-1521c9e2e107","name":"Forbidden","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"role\": \"OWNER\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/:id/role","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users",":id","role"],"variable":[{"key":"id","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the user"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"5a9c1195-2392-45ab-a6d7-4513c8716127","name":"Not Found","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"role\": \"OWNER\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/:id/role","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users",":id","role"],"variable":[{"key":"id","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the user"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"b1a7ffa1-f64f-4e5a-89cb-31621a4f1c53","name":"Method Not Allowed","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"role\": \"OWNER\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/:id/role","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users",":id","role"],"variable":[{"key":"id","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the user"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"8345f03f-fda1-424a-8bea-15d5b9f6bd55","name":"Unsupported Media Type","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"role\": \"OWNER\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/:id/role","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users",":id","role"],"variable":[{"key":"id","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the user"}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"3cd7577a-ee7c-40c3-a4e9-cf9b3794049c","name":"Too Many Requests","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"role\": \"OWNER\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/:id/role","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users",":id","role"],"variable":[{"key":"id","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the user"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"601a4f67-1741-439e-9c3e-373559c98ba4","name":"Internal Server Error","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"role\": \"OWNER\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/:id/role","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users",":id","role"],"variable":[{"key":"id","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the user"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"18918e6c-4f59-4d20-a498-b0dd988dcc37"},{"name":"Invite user","id":"c32b734e-0f3f-4993-867e-64940de82605","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"fullName\": \"string\",\n  \"role\": \"ADMIN\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/users/invite","description":"<p>Create an invite for a user to join the account. The invited user completes a self sign-up process and sets up their own credentials. The account must be in <strong>APPLICATION_APPROVED</strong> or <strong>ACTIVE</strong> status. See the <a href=\"/docs/guides/accounts/users\"><strong>Users integration guide</strong></a> for more details.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","account","users","invite"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[]}},"response":[{"id":"f33bab50-ff95-4a85-a89e-12eb8f87de0e","name":"Created","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"fullName\": \"string\",\n  \"role\": \"ADMIN\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/users/invite"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"inviteId\": \"774f2dfd-70b9-1cfb-f83a-780ccc03f055\",\n  \"inviteUrl\": \"string\",\n  \"expiresAt\": \"1983-02-10T03:58:40.742Z\"\n}"},{"id":"97daa04b-a62b-4198-a07d-33890a2f7252","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"fullName\": \"string\",\n  \"role\": \"ADMIN\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/users/invite"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"a8ac721e-dcf8-4299-9da7-febfe81abf0d","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"fullName\": \"string\",\n  \"role\": \"ADMIN\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/users/invite"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"90963336-cdf1-4106-b717-1f5e7d81395d","name":"Forbidden","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"fullName\": \"string\",\n  \"role\": \"ADMIN\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/users/invite"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"6272a18a-b47a-4dc5-b1ab-fe74ff4ee679","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"fullName\": \"string\",\n  \"role\": \"ADMIN\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/users/invite"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"aab90fad-e700-4a29-aef0-0c9ec6f8d4ef","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"fullName\": \"string\",\n  \"role\": \"ADMIN\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/users/invite"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"2492b47a-10ee-4d35-b449-13887cb1ad33","name":"Conflict","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"fullName\": \"string\",\n  \"role\": \"ADMIN\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/users/invite"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"64c3b4ca-78f9-41a9-b904-b02c0740d199","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"fullName\": \"string\",\n  \"role\": \"ADMIN\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/users/invite"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"bd4aa61d-9460-4658-8272-53e30e86240a","name":"Too Many Requests","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"fullName\": \"string\",\n  \"role\": \"ADMIN\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/users/invite"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"b57f9c08-2b1c-4dbc-8bae-504a87486c0e","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"string\",\n  \"fullName\": \"string\",\n  \"role\": \"ADMIN\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/account/users/invite"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"c32b734e-0f3f-4993-867e-64940de82605"},{"name":"Resend invite","id":"4b2ef55f-b268-4dcd-9459-fb2a4aff5d8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/users/invite/:inviteId/resend","description":"<p>Resending revokes the old token and creates a new invite URL</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","account","users","invite",":inviteId","resend"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[{"id":"677d80b8-6719-423b-a5d1-a299f512ac06","description":{"content":"<p>(Required) Unique identifier of the invite</p>\n","type":"text/plain"},"type":"any","value":"e038b313-0b04-48d3-867e-7fee463501db","key":"inviteId"}]}},"response":[{"id":"bcca6db7-231a-4ce2-bf2f-069aebb04120","name":"Created","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/invite/:inviteId/resend","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users","invite",":inviteId","resend"],"variable":[{"key":"inviteId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the invite"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"inviteId\": \"774f2dfd-70b9-1cfb-f83a-780ccc03f055\",\n  \"inviteUrl\": \"string\",\n  \"expiresAt\": \"1983-02-10T03:58:40.742Z\"\n}"},{"id":"d8a6ae14-ada0-4376-89d7-6402aa28c9f8","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/invite/:inviteId/resend","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users","invite",":inviteId","resend"],"variable":[{"key":"inviteId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the invite"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"d15071ed-e82f-437e-ac37-252ae3654d01","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/invite/:inviteId/resend","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users","invite",":inviteId","resend"],"variable":[{"key":"inviteId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the invite"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"d3352c47-f5e5-4f20-9222-5bb286ba1962","name":"Forbidden","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/invite/:inviteId/resend","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users","invite",":inviteId","resend"],"variable":[{"key":"inviteId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the invite"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"0d53ef3a-c77c-4311-9342-2e0d4d9015cd","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/invite/:inviteId/resend","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users","invite",":inviteId","resend"],"variable":[{"key":"inviteId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the invite"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"ef9be66c-7f5f-479f-8bd4-433ea7229521","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/invite/:inviteId/resend","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users","invite",":inviteId","resend"],"variable":[{"key":"inviteId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the invite"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"62399233-8e96-4ebc-a123-319cc74ec067","name":"Conflict","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/invite/:inviteId/resend","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users","invite",":inviteId","resend"],"variable":[{"key":"inviteId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the invite"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"7ffc0cd9-c8d4-4091-9cad-2d899e4639ad","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/invite/:inviteId/resend","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users","invite",":inviteId","resend"],"variable":[{"key":"inviteId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the invite"}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"f1567072-0fe6-4e8e-963b-6d5437ad6af6","name":"Too Many Requests","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/invite/:inviteId/resend","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users","invite",":inviteId","resend"],"variable":[{"key":"inviteId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the invite"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"fa1aede7-d0dd-443c-a30f-669903c3723e","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/invite/:inviteId/resend","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users","invite",":inviteId","resend"],"variable":[{"key":"inviteId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the invite"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"4b2ef55f-b268-4dcd-9459-fb2a4aff5d8d"},{"name":"List users","id":"af4d5e6a-e55e-4cce-a5ed-d69e6248a65c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/users","description":"<p>Get all active users linked to the account</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","account","users"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[]}},"response":[{"id":"a9662f42-4c80-414c-9634-adb397019aa5","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"4eab4d77-f229-a38c-e28f-d885b29d2beb\",\n    \"idpId\": \"406f06ed-c829-9880-3645-890c70163e74\",\n    \"emailAddress\": \"string\",\n    \"phoneNumber\": \"string\",\n    \"displayName\": \"string\",\n    \"blockedStatus\": \"BLOCKED\",\n    \"role\": \"VIEWER\",\n    \"accountId\": \"a808cc5c-cdb3-d3ad-cccb-1b07fe01a290\"\n  },\n  {\n    \"id\": \"1b09c7b9-1b94-595d-d491-7b485fcda918\",\n    \"idpId\": \"9b421e36-04ad-22ba-515d-ccbd87c44281\",\n    \"emailAddress\": \"string\",\n    \"phoneNumber\": \"string\",\n    \"displayName\": \"string\",\n    \"blockedStatus\": \"BLOCKED\",\n    \"role\": \"OWNER\",\n    \"accountId\": \"9d5fd30a-1d77-a855-bc3b-b2746bcd3f6b\"\n  }\n]"},{"id":"5ef500ce-2a24-466d-a8dc-77181210e17e","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/users"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"d73608c7-d907-4d5f-8f97-654992a6207a","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/users"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"341a11f5-b091-4c1a-bf56-c8215ba66d22","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/users"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"66cb48eb-c24b-490f-9175-47602141b88e","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/users"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"5ee25f25-2461-4858-8ccc-88ade46dacbf","name":"Method Not Allowed","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/users"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"7bf0fa48-b582-47d4-bfdc-0f06f5160706","name":"Too Many Requests","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/users"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"5239c27a-e78b-4071-abbf-ebbd01cf461f","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/users"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"af4d5e6a-e55e-4cce-a5ed-d69e6248a65c"},{"name":"Get invite","id":"884e8550-a9b1-4a80-b6d5-5550243f0033","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/account/users/invite/:inviteId","description":"<p>Get invite details including invite URL and status</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","account","users","invite",":inviteId"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[{"id":"46d7b162-f41d-49e2-87df-85d5ef3a7c2b","description":{"content":"<p>(Required) Unique identifier of the invite</p>\n","type":"text/plain"},"type":"any","value":"e038b313-0b04-48d3-867e-7fee463501db","key":"inviteId"}]}},"response":[{"id":"7360c965-f9cf-445c-aee8-775b4e5463e9","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/invite/:inviteId","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users","invite",":inviteId"],"variable":[{"key":"inviteId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the invite"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"inviteId\": \"9e1ad7d3-dbcf-bdfe-fe6a-e545ef632a00\",\n  \"maskedEmail\": \"string\",\n  \"fullName\": \"string\",\n  \"role\": \"OWNER\",\n  \"inviteUrl\": \"string\",\n  \"expiresAt\": \"1998-07-06T12:22:09.692Z\",\n  \"status\": \"EXPIRED\"\n}"},{"id":"4330bd29-e736-46c2-82a4-0220e94f553d","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/invite/:inviteId","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users","invite",":inviteId"],"variable":[{"key":"inviteId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the invite"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"a9004ec1-0fb7-4a41-93a6-52cfdafee9e6","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/invite/:inviteId","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users","invite",":inviteId"],"variable":[{"key":"inviteId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the invite"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"bb493263-ff4f-4ed7-9092-4272143f6501","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/invite/:inviteId","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users","invite",":inviteId"],"variable":[{"key":"inviteId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the invite"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"5f69ca85-3f5d-4021-945f-63492c0652f0","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/invite/:inviteId","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users","invite",":inviteId"],"variable":[{"key":"inviteId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the invite"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"2fedefba-36f3-44fd-b80e-0cf8201e47fb","name":"Method Not Allowed","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/invite/:inviteId","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users","invite",":inviteId"],"variable":[{"key":"inviteId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the invite"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"4d6c75fe-0ea0-4049-85b2-602efa785591","name":"Too Many Requests","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/invite/:inviteId","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users","invite",":inviteId"],"variable":[{"key":"inviteId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the invite"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"a3634215-0517-4da5-8978-20153c2a9571","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ID of account for which operation is to be performed","key":"AccountId","value":"e038b313-0b04-48d3-867e-7fee463501db"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/account/users/invite/:inviteId","host":["https://sandbox-api.hubpay.io"],"path":["v1","account","users","invite",":inviteId"],"variable":[{"key":"inviteId","value":"e038b313-0b04-48d3-867e-7fee463501db","description":"(Required) Unique identifier of the invite"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"884e8550-a9b1-4a80-b6d5-5550243f0033"}],"id":"a9304e78-d1c4-455b-af56-7ebddab30c19","description":"<p>User management</p>\n","_postman_id":"a9304e78-d1c4-455b-af56-7ebddab30c19","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}}},{"name":"Payment Requests","item":[{"name":"Set a payment-link preview logo (Sandbox)","id":"f29908ee-62b7-434b-ba1d-00c5b185c630","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"logo","type":"file","description":"<p>(Required) </p>\n","value":null}]},"url":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/:paymentRequestId/preview-logo","description":"<p>Uploads a logo override for one payment request without changing the account's branding.\nThe override is shown by embedded, hosted and shareable payment links for that request.\nThis endpoint is only available in sandbox/test environments.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","collections","payment-requests",":paymentRequestId","preview-logo"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[{"id":"6b646901-5ddb-4d05-936a-662341e7a7e7","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","key":"paymentRequestId"}]}},"response":[{"id":"7c5ae40b-94d1-4b18-b920-63e5a0d3a7a2","name":"OK","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"logo","type":"file"}]},"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/:paymentRequestId/preview-logo","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests",":paymentRequestId","preview-logo"],"variable":[{"key":"paymentRequestId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"paymentRequestId\": \"0a3469ef-4c5d-ecf5-7c17-8035a7950e6c\",\n  \"logoUrl\": \"string\"\n}"}],"_postman_id":"f29908ee-62b7-434b-ba1d-00c5b185c630"},{"name":"Reset a payment-link preview logo (Sandbox)","id":"c5f14db3-e9a1-4b77-b36f-26edaf3a6d02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""}],"url":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/:paymentRequestId/preview-logo","description":"<p>Removes the logo override from one payment request so it uses the account branding logo again.\nThis endpoint is only available in sandbox/test environments.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","collections","payment-requests",":paymentRequestId","preview-logo"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[{"id":"de21f36c-b35b-4d50-b99a-85e3f5e7697d","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","key":"paymentRequestId"}]}},"response":[{"id":"ddfd12cf-3a62-4fd1-b0ed-a86dd434e432","name":"OK","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/:paymentRequestId/preview-logo","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests",":paymentRequestId","preview-logo"],"variable":[{"key":"paymentRequestId","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c5f14db3-e9a1-4b77-b36f-26edaf3a6d02"},{"name":"Refresh payment session","id":"15393601-158a-426a-b27a-77fa0f7d9bca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/:id/refresh-session","description":"<p>Refreshes the payment session token and returns the updated payment request. A refreshed payment session grants 1 hour to view and complete the payment. This endpoint is only applicable for payment requests with an execution mode of HOSTED_PAGE and a status of UNPAID or PART_PAID. If the request does not meet these criteria, a bad request will be returned.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","collections","payment-requests",":id","refresh-session"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[{"id":"6f368979-7991-44c8-88a9-34a20f43cc4d","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","key":"id"}]}},"response":[{"id":"5cf2add3-f07a-4de1-89df-ba1ca3700110","name":"OK","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/:id/refresh-session","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests",":id","refresh-session"],"variable":[{"key":"id","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"accountId\": \"c2c94b8d-fb2d-9bc7-6c3a-90a3bbd98fe2\",\n  \"amount\": 150,\n  \"currency\": \"AED\",\n  \"documentReference\": \"string\",\n  \"executionMode\": \"PAYMENT_LINK\",\n  \"externalId\": \"string\",\n  \"id\": \"2e075246-6de6-1cc7-32fe-b999b4d72ab0\",\n  \"payerId\": \"942c0750-a3a1-386d-5565-a261331b43fb\",\n  \"paymentMethods\": [\n    \"CARD\"\n  ],\n  \"status\": \"UNPAID\",\n  \"dueDate\": \"1968-04-15\",\n  \"documentId\": \"b7d0bed1-66ab-ec04-200c-a454c9f33836\",\n  \"paymentLinkReference\": \"string\",\n  \"paymentUrl\": \"string\",\n  \"successRedirectUrl\": \"string\",\n  \"cancelRedirectUrl\": \"string\",\n  \"autoSendPaymentLink\": false,\n  \"payoutDetails\": {\n    \"payoutBeneficiaryId\": \"e97674a4-c6f8-3581-da0b-c524be773fe7\",\n    \"payoutPurposeOfPayment\": \"PROPERTY_RENTAL\",\n    \"payoutReference\": \"string\"\n  },\n  \"amountPaid\": 50,\n  \"amountRemaining\": 100,\n  \"payments\": [\n    {\n      \"id\": \"123e4567-e89b-12d3-a456-426614174000\",\n      \"reference\": \"REF123\",\n      \"status\": \"PENDING\",\n      \"sendCurrency\": \"USDT\",\n      \"sendAmount\": 272.48,\n      \"receiveCurrency\": \"AED\",\n      \"receiveAmount\": 1000,\n      \"method\": \"BANK_TRANSFER\",\n      \"accountId\": \"123e4567-e89b-12d3-a456-426614174004\",\n      \"payerId\": \"123e4567-e89b-12d3-a456-426614174001\",\n      \"paymentRequestId\": \"123e4567-e89b-12d3-a456-426614174002\",\n      \"createdAt\": \"2023-10-01T12:00:00Z\",\n      \"details\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"payout\": {\n        \"beneficiaryId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"reference\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"transactionReference\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"purposeOfPayment\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"amount\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"currency\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"status\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    },\n    {\n      \"id\": \"123e4567-e89b-12d3-a456-426614174000\",\n      \"reference\": \"REF123\",\n      \"status\": \"PENDING\",\n      \"sendCurrency\": \"USDT\",\n      \"sendAmount\": 272.48,\n      \"receiveCurrency\": \"AED\",\n      \"receiveAmount\": 1000,\n      \"method\": \"BANK_TRANSFER\",\n      \"accountId\": \"123e4567-e89b-12d3-a456-426614174004\",\n      \"payerId\": \"123e4567-e89b-12d3-a456-426614174001\",\n      \"paymentRequestId\": \"123e4567-e89b-12d3-a456-426614174002\",\n      \"createdAt\": \"2023-10-01T12:00:00Z\",\n      \"details\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"payout\": {\n        \"beneficiaryId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"reference\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"transactionReference\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"purposeOfPayment\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"amount\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"currency\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"status\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    }\n  ]\n}"},{"id":"5a674c10-0b54-4518-9f04-7a3c26baba15","name":"Bad Request","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/:id/refresh-session","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests",":id","refresh-session"],"variable":[{"key":"id","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) "}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"bf660497-47fb-42c3-8879-169bad962ae5","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/:id/refresh-session","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests",":id","refresh-session"],"variable":[{"key":"id","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) "}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"a3055837-fe66-4729-81d4-aeeb054c02b0","name":"Forbidden","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/:id/refresh-session","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests",":id","refresh-session"],"variable":[{"key":"id","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) "}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"91700f12-d3a7-4898-90ce-2306cb22d620","name":"Not Found","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/:id/refresh-session","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests",":id","refresh-session"],"variable":[{"key":"id","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) "}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"93d61f06-c640-41be-bab7-67d72b71f82d","name":"Method Not Allowed","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/:id/refresh-session","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests",":id","refresh-session"],"variable":[{"key":"id","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) "}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"cf5b132d-266d-4163-8428-68f31f3a9105","name":"Unsupported Media Type","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/:id/refresh-session","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests",":id","refresh-session"],"variable":[{"key":"id","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) "}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"89623440-657e-4953-8a53-719fa56b72ff","name":"Too Many Requests","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/:id/refresh-session","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests",":id","refresh-session"],"variable":[{"key":"id","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) "}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"1ab039b5-b47d-4a68-a0ff-242e36d1bb0a","name":"Internal Server Error","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/:id/refresh-session","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests",":id","refresh-session"],"variable":[{"key":"id","value":"053cbb0f-7da8-420f-75af-6c5e1cd0b2ae","description":"(Required) "}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"15393601-158a-426a-b27a-77fa0f7d9bca"},{"name":"Simulate a payment (Sandbox)","id":"e8fa8546-e4b0-4c8a-a64a-c474bacf9772","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"paymentMethod\": \"BANK_TRANSFER\",\n  \"paymentRequestReference\": \"REQ-123456\",\n  \"amount\": 1000,\n  \"cryptoCurrency\": \"USDT\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/collections/simulate-payment","description":"<p>Simulates a successful bank transfer or crypto payment against an existing payment request.\nThis triggers the full payment lifecycle including status updates and webhook notifications,\nwithout requiring actual bank transfers or cryptocurrency transactions.</p>\n<p>The payment request must be in UNPAID or PART_PAID status.\nIf no amount is specified, the full remaining balance is used.</p>\n<p>After a successful simulation:</p>\n<ul>\n<li>The payment request status will be updated to PAID (or PART_PAID for partial amounts)</li>\n<li>Webhook notifications will be sent to your registered endpoints</li>\n<li>The payment will be visible when querying the payment request</li>\n<li>The wallet balance will be updated</li>\n</ul>\n<p>This endpoint is only available in sandbox/test environments.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","collections","simulate-payment"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[]}},"response":[{"id":"2c24d79e-378c-4243-89a6-42627b3ba5e7","name":"OK","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"paymentMethod\": \"BANK_TRANSFER\",\n  \"paymentRequestReference\": \"REQ-123456\",\n  \"amount\": 1000,\n  \"cryptoCurrency\": \"USDT\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/collections/simulate-payment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"paymentRequestId\": \"1e68559d-8a07-666b-c1be-012ed23dc6db\",\n  \"paymentId\": \"c71b76e7-6ba5-4449-533a-172981a7c616\",\n  \"paymentReference\": \"string\",\n  \"paymentMethod\": \"CARD\",\n  \"amount\": 5961.884146007028,\n  \"currency\": \"AED\",\n  \"paymentRequestStatus\": \"string\"\n}"}],"_postman_id":"e8fa8546-e4b0-4c8a-a64a-c474bacf9772"},{"name":"List payment requests","id":"d7bf1633-3125-498e-9959-f4b5dd3a5020","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/collections/payment-requests?page=0&size=20&sort=string&sort=string","description":"<p>List all payment requests for an account</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","collections","payment-requests"],"host":["https://sandbox-api.hubpay.io"],"query":[{"description":{"content":"<p>Zero-based page index (0..N)</p>\n","type":"text/plain"},"key":"page","value":"0"},{"description":{"content":"<p>The size of the page to be returned</p>\n","type":"text/plain"},"key":"size","value":"20"},{"description":{"content":"<p>Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.</p>\n","type":"text/plain"},"key":"sort","value":"string"},{"description":{"content":"<p>Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.</p>\n","type":"text/plain"},"key":"sort","value":"string"}],"variable":[]}},"response":[{"id":"9ca3ad30-c18c-49ec-8fea-bba724803f3d","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests?page=0&size=20&sort=string&sort=string","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"content\": [\n    {\n      \"accountId\": \"795d2536-6a76-2d73-8d20-9031ba11fad8\",\n      \"amount\": 150,\n      \"currency\": \"AED\",\n      \"documentReference\": \"string\",\n      \"executionMode\": \"PAYMENT_LINK\",\n      \"externalId\": \"\",\n      \"id\": \"2c2f43ac-afc4-782b-7352-013ad439e44a\",\n      \"payerId\": \"55eadb41-bd6b-6c91-99bf-f7aabe3b18ed\",\n      \"paymentMethods\": [\n        \"CRYPTO\"\n      ],\n      \"status\": \"PART_PAID\",\n      \"dueDate\": \"1989-10-25\",\n      \"documentId\": \"85c9df1f-2afd-95dc-8671-da0fcb683ce2\",\n      \"paymentLinkReference\": \"string\",\n      \"paymentUrl\": \"string\",\n      \"successRedirectUrl\": \"string\",\n      \"cancelRedirectUrl\": \"string\",\n      \"autoSendPaymentLink\": true,\n      \"payoutDetails\": {\n        \"payoutBeneficiaryId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"payoutPurposeOfPayment\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"payoutReference\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"amountPaid\": 50,\n      \"amountRemaining\": 100,\n      \"payments\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ]\n    },\n    {\n      \"accountId\": \"91b4076b-6cd3-4a69-6299-869e66ef2c2c\",\n      \"amount\": 150,\n      \"currency\": \"AED\",\n      \"documentReference\": \"string\",\n      \"executionMode\": \"HOSTED_PAGE\",\n      \"externalId\": \"string\",\n      \"id\": \"73f85501-a5ba-3963-1a54-32933cbe7532\",\n      \"payerId\": \"02631951-6b9d-7fce-9caf-5090d77517dd\",\n      \"paymentMethods\": [\n        \"CARD\"\n      ],\n      \"status\": \"PAID\",\n      \"dueDate\": \"2014-02-14\",\n      \"documentId\": \"d5ebf181-33d9-8a70-291c-0f73004fec55\",\n      \"paymentLinkReference\": \"string\",\n      \"paymentUrl\": \"string\",\n      \"successRedirectUrl\": \"string\",\n      \"cancelRedirectUrl\": \"string\",\n      \"autoSendPaymentLink\": false,\n      \"payoutDetails\": {\n        \"payoutBeneficiaryId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"payoutPurposeOfPayment\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"payoutReference\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"amountPaid\": 50,\n      \"amountRemaining\": 100,\n      \"payments\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ]\n    }\n  ],\n  \"page\": {\n    \"size\": 7305,\n    \"number\": 7861,\n    \"totalElements\": 3635,\n    \"totalPages\": 9035\n  }\n}"},{"id":"870af87d-3dd5-437d-908c-b66e00b05585","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests?page=0&size=20&sort=string&sort=string","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"38ee9e4e-b0a8-4746-bd09-660ac17454a3","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests?page=0&size=20&sort=string&sort=string","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"d0d6241c-a39d-4096-90f8-11f3e12b4c1e","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests?page=0&size=20&sort=string&sort=string","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"2964f312-1708-469f-a2f5-5c216f88dcaa","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests?page=0&size=20&sort=string&sort=string","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"0aedea48-89aa-461d-abbf-d3aa7f5f4c94","name":"Method Not Allowed","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests?page=0&size=20&sort=string&sort=string","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"1b05dcbd-9d60-4cf7-a501-a6ab84d968a8","name":"Too Many Requests","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests?page=0&size=20&sort=string&sort=string","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"49aa0669-a92b-4131-bf5a-e05039b37c53","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests?page=0&size=20&sort=string&sort=string","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"d7bf1633-3125-498e-9959-f4b5dd3a5020"},{"name":"Create payment request","id":"c87260f4-9105-4031-b9cd-267c43573267","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount\": 99.99,\n  \"currency\": \"AED\",\n  \"documentReference\": \"INV-2025-001\",\n  \"executionMode\": \"HOSTED_PAGE\",\n  \"externalId\": \"REQ-123456\",\n  \"paymentMethods\": [\n    \"CARD\",\n    \"CRYPTO\"\n  ],\n  \"payerId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n  \"payer\": {\n    \"country\": \"string\",\n    \"cryptoEnabled\": false,\n    \"emailAddress\": \"string\",\n    \"externalId\": \"EX123\",\n    \"fullLegalName\": \"stri\",\n    \"type\": \"BUSINESS\",\n    \"phoneNumber\": \"string\",\n    \"notificationEnabled\": true,\n    \"address\": \"string\",\n    \"areaOrCity\": \"string\",\n    \"provinceOrState\": \"string\",\n    \"postalCode\": \"string\"\n  },\n  \"dueDate\": \"2025-06-30\",\n  \"documentId\": \"123e4567-e89b-12d3-a456-426614174000\",\n  \"successRedirectUrl\": \"https://example.com/success\",\n  \"cancelRedirectUrl\": \"https://example.com/cancel\",\n  \"autoSendPaymentLink\": false,\n  \"payoutDetails\": {\n    \"payoutBeneficiaryId\": \"37f1f0cf-52db-d6e2-f5cd-6866d001eeea\",\n    \"payoutPurposeOfPayment\": \"OFFICE_EXPENSES\",\n    \"payoutReference\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/collections/payment-requests","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","collections","payment-requests"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[]}},"response":[{"id":"86b0b13e-3fad-4e48-b84b-1d26532418ec","name":"Created","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount\": 99.99,\n  \"currency\": \"AED\",\n  \"documentReference\": \"INV-2025-001\",\n  \"executionMode\": \"HOSTED_PAGE\",\n  \"externalId\": \"REQ-123456\",\n  \"paymentMethods\": [\n    \"CARD\",\n    \"CRYPTO\"\n  ],\n  \"payerId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n  \"payer\": {\n    \"country\": \"string\",\n    \"cryptoEnabled\": false,\n    \"emailAddress\": \"string\",\n    \"externalId\": \"EX123\",\n    \"fullLegalName\": \"stri\",\n    \"type\": \"BUSINESS\",\n    \"phoneNumber\": \"string\",\n    \"notificationEnabled\": true,\n    \"address\": \"string\",\n    \"areaOrCity\": \"string\",\n    \"provinceOrState\": \"string\",\n    \"postalCode\": \"string\"\n  },\n  \"dueDate\": \"2025-06-30\",\n  \"documentId\": \"123e4567-e89b-12d3-a456-426614174000\",\n  \"successRedirectUrl\": \"https://example.com/success\",\n  \"cancelRedirectUrl\": \"https://example.com/cancel\",\n  \"autoSendPaymentLink\": false,\n  \"payoutDetails\": {\n    \"payoutBeneficiaryId\": \"37f1f0cf-52db-d6e2-f5cd-6866d001eeea\",\n    \"payoutPurposeOfPayment\": \"OFFICE_EXPENSES\",\n    \"payoutReference\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/collections/payment-requests"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"accountId\": \"c2c94b8d-fb2d-9bc7-6c3a-90a3bbd98fe2\",\n  \"amount\": 150,\n  \"currency\": \"AED\",\n  \"documentReference\": \"string\",\n  \"executionMode\": \"PAYMENT_LINK\",\n  \"externalId\": \"string\",\n  \"id\": \"2e075246-6de6-1cc7-32fe-b999b4d72ab0\",\n  \"payerId\": \"942c0750-a3a1-386d-5565-a261331b43fb\",\n  \"paymentMethods\": [\n    \"CARD\"\n  ],\n  \"status\": \"UNPAID\",\n  \"dueDate\": \"1968-04-15\",\n  \"documentId\": \"b7d0bed1-66ab-ec04-200c-a454c9f33836\",\n  \"paymentLinkReference\": \"string\",\n  \"paymentUrl\": \"string\",\n  \"successRedirectUrl\": \"string\",\n  \"cancelRedirectUrl\": \"string\",\n  \"autoSendPaymentLink\": false,\n  \"payoutDetails\": {\n    \"payoutBeneficiaryId\": \"e97674a4-c6f8-3581-da0b-c524be773fe7\",\n    \"payoutPurposeOfPayment\": \"PROPERTY_RENTAL\",\n    \"payoutReference\": \"string\"\n  },\n  \"amountPaid\": 50,\n  \"amountRemaining\": 100,\n  \"payments\": [\n    {\n      \"id\": \"123e4567-e89b-12d3-a456-426614174000\",\n      \"reference\": \"REF123\",\n      \"status\": \"PENDING\",\n      \"sendCurrency\": \"USDT\",\n      \"sendAmount\": 272.48,\n      \"receiveCurrency\": \"AED\",\n      \"receiveAmount\": 1000,\n      \"method\": \"BANK_TRANSFER\",\n      \"accountId\": \"123e4567-e89b-12d3-a456-426614174004\",\n      \"payerId\": \"123e4567-e89b-12d3-a456-426614174001\",\n      \"paymentRequestId\": \"123e4567-e89b-12d3-a456-426614174002\",\n      \"createdAt\": \"2023-10-01T12:00:00Z\",\n      \"details\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"payout\": {\n        \"beneficiaryId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"reference\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"transactionReference\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"purposeOfPayment\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"amount\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"currency\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"status\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    },\n    {\n      \"id\": \"123e4567-e89b-12d3-a456-426614174000\",\n      \"reference\": \"REF123\",\n      \"status\": \"PENDING\",\n      \"sendCurrency\": \"USDT\",\n      \"sendAmount\": 272.48,\n      \"receiveCurrency\": \"AED\",\n      \"receiveAmount\": 1000,\n      \"method\": \"BANK_TRANSFER\",\n      \"accountId\": \"123e4567-e89b-12d3-a456-426614174004\",\n      \"payerId\": \"123e4567-e89b-12d3-a456-426614174001\",\n      \"paymentRequestId\": \"123e4567-e89b-12d3-a456-426614174002\",\n      \"createdAt\": \"2023-10-01T12:00:00Z\",\n      \"details\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"payout\": {\n        \"beneficiaryId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"reference\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"transactionReference\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"purposeOfPayment\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"amount\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"currency\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"status\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    }\n  ]\n}"},{"id":"3807a0d7-9fba-4a1a-82ae-68729263933b","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount\": 99.99,\n  \"currency\": \"AED\",\n  \"documentReference\": \"INV-2025-001\",\n  \"executionMode\": \"HOSTED_PAGE\",\n  \"externalId\": \"REQ-123456\",\n  \"paymentMethods\": [\n    \"CARD\",\n    \"CRYPTO\"\n  ],\n  \"payerId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n  \"payer\": {\n    \"country\": \"string\",\n    \"cryptoEnabled\": false,\n    \"emailAddress\": \"string\",\n    \"externalId\": \"EX123\",\n    \"fullLegalName\": \"stri\",\n    \"type\": \"BUSINESS\",\n    \"phoneNumber\": \"string\",\n    \"notificationEnabled\": true,\n    \"address\": \"string\",\n    \"areaOrCity\": \"string\",\n    \"provinceOrState\": \"string\",\n    \"postalCode\": \"string\"\n  },\n  \"dueDate\": \"2025-06-30\",\n  \"documentId\": \"123e4567-e89b-12d3-a456-426614174000\",\n  \"successRedirectUrl\": \"https://example.com/success\",\n  \"cancelRedirectUrl\": \"https://example.com/cancel\",\n  \"autoSendPaymentLink\": false,\n  \"payoutDetails\": {\n    \"payoutBeneficiaryId\": \"37f1f0cf-52db-d6e2-f5cd-6866d001eeea\",\n    \"payoutPurposeOfPayment\": \"OFFICE_EXPENSES\",\n    \"payoutReference\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/collections/payment-requests"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"f3fd7ff2-95fd-464b-8d1a-80452f70cf20","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount\": 99.99,\n  \"currency\": \"AED\",\n  \"documentReference\": \"INV-2025-001\",\n  \"executionMode\": \"HOSTED_PAGE\",\n  \"externalId\": \"REQ-123456\",\n  \"paymentMethods\": [\n    \"CARD\",\n    \"CRYPTO\"\n  ],\n  \"payerId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n  \"payer\": {\n    \"country\": \"string\",\n    \"cryptoEnabled\": false,\n    \"emailAddress\": \"string\",\n    \"externalId\": \"EX123\",\n    \"fullLegalName\": \"stri\",\n    \"type\": \"BUSINESS\",\n    \"phoneNumber\": \"string\",\n    \"notificationEnabled\": true,\n    \"address\": \"string\",\n    \"areaOrCity\": \"string\",\n    \"provinceOrState\": \"string\",\n    \"postalCode\": \"string\"\n  },\n  \"dueDate\": \"2025-06-30\",\n  \"documentId\": \"123e4567-e89b-12d3-a456-426614174000\",\n  \"successRedirectUrl\": \"https://example.com/success\",\n  \"cancelRedirectUrl\": \"https://example.com/cancel\",\n  \"autoSendPaymentLink\": false,\n  \"payoutDetails\": {\n    \"payoutBeneficiaryId\": \"37f1f0cf-52db-d6e2-f5cd-6866d001eeea\",\n    \"payoutPurposeOfPayment\": \"OFFICE_EXPENSES\",\n    \"payoutReference\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/collections/payment-requests"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"f98c2e39-5c17-4054-a6f4-4255d439c6f5","name":"Forbidden","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount\": 99.99,\n  \"currency\": \"AED\",\n  \"documentReference\": \"INV-2025-001\",\n  \"executionMode\": \"HOSTED_PAGE\",\n  \"externalId\": \"REQ-123456\",\n  \"paymentMethods\": [\n    \"CARD\",\n    \"CRYPTO\"\n  ],\n  \"payerId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n  \"payer\": {\n    \"country\": \"string\",\n    \"cryptoEnabled\": false,\n    \"emailAddress\": \"string\",\n    \"externalId\": \"EX123\",\n    \"fullLegalName\": \"stri\",\n    \"type\": \"BUSINESS\",\n    \"phoneNumber\": \"string\",\n    \"notificationEnabled\": true,\n    \"address\": \"string\",\n    \"areaOrCity\": \"string\",\n    \"provinceOrState\": \"string\",\n    \"postalCode\": \"string\"\n  },\n  \"dueDate\": \"2025-06-30\",\n  \"documentId\": \"123e4567-e89b-12d3-a456-426614174000\",\n  \"successRedirectUrl\": \"https://example.com/success\",\n  \"cancelRedirectUrl\": \"https://example.com/cancel\",\n  \"autoSendPaymentLink\": false,\n  \"payoutDetails\": {\n    \"payoutBeneficiaryId\": \"37f1f0cf-52db-d6e2-f5cd-6866d001eeea\",\n    \"payoutPurposeOfPayment\": \"OFFICE_EXPENSES\",\n    \"payoutReference\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/collections/payment-requests"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"0a96e21a-986d-41b9-ac17-d54eb5b8e16f","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount\": 99.99,\n  \"currency\": \"AED\",\n  \"documentReference\": \"INV-2025-001\",\n  \"executionMode\": \"HOSTED_PAGE\",\n  \"externalId\": \"REQ-123456\",\n  \"paymentMethods\": [\n    \"CARD\",\n    \"CRYPTO\"\n  ],\n  \"payerId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n  \"payer\": {\n    \"country\": \"string\",\n    \"cryptoEnabled\": false,\n    \"emailAddress\": \"string\",\n    \"externalId\": \"EX123\",\n    \"fullLegalName\": \"stri\",\n    \"type\": \"BUSINESS\",\n    \"phoneNumber\": \"string\",\n    \"notificationEnabled\": true,\n    \"address\": \"string\",\n    \"areaOrCity\": \"string\",\n    \"provinceOrState\": \"string\",\n    \"postalCode\": \"string\"\n  },\n  \"dueDate\": \"2025-06-30\",\n  \"documentId\": \"123e4567-e89b-12d3-a456-426614174000\",\n  \"successRedirectUrl\": \"https://example.com/success\",\n  \"cancelRedirectUrl\": \"https://example.com/cancel\",\n  \"autoSendPaymentLink\": false,\n  \"payoutDetails\": {\n    \"payoutBeneficiaryId\": \"37f1f0cf-52db-d6e2-f5cd-6866d001eeea\",\n    \"payoutPurposeOfPayment\": \"OFFICE_EXPENSES\",\n    \"payoutReference\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/collections/payment-requests"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"10a94281-9dc0-4150-9f00-d7e88eca40c2","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount\": 99.99,\n  \"currency\": \"AED\",\n  \"documentReference\": \"INV-2025-001\",\n  \"executionMode\": \"HOSTED_PAGE\",\n  \"externalId\": \"REQ-123456\",\n  \"paymentMethods\": [\n    \"CARD\",\n    \"CRYPTO\"\n  ],\n  \"payerId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n  \"payer\": {\n    \"country\": \"string\",\n    \"cryptoEnabled\": false,\n    \"emailAddress\": \"string\",\n    \"externalId\": \"EX123\",\n    \"fullLegalName\": \"stri\",\n    \"type\": \"BUSINESS\",\n    \"phoneNumber\": \"string\",\n    \"notificationEnabled\": true,\n    \"address\": \"string\",\n    \"areaOrCity\": \"string\",\n    \"provinceOrState\": \"string\",\n    \"postalCode\": \"string\"\n  },\n  \"dueDate\": \"2025-06-30\",\n  \"documentId\": \"123e4567-e89b-12d3-a456-426614174000\",\n  \"successRedirectUrl\": \"https://example.com/success\",\n  \"cancelRedirectUrl\": \"https://example.com/cancel\",\n  \"autoSendPaymentLink\": false,\n  \"payoutDetails\": {\n    \"payoutBeneficiaryId\": \"37f1f0cf-52db-d6e2-f5cd-6866d001eeea\",\n    \"payoutPurposeOfPayment\": \"OFFICE_EXPENSES\",\n    \"payoutReference\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/collections/payment-requests"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"35c10e35-0f83-44b1-a9a9-1d0e465dbcc0","name":"Conflict","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount\": 99.99,\n  \"currency\": \"AED\",\n  \"documentReference\": \"INV-2025-001\",\n  \"executionMode\": \"HOSTED_PAGE\",\n  \"externalId\": \"REQ-123456\",\n  \"paymentMethods\": [\n    \"CARD\",\n    \"CRYPTO\"\n  ],\n  \"payerId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n  \"payer\": {\n    \"country\": \"string\",\n    \"cryptoEnabled\": false,\n    \"emailAddress\": \"string\",\n    \"externalId\": \"EX123\",\n    \"fullLegalName\": \"stri\",\n    \"type\": \"BUSINESS\",\n    \"phoneNumber\": \"string\",\n    \"notificationEnabled\": true,\n    \"address\": \"string\",\n    \"areaOrCity\": \"string\",\n    \"provinceOrState\": \"string\",\n    \"postalCode\": \"string\"\n  },\n  \"dueDate\": \"2025-06-30\",\n  \"documentId\": \"123e4567-e89b-12d3-a456-426614174000\",\n  \"successRedirectUrl\": \"https://example.com/success\",\n  \"cancelRedirectUrl\": \"https://example.com/cancel\",\n  \"autoSendPaymentLink\": false,\n  \"payoutDetails\": {\n    \"payoutBeneficiaryId\": \"37f1f0cf-52db-d6e2-f5cd-6866d001eeea\",\n    \"payoutPurposeOfPayment\": \"OFFICE_EXPENSES\",\n    \"payoutReference\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/collections/payment-requests"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"2dadec3e-9943-46d1-b992-f33097ac0673","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount\": 99.99,\n  \"currency\": \"AED\",\n  \"documentReference\": \"INV-2025-001\",\n  \"executionMode\": \"HOSTED_PAGE\",\n  \"externalId\": \"REQ-123456\",\n  \"paymentMethods\": [\n    \"CARD\",\n    \"CRYPTO\"\n  ],\n  \"payerId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n  \"payer\": {\n    \"country\": \"string\",\n    \"cryptoEnabled\": false,\n    \"emailAddress\": \"string\",\n    \"externalId\": \"EX123\",\n    \"fullLegalName\": \"stri\",\n    \"type\": \"BUSINESS\",\n    \"phoneNumber\": \"string\",\n    \"notificationEnabled\": true,\n    \"address\": \"string\",\n    \"areaOrCity\": \"string\",\n    \"provinceOrState\": \"string\",\n    \"postalCode\": \"string\"\n  },\n  \"dueDate\": \"2025-06-30\",\n  \"documentId\": \"123e4567-e89b-12d3-a456-426614174000\",\n  \"successRedirectUrl\": \"https://example.com/success\",\n  \"cancelRedirectUrl\": \"https://example.com/cancel\",\n  \"autoSendPaymentLink\": false,\n  \"payoutDetails\": {\n    \"payoutBeneficiaryId\": \"37f1f0cf-52db-d6e2-f5cd-6866d001eeea\",\n    \"payoutPurposeOfPayment\": \"OFFICE_EXPENSES\",\n    \"payoutReference\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/collections/payment-requests"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"79b22315-f9e0-431e-b9cc-803d7b5ce131","name":"Too Many Requests","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount\": 99.99,\n  \"currency\": \"AED\",\n  \"documentReference\": \"INV-2025-001\",\n  \"executionMode\": \"HOSTED_PAGE\",\n  \"externalId\": \"REQ-123456\",\n  \"paymentMethods\": [\n    \"CARD\",\n    \"CRYPTO\"\n  ],\n  \"payerId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n  \"payer\": {\n    \"country\": \"string\",\n    \"cryptoEnabled\": false,\n    \"emailAddress\": \"string\",\n    \"externalId\": \"EX123\",\n    \"fullLegalName\": \"stri\",\n    \"type\": \"BUSINESS\",\n    \"phoneNumber\": \"string\",\n    \"notificationEnabled\": true,\n    \"address\": \"string\",\n    \"areaOrCity\": \"string\",\n    \"provinceOrState\": \"string\",\n    \"postalCode\": \"string\"\n  },\n  \"dueDate\": \"2025-06-30\",\n  \"documentId\": \"123e4567-e89b-12d3-a456-426614174000\",\n  \"successRedirectUrl\": \"https://example.com/success\",\n  \"cancelRedirectUrl\": \"https://example.com/cancel\",\n  \"autoSendPaymentLink\": false,\n  \"payoutDetails\": {\n    \"payoutBeneficiaryId\": \"37f1f0cf-52db-d6e2-f5cd-6866d001eeea\",\n    \"payoutPurposeOfPayment\": \"OFFICE_EXPENSES\",\n    \"payoutReference\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/collections/payment-requests"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"e9acd33c-75b7-4014-99e6-96ae91652aa8","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount\": 99.99,\n  \"currency\": \"AED\",\n  \"documentReference\": \"INV-2025-001\",\n  \"executionMode\": \"HOSTED_PAGE\",\n  \"externalId\": \"REQ-123456\",\n  \"paymentMethods\": [\n    \"CARD\",\n    \"CRYPTO\"\n  ],\n  \"payerId\": \"3fa85f64-5717-4562-b3fc-2c963f66afa6\",\n  \"payer\": {\n    \"country\": \"string\",\n    \"cryptoEnabled\": false,\n    \"emailAddress\": \"string\",\n    \"externalId\": \"EX123\",\n    \"fullLegalName\": \"stri\",\n    \"type\": \"BUSINESS\",\n    \"phoneNumber\": \"string\",\n    \"notificationEnabled\": true,\n    \"address\": \"string\",\n    \"areaOrCity\": \"string\",\n    \"provinceOrState\": \"string\",\n    \"postalCode\": \"string\"\n  },\n  \"dueDate\": \"2025-06-30\",\n  \"documentId\": \"123e4567-e89b-12d3-a456-426614174000\",\n  \"successRedirectUrl\": \"https://example.com/success\",\n  \"cancelRedirectUrl\": \"https://example.com/cancel\",\n  \"autoSendPaymentLink\": false,\n  \"payoutDetails\": {\n    \"payoutBeneficiaryId\": \"37f1f0cf-52db-d6e2-f5cd-6866d001eeea\",\n    \"payoutPurposeOfPayment\": \"OFFICE_EXPENSES\",\n    \"payoutReference\": \"string\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/collections/payment-requests"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"c87260f4-9105-4031-b9cd-267c43573267"},{"name":"Upload document","id":"ed8e9404-bbed-448c-aa92-9b4b16e58d39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","description":"<p>(Required) </p>\n","value":null}]},"url":"https://sandbox-api.hubpay.io/v1/collections/documents/upload","description":"<p>Hubpay requires an official document (such as an Invoice, Purchase Order, Sales Purchase Agreement, Commercial Contract etc.) to verify the transaction details and ensure compliance with UAE regulatory requirements.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","collections","documents","upload"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[]}},"response":[{"id":"34d75a30-e3ed-42a5-85d5-b51a037d14d8","name":"Created","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"file","type":"file"}]},"url":"https://sandbox-api.hubpay.io/v1/collections/documents/upload"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"contentType\": \"string\",\n  \"createdAt\": \"1985-03-29T02:52:55.078Z\",\n  \"fileName\": \"string\",\n  \"id\": \"293bb7a2-63c1-fc81-952c-89b1f590d760\"\n}"},{"id":"77f22bf2-6950-4f04-ac67-83cd4514ef69","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"file","type":"file"}]},"url":"https://sandbox-api.hubpay.io/v1/collections/documents/upload"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"6143958e-595a-49ad-b5d5-30092350e523","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"file","type":"file"}]},"url":"https://sandbox-api.hubpay.io/v1/collections/documents/upload"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"bb608a60-c310-47c3-ba68-c833a072403b","name":"Forbidden","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"file","type":"file"}]},"url":"https://sandbox-api.hubpay.io/v1/collections/documents/upload"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"26b32f8f-ff0f-490e-9775-5c02e9583825","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"file","type":"file"}]},"url":"https://sandbox-api.hubpay.io/v1/collections/documents/upload"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"59ab25c6-db00-4dc3-b66b-434ab3eeadf6","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"file","type":"file"}]},"url":"https://sandbox-api.hubpay.io/v1/collections/documents/upload"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"4d49fbfb-315d-47ab-92fd-b737f4c0c505","name":"Conflict","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"file","type":"file"}]},"url":"https://sandbox-api.hubpay.io/v1/collections/documents/upload"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"275d6ed2-245d-4ca8-9b0c-58abbdebf2fa","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"file","type":"file"}]},"url":"https://sandbox-api.hubpay.io/v1/collections/documents/upload"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"779d05e6-2c21-4dfd-90f2-798cc5b9aaa1","name":"Too Many Requests","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"file","type":"file"}]},"url":"https://sandbox-api.hubpay.io/v1/collections/documents/upload"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"971387ae-5d1e-46ef-9f9d-312fbd60fa1b","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"file","type":"file"}]},"url":"https://sandbox-api.hubpay.io/v1/collections/documents/upload"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"ed8e9404-bbed-448c-aa92-9b4b16e58d39"},{"name":"Get a payment request by ID","id":"e4a2b1b3-866f-4c73-b70d-c896a58415ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/:id","description":"<p>Retrieve a single payment request by id</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","collections","payment-requests",":id"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[{"id":"99bdbdf4-bbb2-431d-9f56-e3bb71e51d94","description":{"content":"<p>(Required) Unique identifier of the payment request</p>\n","type":"text/plain"},"type":"any","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","key":"id"}]}},"response":[{"id":"3e1aafac-03cf-4d03-a166-eecc85d4b795","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests",":id"],"variable":[{"key":"id","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the payment request"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"accountId\": \"c2c94b8d-fb2d-9bc7-6c3a-90a3bbd98fe2\",\n  \"amount\": 150,\n  \"currency\": \"AED\",\n  \"documentReference\": \"string\",\n  \"executionMode\": \"PAYMENT_LINK\",\n  \"externalId\": \"string\",\n  \"id\": \"2e075246-6de6-1cc7-32fe-b999b4d72ab0\",\n  \"payerId\": \"942c0750-a3a1-386d-5565-a261331b43fb\",\n  \"paymentMethods\": [\n    \"CARD\"\n  ],\n  \"status\": \"UNPAID\",\n  \"dueDate\": \"1968-04-15\",\n  \"documentId\": \"b7d0bed1-66ab-ec04-200c-a454c9f33836\",\n  \"paymentLinkReference\": \"string\",\n  \"paymentUrl\": \"string\",\n  \"successRedirectUrl\": \"string\",\n  \"cancelRedirectUrl\": \"string\",\n  \"autoSendPaymentLink\": false,\n  \"payoutDetails\": {\n    \"payoutBeneficiaryId\": \"e97674a4-c6f8-3581-da0b-c524be773fe7\",\n    \"payoutPurposeOfPayment\": \"PROPERTY_RENTAL\",\n    \"payoutReference\": \"string\"\n  },\n  \"amountPaid\": 50,\n  \"amountRemaining\": 100,\n  \"payments\": [\n    {\n      \"id\": \"123e4567-e89b-12d3-a456-426614174000\",\n      \"reference\": \"REF123\",\n      \"status\": \"PENDING\",\n      \"sendCurrency\": \"USDT\",\n      \"sendAmount\": 272.48,\n      \"receiveCurrency\": \"AED\",\n      \"receiveAmount\": 1000,\n      \"method\": \"BANK_TRANSFER\",\n      \"accountId\": \"123e4567-e89b-12d3-a456-426614174004\",\n      \"payerId\": \"123e4567-e89b-12d3-a456-426614174001\",\n      \"paymentRequestId\": \"123e4567-e89b-12d3-a456-426614174002\",\n      \"createdAt\": \"2023-10-01T12:00:00Z\",\n      \"details\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"payout\": {\n        \"beneficiaryId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"reference\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"transactionReference\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"purposeOfPayment\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"amount\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"currency\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"status\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    },\n    {\n      \"id\": \"123e4567-e89b-12d3-a456-426614174000\",\n      \"reference\": \"REF123\",\n      \"status\": \"PENDING\",\n      \"sendCurrency\": \"USDT\",\n      \"sendAmount\": 272.48,\n      \"receiveCurrency\": \"AED\",\n      \"receiveAmount\": 1000,\n      \"method\": \"BANK_TRANSFER\",\n      \"accountId\": \"123e4567-e89b-12d3-a456-426614174004\",\n      \"payerId\": \"123e4567-e89b-12d3-a456-426614174001\",\n      \"paymentRequestId\": \"123e4567-e89b-12d3-a456-426614174002\",\n      \"createdAt\": \"2023-10-01T12:00:00Z\",\n      \"details\": {\n        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n      },\n      \"payout\": {\n        \"beneficiaryId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"reference\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"transactionReference\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"purposeOfPayment\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"amount\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"currency\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"status\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      }\n    }\n  ]\n}"},{"id":"401de109-892d-4827-8d62-590eb0e9ee50","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests",":id"],"variable":[{"key":"id","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the payment request"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"aff6e62a-39d0-4f7b-9dcf-c5a2aed56c6d","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests",":id"],"variable":[{"key":"id","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the payment request"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"60319b85-3cae-4f1b-9472-66128157f7b4","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests",":id"],"variable":[{"key":"id","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the payment request"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"ad48104d-f66d-4170-9b64-d1b87d5a775a","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests",":id"],"variable":[{"key":"id","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the payment request"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"fab368f2-6d63-4d9c-9b3b-58c424899ad5","name":"Method Not Allowed","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests",":id"],"variable":[{"key":"id","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the payment request"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"051adaf8-91ba-4f62-ac54-842f765443e4","name":"Too Many Requests","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests",":id"],"variable":[{"key":"id","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the payment request"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"816a2319-b288-4569-a629-4253d49840a4","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests",":id"],"variable":[{"key":"id","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the payment request"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"e4a2b1b3-866f-4c73-b70d-c896a58415ac"},{"name":"Get a specific payment","id":"e1a40a6e-a57e-466f-b90f-4cfd481aa23b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/payments/:paymentId","description":"<p>Get a specific payment under a payment request</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","collections","payment-requests","payments",":paymentId"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[{"id":"e42f1616-a120-42be-8548-65610da186cc","description":{"content":"<p>(Required) Unique identifier of the payment</p>\n","type":"text/plain"},"type":"any","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","key":"paymentId"}]}},"response":[{"id":"e0e1721f-a464-4dde-a953-580991f34ad2","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/payments/:paymentId","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests","payments",":paymentId"],"variable":[{"key":"paymentId","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the payment"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"123e4567-e89b-12d3-a456-426614174000\",\n  \"reference\": \"REF123\",\n  \"status\": \"PENDING\",\n  \"sendCurrency\": \"USDT\",\n  \"sendAmount\": 272.48,\n  \"receiveCurrency\": \"AED\",\n  \"receiveAmount\": 1000,\n  \"method\": \"BANK_TRANSFER\",\n  \"accountId\": \"123e4567-e89b-12d3-a456-426614174004\",\n  \"payerId\": \"123e4567-e89b-12d3-a456-426614174001\",\n  \"paymentRequestId\": \"123e4567-e89b-12d3-a456-426614174002\",\n  \"createdAt\": \"2023-10-01T12:00:00Z\",\n  \"details\": {\n    \"issuer\": \"string\",\n    \"issuerCountry\": \"string\",\n    \"scheme\": \"VISA\",\n    \"cardType\": \"CREDIT\",\n    \"last4\": \"string\"\n  },\n  \"payout\": {\n    \"beneficiaryId\": \"ada21615-2b48-7a4b-4db3-cdc7c9f6a1c7\",\n    \"reference\": \"string\",\n    \"transactionReference\": \"string\",\n    \"purposeOfPayment\": \"ADVISORY_FEES\",\n    \"amount\": 8956.86185193298,\n    \"currency\": \"string\",\n    \"status\": \"PENDING_APPROVAL\"\n  }\n}"},{"id":"f098407d-222a-4921-9dc6-014c10f793bd","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/payments/:paymentId","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests","payments",":paymentId"],"variable":[{"key":"paymentId","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the payment"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"5d97dc26-1b64-4bce-9db9-521689c0d9e3","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/payments/:paymentId","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests","payments",":paymentId"],"variable":[{"key":"paymentId","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the payment"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"25f750e8-b16b-43e4-bbcf-98a481636c25","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/payments/:paymentId","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests","payments",":paymentId"],"variable":[{"key":"paymentId","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the payment"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"37f78cb4-f59e-4361-87be-47bbf8ca26ed","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/payments/:paymentId","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests","payments",":paymentId"],"variable":[{"key":"paymentId","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the payment"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"089eb540-b778-4b83-8e1c-97cc0636f1ff","name":"Method Not Allowed","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/payments/:paymentId","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests","payments",":paymentId"],"variable":[{"key":"paymentId","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the payment"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"550533e4-dd98-43d3-89b0-316d71e5944a","name":"Too Many Requests","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/payments/:paymentId","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests","payments",":paymentId"],"variable":[{"key":"paymentId","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the payment"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"b2e7c855-ffe6-4d4b-94f3-2db08014fcd5","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/payments/:paymentId","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests","payments",":paymentId"],"variable":[{"key":"paymentId","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the payment"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"e1a40a6e-a57e-466f-b90f-4cfd481aa23b"},{"name":"Find payment requests by external ID","id":"532bfe88-93ec-47cb-95bc-d6307558fc82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/find?page=0&size=20&sort=string&sort=string&externalId=EXT-001","description":"<p>Find payment requests for an account by external ID</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","collections","payment-requests","find"],"host":["https://sandbox-api.hubpay.io"],"query":[{"description":{"content":"<p>Zero-based page index (0..N)</p>\n","type":"text/plain"},"key":"page","value":"0"},{"description":{"content":"<p>The size of the page to be returned</p>\n","type":"text/plain"},"key":"size","value":"20"},{"description":{"content":"<p>Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.</p>\n","type":"text/plain"},"key":"sort","value":"string"},{"description":{"content":"<p>Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.</p>\n","type":"text/plain"},"key":"sort","value":"string"},{"description":{"content":"<p>(Required) External ID to search for</p>\n","type":"text/plain"},"key":"externalId","value":"EXT-001"}],"variable":[]}},"response":[{"id":"99c0e2de-1893-4ef0-9196-45f5a29374a0","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/find?page=0&size=20&sort=string&sort=string&externalId=EXT-001","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests","find"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"},{"key":"externalId","value":"EXT-001"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"content\": [\n    {\n      \"accountId\": \"795d2536-6a76-2d73-8d20-9031ba11fad8\",\n      \"amount\": 150,\n      \"currency\": \"AED\",\n      \"documentReference\": \"string\",\n      \"executionMode\": \"PAYMENT_LINK\",\n      \"externalId\": \"\",\n      \"id\": \"2c2f43ac-afc4-782b-7352-013ad439e44a\",\n      \"payerId\": \"55eadb41-bd6b-6c91-99bf-f7aabe3b18ed\",\n      \"paymentMethods\": [\n        \"CRYPTO\"\n      ],\n      \"status\": \"PART_PAID\",\n      \"dueDate\": \"1989-10-25\",\n      \"documentId\": \"85c9df1f-2afd-95dc-8671-da0fcb683ce2\",\n      \"paymentLinkReference\": \"string\",\n      \"paymentUrl\": \"string\",\n      \"successRedirectUrl\": \"string\",\n      \"cancelRedirectUrl\": \"string\",\n      \"autoSendPaymentLink\": true,\n      \"payoutDetails\": {\n        \"payoutBeneficiaryId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"payoutPurposeOfPayment\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"payoutReference\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"amountPaid\": 50,\n      \"amountRemaining\": 100,\n      \"payments\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ]\n    },\n    {\n      \"accountId\": \"91b4076b-6cd3-4a69-6299-869e66ef2c2c\",\n      \"amount\": 150,\n      \"currency\": \"AED\",\n      \"documentReference\": \"string\",\n      \"executionMode\": \"HOSTED_PAGE\",\n      \"externalId\": \"string\",\n      \"id\": \"73f85501-a5ba-3963-1a54-32933cbe7532\",\n      \"payerId\": \"02631951-6b9d-7fce-9caf-5090d77517dd\",\n      \"paymentMethods\": [\n        \"CARD\"\n      ],\n      \"status\": \"PAID\",\n      \"dueDate\": \"2014-02-14\",\n      \"documentId\": \"d5ebf181-33d9-8a70-291c-0f73004fec55\",\n      \"paymentLinkReference\": \"string\",\n      \"paymentUrl\": \"string\",\n      \"successRedirectUrl\": \"string\",\n      \"cancelRedirectUrl\": \"string\",\n      \"autoSendPaymentLink\": false,\n      \"payoutDetails\": {\n        \"payoutBeneficiaryId\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"payoutPurposeOfPayment\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        \"payoutReference\": {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      },\n      \"amountPaid\": 50,\n      \"amountRemaining\": 100,\n      \"payments\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ]\n    }\n  ],\n  \"page\": {\n    \"size\": 7305,\n    \"number\": 7861,\n    \"totalElements\": 3635,\n    \"totalPages\": 9035\n  }\n}"},{"id":"4037471a-bd4d-455a-a759-84ca40b67051","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/find?page=0&size=20&sort=string&sort=string&externalId=EXT-001","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests","find"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"},{"key":"externalId","value":"EXT-001"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"e6a026df-69bc-4fca-9524-78de83405b21","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/find?page=0&size=20&sort=string&sort=string&externalId=EXT-001","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests","find"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"},{"key":"externalId","value":"EXT-001"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"ecfffd41-4e58-4f96-a44c-27bd60636aa1","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/find?page=0&size=20&sort=string&sort=string&externalId=EXT-001","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests","find"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"},{"key":"externalId","value":"EXT-001"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"93bdef64-91c3-4a42-acb6-ea58a0bcb1ac","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/find?page=0&size=20&sort=string&sort=string&externalId=EXT-001","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests","find"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"},{"key":"externalId","value":"EXT-001"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"275a853b-68aa-4a48-98e1-b59a378a7598","name":"Method Not Allowed","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/find?page=0&size=20&sort=string&sort=string&externalId=EXT-001","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests","find"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"},{"key":"externalId","value":"EXT-001"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"1bf38a42-29a2-4757-86ee-4189e63b405f","name":"Too Many Requests","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/find?page=0&size=20&sort=string&sort=string&externalId=EXT-001","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests","find"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"},{"key":"externalId","value":"EXT-001"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"28f0cb0e-3fc0-4a0a-a6b7-494d8308f95d","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/find?page=0&size=20&sort=string&sort=string&externalId=EXT-001","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests","find"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"},{"key":"externalId","value":"EXT-001"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"532bfe88-93ec-47cb-95bc-d6307558fc82"}],"id":"8c349006-5a34-4997-99e0-37bb92bca073","description":"<p>Payment request management</p>\n","_postman_id":"8c349006-5a34-4997-99e0-37bb92bca073","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}}},{"name":"Payers","item":[{"name":"Get a payer by ID","id":"a07a9df3-0769-4b03-a55a-107268597656","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/collections/payers/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","collections","payers",":id"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[{"id":"f3121119-6e19-417a-8f79-9eb6dac5e012","description":{"content":"<p>(Required) Unique identifier of the payer</p>\n","type":"text/plain"},"type":"any","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","key":"id"}]}},"response":[{"id":"bfc9eca0-69bb-4b98-85a9-7edeb85b66cb","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payers/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payers",":id"],"variable":[{"key":"id","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the payer"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"accountId\": \"33828a0e-b6ee-1dde-7698-04e05c1310eb\",\n  \"country\": \"string\",\n  \"cryptoEnabled\": false,\n  \"emailAddress\": \"string\",\n  \"externalId\": \"string\",\n  \"fullLegalName\": \"string\",\n  \"id\": \"d7a5e56f-a3a3-8f6e-3660-aa1465f16881\",\n  \"type\": \"INDIVIDUAL\",\n  \"phoneNumber\": \"string\",\n  \"notificationEnabled\": true,\n  \"address\": \"string\",\n  \"areaOrCity\": \"string\",\n  \"provinceOrState\": \"string\",\n  \"postalCode\": \"string\"\n}"},{"id":"d9dbc3f6-0117-419b-8213-a201a3ac54c9","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payers/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payers",":id"],"variable":[{"key":"id","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the payer"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"bb34fc66-6131-4659-b81f-a7620c61ab26","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payers/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payers",":id"],"variable":[{"key":"id","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the payer"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"af7f767f-e5b8-425b-8266-d70defb8a06f","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payers/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payers",":id"],"variable":[{"key":"id","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the payer"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"fe38c1db-9378-4fbd-ac34-7a5284373442","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payers/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payers",":id"],"variable":[{"key":"id","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the payer"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"b532df3c-6e61-4e72-b2fc-892e8900582b","name":"Method Not Allowed","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payers/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payers",":id"],"variable":[{"key":"id","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the payer"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"dbd22730-e650-4cd5-984c-cddcb7b73280","name":"Too Many Requests","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payers/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payers",":id"],"variable":[{"key":"id","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the payer"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"5050d325-577d-49da-87d5-24a559c0fd73","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payers/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payers",":id"],"variable":[{"key":"id","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the payer"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"a07a9df3-0769-4b03-a55a-107268597656"},{"name":"Update payer","id":"d92a3801-d8cd-4718-9d0f-7eabf5b345bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cryptoEnabled\": true,\n  \"emailAddress\": \"string\",\n  \"phoneNumber\": \"string\",\n  \"notificationEnabled\": true,\n  \"address\": \"string\",\n  \"areaOrCity\": \"string\",\n  \"provinceOrState\": \"string\",\n  \"postalCode\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/collections/payers/:id","description":"<p>Overwrites the existing payer with the provided details</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","collections","payers",":id"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[{"id":"9715e1c7-b95a-4c7b-8768-909873dbadca","description":{"content":"<p>(Required) Unique identifier of the payer</p>\n","type":"text/plain"},"type":"any","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","key":"id"}]}},"response":[{"id":"83517a8e-483e-4078-a5bf-25512954683c","name":"OK","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cryptoEnabled\": true,\n  \"emailAddress\": \"string\",\n  \"phoneNumber\": \"string\",\n  \"notificationEnabled\": true,\n  \"address\": \"string\",\n  \"areaOrCity\": \"string\",\n  \"provinceOrState\": \"string\",\n  \"postalCode\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payers/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payers",":id"],"variable":[{"key":"id","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the payer"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"accountId\": \"33828a0e-b6ee-1dde-7698-04e05c1310eb\",\n  \"country\": \"string\",\n  \"cryptoEnabled\": false,\n  \"emailAddress\": \"string\",\n  \"externalId\": \"string\",\n  \"fullLegalName\": \"string\",\n  \"id\": \"d7a5e56f-a3a3-8f6e-3660-aa1465f16881\",\n  \"type\": \"INDIVIDUAL\",\n  \"phoneNumber\": \"string\",\n  \"notificationEnabled\": true,\n  \"address\": \"string\",\n  \"areaOrCity\": \"string\",\n  \"provinceOrState\": \"string\",\n  \"postalCode\": \"string\"\n}"},{"id":"4852012c-1fcf-4b4a-8f47-9d4d4eed26c3","name":"Bad Request","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cryptoEnabled\": true,\n  \"emailAddress\": \"string\",\n  \"phoneNumber\": \"string\",\n  \"notificationEnabled\": true,\n  \"address\": \"string\",\n  \"areaOrCity\": \"string\",\n  \"provinceOrState\": \"string\",\n  \"postalCode\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payers/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payers",":id"],"variable":[{"key":"id","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the payer"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"008fa469-2480-4a6c-8077-713692f1b0f9","name":"Unauthorized","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cryptoEnabled\": true,\n  \"emailAddress\": \"string\",\n  \"phoneNumber\": \"string\",\n  \"notificationEnabled\": true,\n  \"address\": \"string\",\n  \"areaOrCity\": \"string\",\n  \"provinceOrState\": \"string\",\n  \"postalCode\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payers/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payers",":id"],"variable":[{"key":"id","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the payer"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"51e7afaa-42c1-4b2f-872c-5bbd272d5207","name":"Forbidden","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cryptoEnabled\": true,\n  \"emailAddress\": \"string\",\n  \"phoneNumber\": \"string\",\n  \"notificationEnabled\": true,\n  \"address\": \"string\",\n  \"areaOrCity\": \"string\",\n  \"provinceOrState\": \"string\",\n  \"postalCode\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payers/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payers",":id"],"variable":[{"key":"id","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the payer"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"2b2a7e17-7291-4a14-9879-a10512403833","name":"Not Found","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cryptoEnabled\": true,\n  \"emailAddress\": \"string\",\n  \"phoneNumber\": \"string\",\n  \"notificationEnabled\": true,\n  \"address\": \"string\",\n  \"areaOrCity\": \"string\",\n  \"provinceOrState\": \"string\",\n  \"postalCode\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payers/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payers",":id"],"variable":[{"key":"id","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the payer"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"9d10c109-9d92-4e88-8178-76f8bdf0cb34","name":"Method Not Allowed","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cryptoEnabled\": true,\n  \"emailAddress\": \"string\",\n  \"phoneNumber\": \"string\",\n  \"notificationEnabled\": true,\n  \"address\": \"string\",\n  \"areaOrCity\": \"string\",\n  \"provinceOrState\": \"string\",\n  \"postalCode\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payers/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payers",":id"],"variable":[{"key":"id","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the payer"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"2c1ab854-6721-4dde-8bdf-ed2410ed8c39","name":"Unsupported Media Type","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cryptoEnabled\": true,\n  \"emailAddress\": \"string\",\n  \"phoneNumber\": \"string\",\n  \"notificationEnabled\": true,\n  \"address\": \"string\",\n  \"areaOrCity\": \"string\",\n  \"provinceOrState\": \"string\",\n  \"postalCode\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payers/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payers",":id"],"variable":[{"key":"id","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the payer"}]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"19abcb31-2b29-4dea-ac0e-eebd62b3a40d","name":"Too Many Requests","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cryptoEnabled\": true,\n  \"emailAddress\": \"string\",\n  \"phoneNumber\": \"string\",\n  \"notificationEnabled\": true,\n  \"address\": \"string\",\n  \"areaOrCity\": \"string\",\n  \"provinceOrState\": \"string\",\n  \"postalCode\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payers/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payers",":id"],"variable":[{"key":"id","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the payer"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"cde1225a-971d-42c6-a6e3-80611bbfc525","name":"Internal Server Error","originalRequest":{"method":"PUT","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"cryptoEnabled\": true,\n  \"emailAddress\": \"string\",\n  \"phoneNumber\": \"string\",\n  \"notificationEnabled\": true,\n  \"address\": \"string\",\n  \"areaOrCity\": \"string\",\n  \"provinceOrState\": \"string\",\n  \"postalCode\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payers/:id","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payers",":id"],"variable":[{"key":"id","value":"3fa85f64-5717-4562-b3fc-2c963f66afa6","description":"(Required) Unique identifier of the payer"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"d92a3801-d8cd-4718-9d0f-7eabf5b345bb"},{"name":"List payers","id":"8b17e7cc-758a-42a1-824b-f000d7d7d368","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/collections/payers?page=0&size=20&sort=string&sort=string","description":"<p>List all payers for an account</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","collections","payers"],"host":["https://sandbox-api.hubpay.io"],"query":[{"description":{"content":"<p>Zero-based page index (0..N)</p>\n","type":"text/plain"},"key":"page","value":"0"},{"description":{"content":"<p>The size of the page to be returned</p>\n","type":"text/plain"},"key":"size","value":"20"},{"description":{"content":"<p>Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.</p>\n","type":"text/plain"},"key":"sort","value":"string"},{"description":{"content":"<p>Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.</p>\n","type":"text/plain"},"key":"sort","value":"string"}],"variable":[]}},"response":[{"id":"450ab795-adf9-41cd-8c53-74e6a53c4177","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payers?page=0&size=20&sort=string&sort=string","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payers"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"content\": [\n    {\n      \"accountId\": \"1547f090-acc5-fc79-b72a-e46fce59009c\",\n      \"country\": \"string\",\n      \"cryptoEnabled\": false,\n      \"emailAddress\": \"string\",\n      \"externalId\": \"string\",\n      \"fullLegalName\": \"string\",\n      \"id\": \"95688018-3e88-bdbe-f2e0-45e932da06fc\",\n      \"type\": \"INDIVIDUAL\",\n      \"phoneNumber\": \"string\",\n      \"notificationEnabled\": false,\n      \"address\": \"string\",\n      \"areaOrCity\": \"string\",\n      \"provinceOrState\": \"string\",\n      \"postalCode\": \"string\"\n    },\n    {\n      \"accountId\": \"333348ad-fff5-39cd-d791-a64c1bb8c954\",\n      \"country\": \"string\",\n      \"cryptoEnabled\": true,\n      \"emailAddress\": \"string\",\n      \"externalId\": \"string\",\n      \"fullLegalName\": \"string\",\n      \"id\": \"fd9e4ffe-71ed-baac-190e-6b106b524a06\",\n      \"type\": \"BUSINESS\",\n      \"phoneNumber\": \"string\",\n      \"notificationEnabled\": true,\n      \"address\": \"string\",\n      \"areaOrCity\": \"string\",\n      \"provinceOrState\": \"string\",\n      \"postalCode\": \"string\"\n    }\n  ],\n  \"page\": {\n    \"size\": 5738,\n    \"number\": 1687,\n    \"totalElements\": 9952,\n    \"totalPages\": 9716\n  }\n}"},{"id":"5da3cf30-1c54-4d82-85a8-c991d0ae2c75","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payers?page=0&size=20&sort=string&sort=string","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payers"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"f2ee568e-7252-47d1-ae52-694b4ad673bc","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payers?page=0&size=20&sort=string&sort=string","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payers"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"b4426c71-153b-4ba1-bf3b-c43232f6ff7b","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payers?page=0&size=20&sort=string&sort=string","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payers"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"106aa337-2c0c-40da-aef4-9ac4f57ba126","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payers?page=0&size=20&sort=string&sort=string","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payers"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"bfa28fad-d827-4534-96b8-449a5ae3fbbc","name":"Method Not Allowed","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payers?page=0&size=20&sort=string&sort=string","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payers"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"4bcde1f6-02b0-4c74-bd1c-bf0d6a247b17","name":"Too Many Requests","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payers?page=0&size=20&sort=string&sort=string","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payers"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"cf72ad9e-4b7f-4321-b729-015578d476d4","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payers?page=0&size=20&sort=string&sort=string","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payers"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"8b17e7cc-758a-42a1-824b-f000d7d7d368"},{"name":"Create payer","id":"96ed7edb-1f10-4264-8360-4e1490f7a0c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"country\": \"string\",\n  \"cryptoEnabled\": true,\n  \"emailAddress\": \"string\",\n  \"externalId\": \"EX123\",\n  \"fullLegalName\": \"string\",\n  \"type\": \"BUSINESS\",\n  \"phoneNumber\": \"string\",\n  \"notificationEnabled\": true,\n  \"address\": \"string\",\n  \"areaOrCity\": \"string\",\n  \"provinceOrState\": \"string\",\n  \"postalCode\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/collections/payers","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","collections","payers"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[]}},"response":[{"id":"188ce60b-758f-4a06-bdf1-cb392c0094d5","name":"Created","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"country\": \"string\",\n  \"cryptoEnabled\": true,\n  \"emailAddress\": \"string\",\n  \"externalId\": \"EX123\",\n  \"fullLegalName\": \"string\",\n  \"type\": \"BUSINESS\",\n  \"phoneNumber\": \"string\",\n  \"notificationEnabled\": true,\n  \"address\": \"string\",\n  \"areaOrCity\": \"string\",\n  \"provinceOrState\": \"string\",\n  \"postalCode\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/collections/payers"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"accountId\": \"33828a0e-b6ee-1dde-7698-04e05c1310eb\",\n  \"country\": \"string\",\n  \"cryptoEnabled\": false,\n  \"emailAddress\": \"string\",\n  \"externalId\": \"string\",\n  \"fullLegalName\": \"string\",\n  \"id\": \"d7a5e56f-a3a3-8f6e-3660-aa1465f16881\",\n  \"type\": \"INDIVIDUAL\",\n  \"phoneNumber\": \"string\",\n  \"notificationEnabled\": true,\n  \"address\": \"string\",\n  \"areaOrCity\": \"string\",\n  \"provinceOrState\": \"string\",\n  \"postalCode\": \"string\"\n}"},{"id":"aac5ea7a-de88-4483-8514-24f3956627e5","name":"Bad Request","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"country\": \"string\",\n  \"cryptoEnabled\": true,\n  \"emailAddress\": \"string\",\n  \"externalId\": \"EX123\",\n  \"fullLegalName\": \"string\",\n  \"type\": \"BUSINESS\",\n  \"phoneNumber\": \"string\",\n  \"notificationEnabled\": true,\n  \"address\": \"string\",\n  \"areaOrCity\": \"string\",\n  \"provinceOrState\": \"string\",\n  \"postalCode\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/collections/payers"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"2e8961b0-003f-4947-b004-c58314c1c8d9","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"country\": \"string\",\n  \"cryptoEnabled\": true,\n  \"emailAddress\": \"string\",\n  \"externalId\": \"EX123\",\n  \"fullLegalName\": \"string\",\n  \"type\": \"BUSINESS\",\n  \"phoneNumber\": \"string\",\n  \"notificationEnabled\": true,\n  \"address\": \"string\",\n  \"areaOrCity\": \"string\",\n  \"provinceOrState\": \"string\",\n  \"postalCode\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/collections/payers"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"5849247f-c5d4-4c77-8dda-c74a1c4138d9","name":"Forbidden","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"country\": \"string\",\n  \"cryptoEnabled\": true,\n  \"emailAddress\": \"string\",\n  \"externalId\": \"EX123\",\n  \"fullLegalName\": \"string\",\n  \"type\": \"BUSINESS\",\n  \"phoneNumber\": \"string\",\n  \"notificationEnabled\": true,\n  \"address\": \"string\",\n  \"areaOrCity\": \"string\",\n  \"provinceOrState\": \"string\",\n  \"postalCode\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/collections/payers"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"d39d4a0e-faca-4ea6-86f2-cff958508aff","name":"Not Found","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"country\": \"string\",\n  \"cryptoEnabled\": true,\n  \"emailAddress\": \"string\",\n  \"externalId\": \"EX123\",\n  \"fullLegalName\": \"string\",\n  \"type\": \"BUSINESS\",\n  \"phoneNumber\": \"string\",\n  \"notificationEnabled\": true,\n  \"address\": \"string\",\n  \"areaOrCity\": \"string\",\n  \"provinceOrState\": \"string\",\n  \"postalCode\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/collections/payers"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"d1b00529-66e8-477d-94f7-381d5305b418","name":"Method Not Allowed","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"country\": \"string\",\n  \"cryptoEnabled\": true,\n  \"emailAddress\": \"string\",\n  \"externalId\": \"EX123\",\n  \"fullLegalName\": \"string\",\n  \"type\": \"BUSINESS\",\n  \"phoneNumber\": \"string\",\n  \"notificationEnabled\": true,\n  \"address\": \"string\",\n  \"areaOrCity\": \"string\",\n  \"provinceOrState\": \"string\",\n  \"postalCode\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/collections/payers"},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"a2a66944-0331-473e-8c9a-712cb551488e","name":"Conflict","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"country\": \"string\",\n  \"cryptoEnabled\": true,\n  \"emailAddress\": \"string\",\n  \"externalId\": \"EX123\",\n  \"fullLegalName\": \"string\",\n  \"type\": \"BUSINESS\",\n  \"phoneNumber\": \"string\",\n  \"notificationEnabled\": true,\n  \"address\": \"string\",\n  \"areaOrCity\": \"string\",\n  \"provinceOrState\": \"string\",\n  \"postalCode\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/collections/payers"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"fd4c3b30-05d6-406f-90e7-69a972170f8f","name":"Unsupported Media Type","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"country\": \"string\",\n  \"cryptoEnabled\": true,\n  \"emailAddress\": \"string\",\n  \"externalId\": \"EX123\",\n  \"fullLegalName\": \"string\",\n  \"type\": \"BUSINESS\",\n  \"phoneNumber\": \"string\",\n  \"notificationEnabled\": true,\n  \"address\": \"string\",\n  \"areaOrCity\": \"string\",\n  \"provinceOrState\": \"string\",\n  \"postalCode\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/collections/payers"},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"7408c6db-6e4c-4f9f-8b6b-de6d3e809b99","name":"Too Many Requests","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"country\": \"string\",\n  \"cryptoEnabled\": true,\n  \"emailAddress\": \"string\",\n  \"externalId\": \"EX123\",\n  \"fullLegalName\": \"string\",\n  \"type\": \"BUSINESS\",\n  \"phoneNumber\": \"string\",\n  \"notificationEnabled\": true,\n  \"address\": \"string\",\n  \"areaOrCity\": \"string\",\n  \"provinceOrState\": \"string\",\n  \"postalCode\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/collections/payers"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"1f7e05f5-e74b-4f91-830e-9315401e78f5","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"country\": \"string\",\n  \"cryptoEnabled\": true,\n  \"emailAddress\": \"string\",\n  \"externalId\": \"EX123\",\n  \"fullLegalName\": \"string\",\n  \"type\": \"BUSINESS\",\n  \"phoneNumber\": \"string\",\n  \"notificationEnabled\": true,\n  \"address\": \"string\",\n  \"areaOrCity\": \"string\",\n  \"provinceOrState\": \"string\",\n  \"postalCode\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox-api.hubpay.io/v1/collections/payers"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"96ed7edb-1f10-4264-8360-4e1490f7a0c2"},{"name":"Find payers by external ID","id":"bf3d6111-7b63-4461-aaa5-08fa94945555","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/collections/payers/find?page=0&size=20&sort=string&sort=string&externalId=EXT-001","description":"<p>Find payers for an account by external ID</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","collections","payers","find"],"host":["https://sandbox-api.hubpay.io"],"query":[{"description":{"content":"<p>Zero-based page index (0..N)</p>\n","type":"text/plain"},"key":"page","value":"0"},{"description":{"content":"<p>The size of the page to be returned</p>\n","type":"text/plain"},"key":"size","value":"20"},{"description":{"content":"<p>Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.</p>\n","type":"text/plain"},"key":"sort","value":"string"},{"description":{"content":"<p>Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.</p>\n","type":"text/plain"},"key":"sort","value":"string"},{"description":{"content":"<p>(Required) External ID to search for</p>\n","type":"text/plain"},"key":"externalId","value":"EXT-001"}],"variable":[]}},"response":[{"id":"a2549b30-0900-48d1-90e8-9cdae7cc8501","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payers/find?page=0&size=20&sort=string&sort=string&externalId=EXT-001","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payers","find"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"},{"key":"externalId","value":"EXT-001"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"content\": [\n    {\n      \"accountId\": \"1547f090-acc5-fc79-b72a-e46fce59009c\",\n      \"country\": \"string\",\n      \"cryptoEnabled\": false,\n      \"emailAddress\": \"string\",\n      \"externalId\": \"string\",\n      \"fullLegalName\": \"string\",\n      \"id\": \"95688018-3e88-bdbe-f2e0-45e932da06fc\",\n      \"type\": \"INDIVIDUAL\",\n      \"phoneNumber\": \"string\",\n      \"notificationEnabled\": false,\n      \"address\": \"string\",\n      \"areaOrCity\": \"string\",\n      \"provinceOrState\": \"string\",\n      \"postalCode\": \"string\"\n    },\n    {\n      \"accountId\": \"333348ad-fff5-39cd-d791-a64c1bb8c954\",\n      \"country\": \"string\",\n      \"cryptoEnabled\": true,\n      \"emailAddress\": \"string\",\n      \"externalId\": \"string\",\n      \"fullLegalName\": \"string\",\n      \"id\": \"fd9e4ffe-71ed-baac-190e-6b106b524a06\",\n      \"type\": \"BUSINESS\",\n      \"phoneNumber\": \"string\",\n      \"notificationEnabled\": true,\n      \"address\": \"string\",\n      \"areaOrCity\": \"string\",\n      \"provinceOrState\": \"string\",\n      \"postalCode\": \"string\"\n    }\n  ],\n  \"page\": {\n    \"size\": 5738,\n    \"number\": 1687,\n    \"totalElements\": 9952,\n    \"totalPages\": 9716\n  }\n}"},{"id":"ee240a91-e6bc-4bdf-8959-4ebdfe00de7f","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payers/find?page=0&size=20&sort=string&sort=string&externalId=EXT-001","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payers","find"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"},{"key":"externalId","value":"EXT-001"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"11dd9699-3953-450c-be52-1dfe0b96f028","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payers/find?page=0&size=20&sort=string&sort=string&externalId=EXT-001","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payers","find"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"},{"key":"externalId","value":"EXT-001"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"219b5b5b-514a-4446-9b7b-af094a6178bf","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payers/find?page=0&size=20&sort=string&sort=string&externalId=EXT-001","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payers","find"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"},{"key":"externalId","value":"EXT-001"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"d6b22a03-0ce6-4594-9187-816822c45d1b","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payers/find?page=0&size=20&sort=string&sort=string&externalId=EXT-001","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payers","find"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"},{"key":"externalId","value":"EXT-001"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"72df9777-d1c8-4372-87ce-6c28061e4d24","name":"Method Not Allowed","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payers/find?page=0&size=20&sort=string&sort=string&externalId=EXT-001","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payers","find"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"},{"key":"externalId","value":"EXT-001"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"7ccb664c-6bca-4522-b820-6aa4ec6be504","name":"Too Many Requests","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payers/find?page=0&size=20&sort=string&sort=string&externalId=EXT-001","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payers","find"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"},{"key":"externalId","value":"EXT-001"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"a2c37c44-6374-4711-b8f0-531fb6e022ce","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payers/find?page=0&size=20&sort=string&sort=string&externalId=EXT-001","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payers","find"],"query":[{"key":"page","value":"0"},{"key":"size","value":"20"},{"key":"sort","value":"string"},{"key":"sort","value":"string"},{"key":"externalId","value":"EXT-001"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"bf3d6111-7b63-4461-aaa5-08fa94945555"}],"id":"2dc1f738-97eb-450c-bd9c-5760da21fce7","description":"<p>Payer management</p>\n","_postman_id":"2dc1f738-97eb-450c-bd9c-5760da21fce7","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}}},{"name":"Receipts","item":[{"name":"List payment receipts","id":"9025938d-8365-46b3-a44e-26d49dacc947","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/payments/:paymentId/receipts","description":"<p>Retrieve all receipts uploaded by payers for a specific payment. Currently supports bank transfer proof-of-payment documents (e.g., bank transfer screenshots, payment confirmations) that payers optionally upload when completing a payment via the payment link or hosted payment page. Only available for payments where the payer chose to include a receipt.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","collections","payment-requests","payments",":paymentId","receipts"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[{"id":"515b7f8a-59e1-47a8-85fd-7bce7619c9ba","description":{"content":"<p>(Required) Unique identifier of the payment</p>\n","type":"text/plain"},"type":"any","value":"b0ae5614-2494-49fa-b075-8050b5eb84ba","key":"paymentId"}]}},"response":[{"id":"5af91f3c-e272-4e5e-9efd-252c53477afb","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/payments/:paymentId/receipts","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests","payments",":paymentId","receipts"],"variable":[{"key":"paymentId","value":"b0ae5614-2494-49fa-b075-8050b5eb84ba","description":"(Required) Unique identifier of the payment"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"paymentId\": \"b0ae5614-2494-49fa-b075-8050b5eb84ba\",\n  \"receipts\": [\n    {\n      \"id\": \"550e8400-e29b-41d4-a716-446655440001\",\n      \"fileName\": \"bank-transfer-screenshot.pdf\",\n      \"contentType\": \"application/pdf\",\n      \"fileSize\": 245760,\n      \"uploadedAt\": \"2025-11-06T10:30:00Z\",\n      \"downloadUrl\": \"https://api.hubpay.io/v1/collections/payment-requests/payments/b0ae5614-2494-49fa-b075-8050b5eb84ba/receipts/550e8400-e29b-41d4-a716-446655440001/download\"\n    },\n    {\n      \"id\": \"550e8400-e29b-41d4-a716-446655440001\",\n      \"fileName\": \"bank-transfer-screenshot.pdf\",\n      \"contentType\": \"application/pdf\",\n      \"fileSize\": 245760,\n      \"uploadedAt\": \"2025-11-06T10:30:00Z\",\n      \"downloadUrl\": \"https://api.hubpay.io/v1/collections/payment-requests/payments/b0ae5614-2494-49fa-b075-8050b5eb84ba/receipts/550e8400-e29b-41d4-a716-446655440001/download\"\n    }\n  ],\n  \"totalCount\": 2\n}"},{"id":"a77594d4-2389-43c9-8276-25e19fa8b7e8","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/payments/:paymentId/receipts","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests","payments",":paymentId","receipts"],"variable":[{"key":"paymentId","value":"b0ae5614-2494-49fa-b075-8050b5eb84ba","description":"(Required) Unique identifier of the payment"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"9f099be7-4455-4cd7-ac4a-e289569ce089","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/payments/:paymentId/receipts","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests","payments",":paymentId","receipts"],"variable":[{"key":"paymentId","value":"b0ae5614-2494-49fa-b075-8050b5eb84ba","description":"(Required) Unique identifier of the payment"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"faa03d9e-fce4-4f1c-a99b-aeadf38e87c0","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/payments/:paymentId/receipts","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests","payments",":paymentId","receipts"],"variable":[{"key":"paymentId","value":"b0ae5614-2494-49fa-b075-8050b5eb84ba","description":"(Required) Unique identifier of the payment"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"aaadc55b-ec08-46c9-b22e-cf4b7255e71b","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/payments/:paymentId/receipts","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests","payments",":paymentId","receipts"],"variable":[{"key":"paymentId","value":"b0ae5614-2494-49fa-b075-8050b5eb84ba","description":"(Required) Unique identifier of the payment"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"0295572f-b141-4bae-ac3e-b42192cdd2ed","name":"Method Not Allowed","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/payments/:paymentId/receipts","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests","payments",":paymentId","receipts"],"variable":[{"key":"paymentId","value":"b0ae5614-2494-49fa-b075-8050b5eb84ba","description":"(Required) Unique identifier of the payment"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"b9faaf94-1205-4d67-b728-563ca0c113b4","name":"Too Many Requests","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/payments/:paymentId/receipts","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests","payments",":paymentId","receipts"],"variable":[{"key":"paymentId","value":"b0ae5614-2494-49fa-b075-8050b5eb84ba","description":"(Required) Unique identifier of the payment"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"fdec0164-dcc3-4ac3-86e9-6991b8929c23","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/payments/:paymentId/receipts","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests","payments",":paymentId","receipts"],"variable":[{"key":"paymentId","value":"b0ae5614-2494-49fa-b075-8050b5eb84ba","description":"(Required) Unique identifier of the payment"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"9025938d-8365-46b3-a44e-26d49dacc947"},{"name":"Download payment receipt","id":"84002aec-b99f-4728-b641-06bf90b908d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/payments/:paymentId/receipts/:receiptId/download","description":"<p>Download a specific receipt file uploaded by a payer. Currently supports bank transfer proof-of-payment documents (e.g., bank transfer screenshots, payment confirmations) that payers optionally upload when completing a payment via the payment link or hosted payment page.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","collections","payment-requests","payments",":paymentId","receipts",":receiptId","download"],"host":["https://sandbox-api.hubpay.io"],"query":[],"variable":[{"id":"954f1dd1-1955-4c71-98f5-4e5550c14dce","description":{"content":"<p>(Required) Unique identifier of the payment</p>\n","type":"text/plain"},"type":"any","value":"b0ae5614-2494-49fa-b075-8050b5eb84ba","key":"paymentId"},{"id":"5d606bd4-4201-4a26-8de0-8b66786aa3c0","description":{"content":"<p>(Required) Unique identifier of the receipt</p>\n","type":"text/plain"},"type":"any","value":"550e8400-e29b-41d4-a716-446655440001","key":"receiptId"}]}},"response":[{"id":"2b893a8f-331d-4a14-9d86-c185935e489a","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/payments/:paymentId/receipts/:receiptId/download","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests","payments",":paymentId","receipts",":receiptId","download"],"variable":[{"key":"paymentId","value":"b0ae5614-2494-49fa-b075-8050b5eb84ba","description":"(Required) Unique identifier of the payment"},{"key":"receiptId","value":"550e8400-e29b-41d4-a716-446655440001","description":"(Required) Unique identifier of the receipt"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"\"string\""},{"id":"706a32a6-e6fc-4522-8e84-a95061467849","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/payments/:paymentId/receipts/:receiptId/download","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests","payments",":paymentId","receipts",":receiptId","download"],"variable":[{"key":"paymentId","value":"b0ae5614-2494-49fa-b075-8050b5eb84ba","description":"(Required) Unique identifier of the payment"},{"key":"receiptId","value":"550e8400-e29b-41d4-a716-446655440001","description":"(Required) Unique identifier of the receipt"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"9aaa0dc6-5b10-472d-8e81-6bc904a92946","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/payments/:paymentId/receipts/:receiptId/download","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests","payments",":paymentId","receipts",":receiptId","download"],"variable":[{"key":"paymentId","value":"b0ae5614-2494-49fa-b075-8050b5eb84ba","description":"(Required) Unique identifier of the payment"},{"key":"receiptId","value":"550e8400-e29b-41d4-a716-446655440001","description":"(Required) Unique identifier of the receipt"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"6282aa28-a465-410d-9642-efc49f1b8161","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/payments/:paymentId/receipts/:receiptId/download","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests","payments",":paymentId","receipts",":receiptId","download"],"variable":[{"key":"paymentId","value":"b0ae5614-2494-49fa-b075-8050b5eb84ba","description":"(Required) Unique identifier of the payment"},{"key":"receiptId","value":"550e8400-e29b-41d4-a716-446655440001","description":"(Required) Unique identifier of the receipt"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"76990e07-e6a3-419c-8477-874087750e92","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/payments/:paymentId/receipts/:receiptId/download","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests","payments",":paymentId","receipts",":receiptId","download"],"variable":[{"key":"paymentId","value":"b0ae5614-2494-49fa-b075-8050b5eb84ba","description":"(Required) Unique identifier of the payment"},{"key":"receiptId","value":"550e8400-e29b-41d4-a716-446655440001","description":"(Required) Unique identifier of the receipt"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"b91a8c69-a1df-41e9-9e5f-acc2f31af6b6","name":"Method Not Allowed","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/payments/:paymentId/receipts/:receiptId/download","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests","payments",":paymentId","receipts",":receiptId","download"],"variable":[{"key":"paymentId","value":"b0ae5614-2494-49fa-b075-8050b5eb84ba","description":"(Required) Unique identifier of the payment"},{"key":"receiptId","value":"550e8400-e29b-41d4-a716-446655440001","description":"(Required) Unique identifier of the receipt"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"834d9452-6e32-48b9-b2b8-135fbac3b09c","name":"Too Many Requests","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/payments/:paymentId/receipts/:receiptId/download","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests","payments",":paymentId","receipts",":receiptId","download"],"variable":[{"key":"paymentId","value":"b0ae5614-2494-49fa-b075-8050b5eb84ba","description":"(Required) Unique identifier of the payment"},{"key":"receiptId","value":"550e8400-e29b-41d4-a716-446655440001","description":"(Required) Unique identifier of the receipt"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"ad583354-f357-40d9-bbe6-e01de326f9cf","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/payment-requests/payments/:paymentId/receipts/:receiptId/download","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","payment-requests","payments",":paymentId","receipts",":receiptId","download"],"variable":[{"key":"paymentId","value":"b0ae5614-2494-49fa-b075-8050b5eb84ba","description":"(Required) Unique identifier of the payment"},{"key":"receiptId","value":"550e8400-e29b-41d4-a716-446655440001","description":"(Required) Unique identifier of the receipt"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"84002aec-b99f-4728-b641-06bf90b908d5"}],"id":"64eacecf-a1a0-4ef3-9796-bce75b6524d5","description":"<p>Payment receipt management</p>\n","_postman_id":"64eacecf-a1a0-4ef3-9796-bce75b6524d5","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}}},{"name":"Rates","item":[{"name":"Get Exchange rates","id":"6ff24337-3227-4e66-a1ff-9b08a62a9d23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Hubpay account context. Set the accountId collection variable.</p>\n","key":"AccountId","value":""},{"key":"Accept","value":"application/json"}],"url":"https://sandbox-api.hubpay.io/v1/collections/rates?sourceType=CRYPTO&sourceCurrency=AED&sourceCountry=GB&destinationType=FIAT&destinationCurrency=AED&destinationAmount=1000","description":"<p>Use the Get Exchange rates endpoint to retrieve indicative exchange rates for a specific collection type</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}},"urlObject":{"path":["v1","collections","rates"],"host":["https://sandbox-api.hubpay.io"],"query":[{"description":{"content":"<p>(Required) Source type: FIAT or CRYPTO</p>\n","type":"text/plain"},"key":"sourceType","value":"CRYPTO"},{"description":{"content":"<p>(Required) Currency the payer will send (fiat or crypto)</p>\n","type":"text/plain"},"key":"sourceCurrency","value":"AED"},{"description":{"content":"<p>(Required) Country of the payer</p>\n","type":"text/plain"},"key":"sourceCountry","value":"GB"},{"description":{"content":"<p>(Required) Payment type: FIAT or CRYPTO</p>\n","type":"text/plain"},"key":"destinationType","value":"FIAT"},{"description":{"content":"<p>(Required) Currency of the collection. This is the amount credited to the destination account</p>\n","type":"text/plain"},"key":"destinationCurrency","value":"AED"},{"description":{"content":"<p>(Required) Collection amount to be received in the destination currency</p>\n","type":"text/plain"},"key":"destinationAmount","value":"1000"}],"variable":[]}},"response":[{"id":"27d7a4c7-5465-4a8c-bc2f-eda014be53ad","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/rates?sourceType=CRYPTO&sourceCurrency=AED&sourceCountry=GB&destinationType=FIAT&destinationCurrency=AED&destinationAmount=1000","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","rates"],"query":[{"key":"sourceType","value":"CRYPTO"},{"key":"sourceCurrency","value":"AED"},{"key":"sourceCountry","value":"GB"},{"key":"destinationType","value":"FIAT"},{"key":"destinationCurrency","value":"AED"},{"key":"destinationAmount","value":"1000"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"destinationAmount\": 1000,\n  \"destinationCurrency\": \"AED\",\n  \"destinationType\": \"FIAT\",\n  \"sourceAmount\": 1000,\n  \"sourceCountry\": \"GB\",\n  \"sourceCurrency\": \"AED\",\n  \"sourceType\": \"FIAT\",\n  \"exchangeRate\": 1.59234\n}"},{"id":"40a7d923-68db-44a3-b075-864b86d7b7e8","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/rates?sourceType=CRYPTO&sourceCurrency=AED&sourceCountry=GB&destinationType=FIAT&destinationCurrency=AED&destinationAmount=1000","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","rates"],"query":[{"key":"sourceType","value":"CRYPTO"},{"key":"sourceCurrency","value":"AED"},{"key":"sourceCountry","value":"GB"},{"key":"destinationType","value":"FIAT"},{"key":"destinationCurrency","value":"AED"},{"key":"destinationAmount","value":"1000"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"9de29c0d-4911-4372-8ac6-8aff73820fbb","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/rates?sourceType=CRYPTO&sourceCurrency=AED&sourceCountry=GB&destinationType=FIAT&destinationCurrency=AED&destinationAmount=1000","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","rates"],"query":[{"key":"sourceType","value":"CRYPTO"},{"key":"sourceCurrency","value":"AED"},{"key":"sourceCountry","value":"GB"},{"key":"destinationType","value":"FIAT"},{"key":"destinationCurrency","value":"AED"},{"key":"destinationAmount","value":"1000"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"a651e03e-fa83-4080-81ad-989a40e7279c","name":"Forbidden","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/rates?sourceType=CRYPTO&sourceCurrency=AED&sourceCountry=GB&destinationType=FIAT&destinationCurrency=AED&destinationAmount=1000","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","rates"],"query":[{"key":"sourceType","value":"CRYPTO"},{"key":"sourceCurrency","value":"AED"},{"key":"sourceCountry","value":"GB"},{"key":"destinationType","value":"FIAT"},{"key":"destinationCurrency","value":"AED"},{"key":"destinationAmount","value":"1000"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"7c852f67-4acb-4623-be3c-ecaaf03eac51","name":"Not Found","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/rates?sourceType=CRYPTO&sourceCurrency=AED&sourceCountry=GB&destinationType=FIAT&destinationCurrency=AED&destinationAmount=1000","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","rates"],"query":[{"key":"sourceType","value":"CRYPTO"},{"key":"sourceCurrency","value":"AED"},{"key":"sourceCountry","value":"GB"},{"key":"destinationType","value":"FIAT"},{"key":"destinationCurrency","value":"AED"},{"key":"destinationAmount","value":"1000"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"40e5c82c-0f57-45e2-b124-be8df6a24742","name":"Method Not Allowed","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/rates?sourceType=CRYPTO&sourceCurrency=AED&sourceCountry=GB&destinationType=FIAT&destinationCurrency=AED&destinationAmount=1000","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","rates"],"query":[{"key":"sourceType","value":"CRYPTO"},{"key":"sourceCurrency","value":"AED"},{"key":"sourceCountry","value":"GB"},{"key":"destinationType","value":"FIAT"},{"key":"destinationCurrency","value":"AED"},{"key":"destinationAmount","value":"1000"}]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"d3bcaffd-892c-430b-a314-8d6bd31039ac","name":"Too Many Requests","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/rates?sourceType=CRYPTO&sourceCurrency=AED&sourceCountry=GB&destinationType=FIAT&destinationCurrency=AED&destinationAmount=1000","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","rates"],"query":[{"key":"sourceType","value":"CRYPTO"},{"key":"sourceCurrency","value":"AED"},{"key":"sourceCountry","value":"GB"},{"key":"destinationType","value":"FIAT"},{"key":"destinationCurrency","value":"AED"},{"key":"destinationAmount","value":"1000"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"},{"id":"5dd78220-214b-4fd3-9835-19fbf7989521","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"},{"description":"(Required) ","key":"AccountId","value":"string"},{"key":"Accept","value":"application/json"}],"url":{"raw":"https://sandbox-api.hubpay.io/v1/collections/rates?sourceType=CRYPTO&sourceCurrency=AED&sourceCountry=GB&destinationType=FIAT&destinationCurrency=AED&destinationAmount=1000","host":["https://sandbox-api.hubpay.io"],"path":["v1","collections","rates"],"query":[{"key":"sourceType","value":"CRYPTO"},{"key":"sourceCurrency","value":"AED"},{"key":"sourceCountry","value":"GB"},{"key":"destinationType","value":"FIAT"},{"key":"destinationCurrency","value":"AED"},{"key":"destinationAmount","value":"1000"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"validation_failed\",\n  \"message\": \"One or more fields are missing or invalid\",\n  \"status\": 400,\n  \"timestamp\": \"2025-06-10T10:15:31Z\",\n  \"path\": \"/v1/collections/rates\",\n  \"errors\": [\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    },\n    {\n      \"field\": \"sourceCurrency\",\n      \"message\": \"Source currency is required\"\n    }\n  ]\n}"}],"_postman_id":"6ff24337-3227-4e66-a1ff-9b08a62a9d23"}],"id":"2aa91477-fbfd-4cd7-b51a-319d72688a96","description":"<p>Exchange rates for collections</p>\n","_postman_id":"2aa91477-fbfd-4cd7-b51a-319d72688a96","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"f9ed2d66-ff74-40a4-9493-031706f12150","id":"f9ed2d66-ff74-40a4-9493-031706f12150","name":"Hubpay Connect API","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]}},"variable":[{"key":"baseUrl","value":"https://sandbox-api.hubpay.io","type":"string","description":"Hubpay API server. Defaults to sandbox."},{"key":"clientId","value":"","type":"string","description":"Sandbox client ID supplied by Hubpay."},{"key":"clientSecret","value":"","type":"string","description":"Sandbox client secret supplied by Hubpay. Do not commit a populated collection."},{"key":"accountId","value":"","type":"string","description":"Hubpay account ID used by operations that require AccountId."},{"key":"accessToken","value":"","type":"string","description":"Populated automatically by the authentication request test script."}]}