{"info":{"_postman_id":"c83b365e-2702-456c-a6a5-926805b7408e","name":"OFX Converter API v1","description":"<html><head></head><body><p>Transform how you work with financial data using our powerful and intuitive API. Designed for seamless file convertion, this API enables you to upload, convert, and download OFX, QFX, QBO and PDF files into your preferred formats—<code>json</code>, <code>excel</code>, or <code>csv</code>.</p>\n<p>With just four endpoints, you can:</p>\n<ul>\n<li><p><strong>Convert</strong>: Choose your desired output format and let our API handle the heavy lifting.</p>\n</li>\n<li><p><strong>Upload</strong>: Safely store files on our server with unique IDs for processing.</p>\n</li>\n<li><p><strong>Download</strong>: Retrieve converted files in a flash, tailored to your needs.</p>\n</li>\n<li><p><strong>Convert PDF</strong>: Convert your bank statements PDF files.</p>\n</li>\n</ul>\n<p>To access this API, you'll need an <strong>API Key</strong>, which can be easily generated in your user profile on <a href=\"https://www.ofxconverter.com\">www.ofxconverter.com</a>.</p>\n<p>⚠️ <strong>Important Note:</strong> All uploaded files are automatically deleted after 30 minutes, ensuring your data remains temporary and secure.</p>\n<p>Perfect for developers and businesses looking to streamline their file conversion workflows, this API is your go-to solution for fast, reliable, and secure processing.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"29433102","collectionId":"c83b365e-2702-456c-a6a5-926805b7408e","publishedId":"2sAYBaAq7b","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"0172ad"},"publishDate":"2024-12-05T01:36:46.000Z"},"item":[{"name":"Conversion","id":"4e1dd456-abaf-4abf-8723-82693875bdb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"postman-cloud:///1efb29f6-2573-4000-9bdb-7ef09d2a693d"},{"key":"output","value":"csv","type":"text"}]},"url":"https://ofxconverter.com/api/v1/conversion","description":"<p>This endpoint allows you to upload an OFX file and specify the desired output format (<code>json</code>, <code>excel</code>, or <code>csv</code>) using the <code>output</code> parameter. The uploaded file will be processed and returned in the selected format. The response includes the converted file as a JSON object or as a Base64-encoded string for <code>csv</code> or <code>excel</code> outputs.</p>\n","urlObject":{"protocol":"https","path":["api","v1","conversion"],"host":["ofxconverter","com"],"query":[],"variable":[]}},"response":[{"id":"36630a94-c4fd-4588-ad85-73d2217b8a44","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"API-Key","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/example.ofx"],"src":"/C:/example.ofx"},{"key":"output","value":"csv","type":"text"}]},"url":"https://ofxconverter.com/api/v1/conversion"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 05 Dec 2024 00:21:01 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Context","value":"appId=cid-v1:5b9ba8fe-e473-4aeb-a288-d74632442691"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": false,\n    \"message\": \"SUCCESS\",\n    \"fileID\": \"b1df0a06-85b8-4b38-80c6-b4b196de8df8\",\n    \"extension\": \"ofx\",\n    \"filename\": \"example.ofx\",\n    \"convertedFile\": \"ZGF0ZSx0eXBlLHZhbHVlLGRlc2NyaXB0aW9uLGlkLGNoZWNrc3VtDQo1LzI1LzIwMjAsUEFZTUVOVCwtMTAwLFRyYW5zYWN0aW9uIDEsMjAyMDA1MjUwNzcxLDk5OQ0KNS8yNS8yMDIwLFBBWU1FTlQsLTIwLjc4LFRyYW5zYWN0aW9uIDIsMjAyMDA1MjUwNzcyLDk5OQ0K\"\n}"},{"id":"706dee8a-26d0-42d1-bd78-92e1e2fb5aa0","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"API-Key","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/example.ofx"],"src":"/C:/example.ofx"},{"key":"output","value":"excel","type":"text"}]},"url":"https://localhost:7131/api/v1/conversion"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 05 Dec 2024 00:22:53 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Context","value":"appId=cid-v1:5b9ba8fe-e473-4aeb-a288-d74632442691"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": true,\n    \"message\": \"BAD_FILE_FORMAT\",\n    \"fileID\": \"b49bbe51-3be8-4021-a51b-228b5b82e567\",\n    \"extension\": \"ofx\",\n    \"filename\": \"example.ofx\"\n}"}],"_postman_id":"4e1dd456-abaf-4abf-8723-82693875bdb4"},{"name":"Upload","id":"6efacadb-8b0a-42d9-86ea-74619b6626dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/example.ofx"],"src":"postman-cloud:///1efb29f6-2573-4000-9bdb-7ef09d2a693d"}]},"url":"https://ofxconverter.com/api/v1/upload","description":"<p>This endpoint allows you to upload a file to the server. It requires the file to be sent in the request body and an authorization token in the header. The response includes a <code>fileID</code> that can be used with the download endpoint for further processing.</p>\n","urlObject":{"protocol":"https","path":["api","v1","upload"],"host":["ofxconverter","com"],"query":[],"variable":[]}},"response":[{"id":"85a11b10-8e5b-4e6f-abe2-8977029283b2","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"API-Key","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/example.ofx"],"src":"postman-cloud:///1efb29f6-2573-4000-9bdb-7ef09d2a693d"}]},"url":"https://ofxconverter.com/api/v1/upload"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 05 Dec 2024 00:25:45 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Context","value":"appId=cid-v1:5b9ba8fe-e473-4aeb-a288-d74632442691"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": false,\n    \"message\": \"SUCCESS\",\n    \"fileID\": \"55887eb1-73f4-4929-8c8e-6dd86bee648f\",\n    \"extension\": \"ofx\",\n    \"filename\": \"example\"\n}"}],"_postman_id":"6efacadb-8b0a-42d9-86ea-74619b6626dc"},{"name":"Download","id":"bc1aa784-e649-45c8-89db-80a16c950f67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"fileID","value":"55887eb1-73f4-4929-8c8e-6dd86bee648f","type":"text"},{"key":"output","value":"json","type":"text"}]},"url":"https://ofxconverter.com/api/v1/download","description":"<p>This endpoint converts a previously uploaded file using its unique <code>fileID</code> and the specified <code>output</code> format (<code>json</code>, <code>excel</code>, or <code>csv</code>). The response contains the converted file as a JSON object or as a Base64-encoded string for <code>csv</code> or <code>excel</code> outputs.  </p>\n<p>All uploaded files are automatically deleted from the server after 30 minutes.</p>\n","urlObject":{"protocol":"https","path":["api","v1","download"],"host":["ofxconverter","com"],"query":[],"variable":[]}},"response":[{"id":"8402d73d-db34-456d-a05b-c710a458efb2","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"API-Key","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"fileID","value":"55887eb1-73f4-4929-8c8e-6dd86bee648f","type":"text"},{"key":"output","value":"json","type":"text"}]},"url":"https://ofxconverter.com/api/v1/download"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 05 Dec 2024 00:28:04 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Context","value":"appId=cid-v1:5b9ba8fe-e473-4aeb-a288-d74632442691"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": false,\n    \"message\": \"SUCCESS\",\n    \"fileID\": \"55887eb1-73f4-4929-8c8e-6dd86bee648f\",\n    \"extension\": \"ofx\",\n    \"filename\": \"example.ofx\",\n    \"convertedFile\": {\n        \"header\": {\n            \"status\": null,\n            \"language\": \"ENG\",\n            \"serverDate\": \"2020-06-09T00:00:00\",\n            \"bankName\": \"Bank Example\",\n            \"currency\": \"USD\",\n            \"hasInvestiment\": false\n        },\n        \"bankAccount\": {\n            \"type\": \"CHECKING\",\n            \"agencyCode\": \"0001-9\",\n            \"bank\": {\n                \"code\": 999,\n                \"name\": \"\"\n            },\n            \"accountCode\": \"12345678\"\n        },\n        \"status\": \"\",\n        \"initialDate\": \"2020-05-01T00:00:00\",\n        \"finalDate\": \"2020-05-31T00:00:00\",\n        \"transactions\": [\n            {\n                \"type\": \"PAYMENT\",\n                \"date\": \"2020-05-25T00:00:00\",\n                \"value\": -100,\n                \"id\": \"202005250771\",\n                \"description\": \"Transaction 1\",\n                \"checksum\": 999,\n                \"units\": null,\n                \"price\": null,\n                \"comission\": null\n            },\n            {\n                \"type\": \"PAYMENT\",\n                \"date\": \"2020-05-25T00:00:00\",\n                \"value\": -20.78,\n                \"id\": \"202005250772\",\n                \"description\": \"Transaction 2\",\n                \"checksum\": 999,\n                \"units\": null,\n                \"price\": null,\n                \"comission\": null\n            }\n        ]\n    }\n}"}],"_postman_id":"bc1aa784-e649-45c8-89db-80a16c950f67"},{"name":"PDF Conversion","id":"9de5b767-85ca-4122-b454-413cd3fde7f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"API-Key","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","uuid":"2e816a1a-37e8-4f02-a8a0-a729fb1c4358","src":"/C:/example.pdf"},{"key":"output","value":"json","type":"text","uuid":"b4ec9fb9-992c-4ae8-947c-0c6d4ecfe9a0"}]},"url":"https://ofxconverter.com/api/v1/pdf/conversion","description":"<p>This endpoint allows you to upload a PDF file and specify the desired output format (json, excel, or csv) using the output parameter. The uploaded file will be processed and returned in the selected format. The response includes the converted file as a JSON object or as a Base64-encoded string for csv or excel outputs.</p>\n","urlObject":{"protocol":"https","path":["api","v1","pdf","conversion"],"host":["ofxconverter","com"],"query":[],"variable":[]}},"response":[{"id":"301fdbaf-1b85-4dbf-bdaa-1b25dfadbaab","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"API-Key","type":"text"},{"key":"output","value":"","type":"text","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","uuid":"2e816a1a-37e8-4f02-a8a0-a729fb1c4358","src":"/C:/example.pdf"},{"key":"output","value":"json","type":"text","uuid":"b4ec9fb9-992c-4ae8-947c-0c6d4ecfe9a0"}]},"url":"https://ofxconverter.com/api/v1/pdf/conversion"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 21 Apr 2025 23:06:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:5b9ba8fe-e473-4aeb-a288-d74632442691"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": false,\n    \"message\": \"SUCCESS\",\n    \"fileID\": \"7349e6e6-f203-4f0b-ae0e-515876048f0c\",\n    \"extension\": \"pdf\",\n    \"filename\": \"example.pdf\",\n    \"convertedFile\": {\n        \"transactions\": [\n            {\n                \"date\": \"2024-12-01T00:00:00\",\n                \"value\": -100,\n                \"description\": \"Purchase example\",\n                \"type\": \"debit\"\n            },\n            {\n                \"date\": \"2024-12-02T00:00:00\",\n                \"value\": 100,\n                \"description\": \"Refund example\",\n                \"type\": \"credit\"\n            }\n        ]\n    }\n}"}],"_postman_id":"9de5b767-85ca-4122-b454-413cd3fde7f4"}],"variable":[{"key":"API-Key","value":"ES-d7HsD_WN2EWH-ys-EUOPZBZU61EEq"}]}