{"info":{"_postman_id":"bcc8719e-7945-48de-a271-e51ae34162bc","name":"cel_credit - Quick Starts","description":"<html><head></head><body><h2 id=\"hey-dev-how-are-you-doing-🧑💻\">Hey dev, how are you doing? 🧑‍💻</h2>\n<p>Here's a fast pack for you get your first <code>200</code> using <code>cel_credit</code> APIs.</p>\n<hr>\n<h3 id=\"first-of-all\">First of all</h3>\n<p>Understand the difference between <code>originator</code> and <code>funding</code>:</p>\n<ul>\n<li><p><strong>Originator 🏢</strong></p>\n<ul>\n<li><p>Represents the entity that <strong>originates credit operations</strong> (e.g., fintech, platform, correspondent).</p>\n</li>\n<li><p><strong>Role in the flow:</strong> Creates and operationalizes credit offers — registers operations and integrates with the platform.</p>\n</li>\n<li><p><strong>Example:</strong> A fintech offering personal loans through its app.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Funding 💰</strong></p>\n<ul>\n<li><p>Represents the entity that <strong>provides the financial resources</strong> for the loans (e.g., FIDC, financial institution, investor).</p>\n</li>\n<li><p><strong>Role in the flow:</strong> Funds the operations by providing the money disbursed to the borrower.</p>\n</li>\n<li><p><strong>Example:</strong> A FIDC providing the capital for those loans.</p>\n</li>\n</ul>\n</li>\n</ul>\n<hr>\n<h3 id=\"when-use-fundings-access_token\">When use funding's access_token?</h3>\n<ul>\n<li><p>When you need to check the balance.</p>\n</li>\n<li><p>When you need to check the transactions logs</p>\n</li>\n<li><p>When you need to create a CNAB444 file</p>\n</li>\n</ul>\n<hr>\n<h2 id=\"qs-folders\">QS folders</h2>\n<p>There are sequences and products that we consider the most common:</p>\n<ol>\n<li><p>Personal Credit</p>\n</li>\n<li><p>Business Credit</p>\n</li>\n<li><p>Crédito Trabalhador (Privated Consigned)</p>\n</li>\n<li><p>CDC or BNPL (Buy Now Pay Later)</p>\n</li>\n<li><p>SCR Consult</p>\n</li>\n</ol>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"47926480","collectionId":"bcc8719e-7945-48de-a271-e51ae34162bc","publishedId":"2sB3Wqv16f","public":true,"customColor":{"top-bar":"7664FA","right-sidebar":"303030","highlight":"2B2B2B"},"publishDate":"2025-11-07T17:32:58.000Z"},"item":[{"name":"Register your webhook!","item":[{"name":"Create a Webhook","id":"e4d22a16-2e64-4841-9e99-e6df2118cb78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"{{originator_access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"url\": \"https://webhook-test.com/91d7d801362f5b389ea33f716431771d\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/webhooks","urlObject":{"protocol":"https","path":["banking","originator","webhooks"],"host":["sandbox","platform","flowfinance","com","br"],"query":[],"variable":[]}},"response":[{"id":"dd17d9fd-6871-48b5-becf-63703b1c81e9","name":"200 - Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{originator_access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"url\": \"https://webhook-test.com/91d7d801362f5b389ea33f716431771d\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/webhooks"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 21 Sep 2025 05:09:34 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"166"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"RPJGTj5umjQEMdQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"a3dfc901-ffb0-47d6-86ec-8032b444f089\",\n    \"url\": \"https://webhook-test.com/91d7d801362f5b389ea33f716431771d\",\n    \"created_at\": \"2025-09-21T05:09:34.338296Z\",\n    \"version\": 0\n}"}],"_postman_id":"e4d22a16-2e64-4841-9e99-e6df2118cb78"}],"id":"d0df1c86-994e-495c-b95f-ec87accfa134","description":"<h2 id=\"only-for-applications-statuses-updates\">Only for applications statuses updates</h2>\n<p>These webhook will <strong>always</strong> (no exception) send you a <code>POST</code> when an application status change.</p>\n<h3 id=\"post-eg\">POST e.g</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"payload\": {\n    \"application_id\": \"dc9f7774-4ec5-4876-a36e-0d89b8001bfc\",\n    \"status\": \"PENDING_SIGNATURE\"\n  },\n  \"createdAt\": \"2023-05-04T18:53:03.775698Z\",\n  \"type\": \"APPLICATION_STATUS_UPDATED\"\n}\n\n</code></pre>\n<h2 id=\"faq\">FAQ</h2>\n<ul>\n<li><p>Can I choose specifics status? — No. All status will be sent.</p>\n</li>\n<li><p>Can I choose another event? — No. Every change will be sent, whatever event.</p>\n</li>\n</ul>\n<h1 id=\"statuses-and-definitions\">Statuses and definitions</h1>\n<h3 id=\"contract--account-creation\">Contract &amp; Account Creation</h3>\n<ul>\n<li><p><code>AGREEMENT_RENDERING</code> = 'Generating contract'</p>\n</li>\n<li><p><code>CREATING_BENEFICIARY_ACCOUNT</code> = 'Creating borrower account'</p>\n</li>\n</ul>\n<h3 id=\"signature--guarantee\">Signature &amp; Guarantee</h3>\n<ul>\n<li><p><code>PENDING_SIGNATURE</code> = 'Waiting for contract signature'</p>\n</li>\n<li><p><code>SIGNATURE_ERROR</code> = 'Error during signature process'</p>\n</li>\n<li><p><code>PENDING_GUARANTEE</code> = 'Waiting for guarantee process to complete'</p>\n</li>\n</ul>\n<h3 id=\"qualification--cession\">Qualification &amp; Cession</h3>\n<ul>\n<li><p><code>PENDING_QUALIFICATION</code> = 'Waiting for credit qualification'</p>\n</li>\n<li><p><code>PENDING_RANDOM</code> = 'Waiting for approval'</p>\n</li>\n<li><p><code>PENDING_CESSION_QUALIFICATION</code> = 'Waiting for cession qualification approval'</p>\n</li>\n<li><p><code>PENDING_CESSION</code> = 'Waiting for cession process'</p>\n</li>\n<li><p><code>PENDING_INTEGRATION_LAQUS</code> = 'Waiting for integration with Laqus'</p>\n</li>\n</ul>\n<h3 id=\"payment--disbursement\">Payment &amp; Disbursement</h3>\n<ul>\n<li><p><code>PENDING_ENTRY_PAYMENT</code> = 'Waiting for entry payment'</p>\n</li>\n<li><p><code>CREATING_ENTRY_PAYMENT</code> = 'Creating entry payment'</p>\n</li>\n<li><p><code>PENDING_PAYMENT</code> = 'Waiting for payment'</p>\n</li>\n<li><p><code>PENDING_CASHOUT</code> = 'Waiting for Pix cashout'</p>\n</li>\n<li><p><code>AWAITING_APPROVAL_DISBURSEMENT</code> = 'Waiting for disbursement approval'</p>\n</li>\n<li><p><code>PENDING_DISBURSEMENT</code> = 'Waiting for disbursement'</p>\n</li>\n<li><p><code>SCHEDULED_DISBURSEMENT</code> = 'Disbursement scheduled'</p>\n</li>\n<li><p><code>PARTIAL_DISBURSEMENT</code> = 'Partial disbursement completed'</p>\n</li>\n<li><p><code>DISBURSEMENT_ATTEMPT_FAILED</code> = 'Disbursement attempt failed'</p>\n</li>\n</ul>\n<h3 id=\"final-status\">Final Status</h3>\n<ul>\n<li><p><code>ISSUED</code> = 'Issued'</p>\n</li>\n<li><p><code>CANCELED</code> = 'Canceled'</p>\n</li>\n</ul>\n","_postman_id":"d0df1c86-994e-495c-b95f-ec87accfa134"},{"name":"QS — SCR","item":[{"name":"Only consult","item":[{"name":"1st — Get/Update Access Token","event":[{"listen":"test","script":{"exec":["pm.environment.set(\"originator_access_token\", pm.response.json().access_token);"],"type":"text/javascript","packages":{},"requests":{},"id":"26702041-054a-4ddd-ac6d-9e46e290f5de"}}],"id":"001ec78b-cde1-4193-b45a-96a2c8b21d36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{originator_client_id}}"},{"key":"password","value":"{{originator_client_secret}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"grant_type","value":"client_credentials","type":"text"}]},"url":"https://sandbox.auth.flowfinance.com.br/oauth2/token","urlObject":{"protocol":"https","path":["oauth2","token"],"host":["sandbox","auth","flowfinance","com","br"],"query":[],"variable":[]}},"response":[{"id":"473e2dbc-439f-477b-a8db-cf734d2bea18","name":"200 - Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"grant_type","value":"client_credentials","type":"text"}]},"url":"https://sandbox.auth.flowfinance.com.br/oauth2/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 21 Sep 2025 05:06:45 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"x-ssl-cert","value":"no-cert"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=TgVz%2BkNEravBGkoWQlRpNq5wjRlKbNH8nSSxeWbdnTb%2BR954cRe1OPCpUVg4PoSdck%2Fjx3Jgk1Y99%2FUn8kX2YShtS1g2p5osCr10u7%2F4UeTWBBkY4lr7WKcz0OTSE70n8idufvrZqwsojQ%3D%3D\"}]}"},{"key":"Content-Encoding","value":"br"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"982708fc488d1ac2-GRU"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJuZWdFVEFDQlY2NGxHaTFHUTFkQ1hUSUo0Z2RCMGhUZEwxRTRwRmRMMi1vIn0.eyJleHAiOjE3NTg0MzQ4MDUsImlhdCI6MTc1ODQzMTIwNSwianRpIjoidHJydGNjOjNhZGQwNjJhLTcwOWQtNDYxMy04MDY1LTRmYjAxMjkwYTZlMyIsImlzcyI6Imh0dHA6Ly9rZXljbG9hay5zYW5kYm94Lm1hbmFnZW1lbnQuY2VsY29pbi5kZXYvcmVhbG1zL2NlbC1jcmVkaXQtYXBpIiwic3ViIjoiMzBkN3Nwc3B0ZWhxMm5sNTF1NjFmOTV0cTgiLCJ0eXAiOiJCZWFyZXIiLCJhenAiOiIzMGQ3c3BzcHRlaHEybmw1MXU2MWY5NXRxOCIsInNjb3BlIjoiYXBpLmJhbmtpbmcvb3JpZ2luYXRvciIsImNsaWVudEhvc3QiOiIxNzIuMTguMjUuMTQwIiwiY2xpZW50QWRkcmVzcyI6IjE3Mi4xOC4yNS4xNDAiLCJjbGllbnRfaWQiOiIzMGQ3c3BzcHRlaHEybmw1MXU2MWY5NXRxOCJ9.WOs4NdsyrI0k6EYWOIzOBqjHqSfQfS9VJNZUbLBiID9CrUMX7lfdT7ZaIHat2FXG8FuWcndk3jJBQlfkh4uUhUfIQvcFqldp3947UCCku6mv17beh_E9l-hdjBuDtAlDn6rEomeIHTihJs9hTDexfINkr_xq306rqDBQS-SY5RLVxSOui5Ww4dxzp1Ow4FWASpy89lkaXEN3-DcTpydmAnb1uejYiGsnm9jjguJJ95ZElWn1TjnC3vhQDSjMUUO22PwAGIhvHvjaCyJNjwybD3yO_fBFm4rUhLsHXKCArAW_JfadNTZtbLyy5UpAIKLdEcPkeTJO9nU9KxIRtjTyPg\",\n    \"expires_in\": 3600,\n    \"refresh_expires_in\": 0,\n    \"token_type\": \"Bearer\",\n    \"not-before-policy\": 0,\n    \"scope\": \"api.banking/originator\"\n}"}],"_postman_id":"001ec78b-cde1-4193-b45a-96a2c8b21d36"},{"name":"2nd — Create a Person","id":"0e11138a-af4d-43d1-98f2-5d691cb46787","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"full_name\": \"Fulano de Tal\",\r\n    \"taxpayer_id\": \"93343138380\", // CPF or CNPJ without special characters ( . - / )\r\n    \"sex\": \"MALE\", // ENUM -> MALE, FEMALE or OTHER\r\n    \"nationality\": \"Brasileiro\",\r\n    \"birth_date\": \"1990-02-04\",\r\n    \"occupation\": \"Analista de Onboarding\",\r\n    \"pep\": false, // Politically Exposed Person - By default -> false\r\n    \"email_address\": \"fulano.tal@email.com\",\r\n    \"marital_property_system\": \"NO_COMMUNION\", // ENUM -> FINAL_COMMUNION, FULL_COMMUNION, NO_COMMUNION or PARTIAL_COMMUNION\r\n    \"monthly_income\": 45000,\r\n    \"mothers_name\": \"Nome da Mãe\",\r\n    \"id_document\": {\r\n        \"issue_date\": \"2010-05-20\",\r\n        \"issuer\": \"SSP\", // SSP-SP = Sao Paulo - SSP-RJ = Rio de Janeiro\r\n        \"number\": \"123456789\",\r\n        \"type\": \"RG\", // ENUM -> CNH, PASSPORT, RG or RNE\r\n        \"sex\": \"MALE\" // On the document - ENUM -> FEMALE, MALE or OTHER\r\n    },\r\n    \"phone\": {\r\n        \"country_code\": \"+55\", // DDI - 55 -> Brazil\r\n        \"area_code\": \"11\", // DDD - 11 -> Sao Paulo city\r\n        \"number\": \"999999999\" // Phone number \r\n    },\r\n    \"address\": {\r\n        \"street_number\": 123,\r\n        \"street_name\": \"Av. Exemplo\",\r\n        \"postal_code\": \"03273500\", // Postal code without special characters\r\n        \"district\": \"Bairro Exemplo\",\r\n        \"city\": \"São Paulo\",\r\n        \"state_code\": \"SP\", // State - SP -> Sao Paulo - RJ -> Rio de Janeiro\r\n        \"country_code\": \"BRA\" // Country - BRA -> Brazil\r\n    },\r\n    \"external_bank_account\": {\r\n        \"bank_code\": \"001\", \r\n        \"bank_account\": \"0123456\",\r\n        \"bank_account_digit\": \"7\",\r\n        \"bank_branch\": \"1234\",\r\n        \"bank_account_type\": \"CACC\", // ENUM -> CACC = Current Account, TRAN = Transacting Account, SLRY = Salary Account, SVGSS = Savings Account\r\n        \"ispb_code\": \"60701190\" // Recipient institution code in the Brazilian Instant Payment System (SPI)\r\n    },\r\n    \"pix\": {\r\n        \"key_type\": \"TAXPAYER_ID\", // ENUM -> ALEATORY_KEY, EMAIL, PHONE_NUMBER or TAXPAYER_ID (CPF or CNPJ without special characters)\r\n        \"key\": \"65371068260\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/persons","urlObject":{"protocol":"https","path":["banking","originator","persons"],"host":["sandbox","platform","flowfinance","com","br"],"query":[],"variable":[]}},"response":[{"id":"f5abd64e-ead4-4b02-a538-c24cee6646b1","name":"201 - Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"full_name\": \"Fulano de Tal\",\r\n    \"taxpayer_id\": \"93343138380\", // CPF or CNPJ without special characters ( . - / )\r\n    \"sex\": \"MALE\", // ENUM -> MALE, FEMALE or OTHER\r\n    \"nationality\": \"Brasileiro\",\r\n    \"birth_date\": \"1990-02-04\",\r\n    \"occupation\": \"Analista de Onboarding\",\r\n    \"pep\": false, // Politically Exposed Person - By default -> false\r\n    \"email_address\": \"fulano.tal@email.com\",\r\n    \"marital_property_system\": \"NO_COMMUNION\", // ENUM -> FINAL_COMMUNION, FULL_COMMUNION, NO_COMMUNION or PARTIAL_COMMUNION\r\n    \"monthly_income\": 45000,\r\n    \"mothers_name\": \"Nome da Mãe\",\r\n    \"id_document\": {\r\n        \"issue_date\": \"2010-05-20\",\r\n        \"issuer\": \"SSP\", // SSP-SP = Sao Paulo - SSP-RJ = Rio de Janeiro\r\n        \"number\": \"123456789\",\r\n        \"type\": \"RG\", // ENUM -> CNH, PASSPORT, RG or RNE\r\n        \"sex\": \"MALE\" // On the document - ENUM -> FEMALE, MALE or OTHER\r\n    },\r\n    \"phone\": {\r\n        \"country_code\": \"+55\", // DDI - 55 -> Brazil\r\n        \"area_code\": \"11\", // DDD - 11 -> Sao Paulo city\r\n        \"number\": \"999999999\" // Phone number \r\n    },\r\n    \"address\": {\r\n        \"street_number\": 123,\r\n        \"street_name\": \"Av. Exemplo\",\r\n        \"postal_code\": \"03273500\", // Postal code without special characters\r\n        \"district\": \"Bairro Exemplo\",\r\n        \"city\": \"São Paulo\",\r\n        \"state_code\": \"SP\", // State - SP -> Sao Paulo - RJ -> Rio de Janeiro\r\n        \"country_code\": \"BRA\" // Country - BRA -> Brazil\r\n    },\r\n    \"external_bank_account\": {\r\n        \"bank_code\": \"001\", \r\n        \"bank_account\": \"0123456\",\r\n        \"bank_account_digit\": \"7\",\r\n        \"bank_branch\": \"1234\",\r\n        \"bank_account_type\": \"CACC\", // ENUM -> CACC = Current Account, TRAN = Transacting Account, SLRY = Salary Account, SVGSS = Savings Account\r\n        \"ispb_code\": \"60701190\" // Recipient institution code in the Brazilian Instant Payment System (SPI)\r\n    },\r\n    \"pix\": {\r\n        \"key_type\": \"TAXPAYER_ID\", // ENUM -> ALEATORY_KEY, EMAIL, PHONE_NUMBER or TAXPAYER_ID (CPF or CNPJ without special characters)\r\n        \"key\": \"65371068260\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/persons"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Fri, 10 Oct 2025 01:55:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1406"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"SNUcAioBGjQEMjg="}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"5ce9bf35-1539-4867-a875-1719a0686356\",\n    \"taxpayer_id\": \"93343138380\",\n    \"nationality\": \"Brasileiro\",\n    \"pep\": false,\n    \"full_name\": \"Fulano de Tal\",\n    \"phone\": {\n        \"country_code\": \"+55\",\n        \"area_code\": \"11\",\n        \"number\": \"999999999\",\n        \"formatted_number\": \"+5511999999999\"\n    },\n    \"occupation\": \"Analista de Onboarding\",\n    \"birth_date\": \"1990-02-04\",\n    \"marital_status\": null,\n    \"email_address\": \"fulano.tal@email.com\",\n    \"mothers_name\": \"Nome da Mãe\",\n    \"marital_property_system\": \"NO_COMMUNION\",\n    \"id_document\": {\n        \"number\": \"123456789\",\n        \"issuer\": \"SSP\",\n        \"issue_date\": \"2010-05-20\",\n        \"type\": \"RG\"\n    },\n    \"sex\": \"MALE\",\n    \"address\": {\n        \"street_name\": \"Av. Exemplo\",\n        \"street_number\": 123,\n        \"postal_code\": \"03273500\",\n        \"district\": \"Bairro Exemplo\",\n        \"city\": \"São Paulo\",\n        \"state_code\": \"SP\",\n        \"country_code\": \"BRA\",\n        \"extra_info\": null\n    },\n    \"pix\": {\n        \"key\": \"65371068260\",\n        \"key_type\": \"TAXPAYER_ID\"\n    },\n    \"external_bank_account\": {\n        \"bank_code\": \"001\",\n        \"bank_account\": \"0123456\",\n        \"bank_account_digit\": \"7\",\n        \"bank_branch\": \"1234\",\n        \"bank_account_type\": \"CACC\",\n        \"ispb_code\": \"00000000\"\n    },\n    \"custom_variables\": {},\n    \"spouse_full_name\": null,\n    \"originator\": {\n        \"id\": \"3541eedc-5939-42cd-bf4d-922a36e0333a\",\n        \"legal_name\": \"KARTECH SOLUÇÕES FINANCEIRAS S.A.\"\n    },\n    \"employer\": null,\n    \"created_at\": \"2025-10-10T01:55:11.680191Z\",\n    \"version\": 0,\n    \"spouse_taxpayer_id\": null,\n    \"spouse_date_of_birth\": null,\n    \"birthplace\": null,\n    \"monthly_income\": 45000,\n    \"income_range\": null,\n    \"has_scr_evidence\": false,\n    \"scr_evidence_provider\": null,\n    \"scr_evidence_type\": null,\n    \"education_level\": \"NOT_INFORMED\"\n}"}],"_postman_id":"0e11138a-af4d-43d1-98f2-5d691cb46787"},{"name":"3rd — Retrieve Person's SCR","id":"2dd70d43-4a25-4647-ac68-979d38372a6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"authorization","value":"eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJuZWdFVEFDQlY2NGxHaTFHUTFkQ1hUSUo0Z2RCMGhUZEwxRTRwRmRMMi1vIn0.eyJleHAiOjE3NTg4NjQ1MjUsImlhdCI6MTc1ODg2MDkyNSwianRpIjoidHJydGNjOjk5ZTIyMGQwLWI4MjUtNGYxZi1hOTEzLWMxZjhjOGMzZTcxZSIsImlzcyI6Imh0dHA6Ly9rZXljbG9hay5zYW5kYm94Lm1hbmFnZW1lbnQuY2VsY29pbi5kZXYvcmVhbG1zL2NlbC1jcmVkaXQtYXBpIiwic3ViIjoiMzBkN3Nwc3B0ZWhxMm5sNTF1NjFmOTV0cTgiLCJ0eXAiOiJCZWFyZXIiLCJhenAiOiIzMGQ3c3BzcHRlaHEybmw1MXU2MWY5NXRxOCIsInNjb3BlIjoiYXBpLmJhbmtpbmcvb3JpZ2luYXRvciIsImNsaWVudEhvc3QiOiIxNzIuMTguMjUuMTg5IiwiY2xpZW50QWRkcmVzcyI6IjE3Mi4xOC4yNS4xODkiLCJjbGllbnRfaWQiOiIzMGQ3c3BzcHRlaHEybmw1MXU2MWY5NXRxOCJ9.fzpZ1R0wWYRfdmiRVDr-yvEIGildoLz0VAt13BY18oqOm7qsSsdm-s4_wJ_Be0Jzp5DGC6HPMwmBYwlI4ljC-Ac0l-CX9Hmkq4AbVDTB1_wQX9T8qEkN9qukOVD1dNzegYbNn5vpwuWytP30oa2XGPu9LaEALEtmZn5qZsTuMcHQbqpkexlacKvPKFd1QBckl_mWWun92P91RSuggcwTSu0MXYFwPti-LOKVQQdDDPvji71izf_hk0Z629b_7Gs_sqWNZMqa_kG-iVtxDkmdrdht_6N8-e10PLYLAlz8nsRFIk6RoE7XkTb7npWuT4QB5LlGO9jLhxk_YOIZOXCILw"}],"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/persons/:person_id/scr?refresh=true&reference_date=2024-06","urlObject":{"protocol":"https","path":["banking","originator","persons",":person_id","scr"],"host":["sandbox","platform","flowfinance","com","br"],"query":[{"description":{"content":"<p>Field to indicate whether to use cached results or perform a new query</p>\n","type":"text/plain"},"key":"refresh","value":"true"},{"key":"reference_date","value":"2024-06"}],"variable":[{"id":"74f24f7d-d275-44f0-a68c-a1f5357411c2","type":"any","value":"","key":"person_id"}]}},"response":[{"id":"052cb618-113f-4c63-b7b1-f7c1690b746d","name":"200 - Response","originalRequest":{"method":"GET","header":[{"key":"authorization","value":"eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJuZWdFVEFDQlY2NGxHaTFHUTFkQ1hUSUo0Z2RCMGhUZEwxRTRwRmRMMi1vIn0.eyJleHAiOjE3NTg4NjQ1MjUsImlhdCI6MTc1ODg2MDkyNSwianRpIjoidHJydGNjOjk5ZTIyMGQwLWI4MjUtNGYxZi1hOTEzLWMxZjhjOGMzZTcxZSIsImlzcyI6Imh0dHA6Ly9rZXljbG9hay5zYW5kYm94Lm1hbmFnZW1lbnQuY2VsY29pbi5kZXYvcmVhbG1zL2NlbC1jcmVkaXQtYXBpIiwic3ViIjoiMzBkN3Nwc3B0ZWhxMm5sNTF1NjFmOTV0cTgiLCJ0eXAiOiJCZWFyZXIiLCJhenAiOiIzMGQ3c3BzcHRlaHEybmw1MXU2MWY5NXRxOCIsInNjb3BlIjoiYXBpLmJhbmtpbmcvb3JpZ2luYXRvciIsImNsaWVudEhvc3QiOiIxNzIuMTguMjUuMTg5IiwiY2xpZW50QWRkcmVzcyI6IjE3Mi4xOC4yNS4xODkiLCJjbGllbnRfaWQiOiIzMGQ3c3BzcHRlaHEybmw1MXU2MWY5NXRxOCJ9.fzpZ1R0wWYRfdmiRVDr-yvEIGildoLz0VAt13BY18oqOm7qsSsdm-s4_wJ_Be0Jzp5DGC6HPMwmBYwlI4ljC-Ac0l-CX9Hmkq4AbVDTB1_wQX9T8qEkN9qukOVD1dNzegYbNn5vpwuWytP30oa2XGPu9LaEALEtmZn5qZsTuMcHQbqpkexlacKvPKFd1QBckl_mWWun92P91RSuggcwTSu0MXYFwPti-LOKVQQdDDPvji71izf_hk0Z629b_7Gs_sqWNZMqa_kG-iVtxDkmdrdht_6N8-e10PLYLAlz8nsRFIk6RoE7XkTb7npWuT4QB5LlGO9jLhxk_YOIZOXCILw"}],"url":{"raw":"https://sandbox.platform.flowfinance.com.br/banking/originator/persons/:person_id/scr?refresh=true&reference_date=2024-06","protocol":"https","host":["sandbox","platform","flowfinance","com","br"],"path":["banking","originator","persons",":person_id","scr"],"query":[{"key":"refresh","value":"true","description":"Field to indicate whether to use cached results or perform a new query"},{"key":"reference_date","value":"2024-06"}],"variable":[{"key":"person_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 26 Sep 2025 04:32:26 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"6112"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"RfiWMi-jGjQEMwA="}],"cookie":[],"responseTime":null,"body":"{\n    \"sucesso\": true,\n    \"mensagem\": null,\n    \"dados\": {\n        \"cnpjDaIFSolicitante\": \"48632754\",\n        \"codigoDoCliente\": \"1\",\n        \"coobrigacaoAssumida\": 0,\n        \"coobrigacaoRecebida\": 0,\n        \"dataBaseConsultada\": \"2024-06\",\n        \"dataInicioRelacionamento\": \"2010-06-01\",\n        \"listaDeResumoDasOperacoes\": [\n            {\n                \"listaDeVencimentos\": [\n                    {\n                        \"codigoVencimento\": \"v140\",\n                        \"valorVencimento\": \"386.94\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v150\",\n                        \"valorVencimento\": \"456.46\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v110\",\n                        \"valorVencimento\": \"5322.22\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v120\",\n                        \"valorVencimento\": \"4926.77\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v130\",\n                        \"valorVencimento\": \"128.98\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v230\",\n                        \"valorVencimento\": \"228.98\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v310\",\n                        \"valorVencimento\": \"528.98\"\n                    }\n                ],\n                \"modalidade\": \"0210\",\n                \"variacaoCambial\": \"N\"\n            },\n            {\n                \"listaDeVencimentos\": [\n                    {\n                        \"codigoVencimento\": \"v140\",\n                        \"valorVencimento\": \"2288.39\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v150\",\n                        \"valorVencimento\": \"517.44\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v110\",\n                        \"valorVencimento\": \"14770.78\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v120\",\n                        \"valorVencimento\": \"2231.83\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v130\",\n                        \"valorVencimento\": \"1790.15\"\n                    }\n                ],\n                \"modalidade\": \"1304\",\n                \"variacaoCambial\": \"N\"\n            },\n            {\n                \"listaDeVencimentos\": [\n                    {\n                        \"codigoVencimento\": \"v40\",\n                        \"valorVencimento\": \"4234.14\"\n                    }\n                ],\n                \"modalidade\": \"1904\",\n                \"variacaoCambial\": \"N\"\n            },\n            {\n                \"listaDeVencimentos\": [\n                    {\n                        \"codigoVencimento\": \"v150\",\n                        \"valorVencimento\": \"290.71\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v170\",\n                        \"valorVencimento\": \"23.59\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v165\",\n                        \"valorVencimento\": \"32.06\"\n                    }\n                ],\n                \"modalidade\": \"0203\",\n                \"variacaoCambial\": \"N\"\n            },\n            {\n                \"listaDeVencimentos\": [\n                    {\n                        \"codigoVencimento\": \"v140\",\n                        \"valorVencimento\": \"3608.93\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v150\",\n                        \"valorVencimento\": \"6451.16\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v160\",\n                        \"valorVencimento\": \"10304.03\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v110\",\n                        \"valorVencimento\": \"1331.4\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v170\",\n                        \"valorVencimento\": \"2614.48\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v120\",\n                        \"valorVencimento\": \"1297.54\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v130\",\n                        \"valorVencimento\": \"1265.6\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v165\",\n                        \"valorVencimento\": \"7058.45\"\n                    }\n                ],\n                \"modalidade\": \"0401\",\n                \"variacaoCambial\": \"N\"\n            },\n            {\n                \"listaDeVencimentos\": [\n                    {\n                        \"codigoVencimento\": \"v20\",\n                        \"valorVencimento\": \"1820\"\n                    }\n                ],\n                \"modalidade\": \"1902\",\n                \"variacaoCambial\": \"N\"\n            }\n        ],\n        \"percentualDocumentosProcessados\": \"98.08\",\n        \"percentualVolumeProcessado\": \"99.99\",\n        \"quantidadeDeInstituicoes\": \"6\",\n        \"quantidadeDeOperacoes\": \"23\",\n        \"quantidadeOperacoesDiscordancia\": \"0\",\n        \"quantidadeOperacoesSubJudice\": \"0\",\n        \"responsabilidadeTotalDiscordancia\": \"0\",\n        \"responsabilidadeTotalSubJudice\": \"0\",\n        \"riscoIndiretoVendor\": 0,\n        \"tipoDoCliente\": \"1\",\n        \"analise\": {\n            \"limiteDeCreditoEmDias\": {\n                \"ate360\": 1820,\n                \"acimaDe360\": 4234.14\n            },\n            \"creditoALiberarEmDias\": {\n                \"ate360\": 0,\n                \"acimaDe360\": 0\n            },\n            \"total\": {\n                \"aVencer\": 73152.05,\n                \"vencido\": 228.98\n            },\n            \"prejuizoEmMeses\": {\n                \"ate12\": 528.98,\n                \"acimaDe12Ate48\": 0,\n                \"acimaDe48\": 0\n            },\n            \"vencidoEmDias\": {\n                \"de1a14\": 0,\n                \"acimaDe15Ate30\": 0,\n                \"acimaDe31Ate60\": 0,\n                \"acimaDe61Ate90\": 228.98,\n                \"acimaDe91Ate120\": 0,\n                \"acimaDe121Ate150\": 0,\n                \"acimaDe151Ate180\": 0,\n                \"acimaDe181Ate240\": 0,\n                \"acimaDe241Ate300\": 0,\n                \"acimaDe301Ate360\": 0,\n                \"acimaDe361Ate540\": 0,\n                \"acimaDe540\": 0\n            },\n            \"detalhamento\": [\n                {\n                    \"modalidade\": {\n                        \"titulo\": \"Empréstimos\",\n                        \"subtitulo\": \"Cartão de crédito - compra, fatura parcelada ou saque financiado pela instituição emitente do cartão\"\n                    },\n                    \"variacaoCambial\": \"Não\",\n                    \"vencimentos\": [\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 91 a 180 dias\",\n                            \"valor\": \"386.94\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 181 a 360 dias\",\n                            \"valor\": \"456.46\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer até 30 dias\",\n                            \"valor\": \"5322.22\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 31 a 60 dias\",\n                            \"valor\": \"4926.77\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 61 a 90 dias\",\n                            \"valor\": \"128.98\"\n                        },\n                        {\n                            \"categoria\": \"vencidos\",\n                            \"descricao\": \"Vencidos de 61 a 90 dias\",\n                            \"valor\": \"228.98\"\n                        },\n                        {\n                            \"categoria\": \"prejuizo\",\n                            \"descricao\": \"Prejuizo ate 12 meses\",\n                            \"valor\": \"528.98\"\n                        }\n                    ],\n                    \"valor\": 11979.33\n                },\n                {\n                    \"modalidade\": {\n                        \"titulo\": \"Outros créditos\",\n                        \"subtitulo\": \"Cartão de crédito - compra à vista e parcelado lojista\"\n                    },\n                    \"variacaoCambial\": \"Não\",\n                    \"vencimentos\": [\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 91 a 180 dias\",\n                            \"valor\": \"2288.39\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 181 a 360 dias\",\n                            \"valor\": \"517.44\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer até 30 dias\",\n                            \"valor\": \"14770.78\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 31 a 60 dias\",\n                            \"valor\": \"2231.83\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 61 a 90 dias\",\n                            \"valor\": \"1790.15\"\n                        }\n                    ],\n                    \"valor\": 21598.59\n                },\n                {\n                    \"modalidade\": {\n                        \"titulo\": \"Limites\",\n                        \"subtitulo\": \"Cartão de crédito\"\n                    },\n                    \"variacaoCambial\": \"Não\",\n                    \"vencimentos\": [\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer (prazo não especificado)\",\n                            \"valor\": \"4234.14\"\n                        }\n                    ],\n                    \"valor\": 4234.14\n                },\n                {\n                    \"modalidade\": {\n                        \"titulo\": \"Empréstimos\",\n                        \"subtitulo\": \"Crédito pessoal - sem consignação em folha de pagam.\"\n                    },\n                    \"variacaoCambial\": \"Não\",\n                    \"vencimentos\": [\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 181 a 360 dias\",\n                            \"valor\": \"290.71\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 1081 a 1440 dias\",\n                            \"valor\": \"23.59\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 721 a 1080 dias\",\n                            \"valor\": \"32.06\"\n                        }\n                    ],\n                    \"valor\": 346.36\n                },\n                {\n                    \"modalidade\": {\n                        \"titulo\": \"Financiamentos\",\n                        \"subtitulo\": \"Aquisição de bens - veículos automotores\"\n                    },\n                    \"variacaoCambial\": \"Não\",\n                    \"vencimentos\": [\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 91 a 180 dias\",\n                            \"valor\": \"3608.93\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 181 a 360 dias\",\n                            \"valor\": \"6451.16\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 361 a 720 dias\",\n                            \"valor\": \"10304.03\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer até 30 dias\",\n                            \"valor\": \"1331.4\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 1081 a 1440 dias\",\n                            \"valor\": \"2614.48\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 31 a 60 dias\",\n                            \"valor\": \"1297.54\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 61 a 90 dias\",\n                            \"valor\": \"1265.6\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 721 a 1080 dias\",\n                            \"valor\": \"7058.45\"\n                        }\n                    ],\n                    \"valor\": 33931.59\n                },\n                {\n                    \"modalidade\": {\n                        \"titulo\": \"Limites\",\n                        \"subtitulo\": \"Cheque especial\"\n                    },\n                    \"variacaoCambial\": \"Não\",\n                    \"vencimentos\": [\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer (prazo não especificado)\",\n                            \"valor\": \"1820\"\n                        }\n                    ],\n                    \"valor\": 1820\n                }\n            ],\n            \"carteiraAtiva\": 67326.89,\n            \"carteiraDeCredito\": 67855.87,\n            \"relacoesInterfinanceiras\": 0,\n            \"garantiasPrestadas\": 0,\n            \"coobrigacao\": 0,\n            \"responsabilidadeTotal\": 67855.87,\n            \"limiteDeCredito\": 6054.14,\n            \"creditosALiberar\": 0,\n            \"riscoTotal\": 73910.01\n        }\n    }\n}"}],"_postman_id":"2dd70d43-4a25-4647-ac68-979d38372a6e"}],"id":"9f348d2a-9d6f-48b8-9ce7-2c2bbd45680b","_postman_id":"9f348d2a-9d6f-48b8-9ce7-2c2bbd45680b","description":""},{"name":"Consult and Create Application","item":[{"name":"1st — Get/Update Access Token","event":[{"listen":"test","script":{"exec":["pm.environment.set(\"originator_access_token\", pm.response.json().access_token);"],"type":"text/javascript","packages":{},"requests":{},"id":"895b3ce5-40e2-4633-a6bb-01cdb262eabd"}}],"id":"ea52113d-cd51-480e-8cd1-e7b8b6ed3130","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{originator_client_id}}"},{"key":"password","value":"{{originator_client_secret}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"grant_type","value":"client_credentials","type":"text"}]},"url":"https://sandbox.auth.flowfinance.com.br/oauth2/token","urlObject":{"protocol":"https","path":["oauth2","token"],"host":["sandbox","auth","flowfinance","com","br"],"query":[],"variable":[]}},"response":[{"id":"faeb80b7-6435-4a76-9f0f-6bf95022f32a","name":"200 - Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"grant_type","value":"client_credentials","type":"text"}]},"url":"https://sandbox.auth.flowfinance.com.br/oauth2/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 21 Sep 2025 05:06:45 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"x-ssl-cert","value":"no-cert"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=TgVz%2BkNEravBGkoWQlRpNq5wjRlKbNH8nSSxeWbdnTb%2BR954cRe1OPCpUVg4PoSdck%2Fjx3Jgk1Y99%2FUn8kX2YShtS1g2p5osCr10u7%2F4UeTWBBkY4lr7WKcz0OTSE70n8idufvrZqwsojQ%3D%3D\"}]}"},{"key":"Content-Encoding","value":"br"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"982708fc488d1ac2-GRU"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJuZWdFVEFDQlY2NGxHaTFHUTFkQ1hUSUo0Z2RCMGhUZEwxRTRwRmRMMi1vIn0.eyJleHAiOjE3NTg0MzQ4MDUsImlhdCI6MTc1ODQzMTIwNSwianRpIjoidHJydGNjOjNhZGQwNjJhLTcwOWQtNDYxMy04MDY1LTRmYjAxMjkwYTZlMyIsImlzcyI6Imh0dHA6Ly9rZXljbG9hay5zYW5kYm94Lm1hbmFnZW1lbnQuY2VsY29pbi5kZXYvcmVhbG1zL2NlbC1jcmVkaXQtYXBpIiwic3ViIjoiMzBkN3Nwc3B0ZWhxMm5sNTF1NjFmOTV0cTgiLCJ0eXAiOiJCZWFyZXIiLCJhenAiOiIzMGQ3c3BzcHRlaHEybmw1MXU2MWY5NXRxOCIsInNjb3BlIjoiYXBpLmJhbmtpbmcvb3JpZ2luYXRvciIsImNsaWVudEhvc3QiOiIxNzIuMTguMjUuMTQwIiwiY2xpZW50QWRkcmVzcyI6IjE3Mi4xOC4yNS4xNDAiLCJjbGllbnRfaWQiOiIzMGQ3c3BzcHRlaHEybmw1MXU2MWY5NXRxOCJ9.WOs4NdsyrI0k6EYWOIzOBqjHqSfQfS9VJNZUbLBiID9CrUMX7lfdT7ZaIHat2FXG8FuWcndk3jJBQlfkh4uUhUfIQvcFqldp3947UCCku6mv17beh_E9l-hdjBuDtAlDn6rEomeIHTihJs9hTDexfINkr_xq306rqDBQS-SY5RLVxSOui5Ww4dxzp1Ow4FWASpy89lkaXEN3-DcTpydmAnb1uejYiGsnm9jjguJJ95ZElWn1TjnC3vhQDSjMUUO22PwAGIhvHvjaCyJNjwybD3yO_fBFm4rUhLsHXKCArAW_JfadNTZtbLyy5UpAIKLdEcPkeTJO9nU9KxIRtjTyPg\",\n    \"expires_in\": 3600,\n    \"refresh_expires_in\": 0,\n    \"token_type\": \"Bearer\",\n    \"not-before-policy\": 0,\n    \"scope\": \"api.banking/originator\"\n}"}],"_postman_id":"ea52113d-cd51-480e-8cd1-e7b8b6ed3130"},{"name":"2nd — Create a Person","id":"91b43b79-654e-4fb1-9c9a-dfefe71a4094","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"full_name\": \"Fulano de Tal\",\r\n    \"taxpayer_id\": \"65371068260\", // CPF or CNPJ without special characters ( . - / )\r\n    \"sex\": \"MALE\", // ENUM -> MALE, FEMALE or OTHER\r\n    \"nationality\": \"Brasileiro\",\r\n    \"birth_date\": \"1990-02-04\",\r\n    \"occupation\": \"Analista de Onboarding\",\r\n    \"pep\": false, // Politically Exposed Person - By default -> false\r\n    \"email_address\": \"fulano.tal@email.com\",\r\n    \"marital_property_system\": \"NO_COMMUNION\", // ENUM -> FINAL_COMMUNION, FULL_COMMUNION, NO_COMMUNION or PARTIAL_COMMUNION\r\n    \"education_level\": \"HIGHER_LEVEL\", // ENUM -> NOT_INFORMED, HIGHER_LEVEL, HIGHER_INCOMPLETE, SECONDARY_COMPLETE, SECONDARY_INCOMPLETE, PRIMARY_COMPLETE, PRIMARY_INCOMPLETE, LITERATE_WITHOUT_FORMAL_EDUCATION or ILLITERATE\r\n    \"monthly_income\": 45000,\r\n    \"mothers_name\": \"Nome da Mãe\",\r\n    \"id_document\": {\r\n        \"issue_date\": \"2010-05-20\",\r\n        \"issuer\": \"SSP\", // SSP-SP = Sao Paulo - SSP-RJ = Rio de Janeiro\r\n        \"number\": \"123456789\",\r\n        \"type\": \"RG\", // ENUM -> CNH, PASSPORT, RG or RNE\r\n        \"sex\": \"MALE\" // On the document - ENUM -> FEMALE, MALE or OTHER\r\n    },\r\n    \"phone\": {\r\n        \"country_code\": \"+55\", // DDI - 55 -> Brazil\r\n        \"area_code\": \"11\", // DDD - 11 -> Sao Paulo city\r\n        \"number\": \"999999999\" // Phone number \r\n    },\r\n    \"address\": {\r\n        \"street_number\": 123,\r\n        \"street_name\": \"Av. Exemplo\",\r\n        \"postal_code\": \"03273500\", // Postal code without special characters\r\n        \"district\": \"Bairro Exemplo\",\r\n        \"city\": \"São Paulo\",\r\n        \"state_code\": \"SP\", // State - SP -> Sao Paulo - RJ -> Rio de Janeiro\r\n        \"country_code\": \"BRA\" // Country - BRA -> Brazil\r\n    },\r\n    \"external_bank_account\": {\r\n        \"bank_code\": \"001\", \r\n        \"bank_account\": \"0123456\",\r\n        \"bank_account_digit\": \"7\",\r\n        \"bank_branch\": \"1234\",\r\n        \"bank_account_type\": \"CACC\", // ENUM -> CACC = Current Account, TRAN = Transacting Account, SLRY = Salary Account, SVGSS = Savings Account\r\n        \"ispb_code\": \"60701190\" // Recipient institution code in the Brazilian Instant Payment System (SPI)\r\n    },\r\n    \"pix\": {\r\n        \"key_type\": \"TAXPAYER_ID\", // ENUM -> ALEATORY_KEY, EMAIL, PHONE_NUMBER or TAXPAYER_ID (CPF or CNPJ without special characters)\r\n        \"key\": \"65371068260\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/persons","urlObject":{"protocol":"https","path":["banking","originator","persons"],"host":["sandbox","platform","flowfinance","com","br"],"query":[],"variable":[]}},"response":[{"id":"f3066ef9-6851-4b68-91a6-c585de392aa9","name":"200 - Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"full_name\": \"full_name\",\r\n    \"taxpayer_id\": \"65371068260\", // CPF or CNPJ without special characters ( . - / )\r\n    \"sex\": \"string\", // ENUM -> MALE, FEMALE or OTHER\r\n    \"nationality\": \"string\",\r\n    \"birth_date\": \"YYYY-MM-DD\",\r\n    \"occupation\": \"string\",\r\n    \"pep\": false, // Politically Exposed Person - By default -> false\r\n    \"email_address\": \"string\",\r\n    \"marital_property_system\": \"string\", // ENUM -> FINAL_COMMUNION, FULL_COMMUNION, NO_COMMUNION or PARTIAL_COMMUNION\r\n    \"education_level\": \"string\", // ENUM -> NOT_INFORMED, HIGHER_LEVEL, HIGHER_INCOMPLETE, SECONDARY_COMPLETE, SECONDARY_INCOMPLETE, PRIMARY_COMPLETE, PRIMARY_INCOMPLETE, LITERATE_WITHOUT_FORMAL_EDUCATION or ILLITERATE\r\n    \"monthly_income\": 45000,\r\n    \"mothers_name\": \"string\",\r\n    \"id_document\": {\r\n        \"issue_date\": \"string\", \r\n        \"issuer\": \"string\", // SSP-SP = Sao Paulo - SSP-RJ = Rio de Janeiro\r\n        \"number\": \"string\",\r\n        \"type\": \"string\", // ENUM -> CNH, PASSPORT, RG or RNE\r\n        \"sex\": \"string\" // On the document - ENUM -> FEMALE, MALE or OTHER\r\n    },\r\n    \"phone\": {\r\n        \"country_code\": \"string\", // DDI - 55 -> Brazil\r\n        \"area_code\": \"string\", // DDD - 11 -> Sao Paulo city\r\n        \"number\": \"string\" // Phone number \r\n    },\r\n    \"address\": {\r\n        \"street_number\": 123,\r\n        \"street_name\": \"\",\r\n        \"postal_code\": \"03273500\", // Postal code without special characters\r\n        \"district\": \"string\",\r\n        \"city\": \"string\",\r\n        \"state_code\": \"string\", // State - SP -> Sao Paulo - RJ -> Rio de Janeiro\r\n        \"country_code\": \"BRA\" // Country - BRA -> Brazil\r\n    },\r\n    \"external_bank_account\":{\r\n        \"bank_code\": \"string\", \r\n        \"bank_account\": \"string\",\r\n        \"bank_account_digit\": \"string\",\r\n        \"bank_branch\": \"string\",\r\n        \"bank_account_type\": \"string\", // ENUM -> CACC = Current Account, TRAN = Transacting Account, SLRY = Salary Account, SVGSS = Savings Account\r\n        \"ispb_code\": \"string\" // Recipient institution code in the Brazilian Instant Payment System (SPI)\r\n    },\r\n    \"pix\": {\r\n        \"key_type\": \"string\", // ENUM -> ALEATORY_KEY, EMAIL, PHONE_NUMBER or TAXPAYER_ID (CPF or CNPJ without special characters)\r\n        \"key\": \"string\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/persons"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"91b43b79-654e-4fb1-9c9a-dfefe71a4094"},{"name":"3rd A — Send Consent Evidence by File","id":"6ebf6478-9824-4c34-af9f-2c3fa3dc81f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer <SEU_TOKEN_JWT>"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"document","contentType":"application/pdf","type":"file","src":"/C:/Users/karthen.junior/Downloads/Conf. _ Elegibilidade do termo SCR.docx.pdf"}]},"url":"/banking/originator/persons/:person_id/scr/evidence","urlObject":{"path":["banking","originator","persons",":person_id","scr","evidence"],"host":[""],"query":[],"variable":[{"id":"cb3db071-e553-4334-9629-f7f26db63740","type":"any","value":"","key":"person_id"}]}},"response":[],"_postman_id":"6ebf6478-9824-4c34-af9f-2c3fa3dc81f2"},{"name":"3rd B — Send Consent Evidence by Hash","id":"52e571af-3963-41d5-bdca-a1d6bfcc04c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{originator_access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"{{originator_access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"hash\": \"TEXT\"\n}","options":{"raw":{"language":"json"}}},"url":"banking/originator/persons/:person_id/scr/evidence","urlObject":{"path":["originator","persons",":person_id","scr","evidence"],"host":["banking"],"query":[],"variable":[{"id":"f50fc3fd-b1dc-47a7-886f-845dc7934bc1","type":"any","value":"","key":"person_id"}]}},"response":[],"_postman_id":"52e571af-3963-41d5-bdca-a1d6bfcc04c9"},{"name":"4th — Retrieve Person's SCR","id":"6d28376e-8f92-4828-8d47-e344ae58276e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"authorization","value":"eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJuZWdFVEFDQlY2NGxHaTFHUTFkQ1hUSUo0Z2RCMGhUZEwxRTRwRmRMMi1vIn0.eyJleHAiOjE3NTg4NjQ1MjUsImlhdCI6MTc1ODg2MDkyNSwianRpIjoidHJydGNjOjk5ZTIyMGQwLWI4MjUtNGYxZi1hOTEzLWMxZjhjOGMzZTcxZSIsImlzcyI6Imh0dHA6Ly9rZXljbG9hay5zYW5kYm94Lm1hbmFnZW1lbnQuY2VsY29pbi5kZXYvcmVhbG1zL2NlbC1jcmVkaXQtYXBpIiwic3ViIjoiMzBkN3Nwc3B0ZWhxMm5sNTF1NjFmOTV0cTgiLCJ0eXAiOiJCZWFyZXIiLCJhenAiOiIzMGQ3c3BzcHRlaHEybmw1MXU2MWY5NXRxOCIsInNjb3BlIjoiYXBpLmJhbmtpbmcvb3JpZ2luYXRvciIsImNsaWVudEhvc3QiOiIxNzIuMTguMjUuMTg5IiwiY2xpZW50QWRkcmVzcyI6IjE3Mi4xOC4yNS4xODkiLCJjbGllbnRfaWQiOiIzMGQ3c3BzcHRlaHEybmw1MXU2MWY5NXRxOCJ9.fzpZ1R0wWYRfdmiRVDr-yvEIGildoLz0VAt13BY18oqOm7qsSsdm-s4_wJ_Be0Jzp5DGC6HPMwmBYwlI4ljC-Ac0l-CX9Hmkq4AbVDTB1_wQX9T8qEkN9qukOVD1dNzegYbNn5vpwuWytP30oa2XGPu9LaEALEtmZn5qZsTuMcHQbqpkexlacKvPKFd1QBckl_mWWun92P91RSuggcwTSu0MXYFwPti-LOKVQQdDDPvji71izf_hk0Z629b_7Gs_sqWNZMqa_kG-iVtxDkmdrdht_6N8-e10PLYLAlz8nsRFIk6RoE7XkTb7npWuT4QB5LlGO9jLhxk_YOIZOXCILw"}],"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/persons/:person_id/scr?refresh=true&reference_date=2024-06","urlObject":{"protocol":"https","path":["banking","originator","persons",":person_id","scr"],"host":["sandbox","platform","flowfinance","com","br"],"query":[{"description":{"content":"<p>Field to indicate whether to use cached results or perform a new query</p>\n","type":"text/plain"},"key":"refresh","value":"true"},{"key":"reference_date","value":"2024-06"}],"variable":[{"id":"08f44563-5cf0-47e9-b0b2-d1621f226d0e","type":"any","value":"","key":"person_id"}]}},"response":[{"id":"58756696-b7e6-4a00-a30c-54506f4ae8b4","name":"200 - Response","originalRequest":{"method":"GET","header":[{"key":"authorization","value":"eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJuZWdFVEFDQlY2NGxHaTFHUTFkQ1hUSUo0Z2RCMGhUZEwxRTRwRmRMMi1vIn0.eyJleHAiOjE3NTg4NjQ1MjUsImlhdCI6MTc1ODg2MDkyNSwianRpIjoidHJydGNjOjk5ZTIyMGQwLWI4MjUtNGYxZi1hOTEzLWMxZjhjOGMzZTcxZSIsImlzcyI6Imh0dHA6Ly9rZXljbG9hay5zYW5kYm94Lm1hbmFnZW1lbnQuY2VsY29pbi5kZXYvcmVhbG1zL2NlbC1jcmVkaXQtYXBpIiwic3ViIjoiMzBkN3Nwc3B0ZWhxMm5sNTF1NjFmOTV0cTgiLCJ0eXAiOiJCZWFyZXIiLCJhenAiOiIzMGQ3c3BzcHRlaHEybmw1MXU2MWY5NXRxOCIsInNjb3BlIjoiYXBpLmJhbmtpbmcvb3JpZ2luYXRvciIsImNsaWVudEhvc3QiOiIxNzIuMTguMjUuMTg5IiwiY2xpZW50QWRkcmVzcyI6IjE3Mi4xOC4yNS4xODkiLCJjbGllbnRfaWQiOiIzMGQ3c3BzcHRlaHEybmw1MXU2MWY5NXRxOCJ9.fzpZ1R0wWYRfdmiRVDr-yvEIGildoLz0VAt13BY18oqOm7qsSsdm-s4_wJ_Be0Jzp5DGC6HPMwmBYwlI4ljC-Ac0l-CX9Hmkq4AbVDTB1_wQX9T8qEkN9qukOVD1dNzegYbNn5vpwuWytP30oa2XGPu9LaEALEtmZn5qZsTuMcHQbqpkexlacKvPKFd1QBckl_mWWun92P91RSuggcwTSu0MXYFwPti-LOKVQQdDDPvji71izf_hk0Z629b_7Gs_sqWNZMqa_kG-iVtxDkmdrdht_6N8-e10PLYLAlz8nsRFIk6RoE7XkTb7npWuT4QB5LlGO9jLhxk_YOIZOXCILw"}],"url":{"raw":"https://sandbox.platform.flowfinance.com.br/banking/originator/persons/:person_id/scr?refresh=true&reference_date=2024-06","protocol":"https","host":["sandbox","platform","flowfinance","com","br"],"path":["banking","originator","persons",":person_id","scr"],"query":[{"key":"refresh","value":"true","description":"Field to indicate whether to use cached results or perform a new query"},{"key":"reference_date","value":"2024-06"}],"variable":[{"key":"person_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 26 Sep 2025 04:32:26 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"6112"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"RfiWMi-jGjQEMwA="}],"cookie":[],"responseTime":null,"body":"{\n    \"sucesso\": true,\n    \"mensagem\": null,\n    \"dados\": {\n        \"cnpjDaIFSolicitante\": \"48632754\",\n        \"codigoDoCliente\": \"1\",\n        \"coobrigacaoAssumida\": 0,\n        \"coobrigacaoRecebida\": 0,\n        \"dataBaseConsultada\": \"2024-06\",\n        \"dataInicioRelacionamento\": \"2010-06-01\",\n        \"listaDeResumoDasOperacoes\": [\n            {\n                \"listaDeVencimentos\": [\n                    {\n                        \"codigoVencimento\": \"v140\",\n                        \"valorVencimento\": \"386.94\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v150\",\n                        \"valorVencimento\": \"456.46\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v110\",\n                        \"valorVencimento\": \"5322.22\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v120\",\n                        \"valorVencimento\": \"4926.77\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v130\",\n                        \"valorVencimento\": \"128.98\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v230\",\n                        \"valorVencimento\": \"228.98\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v310\",\n                        \"valorVencimento\": \"528.98\"\n                    }\n                ],\n                \"modalidade\": \"0210\",\n                \"variacaoCambial\": \"N\"\n            },\n            {\n                \"listaDeVencimentos\": [\n                    {\n                        \"codigoVencimento\": \"v140\",\n                        \"valorVencimento\": \"2288.39\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v150\",\n                        \"valorVencimento\": \"517.44\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v110\",\n                        \"valorVencimento\": \"14770.78\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v120\",\n                        \"valorVencimento\": \"2231.83\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v130\",\n                        \"valorVencimento\": \"1790.15\"\n                    }\n                ],\n                \"modalidade\": \"1304\",\n                \"variacaoCambial\": \"N\"\n            },\n            {\n                \"listaDeVencimentos\": [\n                    {\n                        \"codigoVencimento\": \"v40\",\n                        \"valorVencimento\": \"4234.14\"\n                    }\n                ],\n                \"modalidade\": \"1904\",\n                \"variacaoCambial\": \"N\"\n            },\n            {\n                \"listaDeVencimentos\": [\n                    {\n                        \"codigoVencimento\": \"v150\",\n                        \"valorVencimento\": \"290.71\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v170\",\n                        \"valorVencimento\": \"23.59\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v165\",\n                        \"valorVencimento\": \"32.06\"\n                    }\n                ],\n                \"modalidade\": \"0203\",\n                \"variacaoCambial\": \"N\"\n            },\n            {\n                \"listaDeVencimentos\": [\n                    {\n                        \"codigoVencimento\": \"v140\",\n                        \"valorVencimento\": \"3608.93\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v150\",\n                        \"valorVencimento\": \"6451.16\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v160\",\n                        \"valorVencimento\": \"10304.03\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v110\",\n                        \"valorVencimento\": \"1331.4\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v170\",\n                        \"valorVencimento\": \"2614.48\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v120\",\n                        \"valorVencimento\": \"1297.54\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v130\",\n                        \"valorVencimento\": \"1265.6\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v165\",\n                        \"valorVencimento\": \"7058.45\"\n                    }\n                ],\n                \"modalidade\": \"0401\",\n                \"variacaoCambial\": \"N\"\n            },\n            {\n                \"listaDeVencimentos\": [\n                    {\n                        \"codigoVencimento\": \"v20\",\n                        \"valorVencimento\": \"1820\"\n                    }\n                ],\n                \"modalidade\": \"1902\",\n                \"variacaoCambial\": \"N\"\n            }\n        ],\n        \"percentualDocumentosProcessados\": \"98.08\",\n        \"percentualVolumeProcessado\": \"99.99\",\n        \"quantidadeDeInstituicoes\": \"6\",\n        \"quantidadeDeOperacoes\": \"23\",\n        \"quantidadeOperacoesDiscordancia\": \"0\",\n        \"quantidadeOperacoesSubJudice\": \"0\",\n        \"responsabilidadeTotalDiscordancia\": \"0\",\n        \"responsabilidadeTotalSubJudice\": \"0\",\n        \"riscoIndiretoVendor\": 0,\n        \"tipoDoCliente\": \"1\",\n        \"analise\": {\n            \"limiteDeCreditoEmDias\": {\n                \"ate360\": 1820,\n                \"acimaDe360\": 4234.14\n            },\n            \"creditoALiberarEmDias\": {\n                \"ate360\": 0,\n                \"acimaDe360\": 0\n            },\n            \"total\": {\n                \"aVencer\": 73152.05,\n                \"vencido\": 228.98\n            },\n            \"prejuizoEmMeses\": {\n                \"ate12\": 528.98,\n                \"acimaDe12Ate48\": 0,\n                \"acimaDe48\": 0\n            },\n            \"vencidoEmDias\": {\n                \"de1a14\": 0,\n                \"acimaDe15Ate30\": 0,\n                \"acimaDe31Ate60\": 0,\n                \"acimaDe61Ate90\": 228.98,\n                \"acimaDe91Ate120\": 0,\n                \"acimaDe121Ate150\": 0,\n                \"acimaDe151Ate180\": 0,\n                \"acimaDe181Ate240\": 0,\n                \"acimaDe241Ate300\": 0,\n                \"acimaDe301Ate360\": 0,\n                \"acimaDe361Ate540\": 0,\n                \"acimaDe540\": 0\n            },\n            \"detalhamento\": [\n                {\n                    \"modalidade\": {\n                        \"titulo\": \"Empréstimos\",\n                        \"subtitulo\": \"Cartão de crédito - compra, fatura parcelada ou saque financiado pela instituição emitente do cartão\"\n                    },\n                    \"variacaoCambial\": \"Não\",\n                    \"vencimentos\": [\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 91 a 180 dias\",\n                            \"valor\": \"386.94\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 181 a 360 dias\",\n                            \"valor\": \"456.46\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer até 30 dias\",\n                            \"valor\": \"5322.22\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 31 a 60 dias\",\n                            \"valor\": \"4926.77\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 61 a 90 dias\",\n                            \"valor\": \"128.98\"\n                        },\n                        {\n                            \"categoria\": \"vencidos\",\n                            \"descricao\": \"Vencidos de 61 a 90 dias\",\n                            \"valor\": \"228.98\"\n                        },\n                        {\n                            \"categoria\": \"prejuizo\",\n                            \"descricao\": \"Prejuizo ate 12 meses\",\n                            \"valor\": \"528.98\"\n                        }\n                    ],\n                    \"valor\": 11979.33\n                },\n                {\n                    \"modalidade\": {\n                        \"titulo\": \"Outros créditos\",\n                        \"subtitulo\": \"Cartão de crédito - compra à vista e parcelado lojista\"\n                    },\n                    \"variacaoCambial\": \"Não\",\n                    \"vencimentos\": [\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 91 a 180 dias\",\n                            \"valor\": \"2288.39\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 181 a 360 dias\",\n                            \"valor\": \"517.44\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer até 30 dias\",\n                            \"valor\": \"14770.78\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 31 a 60 dias\",\n                            \"valor\": \"2231.83\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 61 a 90 dias\",\n                            \"valor\": \"1790.15\"\n                        }\n                    ],\n                    \"valor\": 21598.59\n                },\n                {\n                    \"modalidade\": {\n                        \"titulo\": \"Limites\",\n                        \"subtitulo\": \"Cartão de crédito\"\n                    },\n                    \"variacaoCambial\": \"Não\",\n                    \"vencimentos\": [\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer (prazo não especificado)\",\n                            \"valor\": \"4234.14\"\n                        }\n                    ],\n                    \"valor\": 4234.14\n                },\n                {\n                    \"modalidade\": {\n                        \"titulo\": \"Empréstimos\",\n                        \"subtitulo\": \"Crédito pessoal - sem consignação em folha de pagam.\"\n                    },\n                    \"variacaoCambial\": \"Não\",\n                    \"vencimentos\": [\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 181 a 360 dias\",\n                            \"valor\": \"290.71\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 1081 a 1440 dias\",\n                            \"valor\": \"23.59\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 721 a 1080 dias\",\n                            \"valor\": \"32.06\"\n                        }\n                    ],\n                    \"valor\": 346.36\n                },\n                {\n                    \"modalidade\": {\n                        \"titulo\": \"Financiamentos\",\n                        \"subtitulo\": \"Aquisição de bens - veículos automotores\"\n                    },\n                    \"variacaoCambial\": \"Não\",\n                    \"vencimentos\": [\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 91 a 180 dias\",\n                            \"valor\": \"3608.93\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 181 a 360 dias\",\n                            \"valor\": \"6451.16\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 361 a 720 dias\",\n                            \"valor\": \"10304.03\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer até 30 dias\",\n                            \"valor\": \"1331.4\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 1081 a 1440 dias\",\n                            \"valor\": \"2614.48\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 31 a 60 dias\",\n                            \"valor\": \"1297.54\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 61 a 90 dias\",\n                            \"valor\": \"1265.6\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 721 a 1080 dias\",\n                            \"valor\": \"7058.45\"\n                        }\n                    ],\n                    \"valor\": 33931.59\n                },\n                {\n                    \"modalidade\": {\n                        \"titulo\": \"Limites\",\n                        \"subtitulo\": \"Cheque especial\"\n                    },\n                    \"variacaoCambial\": \"Não\",\n                    \"vencimentos\": [\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer (prazo não especificado)\",\n                            \"valor\": \"1820\"\n                        }\n                    ],\n                    \"valor\": 1820\n                }\n            ],\n            \"carteiraAtiva\": 67326.89,\n            \"carteiraDeCredito\": 67855.87,\n            \"relacoesInterfinanceiras\": 0,\n            \"garantiasPrestadas\": 0,\n            \"coobrigacao\": 0,\n            \"responsabilidadeTotal\": 67855.87,\n            \"limiteDeCredito\": 6054.14,\n            \"creditosALiberar\": 0,\n            \"riscoTotal\": 73910.01\n        }\n    }\n}"}],"_postman_id":"6d28376e-8f92-4828-8d47-e344ae58276e"},{"name":"5th — Simulate Conditions","id":"70b848da-2758-4b37-9328-f4989f08dd62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"requested_amount\": 1000, // The credit amount\r\n    \"interest_rate\": 0.04, // 1.0 -> 100% - 0.5 -> 50% - 0.05 -> 5%\r\n    \"tac_amount\": 0, // tac_amount: 50 --> R$50 - tac_rate: 0.05 --> 5% do requested_amount\r\n    \"finance_fee\": 0, // Extra costs\r\n    \"iofType\": \"PERSON\", // ENUM -> BUSINESS or PERSON\r\n    \"num_payments\": 3, // Number of installments\r\n    \"first_payment_date\": \"YYYY-MM-DD\", // Date when the borrower will start repaying the credit\r\n    \"disbursement_date\": \"YYYY-MM-DD\", // Date the \"requested_amount\" is transferred to the borrower\r\n    \"borrower_type\": \"BUSINESS\", // ENUM -> PERSON or BUSINESS\r\n    \"schedule_type\": \"DAILY\" // ENUM -> MONTHLY or DAILY\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/products/:product_id/preview","urlObject":{"protocol":"https","path":["banking","originator","products",":product_id","preview"],"host":["sandbox","platform","flowfinance","com","br"],"query":[],"variable":[{"id":"f739ac95-5cc4-4c9a-b122-1a506e6938b8","type":"any","value":"f44f63e0-1d3c-4960-9f91-99dbb7911526","key":"product_id"}]}},"response":[],"_postman_id":"70b848da-2758-4b37-9328-f4989f08dd62"},{"name":"6th — Create a Application","id":"9d4303c1-fa2e-48bc-9114-c8770ae6d34c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"product\": {\r\n        \"id\": \"uuid\" // uuid genereted by Celcoin on Onbording phase\r\n    },\r\n    \"borrower\": {\r\n        \"id\": \"uuid\" // Person or Business ID\r\n    },\r\n    \"funding\": {\r\n        \"id\": \"uuid\" // uuid genereted by Celcoin on Onbording phase\r\n    },\r\n    \"requested_amount\": 100, // The loan amount\r\n    \"interest_rate\": 0.01, // 0.01 -> 1%\r\n    \"tac_amount\": 0, // Registration fee for borrower or application\r\n    \"tac_rate\": 0, // Registration fee rate for borrower or application - 0.01 -> 1%\r\n    \"finance_fee\": 0, // Extra costs\r\n    \"num_payments\": 12, // Number of installments\r\n    \"first_payment_date\": \"YYYY-MM-DD\", // Date when the borrower will start repaying the credit\r\n    \"disbursement_date\": \"YYYY-MM-DD\", // Date the \"requested_amount\" is transferred to the borrower\r\n    \"signature_collect_method\": \"\", // ENUM -> EMAIL, WHATSAPP, LINK, PHYSICAL or NONE - Method by which the borrower receives the CCB for signature\r\n    \"signature_provider\": \"\", // ENUM -> CELCOIN, CLICKSIGN, ZAPSIGN or UNICO\r\n    \"payment_method\": \"\", // ENUM -> PIX, BOLETO (Brazilian bank payment slip) or QRCODE_PIX (also known as EMV and PIX Copy and Paste)\r\n    \"custom_variables\": {\r\n        \"yourVariable\": \"your string\" // Customizable variable, pre-created by Celcoin. Contact Support to enable it.\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/applications","urlObject":{"protocol":"https","path":["banking","originator","applications"],"host":["sandbox","platform","flowfinance","com","br"],"query":[],"variable":[]}},"response":[{"id":"57c35fae-7c18-42a6-9bfa-c0591732679b","name":"Borrower as Beneficiary","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"product\": {\r\n        \"id\": \"uuid\"\r\n    },\r\n    \"borrower\": {\r\n        \"id\": \"uui\"\r\n    },\r\n    \"funding\": {\r\n        \"id\": \"uui\"\r\n    },\r\n    \"requested_amount\": 100,\r\n    \"interest_rate\": 0.01,\r\n    \"tac_amount\": 0,\r\n    \"finance_fee\": 0,\r\n    \"num_payments\": 12, \r\n    \"first_payment_date\": \"2024-11-21\",\r\n    \"disbursement_date\": \"2024-10-21\",\r\n    \"signature_collect_method\": \"NONE\",\r\n    \"signature_provider\": \"ZAPSIGN\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/applications"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id\": \"0a23ad94-a656-47b8-945a-33dcbe07b38a\",\n    \"product\": {\n        \"id\": \"f44f63e0-1d3c-4960-9f91-99dbb7911526\"\n    },\n    \"borrower\": {\n        \"id\": \"eb1388eb-f979-4605-9cbc-6981410ad91a\"\n    },\n    \"requested_amount\": 100,\n    \"interest_rate\": 0.01,\n    \"interest_pre_type\": \"BASE_365\",\n    \"annual_interest_rate\": 0.126825,\n    \"tac_amount\": 0,\n    \"finance_fee\": 0,\n    \"num_payments\": 12,\n    \"first_payment_date\": \"2025-11-21\",\n    \"disbursement_date\": \"2025-10-21\",\n    \"allow_disbursement_on_sign\": null,\n    \"issue_date\": \"2025-09-21\",\n    \"status\": \"AGREEMENT_RENDERING\",\n    \"cession_status\": \"NOT_CEDED\",\n    \"status_description\": null,\n    \"loan_details\": {\n        \"total_processing_cost\": 2.02,\n        \"annual_interest_rate\": 0.126825,\n        \"interest_rate\": 0.01,\n        \"annual_effective_interest_rate\": 0.169104,\n        \"monthly_effective_interest_rate\": 0.013105,\n        \"total_amount_owed\": 108.72,\n        \"disbursement_amount\": 100,\n        \"discount_amount\": 0,\n        \"discount_rate\": 0,\n        \"financed_amount\": 102.02,\n        \"iof_daily_rate\": 0.000082,\n        \"iof_amount\": 2.02,\n        \"iof_base_rate\": 0.0038,\n        \"payment_amount\": 9.06,\n        \"issue_date\": \"2025-09-21\",\n        \"schedule\": [\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.05,\n                \"balance\": 102,\n                \"interest\": 0.09,\n                \"principal\": 8.97,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 1,\n                \"running_day\": 31,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2025-11-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.07,\n                \"balance\": 93.03,\n                \"interest\": 0.18,\n                \"principal\": 8.88,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 2,\n                \"running_day\": 61,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2025-12-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.1,\n                \"balance\": 84.15,\n                \"interest\": 0.27,\n                \"principal\": 8.79,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 3,\n                \"running_day\": 92,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-01-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.12,\n                \"balance\": 75.36,\n                \"interest\": 0.36,\n                \"principal\": 8.7,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 4,\n                \"running_day\": 123,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-02-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.14,\n                \"balance\": 66.66,\n                \"interest\": 0.44,\n                \"principal\": 8.62,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 5,\n                \"running_day\": 151,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-03-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.16,\n                \"balance\": 58.04,\n                \"interest\": 0.52,\n                \"principal\": 8.54,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 6,\n                \"running_day\": 182,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-04-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.18,\n                \"balance\": 49.5,\n                \"interest\": 0.61,\n                \"principal\": 8.45,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 7,\n                \"running_day\": 212,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-05-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.2,\n                \"balance\": 41.05,\n                \"interest\": 0.69,\n                \"principal\": 8.37,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 8,\n                \"running_day\": 243,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-06-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.22,\n                \"balance\": 32.68,\n                \"interest\": 0.77,\n                \"principal\": 8.29,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 9,\n                \"running_day\": 273,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-07-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.23,\n                \"balance\": 24.39,\n                \"interest\": 0.86,\n                \"principal\": 8.2,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 10,\n                \"running_day\": 304,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-08-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.25,\n                \"balance\": 16.19,\n                \"interest\": 0.94,\n                \"principal\": 8.12,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 11,\n                \"running_day\": 335,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-09-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.3,\n                \"balance\": 8.07,\n                \"interest\": 0.99,\n                \"principal\": 8.07,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 12,\n                \"running_day\": 365,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-10-21\"\n            }\n        ],\n        \"last_payment_date\": \"2026-10-21\",\n        \"reference_rate\": null,\n        \"interest_pre_type\": \"BASE_365\",\n        \"interest_rate_frequency\": \"MONTHLY\",\n        \"amortization_type\": \"PRICE\",\n        \"interest_type\": \"PRE\",\n        \"grace_period_interest\": 0,\n        \"grace_period_amortizations\": [],\n        \"amortization_frequency\": \"MONTHLY\"\n    },\n    \"custom_variables\": {},\n    \"canceled_at\": null,\n    \"sequential_id\": 178204,\n    \"funding\": {\n        \"id\": \"ecc143f4-e1cc-499b-ae1f-be6a47004dca\",\n        \"legal_name\": \"NEOBANK DIGITAL SERVIÇOS LTDA\",\n        \"alias\": null,\n        \"metadata\": {\n            \"cod_backoffice\": {\n                \"value\": \"\",\n                \"sensitive\": false\n            }\n        }\n    },\n    \"payment_method\": \"BOLETO\",\n    \"backoffice_import_status\": \"NONE\",\n    \"guarantors\": [],\n    \"co_signers\": [],\n    \"investors\": [],\n    \"co_debtors\": [],\n    \"collateral_providers\": [],\n    \"representatives\": [],\n    \"sureties\": [],\n    \"signature_collect_method\": \"EMAIL\",\n    \"signature_provider\": \"ZAPSIGN\",\n    \"issuer_disbursement_type\": \"BENEFICIARY\",\n    \"signature_collect_options\": {\n        \"require_self_photo\": false,\n        \"require_document_photo\": false,\n        \"require_selfie_validation\": false\n    },\n    \"base_premium_amount\": 0.51,\n    \"additional_premium_amount\": 0,\n    \"loan\": null,\n    \"borrower_employer\": null,\n    \"disbursement\": null,\n    \"beneficiary_account\": {\n        \"registered_account_id\": null,\n        \"holder\": {\n            \"name\": \"Beatriz Lopes\",\n            \"taxpayer_id\": \"52016205156\"\n        },\n        \"external_bank_account\": null,\n        \"pix\": {\n            \"key\": \"52016205156\",\n            \"key_type\": \"TAXPAYER_ID\"\n        },\n        \"baas\": {\n            \"account_number\": null\n        }\n    },\n    \"created_at\": \"2025-09-21T22:18:45.873921Z\",\n    \"version\": 0,\n    \"cession_value\": 102.53,\n    \"issue_value\": 102.53,\n    \"issuer_migrated\": false,\n    \"custodian\": null,\n    \"signature_authentication_options\": {\n        \"mode\": \"NONE\"\n    },\n    \"managed_account_for_issuer_disbursement\": {\n        \"product_configuration\": null,\n        \"baas\": null\n    },\n    \"disbursement_attempts\": [],\n    \"payment_orders\": [\n        {\n            \"id\": \"32ed64c9-8431-4d45-9875-f30c365b1a1c\",\n            \"amount\": 100,\n            \"type\": \"PIX_OUT\",\n            \"status\": \"READY_FOR_PROCESSING\",\n            \"beneficiary_account\": {\n                \"registered_account_id\": null,\n                \"holder\": {\n                    \"name\": \"Beatriz Lopes\",\n                    \"taxpayer_id\": \"52016205156\"\n                },\n                \"external_bank_account\": null,\n                \"pix\": {\n                    \"key\": \"52016205156\",\n                    \"key_type\": \"TAXPAYER_ID\"\n                },\n                \"baas\": {\n                    \"account_number\": null\n                }\n            },\n            \"beneficiary_type\": \"BORROWER\",\n            \"billet_info\": null,\n            \"allow_failure\": null,\n            \"qrcode_info\": null,\n            \"principal\": null,\n            \"is_partial_disbursement\": null,\n            \"pay_application_id\": null\n        }\n    ],\n    \"ipoc_number\": \"486327540203152016205156178204\",\n    \"additional_installment_fee\": null,\n    \"additional_installment_description\": null,\n    \"external_ccb_number\": null,\n    \"annotation_id\": null,\n    \"split_beneficiary_account\": null,\n    \"entry_payment_info\": null,\n    \"consignment\": null,\n    \"contracts_to_purchase\": [],\n    \"bundle_item_name\": null\n}"},{"id":"125cad28-dd95-4dbb-8c05-bc105982180e","name":"With Custom Variables","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"product\": {\r\n        \"id\": \"uuid\"\r\n    },\r\n    \"borrower\": {\r\n        \"id\": \"uuid\"\r\n    },\r\n    \"funding\": {\r\n        \"id\": \"uuid\"\r\n    },\r\n    \"custom_variables\":{\r\n        \"your_string_value\": \"string\",\r\n        \"your_int_value\": 0\r\n    },\r\n    \"requested_amount\": 100,\r\n    \"interest_rate\": 0.01,\r\n    \"tac_amount\": 0,\r\n    \"finance_fee\": 0,\r\n    \"num_payments\": 12, \r\n    \"first_payment_date\": \"2024-11-21\",\r\n    \"disbursement_date\": \"2024-10-21\",\r\n    \"signature_collect_method\": \"EMAIL\",\r\n    \"signature_provider\": \"ZAPSIGN\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/applications"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id\": \"0a23ad94-a656-47b8-945a-33dcbe07b38a\",\n    \"product\": {\n        \"id\": \"f44f63e0-1d3c-4960-9f91-99dbb7911526\"\n    },\n    \"borrower\": {\n        \"id\": \"eb1388eb-f979-4605-9cbc-6981410ad91a\"\n    },\n    \"requested_amount\": 100,\n    \"interest_rate\": 0.01,\n    \"interest_pre_type\": \"BASE_365\",\n    \"annual_interest_rate\": 0.126825,\n    \"tac_amount\": 0,\n    \"finance_fee\": 0,\n    \"num_payments\": 12,\n    \"first_payment_date\": \"2025-11-21\",\n    \"disbursement_date\": \"2025-10-21\",\n    \"allow_disbursement_on_sign\": null,\n    \"issue_date\": \"2025-09-21\",\n    \"status\": \"AGREEMENT_RENDERING\",\n    \"cession_status\": \"NOT_CEDED\",\n    \"status_description\": null,\n    \"loan_details\": {\n        \"total_processing_cost\": 2.02,\n        \"annual_interest_rate\": 0.126825,\n        \"interest_rate\": 0.01,\n        \"annual_effective_interest_rate\": 0.169104,\n        \"monthly_effective_interest_rate\": 0.013105,\n        \"total_amount_owed\": 108.72,\n        \"disbursement_amount\": 100,\n        \"discount_amount\": 0,\n        \"discount_rate\": 0,\n        \"financed_amount\": 102.02,\n        \"iof_daily_rate\": 0.000082,\n        \"iof_amount\": 2.02,\n        \"iof_base_rate\": 0.0038,\n        \"payment_amount\": 9.06,\n        \"issue_date\": \"2025-09-21\",\n        \"schedule\": [\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.05,\n                \"balance\": 102,\n                \"interest\": 0.09,\n                \"principal\": 8.97,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 1,\n                \"running_day\": 31,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2025-11-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.07,\n                \"balance\": 93.03,\n                \"interest\": 0.18,\n                \"principal\": 8.88,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 2,\n                \"running_day\": 61,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2025-12-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.1,\n                \"balance\": 84.15,\n                \"interest\": 0.27,\n                \"principal\": 8.79,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 3,\n                \"running_day\": 92,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-01-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.12,\n                \"balance\": 75.36,\n                \"interest\": 0.36,\n                \"principal\": 8.7,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 4,\n                \"running_day\": 123,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-02-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.14,\n                \"balance\": 66.66,\n                \"interest\": 0.44,\n                \"principal\": 8.62,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 5,\n                \"running_day\": 151,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-03-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.16,\n                \"balance\": 58.04,\n                \"interest\": 0.52,\n                \"principal\": 8.54,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 6,\n                \"running_day\": 182,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-04-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.18,\n                \"balance\": 49.5,\n                \"interest\": 0.61,\n                \"principal\": 8.45,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 7,\n                \"running_day\": 212,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-05-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.2,\n                \"balance\": 41.05,\n                \"interest\": 0.69,\n                \"principal\": 8.37,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 8,\n                \"running_day\": 243,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-06-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.22,\n                \"balance\": 32.68,\n                \"interest\": 0.77,\n                \"principal\": 8.29,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 9,\n                \"running_day\": 273,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-07-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.23,\n                \"balance\": 24.39,\n                \"interest\": 0.86,\n                \"principal\": 8.2,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 10,\n                \"running_day\": 304,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-08-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.25,\n                \"balance\": 16.19,\n                \"interest\": 0.94,\n                \"principal\": 8.12,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 11,\n                \"running_day\": 335,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-09-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.3,\n                \"balance\": 8.07,\n                \"interest\": 0.99,\n                \"principal\": 8.07,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 12,\n                \"running_day\": 365,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-10-21\"\n            }\n        ],\n        \"last_payment_date\": \"2026-10-21\",\n        \"reference_rate\": null,\n        \"interest_pre_type\": \"BASE_365\",\n        \"interest_rate_frequency\": \"MONTHLY\",\n        \"amortization_type\": \"PRICE\",\n        \"interest_type\": \"PRE\",\n        \"grace_period_interest\": 0,\n        \"grace_period_amortizations\": [],\n        \"amortization_frequency\": \"MONTHLY\"\n    },\n    \"custom_variables\": {},\n    \"canceled_at\": null,\n    \"sequential_id\": 178204,\n    \"funding\": {\n        \"id\": \"ecc143f4-e1cc-499b-ae1f-be6a47004dca\",\n        \"legal_name\": \"NEOBANK DIGITAL SERVIÇOS LTDA\",\n        \"alias\": null,\n        \"metadata\": {\n            \"cod_backoffice\": {\n                \"value\": \"\",\n                \"sensitive\": false\n            }\n        }\n    },\n    \"payment_method\": \"BOLETO\",\n    \"backoffice_import_status\": \"NONE\",\n    \"guarantors\": [],\n    \"co_signers\": [],\n    \"investors\": [],\n    \"co_debtors\": [],\n    \"collateral_providers\": [],\n    \"representatives\": [],\n    \"sureties\": [],\n    \"signature_collect_method\": \"EMAIL\",\n    \"signature_provider\": \"ZAPSIGN\",\n    \"issuer_disbursement_type\": \"BENEFICIARY\",\n    \"signature_collect_options\": {\n        \"require_self_photo\": false,\n        \"require_document_photo\": false,\n        \"require_selfie_validation\": false\n    },\n    \"base_premium_amount\": 0.51,\n    \"additional_premium_amount\": 0,\n    \"loan\": null,\n    \"borrower_employer\": null,\n    \"disbursement\": null,\n    \"beneficiary_account\": {\n        \"registered_account_id\": null,\n        \"holder\": {\n            \"name\": \"Beatriz Lopes\",\n            \"taxpayer_id\": \"52016205156\"\n        },\n        \"external_bank_account\": null,\n        \"pix\": {\n            \"key\": \"52016205156\",\n            \"key_type\": \"TAXPAYER_ID\"\n        },\n        \"baas\": {\n            \"account_number\": null\n        }\n    },\n    \"created_at\": \"2025-09-21T22:18:45.873921Z\",\n    \"version\": 0,\n    \"cession_value\": 102.53,\n    \"issue_value\": 102.53,\n    \"issuer_migrated\": false,\n    \"custodian\": null,\n    \"signature_authentication_options\": {\n        \"mode\": \"NONE\"\n    },\n    \"managed_account_for_issuer_disbursement\": {\n        \"product_configuration\": null,\n        \"baas\": null\n    },\n    \"disbursement_attempts\": [],\n    \"payment_orders\": [\n        {\n            \"id\": \"32ed64c9-8431-4d45-9875-f30c365b1a1c\",\n            \"amount\": 100,\n            \"type\": \"PIX_OUT\",\n            \"status\": \"READY_FOR_PROCESSING\",\n            \"beneficiary_account\": {\n                \"registered_account_id\": null,\n                \"holder\": {\n                    \"name\": \"Beatriz Lopes\",\n                    \"taxpayer_id\": \"52016205156\"\n                },\n                \"external_bank_account\": null,\n                \"pix\": {\n                    \"key\": \"52016205156\",\n                    \"key_type\": \"TAXPAYER_ID\"\n                },\n                \"baas\": {\n                    \"account_number\": null\n                }\n            },\n            \"beneficiary_type\": \"BORROWER\",\n            \"billet_info\": null,\n            \"allow_failure\": null,\n            \"qrcode_info\": null,\n            \"principal\": null,\n            \"is_partial_disbursement\": null,\n            \"pay_application_id\": null\n        }\n    ],\n    \"ipoc_number\": \"486327540203152016205156178204\",\n    \"additional_installment_fee\": null,\n    \"additional_installment_description\": null,\n    \"external_ccb_number\": null,\n    \"annotation_id\": null,\n    \"split_beneficiary_account\": null,\n    \"entry_payment_info\": null,\n    \"consignment\": null,\n    \"contracts_to_purchase\": [],\n    \"bundle_item_name\": null\n}"},{"id":"f7efbcd0-9814-4de1-bf2b-3643cd3565f0","name":"External Account as Beneficiary","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"product\": {\r\n        \"id\": \"uuid\"\r\n    },\r\n    \"borrower\": {\r\n        \"id\": \"uuid\"\r\n    },\r\n    \"funding\": {\r\n        \"id\": \"uuid\"\r\n    },\r\n    \"beneficiary_account\": {\r\n        \"registered_account_id\": \"uuid\" // uuid genereted by Celcoin — Contact Support if you need generate one\r\n    },\r\n    \"requested_amount\": 100,\r\n    \"interest_rate\": 0.01,\r\n    \"tac_amount\": 0,\r\n    \"tac_rate\": 0,\r\n    \"finance_fee\": 0,\r\n    \"num_payments\": 12,\r\n    \"first_payment_date\": \"YYYY-MM-DD\",\r\n    \"disbursement_date\": \"YYYY-MM-DD\",\r\n    \"signature_collect_method\": \"NONE\",\r\n    \"signature_provider\": \"CELCOIN\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/applications"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9d4303c1-fa2e-48bc-9114-c8770ae6d34c"}],"id":"53a4af96-8976-4cae-80a2-11510bd0c211","_postman_id":"53a4af96-8976-4cae-80a2-11510bd0c211","description":""}],"id":"38f82795-2baf-4f3a-814e-b59c79818186","description":"<h2 id=\"mocked\">Mocked</h2>\n<p>On sandbox the response is a mock. Whatever date or CPF (<code>taxpayer_id</code>) you chosse, always return the same data.</p>\n","_postman_id":"38f82795-2baf-4f3a-814e-b59c79818186"},{"name":"QS — Crédito Pessoal (PF)","item":[{"name":"Arquivos da Operação","item":[{"name":"Download da CCB versão emitida","id":"e8fa2d9e-3fd5-42c3-bba6-4ad96e0f689e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/applications/:application_id/agreement","urlObject":{"protocol":"https","path":["banking","originator","applications",":application_id","agreement"],"host":["sandbox","platform","flowfinance","com","br"],"query":[],"variable":[{"id":"c1f80b7b-fcaa-4a4b-a2cc-b97b44ff2c65","description":{"content":"<p>Application ID generated when created</p>\n","type":"text/plain"},"type":"any","value":"","key":"application_id"}]}},"response":[],"_postman_id":"e8fa2d9e-3fd5-42c3-bba6-4ad96e0f689e"},{"name":"Download da CCB versão assinada","id":"bdb27f55-297b-438e-a2ef-a06ca420708a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/applications/:application_id/signed-agreement","urlObject":{"protocol":"https","path":["banking","originator","applications",":application_id","signed-agreement"],"host":["sandbox","platform","flowfinance","com","br"],"query":[],"variable":[{"id":"4ff27f06-8753-463b-bcb0-a81a6a4aedc3","description":{"content":"<p>IMPORTANT: The Application's Status must be anynone AFTER \"PENDING_SIGNATURE\"</p>\n","type":"text/plain"},"type":"any","value":"","key":"application_id"}]}},"response":[],"_postman_id":"bdb27f55-297b-438e-a2ef-a06ca420708a"},{"name":"Download do Recibo do desembolso","id":"85d52235-fdcb-4764-b5f8-c639b2260461","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/applications/:application_id/receipt","urlObject":{"protocol":"https","path":["banking","originator","applications",":application_id","receipt"],"host":["sandbox","platform","flowfinance","com","br"],"query":[],"variable":[{"id":"e3b44d2d-599e-4c86-8330-d361e060fcc5","description":{"content":"<p>IMPORTANT: The Application's status must be \"ISSUED\"</p>\n","type":"text/plain"},"type":"any","value":"","key":"application_id"}]}},"response":[],"_postman_id":"85d52235-fdcb-4764-b5f8-c639b2260461"}],"id":"9e5dc227-a3f2-4b87-bd59-59a66705d7a9","_postman_id":"9e5dc227-a3f2-4b87-bd59-59a66705d7a9","description":""},{"name":"1. — Obter o token","event":[{"listen":"test","script":{"exec":["pm.environment.set(\"originator_access_token\", pm.response.json().access_token);"],"type":"text/javascript","packages":{},"requests":{},"id":"feebf95a-d016-4140-a5cf-505986508bec"}}],"id":"eb590554-c339-43e6-9969-4906ff580515","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{originator_client_id}}"},{"key":"password","value":"{{originator_client_secret}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"grant_type","value":"client_credentials","type":"text"}]},"url":"https://sandbox.auth.flowfinance.com.br/oauth2/token","urlObject":{"protocol":"https","path":["oauth2","token"],"host":["sandbox","auth","flowfinance","com","br"],"query":[],"variable":[]}},"response":[{"id":"7c8ec73c-29e7-42d3-aa26-a74eccff5741","name":"200 - Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"grant_type","value":"client_credentials","type":"text"}]},"url":"https://sandbox.auth.flowfinance.com.br/oauth2/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 21 Sep 2025 05:06:45 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"x-ssl-cert","value":"no-cert"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=TgVz%2BkNEravBGkoWQlRpNq5wjRlKbNH8nSSxeWbdnTb%2BR954cRe1OPCpUVg4PoSdck%2Fjx3Jgk1Y99%2FUn8kX2YShtS1g2p5osCr10u7%2F4UeTWBBkY4lr7WKcz0OTSE70n8idufvrZqwsojQ%3D%3D\"}]}"},{"key":"Content-Encoding","value":"br"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"982708fc488d1ac2-GRU"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJuZWdFVEFDQlY2NGxHaTFHUTFkQ1hUSUo0Z2RCMGhUZEwxRTRwRmRMMi1vIn0.eyJleHAiOjE3NTg0MzQ4MDUsImlhdCI6MTc1ODQzMTIwNSwianRpIjoidHJydGNjOjNhZGQwNjJhLTcwOWQtNDYxMy04MDY1LTRmYjAxMjkwYTZlMyIsImlzcyI6Imh0dHA6Ly9rZXljbG9hay5zYW5kYm94Lm1hbmFnZW1lbnQuY2VsY29pbi5kZXYvcmVhbG1zL2NlbC1jcmVkaXQtYXBpIiwic3ViIjoiMzBkN3Nwc3B0ZWhxMm5sNTF1NjFmOTV0cTgiLCJ0eXAiOiJCZWFyZXIiLCJhenAiOiIzMGQ3c3BzcHRlaHEybmw1MXU2MWY5NXRxOCIsInNjb3BlIjoiYXBpLmJhbmtpbmcvb3JpZ2luYXRvciIsImNsaWVudEhvc3QiOiIxNzIuMTguMjUuMTQwIiwiY2xpZW50QWRkcmVzcyI6IjE3Mi4xOC4yNS4xNDAiLCJjbGllbnRfaWQiOiIzMGQ3c3BzcHRlaHEybmw1MXU2MWY5NXRxOCJ9.WOs4NdsyrI0k6EYWOIzOBqjHqSfQfS9VJNZUbLBiID9CrUMX7lfdT7ZaIHat2FXG8FuWcndk3jJBQlfkh4uUhUfIQvcFqldp3947UCCku6mv17beh_E9l-hdjBuDtAlDn6rEomeIHTihJs9hTDexfINkr_xq306rqDBQS-SY5RLVxSOui5Ww4dxzp1Ow4FWASpy89lkaXEN3-DcTpydmAnb1uejYiGsnm9jjguJJ95ZElWn1TjnC3vhQDSjMUUO22PwAGIhvHvjaCyJNjwybD3yO_fBFm4rUhLsHXKCArAW_JfadNTZtbLyy5UpAIKLdEcPkeTJO9nU9KxIRtjTyPg\",\n    \"expires_in\": 3600,\n    \"refresh_expires_in\": 0,\n    \"token_type\": \"Bearer\",\n    \"not-before-policy\": 0,\n    \"scope\": \"api.banking/originator\"\n}"}],"_postman_id":"eb590554-c339-43e6-9969-4906ff580515"},{"name":"2 — Cadastro do Tomador","id":"daa74174-fb93-42b2-8b63-e79341270ca6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"full_name\": \"Fulano de Tal\",\r\n    \"taxpayer_id\": \"93343138380\", // CPF or CNPJ without special characters ( . - / )\r\n    \"sex\": \"MALE\", // ENUM -> MALE, FEMALE or OTHER\r\n    \"nationality\": \"Brasileiro\",\r\n    \"birth_date\": \"1990-02-04\",\r\n    \"occupation\": \"Analista de Onboarding\",\r\n    \"pep\": false, // Politically Exposed Person - By default -> false\r\n    \"email_address\": \"fulano.tal@email.com\",\r\n    \"marital_property_system\": \"NO_COMMUNION\", // ENUM -> FINAL_COMMUNION, FULL_COMMUNION, NO_COMMUNION or PARTIAL_COMMUNION\r\n    \"monthly_income\": 45000,\r\n    \"mothers_name\": \"Nome da Mãe\",\r\n    \"id_document\": {\r\n        \"issue_date\": \"2010-05-20\",\r\n        \"issuer\": \"SSP\", // SSP-SP = Sao Paulo - SSP-RJ = Rio de Janeiro\r\n        \"number\": \"123456789\",\r\n        \"type\": \"RG\", // ENUM -> CNH, PASSPORT, RG or RNE\r\n        \"sex\": \"MALE\" // On the document - ENUM -> FEMALE, MALE or OTHER\r\n    },\r\n    \"phone\": {\r\n        \"country_code\": \"+55\", // DDI - 55 -> Brazil\r\n        \"area_code\": \"11\", // DDD - 11 -> Sao Paulo city\r\n        \"number\": \"999999999\" // Phone number \r\n    },\r\n    \"address\": {\r\n        \"street_number\": 123,\r\n        \"street_name\": \"Av. Exemplo\",\r\n        \"postal_code\": \"03273500\", // Postal code without special characters\r\n        \"district\": \"Bairro Exemplo\",\r\n        \"city\": \"São Paulo\",\r\n        \"state_code\": \"SP\", // State - SP -> Sao Paulo - RJ -> Rio de Janeiro\r\n        \"country_code\": \"BRA\" // Country - BRA -> Brazil\r\n    },\r\n    \"external_bank_account\": {\r\n        \"bank_code\": \"001\", \r\n        \"bank_account\": \"0123456\",\r\n        \"bank_account_digit\": \"7\",\r\n        \"bank_branch\": \"1234\",\r\n        \"bank_account_type\": \"CACC\", // ENUM -> CACC = Current Account, TRAN = Transacting Account, SLRY = Salary Account, SVGSS = Savings Account\r\n        \"ispb_code\": \"60701190\" // Recipient institution code in the Brazilian Instant Payment System (SPI)\r\n    },\r\n    \"pix\": {\r\n        \"key_type\": \"TAXPAYER_ID\", // ENUM -> ALEATORY_KEY, EMAIL, PHONE_NUMBER or TAXPAYER_ID (CPF or CNPJ without special characters)\r\n        \"key\": \"65371068260\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/persons","urlObject":{"protocol":"https","path":["banking","originator","persons"],"host":["sandbox","platform","flowfinance","com","br"],"query":[],"variable":[]}},"response":[{"id":"68ad43e5-fe5f-42d4-8b2f-4dfc36928667","name":"201 - Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"full_name\": \"Fulano de Tal\",\r\n    \"taxpayer_id\": \"93343138380\", // CPF or CNPJ without special characters ( . - / )\r\n    \"sex\": \"MALE\", // ENUM -> MALE, FEMALE or OTHER\r\n    \"nationality\": \"Brasileiro\",\r\n    \"birth_date\": \"1990-02-04\",\r\n    \"occupation\": \"Analista de Onboarding\",\r\n    \"pep\": false, // Politically Exposed Person - By default -> false\r\n    \"email_address\": \"fulano.tal@email.com\",\r\n    \"marital_property_system\": \"NO_COMMUNION\", // ENUM -> FINAL_COMMUNION, FULL_COMMUNION, NO_COMMUNION or PARTIAL_COMMUNION\r\n    \"monthly_income\": 45000,\r\n    \"mothers_name\": \"Nome da Mãe\",\r\n    \"id_document\": {\r\n        \"issue_date\": \"2010-05-20\",\r\n        \"issuer\": \"SSP\", // SSP-SP = Sao Paulo - SSP-RJ = Rio de Janeiro\r\n        \"number\": \"123456789\",\r\n        \"type\": \"RG\", // ENUM -> CNH, PASSPORT, RG or RNE\r\n        \"sex\": \"MALE\" // On the document - ENUM -> FEMALE, MALE or OTHER\r\n    },\r\n    \"phone\": {\r\n        \"country_code\": \"+55\", // DDI - 55 -> Brazil\r\n        \"area_code\": \"11\", // DDD - 11 -> Sao Paulo city\r\n        \"number\": \"999999999\" // Phone number \r\n    },\r\n    \"address\": {\r\n        \"street_number\": 123,\r\n        \"street_name\": \"Av. Exemplo\",\r\n        \"postal_code\": \"03273500\", // Postal code without special characters\r\n        \"district\": \"Bairro Exemplo\",\r\n        \"city\": \"São Paulo\",\r\n        \"state_code\": \"SP\", // State - SP -> Sao Paulo - RJ -> Rio de Janeiro\r\n        \"country_code\": \"BRA\" // Country - BRA -> Brazil\r\n    },\r\n    \"external_bank_account\": {\r\n        \"bank_code\": \"001\", \r\n        \"bank_account\": \"0123456\",\r\n        \"bank_account_digit\": \"7\",\r\n        \"bank_branch\": \"1234\",\r\n        \"bank_account_type\": \"CACC\", // ENUM -> CACC = Current Account, TRAN = Transacting Account, SLRY = Salary Account, SVGSS = Savings Account\r\n        \"ispb_code\": \"60701190\" // Recipient institution code in the Brazilian Instant Payment System (SPI)\r\n    },\r\n    \"pix\": {\r\n        \"key_type\": \"TAXPAYER_ID\", // ENUM -> ALEATORY_KEY, EMAIL, PHONE_NUMBER or TAXPAYER_ID (CPF or CNPJ without special characters)\r\n        \"key\": \"65371068260\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/persons"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 10 Oct 2025 01:55:11 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"1406"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"SNUcAioBGjQEMjg="}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"5ce9bf35-1539-4867-a875-1719a0686356\",\n    \"taxpayer_id\": \"93343138380\",\n    \"nationality\": \"Brasileiro\",\n    \"pep\": false,\n    \"full_name\": \"Fulano de Tal\",\n    \"phone\": {\n        \"country_code\": \"+55\",\n        \"area_code\": \"11\",\n        \"number\": \"999999999\",\n        \"formatted_number\": \"+5511999999999\"\n    },\n    \"occupation\": \"Analista de Onboarding\",\n    \"birth_date\": \"1990-02-04\",\n    \"marital_status\": null,\n    \"email_address\": \"fulano.tal@email.com\",\n    \"mothers_name\": \"Nome da Mãe\",\n    \"marital_property_system\": \"NO_COMMUNION\",\n    \"id_document\": {\n        \"number\": \"123456789\",\n        \"issuer\": \"SSP\",\n        \"issue_date\": \"2010-05-20\",\n        \"type\": \"RG\"\n    },\n    \"sex\": \"MALE\",\n    \"address\": {\n        \"street_name\": \"Av. Exemplo\",\n        \"street_number\": 123,\n        \"postal_code\": \"03273500\",\n        \"district\": \"Bairro Exemplo\",\n        \"city\": \"São Paulo\",\n        \"state_code\": \"SP\",\n        \"country_code\": \"BRA\",\n        \"extra_info\": null\n    },\n    \"pix\": {\n        \"key\": \"65371068260\",\n        \"key_type\": \"TAXPAYER_ID\"\n    },\n    \"external_bank_account\": {\n        \"bank_code\": \"001\",\n        \"bank_account\": \"0123456\",\n        \"bank_account_digit\": \"7\",\n        \"bank_branch\": \"1234\",\n        \"bank_account_type\": \"CACC\",\n        \"ispb_code\": \"00000000\"\n    },\n    \"custom_variables\": {},\n    \"spouse_full_name\": null,\n    \"originator\": {\n        \"id\": \"3541eedc-5939-42cd-bf4d-922a36e0333a\",\n        \"legal_name\": \"KARTECH SOLUÇÕES FINANCEIRAS S.A.\"\n    },\n    \"employer\": null,\n    \"created_at\": \"2025-10-10T01:55:11.680191Z\",\n    \"version\": 0,\n    \"spouse_taxpayer_id\": null,\n    \"spouse_date_of_birth\": null,\n    \"birthplace\": null,\n    \"monthly_income\": 45000,\n    \"income_range\": null,\n    \"has_scr_evidence\": false,\n    \"scr_evidence_provider\": null,\n    \"scr_evidence_type\": null,\n    \"education_level\": \"NOT_INFORMED\"\n}"}],"_postman_id":"daa74174-fb93-42b2-8b63-e79341270ca6"},{"name":"(opcional) Envio de documentos do Tomador","id":"ed113254-00c2-4048-adf1-742b747cdbc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"type","value":"","description":"<p>NATIONAL_ID, DRIVERS_LICENSE, MILITARY_ID, PROOF_OF_INCOME, BALANCE_SHEETS, INCOME_STATEMENT, PROOF_OF_ADDRESS, BYLAWS, INCORPORATION_CERTIFICATE, FEDERAL_REGISTER_CERTIFICATE, INVOICE, CERTIFICATE, LETTER_OF_ATTORNEY, CONTRACT, SELFIE, OTHER</p>\n","type":"text"}]},"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/persons/:person_id/documents","urlObject":{"protocol":"https","path":["banking","originator","persons",":person_id","documents"],"host":["sandbox","platform","flowfinance","com","br"],"query":[],"variable":[{"id":"098d5ccc-49b9-40c4-9dfe-7f1cfe774eec","description":{"content":"<p>Person ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"person_id"}]}},"response":[],"_postman_id":"ed113254-00c2-4048-adf1-742b747cdbc3"},{"name":"(opcional) Simular por valor solicitado","id":"1c8a644f-5050-4fdb-9b8c-ea3318bd7d76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"requested_amount\": 1000, // The credit amount\r\n    \"interest_rate\": 0.04, // 1.0 -> 100% - 0.5 -> 50% - 0.05 -> 5%\r\n    \"tac_amount\": 0, // tac_amount: 50 --> R$50 - tac_rate: 0.05 --> 5% do requested_amount\r\n    \"finance_fee\": 0, // Extra costs\r\n    \"iofType\": \"PERSON\", // ENUM -> BUSINESS or PERSON\r\n    \"num_payments\": 3, // Number of installments\r\n    \"first_payment_date\": \"YYYY-MM-DD\", // Date when the borrower will start repaying the credit\r\n    \"disbursement_date\": \"YYYY-MM-DD\", // Date the \"requested_amount\" is transferred to the borrower\r\n    \"borrower_type\": \"BUSINESS\", // ENUM -> PERSON or BUSINESS\r\n    \"schedule_type\": \"DAILY\" // ENUM -> MONTHLY or DAILY\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/products//preview","urlObject":{"protocol":"https","path":["banking","originator","products","","preview"],"host":["sandbox","platform","flowfinance","com","br"],"query":[],"variable":[]}},"response":[{"id":"aa2fe1ef-df05-44df-8f8c-32cb4d6a87a8","name":"200 - Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"requested_amount\": 1000, // The credit amount\r\n    \"interest_rate\": 0.04, // 1.0 -> 100% - 0.5 -> 50% - 0.05 -> 5%\r\n    \"tac_amount\": 0, // tac_amount: 50 --> R$50 - tac_rate: 0.05 --> 5% do requested_amount\r\n    \"finance_fee\": 0, // Extra costs\r\n    \"iofType\": \"PERSON\", // ENUM -> BUSINESS or PERSON\r\n    \"num_payments\": 3, // Number of installments\r\n    \"first_payment_date\": \"2025-09-30\", // Date when the borrower will start repaying the credit\r\n    \"disbursement_date\": \"2025-09-21\", // Date the \"requested_amount\" is transferred to the borrower\r\n    \"borrower_type\": \"BUSINESS\", // ENUM -> PERSON or BUSINESS\r\n    \"schedule_type\": \"DAILY\" // ENUM -> MONTHLY or DAILY\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/products//preview"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 21 Sep 2025 23:25:41 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"1623"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"RRpqWg2JGjQEPyg="}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": null,\n    \"expiration_date\": null,\n    \"total_processing_cost\": 3.98,\n    \"annual_interest_rate\": 0.601032,\n    \"annual_effective_interest_rate\": 2.300062,\n    \"monthly_effective_interest_rate\": 0.104613,\n    \"iof_amount\": 3.98,\n    \"finance_fee\": 0,\n    \"interest_rate\": 0.04,\n    \"tac_amount\": 0,\n    \"discount_amount\": 0,\n    \"discount_rate\": 0,\n    \"total_amount_owed\": 1006.56,\n    \"financed_amount\": 1003.98,\n    \"iof_daily_rate\": 0.000082,\n    \"iof_base_rate\": 0.0038,\n    \"requested_amount\": 1000,\n    \"payment_amount\": 335.52,\n    \"disbursement_amount\": 1000,\n    \"num_periods\": 3,\n    \"first_payment_date\": \"2025-09-30\",\n    \"issue_date\": \"2025-09-21\",\n    \"disbursement_date\": \"2025-09-21\",\n    \"created_at\": \"2025-09-21T23:25:41.086464Z\",\n    \"schedule\": [\n        {\n            \"payment\": 335.52,\n            \"iof\": 1.3,\n            \"balance\": 1003.98,\n            \"interest\": 0.43,\n            \"principal\": 335.09,\n            \"additional_value\": 0,\n            \"present_value\": null,\n            \"status\": null,\n            \"period\": 1,\n            \"running_day\": 1,\n            \"late_day\": null,\n            \"paid_value\": null,\n            \"payment_date\": \"2025-09-22\"\n        },\n        {\n            \"payment\": 335.52,\n            \"iof\": 1.32,\n            \"balance\": 668.88,\n            \"interest\": 0.86,\n            \"principal\": 334.66,\n            \"additional_value\": 0,\n            \"present_value\": null,\n            \"status\": null,\n            \"period\": 2,\n            \"running_day\": 2,\n            \"late_day\": null,\n            \"paid_value\": null,\n            \"payment_date\": \"2025-09-23\"\n        },\n        {\n            \"payment\": 335.52,\n            \"iof\": 1.36,\n            \"balance\": 334.22,\n            \"interest\": 1.29,\n            \"principal\": 334.22,\n            \"additional_value\": 0,\n            \"present_value\": null,\n            \"status\": null,\n            \"period\": 3,\n            \"running_day\": 3,\n            \"late_day\": null,\n            \"paid_value\": null,\n            \"payment_date\": \"2025-09-24\"\n        }\n    ],\n    \"schedule_type\": \"DAILY\",\n    \"borrower_type\": null,\n    \"amortization_type\": \"PRICE\",\n    \"interest_compounding_type\": \"COMPOUND\",\n    \"financed_iof\": true,\n    \"last_payment_date\": \"2025-09-24\",\n    \"interest_pre_type\": \"BASE_365\",\n    \"amortization_frequency\": null,\n    \"grace_period_amortization\": null,\n    \"interest_rate_frequency\": \"MONTHLY\"\n}"}],"_postman_id":"1c8a644f-5050-4fdb-9b8c-ea3318bd7d76"},{"name":"3 — Emissão da CCB","id":"32051193-8427-4fc4-95ff-12cd7d9234eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"borrower\": {\r\n        \"id\": \"{{borrowerid}}\"\r\n    },\r\n    \"product\": {\r\n        \"id\": \"{{productId}}\"\r\n    },\r\n    \"funding\": {\r\n        \"id\": \"{{fundingId}}\"\r\n    },\r\n    \"simulation_id\": \"{{id}}\",\r\n    \"first_payment_date\": \"2025-11-10\",\r\n    \"disbursement_date\": \"2025-10-22\",\r\n    \"amortization_type\": \"PRICE\",\r\n    \"amortization_frequency\": \"MONTHLY\",\r\n    \"interest_rate_frequency\": \"MONTHLY\",\r\n    \"signature_collect_method\": \"LINK\",\r\n    \"signature_provider\": \"CLICKSIGN\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/applications","urlObject":{"protocol":"https","path":["banking","originator","applications"],"host":["sandbox","platform","flowfinance","com","br"],"query":[],"variable":[]}},"response":[{"id":"30dc750c-0384-49a2-99d7-98aeb1d22678","name":"With Custom Variables","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"product\": {\r\n        \"id\": \"uuid\"\r\n    },\r\n    \"borrower\": {\r\n        \"id\": \"uuid\"\r\n    },\r\n    \"funding\": {\r\n        \"id\": \"uuid\"\r\n    },\r\n    \"custom_variables\":{\r\n        \"your_string_value\": \"string\",\r\n        \"your_int_value\": 0\r\n    },\r\n    \"requested_amount\": 100,\r\n    \"interest_rate\": 0.01,\r\n    \"tac_amount\": 0,\r\n    \"finance_fee\": 0,\r\n    \"num_payments\": 12, \r\n    \"first_payment_date\": \"2024-11-21\",\r\n    \"disbursement_date\": \"2024-10-21\",\r\n    \"signature_collect_method\": \"EMAIL\",\r\n    \"signature_provider\": \"ZAPSIGN\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/applications"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id\": \"0a23ad94-a656-47b8-945a-33dcbe07b38a\",\n    \"product\": {\n        \"id\": \"f44f63e0-1d3c-4960-9f91-99dbb7911526\"\n    },\n    \"borrower\": {\n        \"id\": \"eb1388eb-f979-4605-9cbc-6981410ad91a\"\n    },\n    \"requested_amount\": 100,\n    \"interest_rate\": 0.01,\n    \"interest_pre_type\": \"BASE_365\",\n    \"annual_interest_rate\": 0.126825,\n    \"tac_amount\": 0,\n    \"finance_fee\": 0,\n    \"num_payments\": 12,\n    \"first_payment_date\": \"2025-11-21\",\n    \"disbursement_date\": \"2025-10-21\",\n    \"allow_disbursement_on_sign\": null,\n    \"issue_date\": \"2025-09-21\",\n    \"status\": \"AGREEMENT_RENDERING\",\n    \"cession_status\": \"NOT_CEDED\",\n    \"status_description\": null,\n    \"loan_details\": {\n        \"total_processing_cost\": 2.02,\n        \"annual_interest_rate\": 0.126825,\n        \"interest_rate\": 0.01,\n        \"annual_effective_interest_rate\": 0.169104,\n        \"monthly_effective_interest_rate\": 0.013105,\n        \"total_amount_owed\": 108.72,\n        \"disbursement_amount\": 100,\n        \"discount_amount\": 0,\n        \"discount_rate\": 0,\n        \"financed_amount\": 102.02,\n        \"iof_daily_rate\": 0.000082,\n        \"iof_amount\": 2.02,\n        \"iof_base_rate\": 0.0038,\n        \"payment_amount\": 9.06,\n        \"issue_date\": \"2025-09-21\",\n        \"schedule\": [\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.05,\n                \"balance\": 102,\n                \"interest\": 0.09,\n                \"principal\": 8.97,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 1,\n                \"running_day\": 31,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2025-11-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.07,\n                \"balance\": 93.03,\n                \"interest\": 0.18,\n                \"principal\": 8.88,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 2,\n                \"running_day\": 61,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2025-12-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.1,\n                \"balance\": 84.15,\n                \"interest\": 0.27,\n                \"principal\": 8.79,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 3,\n                \"running_day\": 92,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-01-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.12,\n                \"balance\": 75.36,\n                \"interest\": 0.36,\n                \"principal\": 8.7,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 4,\n                \"running_day\": 123,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-02-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.14,\n                \"balance\": 66.66,\n                \"interest\": 0.44,\n                \"principal\": 8.62,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 5,\n                \"running_day\": 151,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-03-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.16,\n                \"balance\": 58.04,\n                \"interest\": 0.52,\n                \"principal\": 8.54,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 6,\n                \"running_day\": 182,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-04-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.18,\n                \"balance\": 49.5,\n                \"interest\": 0.61,\n                \"principal\": 8.45,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 7,\n                \"running_day\": 212,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-05-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.2,\n                \"balance\": 41.05,\n                \"interest\": 0.69,\n                \"principal\": 8.37,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 8,\n                \"running_day\": 243,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-06-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.22,\n                \"balance\": 32.68,\n                \"interest\": 0.77,\n                \"principal\": 8.29,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 9,\n                \"running_day\": 273,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-07-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.23,\n                \"balance\": 24.39,\n                \"interest\": 0.86,\n                \"principal\": 8.2,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 10,\n                \"running_day\": 304,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-08-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.25,\n                \"balance\": 16.19,\n                \"interest\": 0.94,\n                \"principal\": 8.12,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 11,\n                \"running_day\": 335,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-09-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.3,\n                \"balance\": 8.07,\n                \"interest\": 0.99,\n                \"principal\": 8.07,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 12,\n                \"running_day\": 365,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-10-21\"\n            }\n        ],\n        \"last_payment_date\": \"2026-10-21\",\n        \"reference_rate\": null,\n        \"interest_pre_type\": \"BASE_365\",\n        \"interest_rate_frequency\": \"MONTHLY\",\n        \"amortization_type\": \"PRICE\",\n        \"interest_type\": \"PRE\",\n        \"grace_period_interest\": 0,\n        \"grace_period_amortizations\": [],\n        \"amortization_frequency\": \"MONTHLY\"\n    },\n    \"custom_variables\": {},\n    \"canceled_at\": null,\n    \"sequential_id\": 178204,\n    \"funding\": {\n        \"id\": \"ecc143f4-e1cc-499b-ae1f-be6a47004dca\",\n        \"legal_name\": \"NEOBANK DIGITAL SERVIÇOS LTDA\",\n        \"alias\": null,\n        \"metadata\": {\n            \"cod_backoffice\": {\n                \"value\": \"\",\n                \"sensitive\": false\n            }\n        }\n    },\n    \"payment_method\": \"BOLETO\",\n    \"backoffice_import_status\": \"NONE\",\n    \"guarantors\": [],\n    \"co_signers\": [],\n    \"investors\": [],\n    \"co_debtors\": [],\n    \"collateral_providers\": [],\n    \"representatives\": [],\n    \"sureties\": [],\n    \"signature_collect_method\": \"EMAIL\",\n    \"signature_provider\": \"ZAPSIGN\",\n    \"issuer_disbursement_type\": \"BENEFICIARY\",\n    \"signature_collect_options\": {\n        \"require_self_photo\": false,\n        \"require_document_photo\": false,\n        \"require_selfie_validation\": false\n    },\n    \"base_premium_amount\": 0.51,\n    \"additional_premium_amount\": 0,\n    \"loan\": null,\n    \"borrower_employer\": null,\n    \"disbursement\": null,\n    \"beneficiary_account\": {\n        \"registered_account_id\": null,\n        \"holder\": {\n            \"name\": \"Beatriz Lopes\",\n            \"taxpayer_id\": \"52016205156\"\n        },\n        \"external_bank_account\": null,\n        \"pix\": {\n            \"key\": \"52016205156\",\n            \"key_type\": \"TAXPAYER_ID\"\n        },\n        \"baas\": {\n            \"account_number\": null\n        }\n    },\n    \"created_at\": \"2025-09-21T22:18:45.873921Z\",\n    \"version\": 0,\n    \"cession_value\": 102.53,\n    \"issue_value\": 102.53,\n    \"issuer_migrated\": false,\n    \"custodian\": null,\n    \"signature_authentication_options\": {\n        \"mode\": \"NONE\"\n    },\n    \"managed_account_for_issuer_disbursement\": {\n        \"product_configuration\": null,\n        \"baas\": null\n    },\n    \"disbursement_attempts\": [],\n    \"payment_orders\": [\n        {\n            \"id\": \"32ed64c9-8431-4d45-9875-f30c365b1a1c\",\n            \"amount\": 100,\n            \"type\": \"PIX_OUT\",\n            \"status\": \"READY_FOR_PROCESSING\",\n            \"beneficiary_account\": {\n                \"registered_account_id\": null,\n                \"holder\": {\n                    \"name\": \"Beatriz Lopes\",\n                    \"taxpayer_id\": \"52016205156\"\n                },\n                \"external_bank_account\": null,\n                \"pix\": {\n                    \"key\": \"52016205156\",\n                    \"key_type\": \"TAXPAYER_ID\"\n                },\n                \"baas\": {\n                    \"account_number\": null\n                }\n            },\n            \"beneficiary_type\": \"BORROWER\",\n            \"billet_info\": null,\n            \"allow_failure\": null,\n            \"qrcode_info\": null,\n            \"principal\": null,\n            \"is_partial_disbursement\": null,\n            \"pay_application_id\": null\n        }\n    ],\n    \"ipoc_number\": \"486327540203152016205156178204\",\n    \"additional_installment_fee\": null,\n    \"additional_installment_description\": null,\n    \"external_ccb_number\": null,\n    \"annotation_id\": null,\n    \"split_beneficiary_account\": null,\n    \"entry_payment_info\": null,\n    \"consignment\": null,\n    \"contracts_to_purchase\": [],\n    \"bundle_item_name\": null\n}"},{"id":"0bce220f-9733-4aa5-99bc-f6d7c206db7b","name":"Borrower as Beneficiary","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"product\": {\r\n        \"id\": \"uuid\"\r\n    },\r\n    \"borrower\": {\r\n        \"id\": \"uuid\"\r\n    },\r\n    \"funding\": {\r\n        \"id\": \"uuid\"\r\n    },\r\n    \"requested_amount\": 100,\r\n    \"interest_rate\": 0.01,\r\n    \"tac_amount\": 0,\r\n    \"finance_fee\": 0,\r\n    \"num_payments\": 12, \r\n    \"first_payment_date\": \"2024-11-21\",\r\n    \"disbursement_date\": \"2024-10-21\",\r\n    \"signature_collect_method\": \"EMAIL\",\r\n    \"signature_provider\": \"ZAPSIGN\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/applications"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id\": \"0a23ad94-a656-47b8-945a-33dcbe07b38a\",\n    \"product\": {\n        \"id\": \"f44f63e0-1d3c-4960-9f91-99dbb7911526\"\n    },\n    \"borrower\": {\n        \"id\": \"eb1388eb-f979-4605-9cbc-6981410ad91a\"\n    },\n    \"requested_amount\": 100,\n    \"interest_rate\": 0.01,\n    \"interest_pre_type\": \"BASE_365\",\n    \"annual_interest_rate\": 0.126825,\n    \"tac_amount\": 0,\n    \"finance_fee\": 0,\n    \"num_payments\": 12,\n    \"first_payment_date\": \"2025-11-21\",\n    \"disbursement_date\": \"2025-10-21\",\n    \"allow_disbursement_on_sign\": null,\n    \"issue_date\": \"2025-09-21\",\n    \"status\": \"AGREEMENT_RENDERING\",\n    \"cession_status\": \"NOT_CEDED\",\n    \"status_description\": null,\n    \"loan_details\": {\n        \"total_processing_cost\": 2.02,\n        \"annual_interest_rate\": 0.126825,\n        \"interest_rate\": 0.01,\n        \"annual_effective_interest_rate\": 0.169104,\n        \"monthly_effective_interest_rate\": 0.013105,\n        \"total_amount_owed\": 108.72,\n        \"disbursement_amount\": 100,\n        \"discount_amount\": 0,\n        \"discount_rate\": 0,\n        \"financed_amount\": 102.02,\n        \"iof_daily_rate\": 0.000082,\n        \"iof_amount\": 2.02,\n        \"iof_base_rate\": 0.0038,\n        \"payment_amount\": 9.06,\n        \"issue_date\": \"2025-09-21\",\n        \"schedule\": [\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.05,\n                \"balance\": 102,\n                \"interest\": 0.09,\n                \"principal\": 8.97,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 1,\n                \"running_day\": 31,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2025-11-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.07,\n                \"balance\": 93.03,\n                \"interest\": 0.18,\n                \"principal\": 8.88,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 2,\n                \"running_day\": 61,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2025-12-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.1,\n                \"balance\": 84.15,\n                \"interest\": 0.27,\n                \"principal\": 8.79,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 3,\n                \"running_day\": 92,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-01-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.12,\n                \"balance\": 75.36,\n                \"interest\": 0.36,\n                \"principal\": 8.7,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 4,\n                \"running_day\": 123,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-02-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.14,\n                \"balance\": 66.66,\n                \"interest\": 0.44,\n                \"principal\": 8.62,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 5,\n                \"running_day\": 151,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-03-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.16,\n                \"balance\": 58.04,\n                \"interest\": 0.52,\n                \"principal\": 8.54,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 6,\n                \"running_day\": 182,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-04-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.18,\n                \"balance\": 49.5,\n                \"interest\": 0.61,\n                \"principal\": 8.45,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 7,\n                \"running_day\": 212,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-05-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.2,\n                \"balance\": 41.05,\n                \"interest\": 0.69,\n                \"principal\": 8.37,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 8,\n                \"running_day\": 243,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-06-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.22,\n                \"balance\": 32.68,\n                \"interest\": 0.77,\n                \"principal\": 8.29,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 9,\n                \"running_day\": 273,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-07-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.23,\n                \"balance\": 24.39,\n                \"interest\": 0.86,\n                \"principal\": 8.2,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 10,\n                \"running_day\": 304,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-08-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.25,\n                \"balance\": 16.19,\n                \"interest\": 0.94,\n                \"principal\": 8.12,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 11,\n                \"running_day\": 335,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-09-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.3,\n                \"balance\": 8.07,\n                \"interest\": 0.99,\n                \"principal\": 8.07,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 12,\n                \"running_day\": 365,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-10-21\"\n            }\n        ],\n        \"last_payment_date\": \"2026-10-21\",\n        \"reference_rate\": null,\n        \"interest_pre_type\": \"BASE_365\",\n        \"interest_rate_frequency\": \"MONTHLY\",\n        \"amortization_type\": \"PRICE\",\n        \"interest_type\": \"PRE\",\n        \"grace_period_interest\": 0,\n        \"grace_period_amortizations\": [],\n        \"amortization_frequency\": \"MONTHLY\"\n    },\n    \"custom_variables\": {},\n    \"canceled_at\": null,\n    \"sequential_id\": 178204,\n    \"funding\": {\n        \"id\": \"ecc143f4-e1cc-499b-ae1f-be6a47004dca\",\n        \"legal_name\": \"NEOBANK DIGITAL SERVIÇOS LTDA\",\n        \"alias\": null,\n        \"metadata\": {\n            \"cod_backoffice\": {\n                \"value\": \"\",\n                \"sensitive\": false\n            }\n        }\n    },\n    \"payment_method\": \"BOLETO\",\n    \"backoffice_import_status\": \"NONE\",\n    \"guarantors\": [],\n    \"co_signers\": [],\n    \"investors\": [],\n    \"co_debtors\": [],\n    \"collateral_providers\": [],\n    \"representatives\": [],\n    \"sureties\": [],\n    \"signature_collect_method\": \"EMAIL\",\n    \"signature_provider\": \"ZAPSIGN\",\n    \"issuer_disbursement_type\": \"BENEFICIARY\",\n    \"signature_collect_options\": {\n        \"require_self_photo\": false,\n        \"require_document_photo\": false,\n        \"require_selfie_validation\": false\n    },\n    \"base_premium_amount\": 0.51,\n    \"additional_premium_amount\": 0,\n    \"loan\": null,\n    \"borrower_employer\": null,\n    \"disbursement\": null,\n    \"beneficiary_account\": {\n        \"registered_account_id\": null,\n        \"holder\": {\n            \"name\": \"Beatriz Lopes\",\n            \"taxpayer_id\": \"52016205156\"\n        },\n        \"external_bank_account\": null,\n        \"pix\": {\n            \"key\": \"52016205156\",\n            \"key_type\": \"TAXPAYER_ID\"\n        },\n        \"baas\": {\n            \"account_number\": null\n        }\n    },\n    \"created_at\": \"2025-09-21T22:18:45.873921Z\",\n    \"version\": 0,\n    \"cession_value\": 102.53,\n    \"issue_value\": 102.53,\n    \"issuer_migrated\": false,\n    \"custodian\": null,\n    \"signature_authentication_options\": {\n        \"mode\": \"NONE\"\n    },\n    \"managed_account_for_issuer_disbursement\": {\n        \"product_configuration\": null,\n        \"baas\": null\n    },\n    \"disbursement_attempts\": [],\n    \"payment_orders\": [\n        {\n            \"id\": \"32ed64c9-8431-4d45-9875-f30c365b1a1c\",\n            \"amount\": 100,\n            \"type\": \"PIX_OUT\",\n            \"status\": \"READY_FOR_PROCESSING\",\n            \"beneficiary_account\": {\n                \"registered_account_id\": null,\n                \"holder\": {\n                    \"name\": \"Beatriz Lopes\",\n                    \"taxpayer_id\": \"52016205156\"\n                },\n                \"external_bank_account\": null,\n                \"pix\": {\n                    \"key\": \"52016205156\",\n                    \"key_type\": \"TAXPAYER_ID\"\n                },\n                \"baas\": {\n                    \"account_number\": null\n                }\n            },\n            \"beneficiary_type\": \"BORROWER\",\n            \"billet_info\": null,\n            \"allow_failure\": null,\n            \"qrcode_info\": null,\n            \"principal\": null,\n            \"is_partial_disbursement\": null,\n            \"pay_application_id\": null\n        }\n    ],\n    \"ipoc_number\": \"486327540203152016205156178204\",\n    \"additional_installment_fee\": null,\n    \"additional_installment_description\": null,\n    \"external_ccb_number\": null,\n    \"annotation_id\": null,\n    \"split_beneficiary_account\": null,\n    \"entry_payment_info\": null,\n    \"consignment\": null,\n    \"contracts_to_purchase\": [],\n    \"bundle_item_name\": null\n}"},{"id":"dd0c658e-66f5-4b4b-b1cf-597fb458fed0","name":"External Account as Beneficiary","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"product\": {\r\n        \"id\": \"uuid\"\r\n    },\r\n    \"borrower\": {\r\n        \"id\": \"uuid\"\r\n    },\r\n    \"funding\": {\r\n        \"id\": \"uuid\"\r\n    },\r\n    \"beneficiary_account\": {\r\n        \"registered_account_id\": \"uuid\" // uuid genereted by Celcoin — Contact Support if you need generate one\r\n    },\r\n    \"requested_amount\": 100,\r\n    \"interest_rate\": 0.01,\r\n    \"tac_amount\": 0,\r\n    \"tac_rate\": 0,\r\n    \"finance_fee\": 0,\r\n    \"num_payments\": 12,\r\n    \"first_payment_date\": \"YYYY-MM-DD\",\r\n    \"disbursement_date\": \"YYYY-MM-DD\",\r\n    \"signature_collect_method\": \"NONE\",\r\n    \"signature_provider\": \"CELCOIN\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/applications"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"32051193-8427-4fc4-95ff-12cd7d9234eb"},{"name":"4.a — Assinatura da CCB por Timestamp-Hash (opcional)","id":"1f331081-c632-4b68-9165-a619a47bdd66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ip_address\": \"192.168.1.15\", // Gadget IP address\r\n    \"signed_at\": \"2024-07-26T14:53:58.590Z\", // Timestamp when got this infos\r\n    \"user_agent\": \"CFNetwork/1.0 Darwin/23.5.0 (iPhone iOS/17.5.1)teste@2.26.3+12761-PROD\", // The user agent\r\n    \"person\": {\r\n        \"id\": \"5ce9bf35-1539-4867-a875-1719a0686356\" // Person's uuid\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/applications/:application_id/signatures","urlObject":{"protocol":"https","path":["banking","originator","applications",":application_id","signatures"],"host":["sandbox","platform","flowfinance","com","br"],"query":[],"variable":[{"id":"6e5019f5-6c30-4fc4-b325-4c816595de28","description":{"content":"<p>IMPORTANT: The application's status must be PENDING_SIGNATURE</p>\n","type":"text/plain"},"type":"any","value":"3dbe73dc-d6ca-4ac2-a13b-8c7f96acf66b","key":"application_id"}]}},"response":[{"id":"8db01e79-d8c6-40ac-8e3b-f7b7b6a225a4","name":"200 - Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ip_address\": \"192.168.1.15\", // Gadget IP address\r\n    \"signed_at\": \"2024-07-26T14:53:58.590Z\", // Timestamp when got this infos\r\n    \"user_agent\": \"CFNetwork/1.0 Darwin/23.5.0 (iPhone iOS/17.5.1)teste@2.26.3+12761-PROD\", // The user agent\r\n    \"person\": {\r\n        \"id\": \"5ce9bf35-1539-4867-a875-1719a0686356\" // Person's uuid\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox.platform.flowfinance.com.br/banking/originator/applications/:application_id/signatures","protocol":"https","host":["sandbox","platform","flowfinance","com","br"],"path":["banking","originator","applications",":application_id","signatures"],"variable":[{"key":"application_id","value":"3dbe73dc-d6ca-4ac2-a13b-8c7f96acf66b","description":"IMPORTANT: The application's status must be PENDING_SIGNATURE"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 11 Oct 2025 01:34:19 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"686"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"SQkUUheDGjQEMQg="}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"aca1bb00-1bcc-40be-84d4-64d3029a95ef\",\n    \"ip_address\": \"192.168.1.15\",\n    \"user_agent\": \"CFNetwork/1.0 Darwin/23.5.0 (iPhone iOS/17.5.1)teste@2.26.3+12761-PROD\",\n    \"signed_at\": \"2024-07-26T14:53:58.59Z\",\n    \"person\": {\n        \"id\": \"5ce9bf35-1539-4867-a875-1719a0686356\",\n        \"full_name\": \"Fulano de Tal\",\n        \"taxpayer_id\": \"93343138380\"\n    },\n    \"collect_sign_link\": \"https://sandbox.signer.flowfinance.com.br/NGQwODVhZTgtYzI5NS00MTQ0LTk5ZGEtNTNmMGFiYTcwMWY5LDM1NDFlZWRjLTU5MzktNDJjZC1iZjRkLTkyMmEzNmUwMzMzYSwzZGJlNzNkYy1kNmNhLTRhYzItYTEzYi04YzdmOTZhY2Y2NmIsYWNhMWJiMDAtMWJjYy00MGJlLTg0ZDQtNjRkMzAyOWE5NWVm\",\n    \"created_at\": \"2025-10-11T01:33:28.679352Z\",\n    \"updated_at\": \"2025-10-11T01:34:19.325922Z\",\n    \"version\": 2,\n    \"external_id\": null\n}"}],"_postman_id":"1f331081-c632-4b68-9165-a619a47bdd66"},{"name":"4.b — Envio de uma CCB assinada externamente (opcional)","id":"660a9545-6277-4e38-bd39-69ff891250a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","description":"<p>The signed CCB file</p>\n","type":"file","value":null}]},"url":"https://sandbox.platform.flowfinance.com/banking/originator/applications/:application_id/physical-signature","urlObject":{"protocol":"https","path":["banking","originator","applications",":application_id","physical-signature"],"host":["sandbox","platform","flowfinance","com"],"query":[],"variable":[{"id":"c7231a99-4df8-4bbe-9047-72d3b903ab29","description":{"content":"<p>IMPORTANT: The Application's status must be PENDING_SIGNATURE</p>\n","type":"text/plain"},"type":"any","value":"","key":"application_id"}]}},"response":[],"_postman_id":"660a9545-6277-4e38-bd39-69ff891250a9"},{"name":"(opcional) Consulta do Qualification ID","id":"5c412ce6-d376-474d-957e-8ca4e820e881","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer"}],"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/products/:product_id/qualification-requests?application_id=3dbe73dc-d6ca-4ac2-a13b-8c7f96acf66b","urlObject":{"protocol":"https","path":["banking","originator","products",":product_id","qualification-requests"],"host":["sandbox","platform","flowfinance","com","br"],"query":[{"key":"application_id","value":"3dbe73dc-d6ca-4ac2-a13b-8c7f96acf66b"}],"variable":[{"id":"77d44c02-d638-407e-8159-4d79229e11ec","description":{"content":"<p>The application's product ID</p>\n","type":"text/plain"},"type":"any","value":"9243c0ed-e6bf-4923-8582-4c092d450835","key":"product_id"}]}},"response":[{"id":"ee48fd82-2281-48fb-b842-01606ae88a57","name":"200 - Response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer"}],"url":{"raw":"https://sandbox.platform.flowfinance.com.br/banking/originator/products/:product_id/qualification-requests?application_id=3dbe73dc-d6ca-4ac2-a13b-8c7f96acf66b","protocol":"https","host":["sandbox","platform","flowfinance","com","br"],"path":["banking","originator","products",":product_id","qualification-requests"],"query":[{"key":"application_id","value":"3dbe73dc-d6ca-4ac2-a13b-8c7f96acf66b"}],"variable":[{"key":"product_id","value":"9243c0ed-e6bf-4923-8582-4c092d450835","description":"The application's product ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 11 Oct 2025 01:35:41 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"7167"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"SQkhMh7pmjQEMQg="}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"id\": \"746a6862-2924-4c75-a6cd-29a5821fe346\",\n            \"funding\": {\n                \"id\": \"ecc143f4-e1cc-499b-ae1f-be6a47004dca\",\n                \"legal_name\": \"NEOBANK DIGITAL SERVIÇOS LTDA\",\n                \"alias\": null,\n                \"metadata\": {\n                    \"cod_backoffice\": {\n                        \"value\": \"\",\n                        \"sensitive\": false\n                    }\n                }\n            },\n            \"role\": \"APPLICATION\",\n            \"status\": \"pending_approval\",\n            \"borrower\": {\n                \"id\": \"5ce9bf35-1539-4867-a875-1719a0686356\",\n                \"name\": \"Fulano de Tal\"\n            },\n            \"application\": {\n                \"id\": \"3dbe73dc-d6ca-4ac2-a13b-8c7f96acf66b\",\n                \"product\": {\n                    \"id\": \"9243c0ed-e6bf-4923-8582-4c092d450835\"\n                },\n                \"borrower\": {\n                    \"id\": \"5ce9bf35-1539-4867-a875-1719a0686356\"\n                },\n                \"requested_amount\": 11,\n                \"interest_rate\": 0.01,\n                \"interest_base_rate\": \"BASE_365\",\n                \"annual_interest_rate\": 0.126825,\n                \"tac_amount\": 0,\n                \"finance_fee\": 0,\n                \"num_payments\": 12,\n                \"first_payment_date\": \"2025-11-10\",\n                \"disbursement_date\": \"2025-10-10\",\n                \"allow_disbursement_on_sign\": null,\n                \"issue_date\": \"2025-10-10\",\n                \"status\": \"PENDING_QUALIFICATION\",\n                \"cession_status\": \"NOT_CEDED\",\n                \"status_description\": null,\n                \"loan_details\": {\n                    \"total_processing_cost\": 0.22,\n                    \"annual_interest_rate\": 0.126825,\n                    \"interest_rate\": 0.01,\n                    \"annual_effective_interest_rate\": 0.176663,\n                    \"monthly_effective_interest_rate\": 0.013649,\n                    \"total_amount_owed\": 12,\n                    \"disbursement_amount\": 11,\n                    \"discount_amount\": 0,\n                    \"discount_rate\": 0,\n                    \"financed_amount\": 11.22,\n                    \"iof_daily_rate\": 0.000082,\n                    \"iof_amount\": 0.22,\n                    \"iof_base_rate\": 0.0038,\n                    \"payment_amount\": 1,\n                    \"issue_date\": \"2025-10-10\",\n                    \"schedule\": [\n                        {\n                            \"payment\": 1,\n                            \"iof\": 0,\n                            \"balance\": 10.33,\n                            \"interest\": 0.11,\n                            \"principal\": 0.89,\n                            \"additional_value\": 0,\n                            \"present_value\": null,\n                            \"status\": null,\n                            \"period\": 1,\n                            \"running_day\": 31,\n                            \"late_day\": null,\n                            \"paid_value\": null,\n                            \"payment_date\": \"2025-11-10\"\n                        },\n                        {\n                            \"payment\": 1,\n                            \"iof\": 0,\n                            \"balance\": 9.43,\n                            \"interest\": 0.1,\n                            \"principal\": 0.9,\n                            \"additional_value\": 0,\n                            \"present_value\": null,\n                            \"status\": null,\n                            \"period\": 2,\n                            \"running_day\": 30,\n                            \"late_day\": null,\n                            \"paid_value\": null,\n                            \"payment_date\": \"2025-12-10\"\n                        },\n                        {\n                            \"payment\": 1,\n                            \"iof\": 0.01,\n                            \"balance\": 8.53,\n                            \"interest\": 0.1,\n                            \"principal\": 0.9,\n                            \"additional_value\": 0,\n                            \"present_value\": null,\n                            \"status\": null,\n                            \"period\": 3,\n                            \"running_day\": 31,\n                            \"late_day\": null,\n                            \"paid_value\": null,\n                            \"payment_date\": \"2026-01-10\"\n                        },\n                        {\n                            \"payment\": 1,\n                            \"iof\": 0.01,\n                            \"balance\": 7.62,\n                            \"interest\": 0.09,\n                            \"principal\": 0.91,\n                            \"additional_value\": 0,\n                            \"present_value\": null,\n                            \"status\": null,\n                            \"period\": 4,\n                            \"running_day\": 31,\n                            \"late_day\": null,\n                            \"paid_value\": null,\n                            \"payment_date\": \"2026-02-10\"\n                        },\n                        {\n                            \"payment\": 1,\n                            \"iof\": 0.01,\n                            \"balance\": 6.69,\n                            \"interest\": 0.07,\n                            \"principal\": 0.93,\n                            \"additional_value\": 0,\n                            \"present_value\": null,\n                            \"status\": null,\n                            \"period\": 5,\n                            \"running_day\": 28,\n                            \"late_day\": null,\n                            \"paid_value\": null,\n                            \"payment_date\": \"2026-03-10\"\n                        },\n                        {\n                            \"payment\": 1,\n                            \"iof\": 0.01,\n                            \"balance\": 5.76,\n                            \"interest\": 0.07,\n                            \"principal\": 0.93,\n                            \"additional_value\": 0,\n                            \"present_value\": null,\n                            \"status\": null,\n                            \"period\": 6,\n                            \"running_day\": 31,\n                            \"late_day\": null,\n                            \"paid_value\": null,\n                            \"payment_date\": \"2026-04-10\"\n                        },\n                        {\n                            \"payment\": 1,\n                            \"iof\": 0.02,\n                            \"balance\": 4.82,\n                            \"interest\": 0.06,\n                            \"principal\": 0.94,\n                            \"additional_value\": 0,\n                            \"present_value\": null,\n                            \"status\": null,\n                            \"period\": 7,\n                            \"running_day\": 30,\n                            \"late_day\": null,\n                            \"paid_value\": null,\n                            \"payment_date\": \"2026-05-10\"\n                        },\n                        {\n                            \"payment\": 1,\n                            \"iof\": 0.02,\n                            \"balance\": 3.87,\n                            \"interest\": 0.05,\n                            \"principal\": 0.95,\n                            \"additional_value\": 0,\n                            \"present_value\": null,\n                            \"status\": null,\n                            \"period\": 8,\n                            \"running_day\": 31,\n                            \"late_day\": null,\n                            \"paid_value\": null,\n                            \"payment_date\": \"2026-06-10\"\n                        },\n                        {\n                            \"payment\": 1,\n                            \"iof\": 0.02,\n                            \"balance\": 2.91,\n                            \"interest\": 0.04,\n                            \"principal\": 0.96,\n                            \"additional_value\": 0,\n                            \"present_value\": null,\n                            \"status\": null,\n                            \"period\": 9,\n                            \"running_day\": 30,\n                            \"late_day\": null,\n                            \"paid_value\": null,\n                            \"payment_date\": \"2026-07-10\"\n                        },\n                        {\n                            \"payment\": 1,\n                            \"iof\": 0.02,\n                            \"balance\": 1.94,\n                            \"interest\": 0.03,\n                            \"principal\": 0.97,\n                            \"additional_value\": 0,\n                            \"present_value\": null,\n                            \"status\": null,\n                            \"period\": 10,\n                            \"running_day\": 31,\n                            \"late_day\": null,\n                            \"paid_value\": null,\n                            \"payment_date\": \"2026-08-10\"\n                        },\n                        {\n                            \"payment\": 1,\n                            \"iof\": 0.03,\n                            \"balance\": 0.96,\n                            \"interest\": 0.02,\n                            \"principal\": 0.98,\n                            \"additional_value\": 0,\n                            \"present_value\": null,\n                            \"status\": null,\n                            \"period\": 11,\n                            \"running_day\": 31,\n                            \"late_day\": null,\n                            \"paid_value\": null,\n                            \"payment_date\": \"2026-09-10\"\n                        },\n                        {\n                            \"payment\": 1,\n                            \"iof\": 0.07,\n                            \"balance\": 0,\n                            \"interest\": 0.04,\n                            \"principal\": 0.96,\n                            \"additional_value\": 0,\n                            \"present_value\": null,\n                            \"status\": null,\n                            \"period\": 12,\n                            \"running_day\": 30,\n                            \"late_day\": null,\n                            \"paid_value\": null,\n                            \"payment_date\": \"2026-10-10\"\n                        }\n                    ],\n                    \"last_payment_date\": \"2026-10-10\",\n                    \"reference_rate\": null,\n                    \"interest_pre_type\": \"BASE_365\",\n                    \"interest_rate_frequency\": \"MONTHLY\",\n                    \"amortization_type\": \"PRICE\",\n                    \"interest_type\": \"PRE\",\n                    \"grace_period_interest\": 0,\n                    \"grace_period_amortizations\": [],\n                    \"amortization_frequency\": \"MONTHLY\",\n                    \"insurance_amount\": 0\n                },\n                \"custom_variables\": {},\n                \"canceled_at\": null,\n                \"sequential_id\": 181512,\n                \"originator\": {\n                    \"id\": \"3541eedc-5939-42cd-bf4d-922a36e0333a\",\n                    \"legal_name\": \"KARTECH SOLUÇÕES FINANCEIRAS S.A.\"\n                },\n                \"funding\": {\n                    \"id\": \"ecc143f4-e1cc-499b-ae1f-be6a47004dca\",\n                    \"legal_name\": \"NEOBANK DIGITAL SERVIÇOS LTDA\",\n                    \"alias\": null,\n                    \"metadata\": {\n                        \"cod_backoffice\": {\n                            \"value\": \"\",\n                            \"sensitive\": false\n                        }\n                    }\n                },\n                \"payment_method\": \"BOLETO\",\n                \"backoffice_import_status\": \"NONE\",\n                \"guarantors\": null,\n                \"co_signers\": null,\n                \"investors\": null,\n                \"co_debtors\": null,\n                \"collateral_providers\": null,\n                \"representatives\": null,\n                \"sureties\": null,\n                \"signature_collect_method\": \"NONE\",\n                \"signature_provider\": \"CELCOIN\",\n                \"issuer_disbursement_type\": \"BENEFICIARY\",\n                \"signature_collect_options\": {\n                    \"require_self_photo\": false,\n                    \"require_document_photo\": false,\n                    \"require_selfie_validation\": false\n                },\n                \"base_premium_amount\": 0.06,\n                \"additional_premium_amount\": 0,\n                \"loan\": null,\n                \"borrower_employer\": null,\n                \"disbursement\": null,\n                \"beneficiary_account\": {\n                    \"registered_account_id\": null,\n                    \"holder\": {\n                        \"name\": \"Fulano de Tal\",\n                        \"taxpayer_id\": \"93343138380\"\n                    },\n                    \"external_bank_account\": {\n                        \"bank_code\": \"001\",\n                        \"bank_account\": \"0123456\",\n                        \"bank_account_digit\": \"7\",\n                        \"bank_branch\": \"1234\",\n                        \"bank_account_type\": \"CACC\",\n                        \"ispb_code\": \"00000000\"\n                    },\n                    \"pix\": {\n                        \"key\": \"65371068260\",\n                        \"key_type\": \"TAXPAYER_ID\"\n                    },\n                    \"baas\": {\n                        \"account_number\": null\n                    }\n                },\n                \"created_at\": \"2025-10-11T01:33:28.643219Z\",\n                \"updated_at\": \"2025-10-11T01:34:22.208075Z\",\n                \"version\": 3,\n                \"cession_value\": 11.28,\n                \"issue_value\": 11.28,\n                \"issuer_migrated\": false,\n                \"custodian\": null,\n                \"signature_authentication_options\": {\n                    \"mode\": \"NONE\"\n                },\n                \"managed_account_for_issuer_disbursement\": {\n                    \"product_configuration\": null,\n                    \"baas\": null\n                },\n                \"disbursement_attempts\": null,\n                \"payment_orders\": [\n                    {\n                        \"id\": \"6c120d20-720e-42e4-ad75-980ed41433eb\",\n                        \"amount\": 11,\n                        \"type\": \"PIX_OUT\",\n                        \"status\": \"READY_FOR_PROCESSING\",\n                        \"beneficiary_account\": {\n                            \"registered_account_id\": null,\n                            \"holder\": {\n                                \"name\": \"Fulano de Tal\",\n                                \"taxpayer_id\": \"93343138380\"\n                            },\n                            \"external_bank_account\": {\n                                \"bank_code\": \"001\",\n                                \"bank_account\": \"0123456\",\n                                \"bank_account_digit\": \"7\",\n                                \"bank_branch\": \"1234\",\n                                \"bank_account_type\": \"CACC\",\n                                \"ispb_code\": \"00000000\"\n                            },\n                            \"pix\": {\n                                \"key\": \"65371068260\",\n                                \"key_type\": \"TAXPAYER_ID\"\n                            },\n                            \"baas\": {\n                                \"account_number\": null\n                            }\n                        },\n                        \"beneficiary_type\": \"BORROWER\",\n                        \"billet_info\": null,\n                        \"allow_failure\": null,\n                        \"qrcode_info\": null,\n                        \"principal\": null,\n                        \"is_partial_disbursement\": null,\n                        \"pay_application_id\": null\n                    }\n                ],\n                \"ipoc_number\": \"486327540203193343138380181512\",\n                \"cession_id\": null,\n                \"commercial_paper_id\": null,\n                \"additional_installment_fee\": null,\n                \"additional_installment_description\": null,\n                \"external_ccb_number\": null\n            },\n            \"originator\": \"3541eedc-5939-42cd-bf4d-922a36e0333a\",\n            \"product\": {\n                \"id\": \"9243c0ed-e6bf-4923-8582-4c092d450835\",\n                \"name\": \"[Karthen Goat] Crédito Pessoal Celan [PF]\",\n                \"description\": \"Produto com Configurações Padrão — Sem Etapa de Aprovação — Minuta (CCB) Padrão da Celcoin\"\n            },\n            \"created_at\": \"2025-10-11T01:34:22.166953Z\",\n            \"version\": 0\n        }\n    ],\n    \"total_pages\": 1,\n    \"total_elements\": 1,\n    \"has_next\": false\n}"}],"_postman_id":"5c412ce6-d376-474d-957e-8ca4e820e881"},{"name":"(opcional) Aprovação de um Qualification ID","id":"d14edaaf-17b2-4744-8f16-5da6b02ff9b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"status\": \"QUALIFIED\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/products/:product_id/qualification-requests/:qualification_id/qualify","urlObject":{"protocol":"https","path":["banking","originator","products",":product_id","qualification-requests",":qualification_id","qualify"],"host":["sandbox","platform","flowfinance","com","br"],"query":[],"variable":[{"id":"49afaffe-2510-4dc0-a4ad-d17053369be6","type":"any","value":"9243c0ed-e6bf-4923-8582-4c092d450835","key":"product_id"},{"id":"ea824860-59aa-4dcb-a587-25a825d3f092","type":"any","value":"746a6862-2924-4c75-a6cd-29a5821fe346","key":"qualification_id"}]}},"response":[{"id":"bde2cdf3-6a61-43ea-98d0-4333d0130bcb","name":"200 - Response","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"status\": \"QUALIFIED\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox.platform.flowfinance.com.br/banking/originator/products/:product_id/qualification-requests/:qualification_id/qualify","protocol":"https","host":["sandbox","platform","flowfinance","com","br"],"path":["banking","originator","products",":product_id","qualification-requests",":qualification_id","qualify"],"variable":[{"key":"product_id","value":"9243c0ed-e6bf-4923-8582-4c092d450835"},{"key":"qualification_id","value":"746a6862-2924-4c75-a6cd-29a5821fe346"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 11 Oct 2025 01:41:26 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"7137"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"SQlXDgE2GjQEPFQ="}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id\": \"746a6862-2924-4c75-a6cd-29a5821fe346\",\n    \"funding\": {\n        \"id\": \"ecc143f4-e1cc-499b-ae1f-be6a47004dca\",\n        \"legal_name\": \"NEOBANK DIGITAL SERVIÇOS LTDA\",\n        \"alias\": null,\n        \"metadata\": {\n            \"cod_backoffice\": {\n                \"value\": \"\",\n                \"sensitive\": false\n            }\n        }\n    },\n    \"role\": \"APPLICATION\",\n    \"status\": \"QUALIFIED\",\n    \"borrower\": {\n        \"id\": \"5ce9bf35-1539-4867-a875-1719a0686356\",\n        \"name\": \"Fulano de Tal\"\n    },\n    \"application\": {\n        \"id\": \"3dbe73dc-d6ca-4ac2-a13b-8c7f96acf66b\",\n        \"product\": {\n            \"id\": \"9243c0ed-e6bf-4923-8582-4c092d450835\"\n        },\n        \"borrower\": {\n            \"id\": \"5ce9bf35-1539-4867-a875-1719a0686356\"\n        },\n        \"requested_amount\": 11,\n        \"interest_rate\": 0.01,\n        \"interest_base_rate\": \"BASE_365\",\n        \"annual_interest_rate\": 0.126825,\n        \"tac_amount\": 0,\n        \"finance_fee\": 0,\n        \"num_payments\": 12,\n        \"first_payment_date\": \"2025-11-10\",\n        \"disbursement_date\": \"2025-10-10\",\n        \"allow_disbursement_on_sign\": null,\n        \"issue_date\": \"2025-10-10\",\n        \"status\": \"PENDING_QUALIFICATION\",\n        \"cession_status\": \"NOT_CEDED\",\n        \"status_description\": null,\n        \"loan_details\": {\n            \"total_processing_cost\": 0.22,\n            \"annual_interest_rate\": 0.126825,\n            \"interest_rate\": 0.01,\n            \"annual_effective_interest_rate\": 0.176663,\n            \"monthly_effective_interest_rate\": 0.013649,\n            \"total_amount_owed\": 12,\n            \"disbursement_amount\": 11,\n            \"discount_amount\": 0,\n            \"discount_rate\": 0,\n            \"financed_amount\": 11.22,\n            \"iof_daily_rate\": 0.000082,\n            \"iof_amount\": 0.22,\n            \"iof_base_rate\": 0.0038,\n            \"payment_amount\": 1,\n            \"issue_date\": \"2025-10-10\",\n            \"schedule\": [\n                {\n                    \"payment\": 1,\n                    \"iof\": 0,\n                    \"balance\": 10.33,\n                    \"interest\": 0.11,\n                    \"principal\": 0.89,\n                    \"additional_value\": 0,\n                    \"present_value\": null,\n                    \"status\": null,\n                    \"period\": 1,\n                    \"running_day\": 31,\n                    \"late_day\": null,\n                    \"paid_value\": null,\n                    \"payment_date\": \"2025-11-10\"\n                },\n                {\n                    \"payment\": 1,\n                    \"iof\": 0,\n                    \"balance\": 9.43,\n                    \"interest\": 0.1,\n                    \"principal\": 0.9,\n                    \"additional_value\": 0,\n                    \"present_value\": null,\n                    \"status\": null,\n                    \"period\": 2,\n                    \"running_day\": 30,\n                    \"late_day\": null,\n                    \"paid_value\": null,\n                    \"payment_date\": \"2025-12-10\"\n                },\n                {\n                    \"payment\": 1,\n                    \"iof\": 0.01,\n                    \"balance\": 8.53,\n                    \"interest\": 0.1,\n                    \"principal\": 0.9,\n                    \"additional_value\": 0,\n                    \"present_value\": null,\n                    \"status\": null,\n                    \"period\": 3,\n                    \"running_day\": 31,\n                    \"late_day\": null,\n                    \"paid_value\": null,\n                    \"payment_date\": \"2026-01-10\"\n                },\n                {\n                    \"payment\": 1,\n                    \"iof\": 0.01,\n                    \"balance\": 7.62,\n                    \"interest\": 0.09,\n                    \"principal\": 0.91,\n                    \"additional_value\": 0,\n                    \"present_value\": null,\n                    \"status\": null,\n                    \"period\": 4,\n                    \"running_day\": 31,\n                    \"late_day\": null,\n                    \"paid_value\": null,\n                    \"payment_date\": \"2026-02-10\"\n                },\n                {\n                    \"payment\": 1,\n                    \"iof\": 0.01,\n                    \"balance\": 6.69,\n                    \"interest\": 0.07,\n                    \"principal\": 0.93,\n                    \"additional_value\": 0,\n                    \"present_value\": null,\n                    \"status\": null,\n                    \"period\": 5,\n                    \"running_day\": 28,\n                    \"late_day\": null,\n                    \"paid_value\": null,\n                    \"payment_date\": \"2026-03-10\"\n                },\n                {\n                    \"payment\": 1,\n                    \"iof\": 0.01,\n                    \"balance\": 5.76,\n                    \"interest\": 0.07,\n                    \"principal\": 0.93,\n                    \"additional_value\": 0,\n                    \"present_value\": null,\n                    \"status\": null,\n                    \"period\": 6,\n                    \"running_day\": 31,\n                    \"late_day\": null,\n                    \"paid_value\": null,\n                    \"payment_date\": \"2026-04-10\"\n                },\n                {\n                    \"payment\": 1,\n                    \"iof\": 0.02,\n                    \"balance\": 4.82,\n                    \"interest\": 0.06,\n                    \"principal\": 0.94,\n                    \"additional_value\": 0,\n                    \"present_value\": null,\n                    \"status\": null,\n                    \"period\": 7,\n                    \"running_day\": 30,\n                    \"late_day\": null,\n                    \"paid_value\": null,\n                    \"payment_date\": \"2026-05-10\"\n                },\n                {\n                    \"payment\": 1,\n                    \"iof\": 0.02,\n                    \"balance\": 3.87,\n                    \"interest\": 0.05,\n                    \"principal\": 0.95,\n                    \"additional_value\": 0,\n                    \"present_value\": null,\n                    \"status\": null,\n                    \"period\": 8,\n                    \"running_day\": 31,\n                    \"late_day\": null,\n                    \"paid_value\": null,\n                    \"payment_date\": \"2026-06-10\"\n                },\n                {\n                    \"payment\": 1,\n                    \"iof\": 0.02,\n                    \"balance\": 2.91,\n                    \"interest\": 0.04,\n                    \"principal\": 0.96,\n                    \"additional_value\": 0,\n                    \"present_value\": null,\n                    \"status\": null,\n                    \"period\": 9,\n                    \"running_day\": 30,\n                    \"late_day\": null,\n                    \"paid_value\": null,\n                    \"payment_date\": \"2026-07-10\"\n                },\n                {\n                    \"payment\": 1,\n                    \"iof\": 0.02,\n                    \"balance\": 1.94,\n                    \"interest\": 0.03,\n                    \"principal\": 0.97,\n                    \"additional_value\": 0,\n                    \"present_value\": null,\n                    \"status\": null,\n                    \"period\": 10,\n                    \"running_day\": 31,\n                    \"late_day\": null,\n                    \"paid_value\": null,\n                    \"payment_date\": \"2026-08-10\"\n                },\n                {\n                    \"payment\": 1,\n                    \"iof\": 0.03,\n                    \"balance\": 0.96,\n                    \"interest\": 0.02,\n                    \"principal\": 0.98,\n                    \"additional_value\": 0,\n                    \"present_value\": null,\n                    \"status\": null,\n                    \"period\": 11,\n                    \"running_day\": 31,\n                    \"late_day\": null,\n                    \"paid_value\": null,\n                    \"payment_date\": \"2026-09-10\"\n                },\n                {\n                    \"payment\": 1,\n                    \"iof\": 0.07,\n                    \"balance\": 0,\n                    \"interest\": 0.04,\n                    \"principal\": 0.96,\n                    \"additional_value\": 0,\n                    \"present_value\": null,\n                    \"status\": null,\n                    \"period\": 12,\n                    \"running_day\": 30,\n                    \"late_day\": null,\n                    \"paid_value\": null,\n                    \"payment_date\": \"2026-10-10\"\n                }\n            ],\n            \"last_payment_date\": \"2026-10-10\",\n            \"reference_rate\": null,\n            \"interest_pre_type\": \"BASE_365\",\n            \"interest_rate_frequency\": \"MONTHLY\",\n            \"amortization_type\": \"PRICE\",\n            \"interest_type\": \"PRE\",\n            \"grace_period_interest\": 0,\n            \"grace_period_amortizations\": [],\n            \"amortization_frequency\": \"MONTHLY\",\n            \"insurance_amount\": 0\n        },\n        \"custom_variables\": {},\n        \"canceled_at\": null,\n        \"sequential_id\": 181512,\n        \"originator\": {\n            \"id\": \"3541eedc-5939-42cd-bf4d-922a36e0333a\",\n            \"legal_name\": \"KARTECH SOLUÇÕES FINANCEIRAS S.A.\"\n        },\n        \"funding\": {\n            \"id\": \"ecc143f4-e1cc-499b-ae1f-be6a47004dca\",\n            \"legal_name\": \"NEOBANK DIGITAL SERVIÇOS LTDA\",\n            \"alias\": null,\n            \"metadata\": {\n                \"cod_backoffice\": {\n                    \"value\": \"\",\n                    \"sensitive\": false\n                }\n            }\n        },\n        \"payment_method\": \"BOLETO\",\n        \"backoffice_import_status\": \"NONE\",\n        \"guarantors\": null,\n        \"co_signers\": null,\n        \"investors\": null,\n        \"co_debtors\": null,\n        \"collateral_providers\": null,\n        \"representatives\": null,\n        \"sureties\": null,\n        \"signature_collect_method\": \"NONE\",\n        \"signature_provider\": \"CELCOIN\",\n        \"issuer_disbursement_type\": \"BENEFICIARY\",\n        \"signature_collect_options\": {\n            \"require_self_photo\": false,\n            \"require_document_photo\": false,\n            \"require_selfie_validation\": false\n        },\n        \"base_premium_amount\": 0.06,\n        \"additional_premium_amount\": 0,\n        \"loan\": null,\n        \"borrower_employer\": null,\n        \"disbursement\": null,\n        \"beneficiary_account\": {\n            \"registered_account_id\": null,\n            \"holder\": {\n                \"name\": \"Fulano de Tal\",\n                \"taxpayer_id\": \"93343138380\"\n            },\n            \"external_bank_account\": {\n                \"bank_code\": \"001\",\n                \"bank_account\": \"0123456\",\n                \"bank_account_digit\": \"7\",\n                \"bank_branch\": \"1234\",\n                \"bank_account_type\": \"CACC\",\n                \"ispb_code\": \"00000000\"\n            },\n            \"pix\": {\n                \"key\": \"65371068260\",\n                \"key_type\": \"TAXPAYER_ID\"\n            },\n            \"baas\": {\n                \"account_number\": null\n            }\n        },\n        \"created_at\": \"2025-10-11T01:33:28.643219Z\",\n        \"updated_at\": \"2025-10-11T01:34:22.208075Z\",\n        \"version\": 3,\n        \"cession_value\": 11.28,\n        \"issue_value\": 11.28,\n        \"issuer_migrated\": false,\n        \"custodian\": null,\n        \"signature_authentication_options\": {\n            \"mode\": \"NONE\"\n        },\n        \"managed_account_for_issuer_disbursement\": {\n            \"product_configuration\": null,\n            \"baas\": null\n        },\n        \"disbursement_attempts\": null,\n        \"payment_orders\": [\n            {\n                \"id\": \"6c120d20-720e-42e4-ad75-980ed41433eb\",\n                \"amount\": 11,\n                \"type\": \"PIX_OUT\",\n                \"status\": \"READY_FOR_PROCESSING\",\n                \"beneficiary_account\": {\n                    \"registered_account_id\": null,\n                    \"holder\": {\n                        \"name\": \"Fulano de Tal\",\n                        \"taxpayer_id\": \"93343138380\"\n                    },\n                    \"external_bank_account\": {\n                        \"bank_code\": \"001\",\n                        \"bank_account\": \"0123456\",\n                        \"bank_account_digit\": \"7\",\n                        \"bank_branch\": \"1234\",\n                        \"bank_account_type\": \"CACC\",\n                        \"ispb_code\": \"00000000\"\n                    },\n                    \"pix\": {\n                        \"key\": \"65371068260\",\n                        \"key_type\": \"TAXPAYER_ID\"\n                    },\n                    \"baas\": {\n                        \"account_number\": null\n                    }\n                },\n                \"beneficiary_type\": \"BORROWER\",\n                \"billet_info\": null,\n                \"allow_failure\": null,\n                \"qrcode_info\": null,\n                \"principal\": null,\n                \"is_partial_disbursement\": null,\n                \"pay_application_id\": null\n            }\n        ],\n        \"ipoc_number\": \"486327540203193343138380181512\",\n        \"cession_id\": null,\n        \"commercial_paper_id\": null,\n        \"additional_installment_fee\": null,\n        \"additional_installment_description\": null,\n        \"external_ccb_number\": null\n    },\n    \"originator\": \"3541eedc-5939-42cd-bf4d-922a36e0333a\",\n    \"product\": {\n        \"id\": \"9243c0ed-e6bf-4923-8582-4c092d450835\",\n        \"name\": \"[Karthen Goat] Crédito Pessoal Celan [PF]\",\n        \"description\": \"Produto com Configurações Padrão — Sem Etapa de Aprovação — Minuta (CCB) Padrão da Celcoin\"\n    },\n    \"created_at\": \"2025-10-11T01:34:22.166953Z\",\n    \"updated_at\": \"2025-10-11T01:41:26.362652Z\",\n    \"version\": 1\n}"}],"_postman_id":"d14edaaf-17b2-4744-8f16-5da6b02ff9b0"}],"id":"d0efc190-28bf-46ea-9e08-1bce840dc849","description":"<h1 id=\"pf-clean-crédito-pessoal\">PF Clean (Crédito Pessoal)</h1>\n<p>Existem diversas formas de configurar um fluxo de emissão PF Clean. Primeiramente, siga o diagrama de sequência abaixo:</p>\n<img src=\"https://content.pstmn.io/8bbc9a6c-222e-4f5f-971d-f502c158b1cd/VW50aXRsZWQgZGlhZ3JhbS0yMDI1LTEwLTExLTAxNTk0NS5wbmc=\" />\n\n<hr />\n<h2 id=\"provedores-de-assinatura\"><strong>Provedores de Assinatura</strong></h2>\n<p>Existem opções de alguns provedores de assinatura disponíveis:</p>\n<ol>\n<li><p><strong>Celcoin</strong></p>\n<ol>\n<li><p>O Originador é responsável por exibir o documento para o tomador;</p>\n</li>\n<li><p>O tomador visualiza o documento da CCB e assina clicando em um botão do tipo de aceitação (opt-in);</p>\n</li>\n<li><p>É enviado um hash com os dados da assinatura;</p>\n</li>\n</ol>\n</li>\n<li><p><strong>Zapsign</strong></p>\n<ol>\n<li><p>O tomador visualiza o documento na Zapsign e pode assinar usando um dos seguintes métodos:</p>\n<ol>\n<li><p>Assinatura manuscrita (desenhada)</p>\n</li>\n<li><p>Assinatura digitada</p>\n</li>\n<li><p>Imagem de sua assinatura manuscrita</p>\n</li>\n</ol>\n</li>\n</ol>\n</li>\n<li><p><strong>Clicksign</strong></p>\n<ol>\n<li><p>O tomador visualiza o documento na Clicksign e pode assinar usando um dos seguintes métodos:</p>\n<ol>\n<li><p>Assinatura manuscrita</p>\n</li>\n<li><p>Assinatura digitada</p>\n</li>\n<li><p>Imagem de sua assinatura manuscrita</p>\n</li>\n</ol>\n</li>\n<li><p><strong>Biometria —</strong> Dependendo do provedor escolhido (Clicksign) e dos requisitos regulatórios, evidências biométricas adicionais podem ser coletadas:</p>\n<ol>\n<li><p>Biometria Facial</p>\n</li>\n<li><p>Detecção de Vivacidade (Liveness Detection)</p>\n</li>\n<li><p>Documento Oficial</p>\n</li>\n<li><p>Comprovante de Endereço</p>\n</li>\n<li><p>Assinatura Manuscrita</p>\n</li>\n<li><p>Selfie</p>\n</li>\n<li><p>Certificado ICP-Brasil</p>\n</li>\n<li><p>PIX</p>\n</li>\n<li><p>SMS</p>\n</li>\n<li><p>WhatsApp</p>\n</li>\n<li><p>E-mail</p>\n</li>\n</ol>\n</li>\n</ol>\n</li>\n<li><p><strong>Único</strong></p>\n<ol>\n<li><p>O tomador visualiza o documento na Único e pode assinar usando um dos seguintes métodos:</p>\n<ol>\n<li><p><strong>DOC_SIGN (IDUNICODOCSSIGN)</strong></p>\n</li>\n<li><p><strong>DOC_SIGN_SERPRO (IDUNICODOCSSIGNSERPRO)</strong></p>\n</li>\n</ol>\n</li>\n</ol>\n</li>\n</ol>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Etapa de Validação</th>\n<th>DOC_SIGN</th>\n<th>DOC_SIGN_SERPRO</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Prova de vida</td>\n<td>✔️</td>\n<td>✔️</td>\n</tr>\n<tr>\n<td>Verificação de Identidade</td>\n<td>✔️</td>\n<td>✔️</td>\n</tr>\n<tr>\n<td>Captura ou Reaproveitamento de Documento</td>\n<td>✔️</td>\n<td>✔️</td>\n</tr>\n<tr>\n<td>Assinatura eletrônica</td>\n<td>✔️</td>\n<td>✔️</td>\n</tr>\n<tr>\n<td>Similaridade da Serpro</td>\n<td>❌</td>\n<td>✔️</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n","_postman_id":"d0efc190-28bf-46ea-9e08-1bce840dc849"},{"name":"QS — Capital de Giro (PJ)","item":[{"name":"Arquivos da Operação","item":[{"name":"Download da CCB versão emitida","id":"3e9fcb76-7595-4479-950a-b503737c7df8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/applications/:application_id/agreement","urlObject":{"protocol":"https","path":["banking","originator","applications",":application_id","agreement"],"host":["sandbox","platform","flowfinance","com","br"],"query":[],"variable":[{"id":"c1f80b7b-fcaa-4a4b-a2cc-b97b44ff2c65","description":{"content":"<p>Application ID generated when created</p>\n","type":"text/plain"},"type":"any","value":"","key":"application_id"}]}},"response":[],"_postman_id":"3e9fcb76-7595-4479-950a-b503737c7df8"},{"name":"Download da CCB versão assinada","id":"3a4db739-ebf7-48b0-aa72-bafe3a550a7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/applications/:application_id/signed-agreement","urlObject":{"protocol":"https","path":["banking","originator","applications",":application_id","signed-agreement"],"host":["sandbox","platform","flowfinance","com","br"],"query":[],"variable":[{"id":"4ff27f06-8753-463b-bcb0-a81a6a4aedc3","description":{"content":"<p>IMPORTANT: The Application's Status must be anynone AFTER \"PENDING_SIGNATURE\"</p>\n","type":"text/plain"},"type":"any","value":"","key":"application_id"}]}},"response":[],"_postman_id":"3a4db739-ebf7-48b0-aa72-bafe3a550a7f"},{"name":"Download do Recibo do desembolso","id":"86a8f3fd-7007-427d-8ec9-40186d6629e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/applications/:application_id/receipt","urlObject":{"protocol":"https","path":["banking","originator","applications",":application_id","receipt"],"host":["sandbox","platform","flowfinance","com","br"],"query":[],"variable":[{"id":"e3b44d2d-599e-4c86-8330-d361e060fcc5","description":{"content":"<p>IMPORTANT: The Application's status must be \"ISSUED\"</p>\n","type":"text/plain"},"type":"any","value":"","key":"application_id"}]}},"response":[],"_postman_id":"86a8f3fd-7007-427d-8ec9-40186d6629e4"}],"id":"9c83db2b-f578-4497-b2fb-f778e4d145d5","_postman_id":"9c83db2b-f578-4497-b2fb-f778e4d145d5","description":""},{"name":"1. — Obter o token","event":[{"listen":"test","script":{"exec":["pm.environment.set(\"originator_access_token\", pm.response.json().access_token);"],"type":"text/javascript","packages":{},"requests":{},"id":"feebf95a-d016-4140-a5cf-505986508bec"}}],"id":"3263ac90-b3b3-452c-afb8-22e3013cc680","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{originator_client_id}}"},{"key":"password","value":"{{originator_client_secret}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"grant_type","value":"client_credentials","type":"text"}]},"url":"https://sandbox.auth.flowfinance.com.br/oauth2/token","urlObject":{"protocol":"https","path":["oauth2","token"],"host":["sandbox","auth","flowfinance","com","br"],"query":[],"variable":[]}},"response":[{"id":"4340861c-1212-40a6-b002-3fc63efd2422","name":"200 - Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"grant_type","value":"client_credentials","type":"text"}]},"url":"https://sandbox.auth.flowfinance.com.br/oauth2/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 21 Sep 2025 05:06:45 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"x-ssl-cert","value":"no-cert"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=TgVz%2BkNEravBGkoWQlRpNq5wjRlKbNH8nSSxeWbdnTb%2BR954cRe1OPCpUVg4PoSdck%2Fjx3Jgk1Y99%2FUn8kX2YShtS1g2p5osCr10u7%2F4UeTWBBkY4lr7WKcz0OTSE70n8idufvrZqwsojQ%3D%3D\"}]}"},{"key":"Content-Encoding","value":"br"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"982708fc488d1ac2-GRU"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJuZWdFVEFDQlY2NGxHaTFHUTFkQ1hUSUo0Z2RCMGhUZEwxRTRwRmRMMi1vIn0.eyJleHAiOjE3NTg0MzQ4MDUsImlhdCI6MTc1ODQzMTIwNSwianRpIjoidHJydGNjOjNhZGQwNjJhLTcwOWQtNDYxMy04MDY1LTRmYjAxMjkwYTZlMyIsImlzcyI6Imh0dHA6Ly9rZXljbG9hay5zYW5kYm94Lm1hbmFnZW1lbnQuY2VsY29pbi5kZXYvcmVhbG1zL2NlbC1jcmVkaXQtYXBpIiwic3ViIjoiMzBkN3Nwc3B0ZWhxMm5sNTF1NjFmOTV0cTgiLCJ0eXAiOiJCZWFyZXIiLCJhenAiOiIzMGQ3c3BzcHRlaHEybmw1MXU2MWY5NXRxOCIsInNjb3BlIjoiYXBpLmJhbmtpbmcvb3JpZ2luYXRvciIsImNsaWVudEhvc3QiOiIxNzIuMTguMjUuMTQwIiwiY2xpZW50QWRkcmVzcyI6IjE3Mi4xOC4yNS4xNDAiLCJjbGllbnRfaWQiOiIzMGQ3c3BzcHRlaHEybmw1MXU2MWY5NXRxOCJ9.WOs4NdsyrI0k6EYWOIzOBqjHqSfQfS9VJNZUbLBiID9CrUMX7lfdT7ZaIHat2FXG8FuWcndk3jJBQlfkh4uUhUfIQvcFqldp3947UCCku6mv17beh_E9l-hdjBuDtAlDn6rEomeIHTihJs9hTDexfINkr_xq306rqDBQS-SY5RLVxSOui5Ww4dxzp1Ow4FWASpy89lkaXEN3-DcTpydmAnb1uejYiGsnm9jjguJJ95ZElWn1TjnC3vhQDSjMUUO22PwAGIhvHvjaCyJNjwybD3yO_fBFm4rUhLsHXKCArAW_JfadNTZtbLyy5UpAIKLdEcPkeTJO9nU9KxIRtjTyPg\",\n    \"expires_in\": 3600,\n    \"refresh_expires_in\": 0,\n    \"token_type\": \"Bearer\",\n    \"not-before-policy\": 0,\n    \"scope\": \"api.banking/originator\"\n}"}],"_postman_id":"3263ac90-b3b3-452c-afb8-22e3013cc680"},{"name":"2 — Cadastro do Tomador PJ","id":"7fea36f3-0696-41b4-a1c3-28de5931646a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{originator_access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"legal_name\": \"EMPRESA TESTE 1 LTDA\",\n    \"taxpayer_id\": \"99999999000199\",\n    \"incorporation_type\": \"LTDA\",\n    \"tax_regime\": \"PRESUMED\",\n    \"industry_classification\": \"6619302\",\n    \"foudation_date\": \"2019-03-12\",\n    \"email_address\": \"email@dominio.com\",\n     \"phone\": {\n        \"country_code\": \"55\",\n        \"area_code\": \"11\",\n        \"number\": \"999999999\"\n    },\n    \"address\": {\n        \"street_number\": 61,\n        \"street_name\": \"Rua do Guapuruvú\",\n        \"postal_code\": 88062294,\n        \"district\": \"Lagoa da Conceição\",\n        \"city\": \"Florianópolis\",\n        \"state_code\": \"SC\",\n        \"country_code\": \"BRA\"\n    },\n    \"external_bank_account\": {\n        \"bank_branch\": \"9999\",\n        \"bank_code\": \"0260\",\n        \"bank_account\": \"999999\",\n        \"bank_account_digit\": \"9\"\n    },\n    \"pix\": {\n        \"key_type\": \"TAXPAYER_ID\",\n        \"key\": \"99999999000199\"\n    }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/business","description":"<p>Esse endpoint permite o cadastro de uma nova empresa, um participante do processo de contratação do crédito para o Originador.</p>\n<p>Uma Empresa é a representação de uma companhia na Plataforma, e assim como uma Pessoa, uma Empresa pode assumir diferentes funções dentro de solicitações e os dados necessários para cada uma dessas funções podem variar de acordo com o <a href=\"https://developers.celcoin.com.br/docs/configura%C3%A7%C3%B5es-de-produto\">as configurações do Produto</a>.</p>\n<h3 id=\"parâmetros-do-body\">Parâmetros do Body</h3>\n<ul>\n<li><p><code>taxpayer_id</code> (string, obrigatório): O nº do CNPJ da empresa a ser cadastrada.</p>\n</li>\n<li><p><code>legal_name</code> (string, obrigatório): A razão social da empresa a ser cadastrada.</p>\n</li>\n<li><p><code>name</code> (string, obrigatório): O nome fantasia da empresa a ser cadastrada.</p>\n</li>\n<li><p><code>email_address</code>(string, obrigatório): Campo de e-mail para contato com a Empresa. Deve ser um e-mail válido no formato \"email@dominio\".</p>\n</li>\n<li><p><code>foundation_date</code>(string, obrigatório): Data de abertura/registro da Empresa na Receita Federal\".</p>\n</li>\n<li><p><code>phone</code>(string, obrigatório): Objeto contendo o número do telefone para contato com a empresa.</p>\n<ul>\n<li><p><code>area_code</code>(string, obrigatório): Campo do código da área (DDD).</p>\n</li>\n<li><p><code>country_code</code>(string, obrigatório): Código Internacional para identificação do país (DDI).</p>\n</li>\n<li><p><code>number</code>(string, obrigatório): Número do telefone, somente os números.</p>\n</li>\n<li><p><code>formatted_number</code>(string): Número do telefone formatado.</p>\n</li>\n</ul>\n</li>\n<li><p><code>incorporation_type</code>(string, obrigatório): Regime legal da Empresa cadastrado na Receita Federal. Valores aceitos: EIRELI, LTDA, MEI, SA, SS.</p>\n</li>\n<li><p><code>tax_regime</code>(string, obrigatório): Regime tributário da Empresa. Valores aceitos: PRESUMED_PROFIT, REAL_PROFIT, SIMPLE.</p>\n</li>\n<li><p><code>industry_classification</code>(string, obrigatório): Classificação para a área de atuação da Empresa (CNAE).</p>\n</li>\n<li><p><code>address</code>(string, obrigatório): Objeto contendo os dados do endereço da Empresa.</p>\n<ul>\n<li><p><code>street_name</code>(string, obrigatório): Nome do logradouro do endereço.</p>\n</li>\n<li><p><code>street_number</code>(integer, obrigatório): Númeração do endereço. Se conter letras enviar no campo \"extra_info\".</p>\n</li>\n<li><p><code>extra_info</code>(string): Campo para dados adicionais, complemento, do Endereço.</p>\n</li>\n<li><p><code>district</code>(string, obrigatório): Bairro do endereço.</p>\n</li>\n<li><p><code>city</code>(string, obrigatório): Cidade do endereço.</p>\n</li>\n<li><p><code>postal_code</code> (string): Código de CEP para o endereço.</p>\n</li>\n<li><p><code>state_code</code>(string, obrigatório): Sigla para identificação do estado/uf. Exemplo: SP.</p>\n</li>\n<li><p><code>country_code</code>(string, obrigatório): Código do país. Exemplo: BR.</p>\n</li>\n</ul>\n</li>\n<li><p><code>pix</code> (object): Objeto contendo os dados de uma chave PIX.</p>\n<ul>\n<li><p><code>key</code> (string): Chave PIX.</p>\n</li>\n<li><p><code>key_type</code> (string): Tipo da chave PIX. Valores aceitos: ALEATORY_KEY, EMAIL, PHONE_NUMBER, TAXPAYER_ID</p>\n</li>\n</ul>\n</li>\n<li><p><code>external_bank_account</code> (object): Objeto contendo os dados bancários.</p>\n<ul>\n<li><p><code>bank_code</code> (string): Código do banco.</p>\n</li>\n<li><p><code>bank_account</code> (string): Número da conta</p>\n</li>\n<li><p><code>bank_account_digit</code> (string): Dígito do número da conta.</p>\n</li>\n<li><p><code>bank_branch</code> (string): Número da agência.</p>\n</li>\n<li><p><code>bank_account_type</code> (string): Tipo da conta bancária. Valores aceitos: CACC, TRAN, SLRY, SVGS.</p>\n</li>\n<li><p><code>ispb_code</code> (string): Código da Instituição recebedora no Sistema de Pagamentos Instantâneo.</p>\n</li>\n</ul>\n</li>\n<li><p><code>billing_address</code>(string, obrigatório): Objeto contendo os dados do endereço da Empresa para cobrança.</p>\n<ul>\n<li><p><code>street_name</code>(string, obrigatório): Nome do logradouro do endereço.</p>\n</li>\n<li><p><code>street_number</code>(integer, obrigatório): Númeração do endereço. Se conter letras enviar no campo \"extra_info\".</p>\n</li>\n<li><p><code>extra_info</code>(string): Campo para dados adicionais, complemento, do Endereço.</p>\n</li>\n<li><p><code>district</code>(string, obrigatório): Bairro do endereço.</p>\n</li>\n<li><p><code>city</code>(string, obrigatório): Cidade do endereço.</p>\n</li>\n<li><p><code>postal_code</code> (string): Código de CEP para o endereço.</p>\n</li>\n<li><p><code>state_code</code>(string, obrigatório): Sigla para identificação do estado/uf. Exemplo: SP.</p>\n</li>\n<li><p><code>country_code</code>(string, obrigatório): Código do país. Exemplo: BR.</p>\n</li>\n</ul>\n</li>\n<li><p><code>share_capital</code>(float): Capital social da eEmpresa.</p>\n</li>\n<li><p><code>monthly_revenue</code>(float): Faturamento mensal estimado para a Empresa.</p>\n</li>\n<li><p><code>employer</code>(boolean): Campo booleano que indica se essa empresa deve suportar ou não o cadastro de colaboradores vinculados a ela.</p>\n</li>\n<li><p><code>custom_variables</code>(objeto): Objeto contendo valores de variáveis personalizadas, no formato de \"chave e valor\".</p>\n</li>\n</ul>\n<h4 id=\"resposta\">Resposta</h4>\n<p>Se a requisição for processada com sucesso será retornado um status 201.</p>\n","urlObject":{"protocol":"https","path":["banking","originator","business"],"host":["sandbox","platform","flowfinance","com","br"],"query":[],"variable":[]}},"response":[{"id":"99dd2bab-4a12-47fe-bb33-6c667c3c64b2","name":"201 - Cadastro realizado com sucesso","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":true},{"key":"Accept","value":"*/*","disabled":true},{"key":"Authorization","value":"{{originator_access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"legal_name\": \"EMPRESA TESTE 1 LTDA\",\n    \"taxpayer_id\": \"99999999000199\",\n    \"incorporation_type\": \"LTDA\",\n    \"tax_regime\": \"PRESUMED_PROFIT\",\n    \"industry_classification\": \"6619302\",\n    \"foudation_date\": \"2019-03-12\",\n    \"email_address\": \"email@dominio.com\",\n     \"phone\": {\n        \"country_code\": \"55\",\n        \"area_code\": \"11\",\n        \"number\": \"999999999\"\n    },\n    \"address\": {\n        \"street_number\": 61,\n        \"street_name\": \"Rua do Guapuruvú\",\n        \"postal_code\": 88062294,\n        \"district\": \"Lagoa da Conceição\",\n        \"city\": \"Florianópolis\",\n        \"state_code\": \"SC\",\n        \"country_code\": \"BRA\"\n    },\n    \"external_bank_account\": {\n        \"bank_branch\": \"9999\",\n        \"bank_code\": \"0260\",\n        \"bank_account\": \"999999\",\n        \"bank_account_digit\": \"9\"\n    },\n    \"pix\": {\n        \"key_type\": \"TAXPAYER_ID\",\n        \"key\": \"99999999000199\"\n    }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"/banking//originator/business"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 19 Jun 2024 16:05:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"994"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"Zn0zFiHCGjQEJ3w="}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"4d707bd1-cc24-4321-8982-66f21ac13785\",\n    \"legal_name\": \"EMPRESA TESTE 1 LTDA\",\n    \"taxpayer_id\": \"99999999000199\",\n    \"incorporation_type\": \"LTDA\",\n    \"tax_regime\": \"PRESUMED_PROFIT\",\n    \"industry_classification\": \"6619302\",\n    \"foudation_date\": \"2019-03-12\",\n    \"email_address\": \"email@dominio.com\",\n     \"phone\": {\n        \"country_code\": \"55\",\n        \"area_code\": \"11\",\n        \"number\": \"999999999\"\n    },\n    \"address\": {\n        \"street_number\": 61,\n        \"street_name\": \"Rua do Guapuruvú\",\n        \"postal_code\": 88062294,\n        \"district\": \"Lagoa da Conceição\",\n        \"city\": \"Florianópolis\",\n        \"state_code\": \"SC\",\n        \"country_code\": \"BRA\"\n    },\n    \"external_bank_account\": {\n        \"bank_branch\": \"9999\",\n        \"bank_code\": \"0260\",\n        \"bank_account\": \"999999\",\n        \"bank_account_digit\": \"9\"\n    },\n    \"pix\": {\n        \"key_type\": \"TAXPAYER_ID\",\n        \"key\": \"99999999000199\"\n    },\n    \"custom_variables\": {},\n    \"created_at\": \"2024-06-19T16:05:01.05527Z\",\n    \"version\": 0,\n    \"billing_address\": null,\n    \"share_capital\": null,\n    \"monthly_revenue\": null,\n    \"employer\": false\n}"},{"id":"cd8851cf-4b4c-429e-b271-0ff2b449fcc0","name":"400 - Campo obrigatório não foi enviado (vide objeto 'detail')","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":true},{"key":"Accept","value":"*/*","disabled":true},{"key":"Authorization","value":"{{originator_access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"legal_name\": \"EMPRESA TESTE 1 LTDA\",\n    \"incorporation_type\": \"LTDA\",\n    \"tax_regime\": \"PRESUMED_PROFIT\",\n    \"industry_classification\": \"6619302\",\n    \"foudation_date\": \"2019-03-12\",\n    \"email_address\": \"email@dominio.com\",\n     \"phone\": {\n        \"country_code\": \"55\",\n        \"area_code\": \"11\",\n        \"number\": \"999999999\"\n    },\n    \"address\": {\n        \"street_number\": 61,\n        \"street_name\": \"Rua do Guapuruvú\",\n        \"postal_code\": 88062294,\n        \"district\": \"Lagoa da Conceição\",\n        \"city\": \"Florianópolis\",\n        \"state_code\": \"SC\",\n        \"country_code\": \"BRA\"\n    },\n    \"external_bank_account\": {\n        \"bank_branch\": \"9999\",\n        \"bank_code\": \"0260\",\n        \"bank_account\": \"999999\",\n        \"bank_account_digit\": \"9\"\n    },\n    \"pix\": {\n        \"key_type\": \"TAXPAYER_ID\",\n        \"key\": \"99999999000199\"\n    }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"/banking//originator/business"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 19 Jun 2024 16:07:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"86"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"Zn1LKisoGjQEJQQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Constraint violation error\",\n    \"detail\": {\n        \"taxpayer_id\": [\n            \"must not be null\"\n        ]\n    }\n}"},{"id":"2f2203e2-8f35-40bc-9dc8-d1bf7dc5db7d","name":"400 - CNPJ informado já está cadastrado","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":true},{"key":"Accept","value":"*/*","disabled":true},{"key":"Authorization","value":"{{originator_access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"legal_name\": \"EMPRESA TESTE 1 LTDA\",\n    \"taxpayer_id\": \"99999999000199\",\n    \"incorporation_type\": \"LTDA\",\n    \"tax_regime\": \"PRESUMED_PROFIT\",\n    \"industry_classification\": \"6619302\",\n    \"foudation_date\": \"2019-03-12\",\n    \"email_address\": \"email@dominio.com\",\n     \"phone\": {\n        \"country_code\": \"55\",\n        \"area_code\": \"11\",\n        \"number\": \"999999999\"\n    },\n    \"address\": {\n        \"street_number\": 61,\n        \"street_name\": \"Rua do Guapuruvú\",\n        \"postal_code\": 88062294,\n        \"district\": \"Lagoa da Conceição\",\n        \"city\": \"Florianópolis\",\n        \"state_code\": \"SC\",\n        \"country_code\": \"BRA\"\n    },\n    \"external_bank_account\": {\n        \"bank_branch\": \"9999\",\n        \"bank_code\": \"0260\",\n        \"bank_account\": \"999999\",\n        \"bank_account_digit\": \"9\"\n    },\n    \"pix\": {\n        \"key_type\": \"TAXPAYER_ID\",\n        \"key\": \"99999999000199\"\n    }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"/banking//originator/business"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 19 Jun 2024 16:09:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"61"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"Zn1YmhvYGjQEJBQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"A business with this taxpayer id already exists\"\n}"},{"id":"15bab7ce-b667-4e1a-aa35-b846aa6175d0","name":"400 - CNPJ (taxpayer_id) informado é inválido","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":true},{"key":"Accept","value":"*/*","disabled":true},{"key":"Authorization","value":"{{originator_access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"legal_name\": \"EMPRESA TESTE 1 LTDA\",\n    \"taxpayer_id\": \"999999\",\n    \"incorporation_type\": \"LTDA\",\n    \"tax_regime\": \"PRESUMED_PROFIT\",\n    \"industry_classification\": \"6619302\",\n    \"foudation_date\": \"2019-03-12\",\n    \"email_address\": \"email@dominio.com\",\n     \"phone\": {\n        \"country_code\": \"55\",\n        \"area_code\": \"11\",\n        \"number\": \"999999999\"\n    },\n    \"address\": {\n        \"street_number\": 61,\n        \"street_name\": \"Rua do Guapuruvú\",\n        \"postal_code\": 88062294,\n        \"district\": \"Lagoa da Conceição\",\n        \"city\": \"Florianópolis\",\n        \"state_code\": \"SC\",\n        \"country_code\": \"BRA\"\n    },\n    \"external_bank_account\": {\n        \"bank_branch\": \"9999\",\n        \"bank_code\": \"0260\",\n        \"bank_account\": \"999999\",\n        \"bank_account_digit\": \"9\"\n    },\n    \"pix\": {\n        \"key_type\": \"TAXPAYER_ID\",\n        \"key\": \"99999999000199\"\n    }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"/banking//originator/business"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 19 Jun 2024 16:10:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"99"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"Zn1iqivamjQEJQA="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Constraint violation error\",\n    \"detail\": {\n        \"taxpayer_id\": [\n            \"invalid Brazilian CNPJ number\"\n        ]\n    }\n}"},{"id":"f79785b4-5200-41e6-a202-bf8f539db395","name":"400 - O email informado é inválido","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":true},{"key":"Accept","value":"*/*","disabled":true},{"key":"Authorization","value":"{{originator_access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"legal_name\": \"EMPRESA TESTE 1 LTDA\",\n    \"taxpayer_id\": \"99999999000199\",\n    \"incorporation_type\": \"LTDA\",\n    \"tax_regime\": \"PRESUMED_PROFIT\",\n    \"industry_classification\": \"6619302\",\n    \"foudation_date\": \"2019-03-12\",\n    \"email_address\": \"emailInvalido\",\n     \"phone\": {\n        \"country_code\": \"55\",\n        \"area_code\": \"11\",\n        \"number\": \"999999999\"\n    },\n    \"address\": {\n        \"street_number\": 61,\n        \"street_name\": \"Rua do Guapuruvú\",\n        \"postal_code\": 88062294,\n        \"district\": \"Lagoa da Conceição\",\n        \"city\": \"Florianópolis\",\n        \"state_code\": \"SC\",\n        \"country_code\": \"BRA\"\n    },\n    \"external_bank_account\": {\n        \"bank_branch\": \"9999\",\n        \"bank_code\": \"0260\",\n        \"bank_account\": \"999999\",\n        \"bank_account_digit\": \"9\"\n    },\n    \"pix\": {\n        \"key_type\": \"TAXPAYER_ID\",\n        \"key\": \"99999999000199\"\n    }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"/banking//originator/business"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 19 Jun 2024 16:11:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"107"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"Zn1u6gRmmjQEJSA="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Constraint violation error\",\n    \"detail\": {\n        \"email_address\": [\n            \"must be a well-formed email address\"\n        ]\n    }\n}"},{"id":"549aec88-9d48-448a-8b10-a70029aedba5","name":"500 - O valor/texto informado para o campo não pertence a lista de valores esperada","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":true},{"key":"Accept","value":"*/*","disabled":true},{"key":"Authorization","value":"{{originator_access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"legal_name\": \"EMPRESA TESTE 1 LTDA\",\n    \"taxpayer_id\": \"99999999000199\",\n    \"incorporation_type\": \"LTDA\",\n    \"tax_regime\": \"PRESUMED\",\n    \"industry_classification\": \"6619302\",\n    \"foudation_date\": \"2019-03-12\",\n    \"email_address\": \"email@dominio.com\",\n     \"phone\": {\n        \"country_code\": \"55\",\n        \"area_code\": \"11\",\n        \"number\": \"999999999\"\n    },\n    \"address\": {\n        \"street_number\": 61,\n        \"street_name\": \"Rua do Guapuruvú\",\n        \"postal_code\": 88062294,\n        \"district\": \"Lagoa da Conceição\",\n        \"city\": \"Florianópolis\",\n        \"state_code\": \"SC\",\n        \"country_code\": \"BRA\"\n    },\n    \"external_bank_account\": {\n        \"bank_branch\": \"9999\",\n        \"bank_code\": \"0260\",\n        \"bank_account\": \"999999\",\n        \"bank_account_digit\": \"9\"\n    },\n    \"pix\": {\n        \"key_type\": \"TAXPAYER_ID\",\n        \"key\": \"99999999000199\"\n    }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"/banking//originator/business"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 19 Jun 2024 16:12:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"437"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"Zn13Wio_mjQEJxA="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Internal server error: Cannot deserialize value of type `br.com.flowfinance.banking.originator.business.Business$TaxRegime` from String \\\"PRESUMED\\\": not one of the values accepted for Enum class: [SIMPLE, PRESUMED_PROFIT, REAL_PROFIT]\\n at [Source: (PushbackInputStream); line: 5, column: 19] (through reference chain: br.com.flowfinance.banking.originator.business.BusinessRepresentation$CreationOrUpdate[\\\"tax_regime\\\"])\"\n}"},{"id":"343d26f1-4200-49c8-aa1f-034953e74cfd","name":"401 - Consulta não autorizada ou auth token está inválido","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"*/*"}],"body":{"mode":"raw","raw":"{\n    \"legal_name\": \"EMPRESA TESTE 1 LTDA\",\n    \"taxpayer_id\": \"99999999000199\",\n    \"incorporation_type\": \"LTDA\",\n    \"tax_regime\": \"PRESUMED_PROFIT\",\n    \"industry_classification\": \"6619302\",\n    \"foudation_date\": \"2019-03-12\",\n    \"email_address\": \"email@dominio.com\",\n     \"phone\": {\n        \"country_code\": \"55\",\n        \"area_code\": \"11\",\n        \"number\": \"999999999\"\n    },\n    \"address\": {\n        \"street_number\": 61,\n        \"street_name\": \"Rua do Guapuruvú\",\n        \"postal_code\": 88062294,\n        \"district\": \"Lagoa da Conceição\",\n        \"city\": \"Florianópolis\",\n        \"state_code\": \"SC\",\n        \"country_code\": \"BRA\"\n    },\n    \"external_bank_account\": {\n        \"bank_branch\": \"9999\",\n        \"bank_code\": \"0260\",\n        \"bank_account\": \"999999\",\n        \"bank_account_digit\": \"9\"\n    },\n    \"pix\": {\n        \"key_type\": \"TAXPAYER_ID\",\n        \"key\": \"99999999000199\"\n    }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"/banking//originator/business"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Wed, 19 Jun 2024 16:03:21 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"Zn0jfiF3GjQEJKg="}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7fea36f3-0696-41b4-a1c3-28de5931646a"},{"name":"(opcional) Envio de documentos do Tomador","id":"fbed7121-ee00-4a5d-8253-dd9ea82c8358","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","value":null},{"key":"type","value":"","description":"<p>NATIONAL_ID, DRIVERS_LICENSE, MILITARY_ID, PROOF_OF_INCOME, BALANCE_SHEETS, INCOME_STATEMENT, PROOF_OF_ADDRESS, BYLAWS, INCORPORATION_CERTIFICATE, FEDERAL_REGISTER_CERTIFICATE, INVOICE, CERTIFICATE, LETTER_OF_ATTORNEY, CONTRACT, SELFIE, OTHER</p>\n","type":"text"}]},"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/business/:business_id/documents","urlObject":{"protocol":"https","path":["banking","originator","business",":business_id","documents"],"host":["sandbox","platform","flowfinance","com","br"],"query":[],"variable":[{"type":"any","value":"","key":"business_id"}]}},"response":[],"_postman_id":"fbed7121-ee00-4a5d-8253-dd9ea82c8358"},{"name":"(opcional) Simular por valor solicitado","id":"79d66b8e-715c-429d-a309-9ed69cef2c0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"requested_amount\": 1000, // The credit amount\r\n    \"interest_rate\": 0.04, // 1.0 -> 100% - 0.5 -> 50% - 0.05 -> 5%\r\n    \"tac_amount\": 0, // tac_amount: 50 --> R$50 - tac_rate: 0.05 --> 5% do requested_amount\r\n    \"finance_fee\": 0, // Extra costs\r\n    \"iofType\": \"PERSON\", // ENUM -> BUSINESS or PERSON\r\n    \"num_payments\": 3, // Number of installments\r\n    \"first_payment_date\": \"YYYY-MM-DD\", // Date when the borrower will start repaying the credit\r\n    \"disbursement_date\": \"YYYY-MM-DD\", // Date the \"requested_amount\" is transferred to the borrower\r\n    \"borrower_type\": \"BUSINESS\", // ENUM -> PERSON or BUSINESS\r\n    \"schedule_type\": \"DAILY\" // ENUM -> MONTHLY or DAILY\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/products//preview","urlObject":{"protocol":"https","path":["banking","originator","products","","preview"],"host":["sandbox","platform","flowfinance","com","br"],"query":[],"variable":[]}},"response":[{"id":"3c5f2019-c5fe-4b99-bca2-68fff4765d87","name":"200 - Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"requested_amount\": 1000, // The credit amount\r\n    \"interest_rate\": 0.04, // 1.0 -> 100% - 0.5 -> 50% - 0.05 -> 5%\r\n    \"tac_amount\": 0, // tac_amount: 50 --> R$50 - tac_rate: 0.05 --> 5% do requested_amount\r\n    \"finance_fee\": 0, // Extra costs\r\n    \"iofType\": \"PERSON\", // ENUM -> BUSINESS or PERSON\r\n    \"num_payments\": 3, // Number of installments\r\n    \"first_payment_date\": \"2025-09-30\", // Date when the borrower will start repaying the credit\r\n    \"disbursement_date\": \"2025-09-21\", // Date the \"requested_amount\" is transferred to the borrower\r\n    \"borrower_type\": \"BUSINESS\", // ENUM -> PERSON or BUSINESS\r\n    \"schedule_type\": \"DAILY\" // ENUM -> MONTHLY or DAILY\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/products//preview"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 21 Sep 2025 23:25:41 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"1623"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"RRpqWg2JGjQEPyg="}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": null,\n    \"expiration_date\": null,\n    \"total_processing_cost\": 3.98,\n    \"annual_interest_rate\": 0.601032,\n    \"annual_effective_interest_rate\": 2.300062,\n    \"monthly_effective_interest_rate\": 0.104613,\n    \"iof_amount\": 3.98,\n    \"finance_fee\": 0,\n    \"interest_rate\": 0.04,\n    \"tac_amount\": 0,\n    \"discount_amount\": 0,\n    \"discount_rate\": 0,\n    \"total_amount_owed\": 1006.56,\n    \"financed_amount\": 1003.98,\n    \"iof_daily_rate\": 0.000082,\n    \"iof_base_rate\": 0.0038,\n    \"requested_amount\": 1000,\n    \"payment_amount\": 335.52,\n    \"disbursement_amount\": 1000,\n    \"num_periods\": 3,\n    \"first_payment_date\": \"2025-09-30\",\n    \"issue_date\": \"2025-09-21\",\n    \"disbursement_date\": \"2025-09-21\",\n    \"created_at\": \"2025-09-21T23:25:41.086464Z\",\n    \"schedule\": [\n        {\n            \"payment\": 335.52,\n            \"iof\": 1.3,\n            \"balance\": 1003.98,\n            \"interest\": 0.43,\n            \"principal\": 335.09,\n            \"additional_value\": 0,\n            \"present_value\": null,\n            \"status\": null,\n            \"period\": 1,\n            \"running_day\": 1,\n            \"late_day\": null,\n            \"paid_value\": null,\n            \"payment_date\": \"2025-09-22\"\n        },\n        {\n            \"payment\": 335.52,\n            \"iof\": 1.32,\n            \"balance\": 668.88,\n            \"interest\": 0.86,\n            \"principal\": 334.66,\n            \"additional_value\": 0,\n            \"present_value\": null,\n            \"status\": null,\n            \"period\": 2,\n            \"running_day\": 2,\n            \"late_day\": null,\n            \"paid_value\": null,\n            \"payment_date\": \"2025-09-23\"\n        },\n        {\n            \"payment\": 335.52,\n            \"iof\": 1.36,\n            \"balance\": 334.22,\n            \"interest\": 1.29,\n            \"principal\": 334.22,\n            \"additional_value\": 0,\n            \"present_value\": null,\n            \"status\": null,\n            \"period\": 3,\n            \"running_day\": 3,\n            \"late_day\": null,\n            \"paid_value\": null,\n            \"payment_date\": \"2025-09-24\"\n        }\n    ],\n    \"schedule_type\": \"DAILY\",\n    \"borrower_type\": null,\n    \"amortization_type\": \"PRICE\",\n    \"interest_compounding_type\": \"COMPOUND\",\n    \"financed_iof\": true,\n    \"last_payment_date\": \"2025-09-24\",\n    \"interest_pre_type\": \"BASE_365\",\n    \"amortization_frequency\": null,\n    \"grace_period_amortization\": null,\n    \"interest_rate_frequency\": \"MONTHLY\"\n}"}],"_postman_id":"79d66b8e-715c-429d-a309-9ed69cef2c0b"},{"name":"3 — Emissão da CCB","id":"59ccd1ae-293b-4b09-896f-2cdd76d483fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"borrower\": {\r\n        \"id\": \"{{borrowerid}}\"\r\n    },\r\n    \"product\": {\r\n        \"id\": \"{{productId}}\"\r\n    },\r\n    \"funding\": {\r\n        \"id\": \"{{fundingId}}\"\r\n    },\r\n    \"simulation_id\": \"{{id}}\",\r\n    \"first_payment_date\": \"2025-11-10\",\r\n    \"disbursement_date\": \"2025-10-22\",\r\n    \"amortization_type\": \"PRICE\",\r\n    \"amortization_frequency\": \"MONTHLY\",\r\n    \"interest_rate_frequency\": \"MONTHLY\",\r\n    \"signature_collect_method\": \"LINK\",\r\n    \"signature_provider\": \"CLICKSIGN\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/applications","urlObject":{"protocol":"https","path":["banking","originator","applications"],"host":["sandbox","platform","flowfinance","com","br"],"query":[],"variable":[]}},"response":[{"id":"f9e7836b-87f4-454d-9eaf-1b9e93c9d757","name":"With Custom Variables","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"product\": {\r\n        \"id\": \"uuid\"\r\n    },\r\n    \"borrower\": {\r\n        \"id\": \"uuid\"\r\n    },\r\n    \"funding\": {\r\n        \"id\": \"uuid\"\r\n    },\r\n    \"custom_variables\":{\r\n        \"your_string_value\": \"string\",\r\n        \"your_int_value\": 0\r\n    },\r\n    \"requested_amount\": 100,\r\n    \"interest_rate\": 0.01,\r\n    \"tac_amount\": 0,\r\n    \"finance_fee\": 0,\r\n    \"num_payments\": 12, \r\n    \"first_payment_date\": \"2024-11-21\",\r\n    \"disbursement_date\": \"2024-10-21\",\r\n    \"signature_collect_method\": \"EMAIL\",\r\n    \"signature_provider\": \"ZAPSIGN\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/applications"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id\": \"0a23ad94-a656-47b8-945a-33dcbe07b38a\",\n    \"product\": {\n        \"id\": \"f44f63e0-1d3c-4960-9f91-99dbb7911526\"\n    },\n    \"borrower\": {\n        \"id\": \"eb1388eb-f979-4605-9cbc-6981410ad91a\"\n    },\n    \"requested_amount\": 100,\n    \"interest_rate\": 0.01,\n    \"interest_pre_type\": \"BASE_365\",\n    \"annual_interest_rate\": 0.126825,\n    \"tac_amount\": 0,\n    \"finance_fee\": 0,\n    \"num_payments\": 12,\n    \"first_payment_date\": \"2025-11-21\",\n    \"disbursement_date\": \"2025-10-21\",\n    \"allow_disbursement_on_sign\": null,\n    \"issue_date\": \"2025-09-21\",\n    \"status\": \"AGREEMENT_RENDERING\",\n    \"cession_status\": \"NOT_CEDED\",\n    \"status_description\": null,\n    \"loan_details\": {\n        \"total_processing_cost\": 2.02,\n        \"annual_interest_rate\": 0.126825,\n        \"interest_rate\": 0.01,\n        \"annual_effective_interest_rate\": 0.169104,\n        \"monthly_effective_interest_rate\": 0.013105,\n        \"total_amount_owed\": 108.72,\n        \"disbursement_amount\": 100,\n        \"discount_amount\": 0,\n        \"discount_rate\": 0,\n        \"financed_amount\": 102.02,\n        \"iof_daily_rate\": 0.000082,\n        \"iof_amount\": 2.02,\n        \"iof_base_rate\": 0.0038,\n        \"payment_amount\": 9.06,\n        \"issue_date\": \"2025-09-21\",\n        \"schedule\": [\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.05,\n                \"balance\": 102,\n                \"interest\": 0.09,\n                \"principal\": 8.97,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 1,\n                \"running_day\": 31,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2025-11-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.07,\n                \"balance\": 93.03,\n                \"interest\": 0.18,\n                \"principal\": 8.88,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 2,\n                \"running_day\": 61,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2025-12-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.1,\n                \"balance\": 84.15,\n                \"interest\": 0.27,\n                \"principal\": 8.79,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 3,\n                \"running_day\": 92,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-01-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.12,\n                \"balance\": 75.36,\n                \"interest\": 0.36,\n                \"principal\": 8.7,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 4,\n                \"running_day\": 123,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-02-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.14,\n                \"balance\": 66.66,\n                \"interest\": 0.44,\n                \"principal\": 8.62,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 5,\n                \"running_day\": 151,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-03-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.16,\n                \"balance\": 58.04,\n                \"interest\": 0.52,\n                \"principal\": 8.54,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 6,\n                \"running_day\": 182,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-04-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.18,\n                \"balance\": 49.5,\n                \"interest\": 0.61,\n                \"principal\": 8.45,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 7,\n                \"running_day\": 212,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-05-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.2,\n                \"balance\": 41.05,\n                \"interest\": 0.69,\n                \"principal\": 8.37,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 8,\n                \"running_day\": 243,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-06-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.22,\n                \"balance\": 32.68,\n                \"interest\": 0.77,\n                \"principal\": 8.29,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 9,\n                \"running_day\": 273,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-07-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.23,\n                \"balance\": 24.39,\n                \"interest\": 0.86,\n                \"principal\": 8.2,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 10,\n                \"running_day\": 304,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-08-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.25,\n                \"balance\": 16.19,\n                \"interest\": 0.94,\n                \"principal\": 8.12,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 11,\n                \"running_day\": 335,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-09-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.3,\n                \"balance\": 8.07,\n                \"interest\": 0.99,\n                \"principal\": 8.07,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 12,\n                \"running_day\": 365,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-10-21\"\n            }\n        ],\n        \"last_payment_date\": \"2026-10-21\",\n        \"reference_rate\": null,\n        \"interest_pre_type\": \"BASE_365\",\n        \"interest_rate_frequency\": \"MONTHLY\",\n        \"amortization_type\": \"PRICE\",\n        \"interest_type\": \"PRE\",\n        \"grace_period_interest\": 0,\n        \"grace_period_amortizations\": [],\n        \"amortization_frequency\": \"MONTHLY\"\n    },\n    \"custom_variables\": {},\n    \"canceled_at\": null,\n    \"sequential_id\": 178204,\n    \"funding\": {\n        \"id\": \"ecc143f4-e1cc-499b-ae1f-be6a47004dca\",\n        \"legal_name\": \"NEOBANK DIGITAL SERVIÇOS LTDA\",\n        \"alias\": null,\n        \"metadata\": {\n            \"cod_backoffice\": {\n                \"value\": \"\",\n                \"sensitive\": false\n            }\n        }\n    },\n    \"payment_method\": \"BOLETO\",\n    \"backoffice_import_status\": \"NONE\",\n    \"guarantors\": [],\n    \"co_signers\": [],\n    \"investors\": [],\n    \"co_debtors\": [],\n    \"collateral_providers\": [],\n    \"representatives\": [],\n    \"sureties\": [],\n    \"signature_collect_method\": \"EMAIL\",\n    \"signature_provider\": \"ZAPSIGN\",\n    \"issuer_disbursement_type\": \"BENEFICIARY\",\n    \"signature_collect_options\": {\n        \"require_self_photo\": false,\n        \"require_document_photo\": false,\n        \"require_selfie_validation\": false\n    },\n    \"base_premium_amount\": 0.51,\n    \"additional_premium_amount\": 0,\n    \"loan\": null,\n    \"borrower_employer\": null,\n    \"disbursement\": null,\n    \"beneficiary_account\": {\n        \"registered_account_id\": null,\n        \"holder\": {\n            \"name\": \"Beatriz Lopes\",\n            \"taxpayer_id\": \"52016205156\"\n        },\n        \"external_bank_account\": null,\n        \"pix\": {\n            \"key\": \"52016205156\",\n            \"key_type\": \"TAXPAYER_ID\"\n        },\n        \"baas\": {\n            \"account_number\": null\n        }\n    },\n    \"created_at\": \"2025-09-21T22:18:45.873921Z\",\n    \"version\": 0,\n    \"cession_value\": 102.53,\n    \"issue_value\": 102.53,\n    \"issuer_migrated\": false,\n    \"custodian\": null,\n    \"signature_authentication_options\": {\n        \"mode\": \"NONE\"\n    },\n    \"managed_account_for_issuer_disbursement\": {\n        \"product_configuration\": null,\n        \"baas\": null\n    },\n    \"disbursement_attempts\": [],\n    \"payment_orders\": [\n        {\n            \"id\": \"32ed64c9-8431-4d45-9875-f30c365b1a1c\",\n            \"amount\": 100,\n            \"type\": \"PIX_OUT\",\n            \"status\": \"READY_FOR_PROCESSING\",\n            \"beneficiary_account\": {\n                \"registered_account_id\": null,\n                \"holder\": {\n                    \"name\": \"Beatriz Lopes\",\n                    \"taxpayer_id\": \"52016205156\"\n                },\n                \"external_bank_account\": null,\n                \"pix\": {\n                    \"key\": \"52016205156\",\n                    \"key_type\": \"TAXPAYER_ID\"\n                },\n                \"baas\": {\n                    \"account_number\": null\n                }\n            },\n            \"beneficiary_type\": \"BORROWER\",\n            \"billet_info\": null,\n            \"allow_failure\": null,\n            \"qrcode_info\": null,\n            \"principal\": null,\n            \"is_partial_disbursement\": null,\n            \"pay_application_id\": null\n        }\n    ],\n    \"ipoc_number\": \"486327540203152016205156178204\",\n    \"additional_installment_fee\": null,\n    \"additional_installment_description\": null,\n    \"external_ccb_number\": null,\n    \"annotation_id\": null,\n    \"split_beneficiary_account\": null,\n    \"entry_payment_info\": null,\n    \"consignment\": null,\n    \"contracts_to_purchase\": [],\n    \"bundle_item_name\": null\n}"},{"id":"b9b3b8c6-d0ba-43a6-8954-7c3c2a7d9df1","name":"Borrower as Beneficiary","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"product\": {\r\n        \"id\": \"uuid\"\r\n    },\r\n    \"borrower\": {\r\n        \"id\": \"uuid\"\r\n    },\r\n    \"funding\": {\r\n        \"id\": \"uuid\"\r\n    },\r\n    \"requested_amount\": 100,\r\n    \"interest_rate\": 0.01,\r\n    \"tac_amount\": 0,\r\n    \"finance_fee\": 0,\r\n    \"num_payments\": 12, \r\n    \"first_payment_date\": \"2024-11-21\",\r\n    \"disbursement_date\": \"2024-10-21\",\r\n    \"signature_collect_method\": \"EMAIL\",\r\n    \"signature_provider\": \"ZAPSIGN\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/applications"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id\": \"0a23ad94-a656-47b8-945a-33dcbe07b38a\",\n    \"product\": {\n        \"id\": \"f44f63e0-1d3c-4960-9f91-99dbb7911526\"\n    },\n    \"borrower\": {\n        \"id\": \"eb1388eb-f979-4605-9cbc-6981410ad91a\"\n    },\n    \"requested_amount\": 100,\n    \"interest_rate\": 0.01,\n    \"interest_pre_type\": \"BASE_365\",\n    \"annual_interest_rate\": 0.126825,\n    \"tac_amount\": 0,\n    \"finance_fee\": 0,\n    \"num_payments\": 12,\n    \"first_payment_date\": \"2025-11-21\",\n    \"disbursement_date\": \"2025-10-21\",\n    \"allow_disbursement_on_sign\": null,\n    \"issue_date\": \"2025-09-21\",\n    \"status\": \"AGREEMENT_RENDERING\",\n    \"cession_status\": \"NOT_CEDED\",\n    \"status_description\": null,\n    \"loan_details\": {\n        \"total_processing_cost\": 2.02,\n        \"annual_interest_rate\": 0.126825,\n        \"interest_rate\": 0.01,\n        \"annual_effective_interest_rate\": 0.169104,\n        \"monthly_effective_interest_rate\": 0.013105,\n        \"total_amount_owed\": 108.72,\n        \"disbursement_amount\": 100,\n        \"discount_amount\": 0,\n        \"discount_rate\": 0,\n        \"financed_amount\": 102.02,\n        \"iof_daily_rate\": 0.000082,\n        \"iof_amount\": 2.02,\n        \"iof_base_rate\": 0.0038,\n        \"payment_amount\": 9.06,\n        \"issue_date\": \"2025-09-21\",\n        \"schedule\": [\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.05,\n                \"balance\": 102,\n                \"interest\": 0.09,\n                \"principal\": 8.97,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 1,\n                \"running_day\": 31,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2025-11-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.07,\n                \"balance\": 93.03,\n                \"interest\": 0.18,\n                \"principal\": 8.88,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 2,\n                \"running_day\": 61,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2025-12-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.1,\n                \"balance\": 84.15,\n                \"interest\": 0.27,\n                \"principal\": 8.79,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 3,\n                \"running_day\": 92,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-01-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.12,\n                \"balance\": 75.36,\n                \"interest\": 0.36,\n                \"principal\": 8.7,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 4,\n                \"running_day\": 123,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-02-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.14,\n                \"balance\": 66.66,\n                \"interest\": 0.44,\n                \"principal\": 8.62,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 5,\n                \"running_day\": 151,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-03-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.16,\n                \"balance\": 58.04,\n                \"interest\": 0.52,\n                \"principal\": 8.54,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 6,\n                \"running_day\": 182,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-04-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.18,\n                \"balance\": 49.5,\n                \"interest\": 0.61,\n                \"principal\": 8.45,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 7,\n                \"running_day\": 212,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-05-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.2,\n                \"balance\": 41.05,\n                \"interest\": 0.69,\n                \"principal\": 8.37,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 8,\n                \"running_day\": 243,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-06-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.22,\n                \"balance\": 32.68,\n                \"interest\": 0.77,\n                \"principal\": 8.29,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 9,\n                \"running_day\": 273,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-07-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.23,\n                \"balance\": 24.39,\n                \"interest\": 0.86,\n                \"principal\": 8.2,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 10,\n                \"running_day\": 304,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-08-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.25,\n                \"balance\": 16.19,\n                \"interest\": 0.94,\n                \"principal\": 8.12,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 11,\n                \"running_day\": 335,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-09-21\"\n            },\n            {\n                \"payment\": 9.06,\n                \"iof\": 0.3,\n                \"balance\": 8.07,\n                \"interest\": 0.99,\n                \"principal\": 8.07,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 12,\n                \"running_day\": 365,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2026-10-21\"\n            }\n        ],\n        \"last_payment_date\": \"2026-10-21\",\n        \"reference_rate\": null,\n        \"interest_pre_type\": \"BASE_365\",\n        \"interest_rate_frequency\": \"MONTHLY\",\n        \"amortization_type\": \"PRICE\",\n        \"interest_type\": \"PRE\",\n        \"grace_period_interest\": 0,\n        \"grace_period_amortizations\": [],\n        \"amortization_frequency\": \"MONTHLY\"\n    },\n    \"custom_variables\": {},\n    \"canceled_at\": null,\n    \"sequential_id\": 178204,\n    \"funding\": {\n        \"id\": \"ecc143f4-e1cc-499b-ae1f-be6a47004dca\",\n        \"legal_name\": \"NEOBANK DIGITAL SERVIÇOS LTDA\",\n        \"alias\": null,\n        \"metadata\": {\n            \"cod_backoffice\": {\n                \"value\": \"\",\n                \"sensitive\": false\n            }\n        }\n    },\n    \"payment_method\": \"BOLETO\",\n    \"backoffice_import_status\": \"NONE\",\n    \"guarantors\": [],\n    \"co_signers\": [],\n    \"investors\": [],\n    \"co_debtors\": [],\n    \"collateral_providers\": [],\n    \"representatives\": [],\n    \"sureties\": [],\n    \"signature_collect_method\": \"EMAIL\",\n    \"signature_provider\": \"ZAPSIGN\",\n    \"issuer_disbursement_type\": \"BENEFICIARY\",\n    \"signature_collect_options\": {\n        \"require_self_photo\": false,\n        \"require_document_photo\": false,\n        \"require_selfie_validation\": false\n    },\n    \"base_premium_amount\": 0.51,\n    \"additional_premium_amount\": 0,\n    \"loan\": null,\n    \"borrower_employer\": null,\n    \"disbursement\": null,\n    \"beneficiary_account\": {\n        \"registered_account_id\": null,\n        \"holder\": {\n            \"name\": \"Beatriz Lopes\",\n            \"taxpayer_id\": \"52016205156\"\n        },\n        \"external_bank_account\": null,\n        \"pix\": {\n            \"key\": \"52016205156\",\n            \"key_type\": \"TAXPAYER_ID\"\n        },\n        \"baas\": {\n            \"account_number\": null\n        }\n    },\n    \"created_at\": \"2025-09-21T22:18:45.873921Z\",\n    \"version\": 0,\n    \"cession_value\": 102.53,\n    \"issue_value\": 102.53,\n    \"issuer_migrated\": false,\n    \"custodian\": null,\n    \"signature_authentication_options\": {\n        \"mode\": \"NONE\"\n    },\n    \"managed_account_for_issuer_disbursement\": {\n        \"product_configuration\": null,\n        \"baas\": null\n    },\n    \"disbursement_attempts\": [],\n    \"payment_orders\": [\n        {\n            \"id\": \"32ed64c9-8431-4d45-9875-f30c365b1a1c\",\n            \"amount\": 100,\n            \"type\": \"PIX_OUT\",\n            \"status\": \"READY_FOR_PROCESSING\",\n            \"beneficiary_account\": {\n                \"registered_account_id\": null,\n                \"holder\": {\n                    \"name\": \"Beatriz Lopes\",\n                    \"taxpayer_id\": \"52016205156\"\n                },\n                \"external_bank_account\": null,\n                \"pix\": {\n                    \"key\": \"52016205156\",\n                    \"key_type\": \"TAXPAYER_ID\"\n                },\n                \"baas\": {\n                    \"account_number\": null\n                }\n            },\n            \"beneficiary_type\": \"BORROWER\",\n            \"billet_info\": null,\n            \"allow_failure\": null,\n            \"qrcode_info\": null,\n            \"principal\": null,\n            \"is_partial_disbursement\": null,\n            \"pay_application_id\": null\n        }\n    ],\n    \"ipoc_number\": \"486327540203152016205156178204\",\n    \"additional_installment_fee\": null,\n    \"additional_installment_description\": null,\n    \"external_ccb_number\": null,\n    \"annotation_id\": null,\n    \"split_beneficiary_account\": null,\n    \"entry_payment_info\": null,\n    \"consignment\": null,\n    \"contracts_to_purchase\": [],\n    \"bundle_item_name\": null\n}"},{"id":"6ed5c562-a3cf-4833-9ab4-6f38d80e44d0","name":"External Account as Beneficiary","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"product\": {\r\n        \"id\": \"uuid\"\r\n    },\r\n    \"borrower\": {\r\n        \"id\": \"uuid\"\r\n    },\r\n    \"funding\": {\r\n        \"id\": \"uuid\"\r\n    },\r\n    \"beneficiary_account\": {\r\n        \"registered_account_id\": \"uuid\" // uuid genereted by Celcoin — Contact Support if you need generate one\r\n    },\r\n    \"requested_amount\": 100,\r\n    \"interest_rate\": 0.01,\r\n    \"tac_amount\": 0,\r\n    \"tac_rate\": 0,\r\n    \"finance_fee\": 0,\r\n    \"num_payments\": 12,\r\n    \"first_payment_date\": \"YYYY-MM-DD\",\r\n    \"disbursement_date\": \"YYYY-MM-DD\",\r\n    \"signature_collect_method\": \"NONE\",\r\n    \"signature_provider\": \"CELCOIN\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/applications"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"59ccd1ae-293b-4b09-896f-2cdd76d483fb"},{"name":"4.a — Assinatura da CCB por Timestamp-Hash (opcional)","id":"bfc6172c-061d-41f5-bd3b-b433073588d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ip_address\": \"192.168.1.15\", // Gadget IP address\r\n    \"signed_at\": \"2024-07-26T14:53:58.590Z\", // Timestamp when got this infos\r\n    \"user_agent\": \"CFNetwork/1.0 Darwin/23.5.0 (iPhone iOS/17.5.1)teste@2.26.3+12761-PROD\", // The user agent\r\n    \"person\": {\r\n        \"id\": \"5ce9bf35-1539-4867-a875-1719a0686356\" // Person's uuid\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/applications/:application_id/signatures","urlObject":{"protocol":"https","path":["banking","originator","applications",":application_id","signatures"],"host":["sandbox","platform","flowfinance","com","br"],"query":[],"variable":[{"id":"6e5019f5-6c30-4fc4-b325-4c816595de28","description":{"content":"<p>IMPORTANT: The application's status must be PENDING_SIGNATURE</p>\n","type":"text/plain"},"type":"any","value":"3dbe73dc-d6ca-4ac2-a13b-8c7f96acf66b","key":"application_id"}]}},"response":[{"id":"b21e8f9d-0222-4969-bc5e-28b8d62a485e","name":"200 - Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ip_address\": \"192.168.1.15\", // Gadget IP address\r\n    \"signed_at\": \"2024-07-26T14:53:58.590Z\", // Timestamp when got this infos\r\n    \"user_agent\": \"CFNetwork/1.0 Darwin/23.5.0 (iPhone iOS/17.5.1)teste@2.26.3+12761-PROD\", // The user agent\r\n    \"person\": {\r\n        \"id\": \"5ce9bf35-1539-4867-a875-1719a0686356\" // Person's uuid\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox.platform.flowfinance.com.br/banking/originator/applications/:application_id/signatures","protocol":"https","host":["sandbox","platform","flowfinance","com","br"],"path":["banking","originator","applications",":application_id","signatures"],"variable":[{"key":"application_id","value":"3dbe73dc-d6ca-4ac2-a13b-8c7f96acf66b","description":"IMPORTANT: The application's status must be PENDING_SIGNATURE"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 11 Oct 2025 01:34:19 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"686"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"SQkUUheDGjQEMQg="}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"aca1bb00-1bcc-40be-84d4-64d3029a95ef\",\n    \"ip_address\": \"192.168.1.15\",\n    \"user_agent\": \"CFNetwork/1.0 Darwin/23.5.0 (iPhone iOS/17.5.1)teste@2.26.3+12761-PROD\",\n    \"signed_at\": \"2024-07-26T14:53:58.59Z\",\n    \"person\": {\n        \"id\": \"5ce9bf35-1539-4867-a875-1719a0686356\",\n        \"full_name\": \"Fulano de Tal\",\n        \"taxpayer_id\": \"93343138380\"\n    },\n    \"collect_sign_link\": \"https://sandbox.signer.flowfinance.com.br/NGQwODVhZTgtYzI5NS00MTQ0LTk5ZGEtNTNmMGFiYTcwMWY5LDM1NDFlZWRjLTU5MzktNDJjZC1iZjRkLTkyMmEzNmUwMzMzYSwzZGJlNzNkYy1kNmNhLTRhYzItYTEzYi04YzdmOTZhY2Y2NmIsYWNhMWJiMDAtMWJjYy00MGJlLTg0ZDQtNjRkMzAyOWE5NWVm\",\n    \"created_at\": \"2025-10-11T01:33:28.679352Z\",\n    \"updated_at\": \"2025-10-11T01:34:19.325922Z\",\n    \"version\": 2,\n    \"external_id\": null\n}"}],"_postman_id":"bfc6172c-061d-41f5-bd3b-b433073588d9"},{"name":"4.b — Envio de uma CCB assinada externamente (opcional)","id":"988c7b35-9c34-4af7-b467-613ac44af9eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","description":"<p>The signed CCB file</p>\n","type":"file","value":null}]},"url":"https://sandbox.platform.flowfinance.com/banking/originator/applications/:application_id/physical-signature","urlObject":{"protocol":"https","path":["banking","originator","applications",":application_id","physical-signature"],"host":["sandbox","platform","flowfinance","com"],"query":[],"variable":[{"id":"c7231a99-4df8-4bbe-9047-72d3b903ab29","description":{"content":"<p>IMPORTANT: The Application's status must be PENDING_SIGNATURE</p>\n","type":"text/plain"},"type":"any","value":"","key":"application_id"}]}},"response":[],"_postman_id":"988c7b35-9c34-4af7-b467-613ac44af9eb"},{"name":"(opcional) Consulta do Qualification ID","id":"39b4361c-d060-4f40-a378-95abd478b8f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer"}],"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/products/:product_id/qualification-requests?application_id=3dbe73dc-d6ca-4ac2-a13b-8c7f96acf66b","urlObject":{"protocol":"https","path":["banking","originator","products",":product_id","qualification-requests"],"host":["sandbox","platform","flowfinance","com","br"],"query":[{"key":"application_id","value":"3dbe73dc-d6ca-4ac2-a13b-8c7f96acf66b"}],"variable":[{"id":"77d44c02-d638-407e-8159-4d79229e11ec","description":{"content":"<p>The application's product ID</p>\n","type":"text/plain"},"type":"any","value":"9243c0ed-e6bf-4923-8582-4c092d450835","key":"product_id"}]}},"response":[{"id":"8a7570e6-e3f8-4976-9e63-d51963fca777","name":"200 - Response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer"}],"url":{"raw":"https://sandbox.platform.flowfinance.com.br/banking/originator/products/:product_id/qualification-requests?application_id=3dbe73dc-d6ca-4ac2-a13b-8c7f96acf66b","protocol":"https","host":["sandbox","platform","flowfinance","com","br"],"path":["banking","originator","products",":product_id","qualification-requests"],"query":[{"key":"application_id","value":"3dbe73dc-d6ca-4ac2-a13b-8c7f96acf66b"}],"variable":[{"key":"product_id","value":"9243c0ed-e6bf-4923-8582-4c092d450835","description":"The application's product ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 11 Oct 2025 01:35:41 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"7167"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"SQkhMh7pmjQEMQg="}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"id\": \"746a6862-2924-4c75-a6cd-29a5821fe346\",\n            \"funding\": {\n                \"id\": \"ecc143f4-e1cc-499b-ae1f-be6a47004dca\",\n                \"legal_name\": \"NEOBANK DIGITAL SERVIÇOS LTDA\",\n                \"alias\": null,\n                \"metadata\": {\n                    \"cod_backoffice\": {\n                        \"value\": \"\",\n                        \"sensitive\": false\n                    }\n                }\n            },\n            \"role\": \"APPLICATION\",\n            \"status\": \"pending_approval\",\n            \"borrower\": {\n                \"id\": \"5ce9bf35-1539-4867-a875-1719a0686356\",\n                \"name\": \"Fulano de Tal\"\n            },\n            \"application\": {\n                \"id\": \"3dbe73dc-d6ca-4ac2-a13b-8c7f96acf66b\",\n                \"product\": {\n                    \"id\": \"9243c0ed-e6bf-4923-8582-4c092d450835\"\n                },\n                \"borrower\": {\n                    \"id\": \"5ce9bf35-1539-4867-a875-1719a0686356\"\n                },\n                \"requested_amount\": 11,\n                \"interest_rate\": 0.01,\n                \"interest_base_rate\": \"BASE_365\",\n                \"annual_interest_rate\": 0.126825,\n                \"tac_amount\": 0,\n                \"finance_fee\": 0,\n                \"num_payments\": 12,\n                \"first_payment_date\": \"2025-11-10\",\n                \"disbursement_date\": \"2025-10-10\",\n                \"allow_disbursement_on_sign\": null,\n                \"issue_date\": \"2025-10-10\",\n                \"status\": \"PENDING_QUALIFICATION\",\n                \"cession_status\": \"NOT_CEDED\",\n                \"status_description\": null,\n                \"loan_details\": {\n                    \"total_processing_cost\": 0.22,\n                    \"annual_interest_rate\": 0.126825,\n                    \"interest_rate\": 0.01,\n                    \"annual_effective_interest_rate\": 0.176663,\n                    \"monthly_effective_interest_rate\": 0.013649,\n                    \"total_amount_owed\": 12,\n                    \"disbursement_amount\": 11,\n                    \"discount_amount\": 0,\n                    \"discount_rate\": 0,\n                    \"financed_amount\": 11.22,\n                    \"iof_daily_rate\": 0.000082,\n                    \"iof_amount\": 0.22,\n                    \"iof_base_rate\": 0.0038,\n                    \"payment_amount\": 1,\n                    \"issue_date\": \"2025-10-10\",\n                    \"schedule\": [\n                        {\n                            \"payment\": 1,\n                            \"iof\": 0,\n                            \"balance\": 10.33,\n                            \"interest\": 0.11,\n                            \"principal\": 0.89,\n                            \"additional_value\": 0,\n                            \"present_value\": null,\n                            \"status\": null,\n                            \"period\": 1,\n                            \"running_day\": 31,\n                            \"late_day\": null,\n                            \"paid_value\": null,\n                            \"payment_date\": \"2025-11-10\"\n                        },\n                        {\n                            \"payment\": 1,\n                            \"iof\": 0,\n                            \"balance\": 9.43,\n                            \"interest\": 0.1,\n                            \"principal\": 0.9,\n                            \"additional_value\": 0,\n                            \"present_value\": null,\n                            \"status\": null,\n                            \"period\": 2,\n                            \"running_day\": 30,\n                            \"late_day\": null,\n                            \"paid_value\": null,\n                            \"payment_date\": \"2025-12-10\"\n                        },\n                        {\n                            \"payment\": 1,\n                            \"iof\": 0.01,\n                            \"balance\": 8.53,\n                            \"interest\": 0.1,\n                            \"principal\": 0.9,\n                            \"additional_value\": 0,\n                            \"present_value\": null,\n                            \"status\": null,\n                            \"period\": 3,\n                            \"running_day\": 31,\n                            \"late_day\": null,\n                            \"paid_value\": null,\n                            \"payment_date\": \"2026-01-10\"\n                        },\n                        {\n                            \"payment\": 1,\n                            \"iof\": 0.01,\n                            \"balance\": 7.62,\n                            \"interest\": 0.09,\n                            \"principal\": 0.91,\n                            \"additional_value\": 0,\n                            \"present_value\": null,\n                            \"status\": null,\n                            \"period\": 4,\n                            \"running_day\": 31,\n                            \"late_day\": null,\n                            \"paid_value\": null,\n                            \"payment_date\": \"2026-02-10\"\n                        },\n                        {\n                            \"payment\": 1,\n                            \"iof\": 0.01,\n                            \"balance\": 6.69,\n                            \"interest\": 0.07,\n                            \"principal\": 0.93,\n                            \"additional_value\": 0,\n                            \"present_value\": null,\n                            \"status\": null,\n                            \"period\": 5,\n                            \"running_day\": 28,\n                            \"late_day\": null,\n                            \"paid_value\": null,\n                            \"payment_date\": \"2026-03-10\"\n                        },\n                        {\n                            \"payment\": 1,\n                            \"iof\": 0.01,\n                            \"balance\": 5.76,\n                            \"interest\": 0.07,\n                            \"principal\": 0.93,\n                            \"additional_value\": 0,\n                            \"present_value\": null,\n                            \"status\": null,\n                            \"period\": 6,\n                            \"running_day\": 31,\n                            \"late_day\": null,\n                            \"paid_value\": null,\n                            \"payment_date\": \"2026-04-10\"\n                        },\n                        {\n                            \"payment\": 1,\n                            \"iof\": 0.02,\n                            \"balance\": 4.82,\n                            \"interest\": 0.06,\n                            \"principal\": 0.94,\n                            \"additional_value\": 0,\n                            \"present_value\": null,\n                            \"status\": null,\n                            \"period\": 7,\n                            \"running_day\": 30,\n                            \"late_day\": null,\n                            \"paid_value\": null,\n                            \"payment_date\": \"2026-05-10\"\n                        },\n                        {\n                            \"payment\": 1,\n                            \"iof\": 0.02,\n                            \"balance\": 3.87,\n                            \"interest\": 0.05,\n                            \"principal\": 0.95,\n                            \"additional_value\": 0,\n                            \"present_value\": null,\n                            \"status\": null,\n                            \"period\": 8,\n                            \"running_day\": 31,\n                            \"late_day\": null,\n                            \"paid_value\": null,\n                            \"payment_date\": \"2026-06-10\"\n                        },\n                        {\n                            \"payment\": 1,\n                            \"iof\": 0.02,\n                            \"balance\": 2.91,\n                            \"interest\": 0.04,\n                            \"principal\": 0.96,\n                            \"additional_value\": 0,\n                            \"present_value\": null,\n                            \"status\": null,\n                            \"period\": 9,\n                            \"running_day\": 30,\n                            \"late_day\": null,\n                            \"paid_value\": null,\n                            \"payment_date\": \"2026-07-10\"\n                        },\n                        {\n                            \"payment\": 1,\n                            \"iof\": 0.02,\n                            \"balance\": 1.94,\n                            \"interest\": 0.03,\n                            \"principal\": 0.97,\n                            \"additional_value\": 0,\n                            \"present_value\": null,\n                            \"status\": null,\n                            \"period\": 10,\n                            \"running_day\": 31,\n                            \"late_day\": null,\n                            \"paid_value\": null,\n                            \"payment_date\": \"2026-08-10\"\n                        },\n                        {\n                            \"payment\": 1,\n                            \"iof\": 0.03,\n                            \"balance\": 0.96,\n                            \"interest\": 0.02,\n                            \"principal\": 0.98,\n                            \"additional_value\": 0,\n                            \"present_value\": null,\n                            \"status\": null,\n                            \"period\": 11,\n                            \"running_day\": 31,\n                            \"late_day\": null,\n                            \"paid_value\": null,\n                            \"payment_date\": \"2026-09-10\"\n                        },\n                        {\n                            \"payment\": 1,\n                            \"iof\": 0.07,\n                            \"balance\": 0,\n                            \"interest\": 0.04,\n                            \"principal\": 0.96,\n                            \"additional_value\": 0,\n                            \"present_value\": null,\n                            \"status\": null,\n                            \"period\": 12,\n                            \"running_day\": 30,\n                            \"late_day\": null,\n                            \"paid_value\": null,\n                            \"payment_date\": \"2026-10-10\"\n                        }\n                    ],\n                    \"last_payment_date\": \"2026-10-10\",\n                    \"reference_rate\": null,\n                    \"interest_pre_type\": \"BASE_365\",\n                    \"interest_rate_frequency\": \"MONTHLY\",\n                    \"amortization_type\": \"PRICE\",\n                    \"interest_type\": \"PRE\",\n                    \"grace_period_interest\": 0,\n                    \"grace_period_amortizations\": [],\n                    \"amortization_frequency\": \"MONTHLY\",\n                    \"insurance_amount\": 0\n                },\n                \"custom_variables\": {},\n                \"canceled_at\": null,\n                \"sequential_id\": 181512,\n                \"originator\": {\n                    \"id\": \"3541eedc-5939-42cd-bf4d-922a36e0333a\",\n                    \"legal_name\": \"KARTECH SOLUÇÕES FINANCEIRAS S.A.\"\n                },\n                \"funding\": {\n                    \"id\": \"ecc143f4-e1cc-499b-ae1f-be6a47004dca\",\n                    \"legal_name\": \"NEOBANK DIGITAL SERVIÇOS LTDA\",\n                    \"alias\": null,\n                    \"metadata\": {\n                        \"cod_backoffice\": {\n                            \"value\": \"\",\n                            \"sensitive\": false\n                        }\n                    }\n                },\n                \"payment_method\": \"BOLETO\",\n                \"backoffice_import_status\": \"NONE\",\n                \"guarantors\": null,\n                \"co_signers\": null,\n                \"investors\": null,\n                \"co_debtors\": null,\n                \"collateral_providers\": null,\n                \"representatives\": null,\n                \"sureties\": null,\n                \"signature_collect_method\": \"NONE\",\n                \"signature_provider\": \"CELCOIN\",\n                \"issuer_disbursement_type\": \"BENEFICIARY\",\n                \"signature_collect_options\": {\n                    \"require_self_photo\": false,\n                    \"require_document_photo\": false,\n                    \"require_selfie_validation\": false\n                },\n                \"base_premium_amount\": 0.06,\n                \"additional_premium_amount\": 0,\n                \"loan\": null,\n                \"borrower_employer\": null,\n                \"disbursement\": null,\n                \"beneficiary_account\": {\n                    \"registered_account_id\": null,\n                    \"holder\": {\n                        \"name\": \"Fulano de Tal\",\n                        \"taxpayer_id\": \"93343138380\"\n                    },\n                    \"external_bank_account\": {\n                        \"bank_code\": \"001\",\n                        \"bank_account\": \"0123456\",\n                        \"bank_account_digit\": \"7\",\n                        \"bank_branch\": \"1234\",\n                        \"bank_account_type\": \"CACC\",\n                        \"ispb_code\": \"00000000\"\n                    },\n                    \"pix\": {\n                        \"key\": \"65371068260\",\n                        \"key_type\": \"TAXPAYER_ID\"\n                    },\n                    \"baas\": {\n                        \"account_number\": null\n                    }\n                },\n                \"created_at\": \"2025-10-11T01:33:28.643219Z\",\n                \"updated_at\": \"2025-10-11T01:34:22.208075Z\",\n                \"version\": 3,\n                \"cession_value\": 11.28,\n                \"issue_value\": 11.28,\n                \"issuer_migrated\": false,\n                \"custodian\": null,\n                \"signature_authentication_options\": {\n                    \"mode\": \"NONE\"\n                },\n                \"managed_account_for_issuer_disbursement\": {\n                    \"product_configuration\": null,\n                    \"baas\": null\n                },\n                \"disbursement_attempts\": null,\n                \"payment_orders\": [\n                    {\n                        \"id\": \"6c120d20-720e-42e4-ad75-980ed41433eb\",\n                        \"amount\": 11,\n                        \"type\": \"PIX_OUT\",\n                        \"status\": \"READY_FOR_PROCESSING\",\n                        \"beneficiary_account\": {\n                            \"registered_account_id\": null,\n                            \"holder\": {\n                                \"name\": \"Fulano de Tal\",\n                                \"taxpayer_id\": \"93343138380\"\n                            },\n                            \"external_bank_account\": {\n                                \"bank_code\": \"001\",\n                                \"bank_account\": \"0123456\",\n                                \"bank_account_digit\": \"7\",\n                                \"bank_branch\": \"1234\",\n                                \"bank_account_type\": \"CACC\",\n                                \"ispb_code\": \"00000000\"\n                            },\n                            \"pix\": {\n                                \"key\": \"65371068260\",\n                                \"key_type\": \"TAXPAYER_ID\"\n                            },\n                            \"baas\": {\n                                \"account_number\": null\n                            }\n                        },\n                        \"beneficiary_type\": \"BORROWER\",\n                        \"billet_info\": null,\n                        \"allow_failure\": null,\n                        \"qrcode_info\": null,\n                        \"principal\": null,\n                        \"is_partial_disbursement\": null,\n                        \"pay_application_id\": null\n                    }\n                ],\n                \"ipoc_number\": \"486327540203193343138380181512\",\n                \"cession_id\": null,\n                \"commercial_paper_id\": null,\n                \"additional_installment_fee\": null,\n                \"additional_installment_description\": null,\n                \"external_ccb_number\": null\n            },\n            \"originator\": \"3541eedc-5939-42cd-bf4d-922a36e0333a\",\n            \"product\": {\n                \"id\": \"9243c0ed-e6bf-4923-8582-4c092d450835\",\n                \"name\": \"[Karthen Goat] Crédito Pessoal Celan [PF]\",\n                \"description\": \"Produto com Configurações Padrão — Sem Etapa de Aprovação — Minuta (CCB) Padrão da Celcoin\"\n            },\n            \"created_at\": \"2025-10-11T01:34:22.166953Z\",\n            \"version\": 0\n        }\n    ],\n    \"total_pages\": 1,\n    \"total_elements\": 1,\n    \"has_next\": false\n}"}],"_postman_id":"39b4361c-d060-4f40-a378-95abd478b8f1"},{"name":"(opcional) Aprovação de um Qualification ID","id":"9f801cec-5c00-4ed4-9253-cd6f9cdad29a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"status\": \"QUALIFIED\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/products/:product_id/qualification-requests/:qualification_id/qualify","urlObject":{"protocol":"https","path":["banking","originator","products",":product_id","qualification-requests",":qualification_id","qualify"],"host":["sandbox","platform","flowfinance","com","br"],"query":[],"variable":[{"id":"49afaffe-2510-4dc0-a4ad-d17053369be6","type":"any","value":"9243c0ed-e6bf-4923-8582-4c092d450835","key":"product_id"},{"id":"ea824860-59aa-4dcb-a587-25a825d3f092","type":"any","value":"746a6862-2924-4c75-a6cd-29a5821fe346","key":"qualification_id"}]}},"response":[{"id":"dd8a9375-6d2b-46cb-be67-d622dfd94fdf","name":"200 - Response","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"status\": \"QUALIFIED\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox.platform.flowfinance.com.br/banking/originator/products/:product_id/qualification-requests/:qualification_id/qualify","protocol":"https","host":["sandbox","platform","flowfinance","com","br"],"path":["banking","originator","products",":product_id","qualification-requests",":qualification_id","qualify"],"variable":[{"key":"product_id","value":"9243c0ed-e6bf-4923-8582-4c092d450835"},{"key":"qualification_id","value":"746a6862-2924-4c75-a6cd-29a5821fe346"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 11 Oct 2025 01:41:26 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"7137"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"SQlXDgE2GjQEPFQ="}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id\": \"746a6862-2924-4c75-a6cd-29a5821fe346\",\n    \"funding\": {\n        \"id\": \"ecc143f4-e1cc-499b-ae1f-be6a47004dca\",\n        \"legal_name\": \"NEOBANK DIGITAL SERVIÇOS LTDA\",\n        \"alias\": null,\n        \"metadata\": {\n            \"cod_backoffice\": {\n                \"value\": \"\",\n                \"sensitive\": false\n            }\n        }\n    },\n    \"role\": \"APPLICATION\",\n    \"status\": \"QUALIFIED\",\n    \"borrower\": {\n        \"id\": \"5ce9bf35-1539-4867-a875-1719a0686356\",\n        \"name\": \"Fulano de Tal\"\n    },\n    \"application\": {\n        \"id\": \"3dbe73dc-d6ca-4ac2-a13b-8c7f96acf66b\",\n        \"product\": {\n            \"id\": \"9243c0ed-e6bf-4923-8582-4c092d450835\"\n        },\n        \"borrower\": {\n            \"id\": \"5ce9bf35-1539-4867-a875-1719a0686356\"\n        },\n        \"requested_amount\": 11,\n        \"interest_rate\": 0.01,\n        \"interest_base_rate\": \"BASE_365\",\n        \"annual_interest_rate\": 0.126825,\n        \"tac_amount\": 0,\n        \"finance_fee\": 0,\n        \"num_payments\": 12,\n        \"first_payment_date\": \"2025-11-10\",\n        \"disbursement_date\": \"2025-10-10\",\n        \"allow_disbursement_on_sign\": null,\n        \"issue_date\": \"2025-10-10\",\n        \"status\": \"PENDING_QUALIFICATION\",\n        \"cession_status\": \"NOT_CEDED\",\n        \"status_description\": null,\n        \"loan_details\": {\n            \"total_processing_cost\": 0.22,\n            \"annual_interest_rate\": 0.126825,\n            \"interest_rate\": 0.01,\n            \"annual_effective_interest_rate\": 0.176663,\n            \"monthly_effective_interest_rate\": 0.013649,\n            \"total_amount_owed\": 12,\n            \"disbursement_amount\": 11,\n            \"discount_amount\": 0,\n            \"discount_rate\": 0,\n            \"financed_amount\": 11.22,\n            \"iof_daily_rate\": 0.000082,\n            \"iof_amount\": 0.22,\n            \"iof_base_rate\": 0.0038,\n            \"payment_amount\": 1,\n            \"issue_date\": \"2025-10-10\",\n            \"schedule\": [\n                {\n                    \"payment\": 1,\n                    \"iof\": 0,\n                    \"balance\": 10.33,\n                    \"interest\": 0.11,\n                    \"principal\": 0.89,\n                    \"additional_value\": 0,\n                    \"present_value\": null,\n                    \"status\": null,\n                    \"period\": 1,\n                    \"running_day\": 31,\n                    \"late_day\": null,\n                    \"paid_value\": null,\n                    \"payment_date\": \"2025-11-10\"\n                },\n                {\n                    \"payment\": 1,\n                    \"iof\": 0,\n                    \"balance\": 9.43,\n                    \"interest\": 0.1,\n                    \"principal\": 0.9,\n                    \"additional_value\": 0,\n                    \"present_value\": null,\n                    \"status\": null,\n                    \"period\": 2,\n                    \"running_day\": 30,\n                    \"late_day\": null,\n                    \"paid_value\": null,\n                    \"payment_date\": \"2025-12-10\"\n                },\n                {\n                    \"payment\": 1,\n                    \"iof\": 0.01,\n                    \"balance\": 8.53,\n                    \"interest\": 0.1,\n                    \"principal\": 0.9,\n                    \"additional_value\": 0,\n                    \"present_value\": null,\n                    \"status\": null,\n                    \"period\": 3,\n                    \"running_day\": 31,\n                    \"late_day\": null,\n                    \"paid_value\": null,\n                    \"payment_date\": \"2026-01-10\"\n                },\n                {\n                    \"payment\": 1,\n                    \"iof\": 0.01,\n                    \"balance\": 7.62,\n                    \"interest\": 0.09,\n                    \"principal\": 0.91,\n                    \"additional_value\": 0,\n                    \"present_value\": null,\n                    \"status\": null,\n                    \"period\": 4,\n                    \"running_day\": 31,\n                    \"late_day\": null,\n                    \"paid_value\": null,\n                    \"payment_date\": \"2026-02-10\"\n                },\n                {\n                    \"payment\": 1,\n                    \"iof\": 0.01,\n                    \"balance\": 6.69,\n                    \"interest\": 0.07,\n                    \"principal\": 0.93,\n                    \"additional_value\": 0,\n                    \"present_value\": null,\n                    \"status\": null,\n                    \"period\": 5,\n                    \"running_day\": 28,\n                    \"late_day\": null,\n                    \"paid_value\": null,\n                    \"payment_date\": \"2026-03-10\"\n                },\n                {\n                    \"payment\": 1,\n                    \"iof\": 0.01,\n                    \"balance\": 5.76,\n                    \"interest\": 0.07,\n                    \"principal\": 0.93,\n                    \"additional_value\": 0,\n                    \"present_value\": null,\n                    \"status\": null,\n                    \"period\": 6,\n                    \"running_day\": 31,\n                    \"late_day\": null,\n                    \"paid_value\": null,\n                    \"payment_date\": \"2026-04-10\"\n                },\n                {\n                    \"payment\": 1,\n                    \"iof\": 0.02,\n                    \"balance\": 4.82,\n                    \"interest\": 0.06,\n                    \"principal\": 0.94,\n                    \"additional_value\": 0,\n                    \"present_value\": null,\n                    \"status\": null,\n                    \"period\": 7,\n                    \"running_day\": 30,\n                    \"late_day\": null,\n                    \"paid_value\": null,\n                    \"payment_date\": \"2026-05-10\"\n                },\n                {\n                    \"payment\": 1,\n                    \"iof\": 0.02,\n                    \"balance\": 3.87,\n                    \"interest\": 0.05,\n                    \"principal\": 0.95,\n                    \"additional_value\": 0,\n                    \"present_value\": null,\n                    \"status\": null,\n                    \"period\": 8,\n                    \"running_day\": 31,\n                    \"late_day\": null,\n                    \"paid_value\": null,\n                    \"payment_date\": \"2026-06-10\"\n                },\n                {\n                    \"payment\": 1,\n                    \"iof\": 0.02,\n                    \"balance\": 2.91,\n                    \"interest\": 0.04,\n                    \"principal\": 0.96,\n                    \"additional_value\": 0,\n                    \"present_value\": null,\n                    \"status\": null,\n                    \"period\": 9,\n                    \"running_day\": 30,\n                    \"late_day\": null,\n                    \"paid_value\": null,\n                    \"payment_date\": \"2026-07-10\"\n                },\n                {\n                    \"payment\": 1,\n                    \"iof\": 0.02,\n                    \"balance\": 1.94,\n                    \"interest\": 0.03,\n                    \"principal\": 0.97,\n                    \"additional_value\": 0,\n                    \"present_value\": null,\n                    \"status\": null,\n                    \"period\": 10,\n                    \"running_day\": 31,\n                    \"late_day\": null,\n                    \"paid_value\": null,\n                    \"payment_date\": \"2026-08-10\"\n                },\n                {\n                    \"payment\": 1,\n                    \"iof\": 0.03,\n                    \"balance\": 0.96,\n                    \"interest\": 0.02,\n                    \"principal\": 0.98,\n                    \"additional_value\": 0,\n                    \"present_value\": null,\n                    \"status\": null,\n                    \"period\": 11,\n                    \"running_day\": 31,\n                    \"late_day\": null,\n                    \"paid_value\": null,\n                    \"payment_date\": \"2026-09-10\"\n                },\n                {\n                    \"payment\": 1,\n                    \"iof\": 0.07,\n                    \"balance\": 0,\n                    \"interest\": 0.04,\n                    \"principal\": 0.96,\n                    \"additional_value\": 0,\n                    \"present_value\": null,\n                    \"status\": null,\n                    \"period\": 12,\n                    \"running_day\": 30,\n                    \"late_day\": null,\n                    \"paid_value\": null,\n                    \"payment_date\": \"2026-10-10\"\n                }\n            ],\n            \"last_payment_date\": \"2026-10-10\",\n            \"reference_rate\": null,\n            \"interest_pre_type\": \"BASE_365\",\n            \"interest_rate_frequency\": \"MONTHLY\",\n            \"amortization_type\": \"PRICE\",\n            \"interest_type\": \"PRE\",\n            \"grace_period_interest\": 0,\n            \"grace_period_amortizations\": [],\n            \"amortization_frequency\": \"MONTHLY\",\n            \"insurance_amount\": 0\n        },\n        \"custom_variables\": {},\n        \"canceled_at\": null,\n        \"sequential_id\": 181512,\n        \"originator\": {\n            \"id\": \"3541eedc-5939-42cd-bf4d-922a36e0333a\",\n            \"legal_name\": \"KARTECH SOLUÇÕES FINANCEIRAS S.A.\"\n        },\n        \"funding\": {\n            \"id\": \"ecc143f4-e1cc-499b-ae1f-be6a47004dca\",\n            \"legal_name\": \"NEOBANK DIGITAL SERVIÇOS LTDA\",\n            \"alias\": null,\n            \"metadata\": {\n                \"cod_backoffice\": {\n                    \"value\": \"\",\n                    \"sensitive\": false\n                }\n            }\n        },\n        \"payment_method\": \"BOLETO\",\n        \"backoffice_import_status\": \"NONE\",\n        \"guarantors\": null,\n        \"co_signers\": null,\n        \"investors\": null,\n        \"co_debtors\": null,\n        \"collateral_providers\": null,\n        \"representatives\": null,\n        \"sureties\": null,\n        \"signature_collect_method\": \"NONE\",\n        \"signature_provider\": \"CELCOIN\",\n        \"issuer_disbursement_type\": \"BENEFICIARY\",\n        \"signature_collect_options\": {\n            \"require_self_photo\": false,\n            \"require_document_photo\": false,\n            \"require_selfie_validation\": false\n        },\n        \"base_premium_amount\": 0.06,\n        \"additional_premium_amount\": 0,\n        \"loan\": null,\n        \"borrower_employer\": null,\n        \"disbursement\": null,\n        \"beneficiary_account\": {\n            \"registered_account_id\": null,\n            \"holder\": {\n                \"name\": \"Fulano de Tal\",\n                \"taxpayer_id\": \"93343138380\"\n            },\n            \"external_bank_account\": {\n                \"bank_code\": \"001\",\n                \"bank_account\": \"0123456\",\n                \"bank_account_digit\": \"7\",\n                \"bank_branch\": \"1234\",\n                \"bank_account_type\": \"CACC\",\n                \"ispb_code\": \"00000000\"\n            },\n            \"pix\": {\n                \"key\": \"65371068260\",\n                \"key_type\": \"TAXPAYER_ID\"\n            },\n            \"baas\": {\n                \"account_number\": null\n            }\n        },\n        \"created_at\": \"2025-10-11T01:33:28.643219Z\",\n        \"updated_at\": \"2025-10-11T01:34:22.208075Z\",\n        \"version\": 3,\n        \"cession_value\": 11.28,\n        \"issue_value\": 11.28,\n        \"issuer_migrated\": false,\n        \"custodian\": null,\n        \"signature_authentication_options\": {\n            \"mode\": \"NONE\"\n        },\n        \"managed_account_for_issuer_disbursement\": {\n            \"product_configuration\": null,\n            \"baas\": null\n        },\n        \"disbursement_attempts\": null,\n        \"payment_orders\": [\n            {\n                \"id\": \"6c120d20-720e-42e4-ad75-980ed41433eb\",\n                \"amount\": 11,\n                \"type\": \"PIX_OUT\",\n                \"status\": \"READY_FOR_PROCESSING\",\n                \"beneficiary_account\": {\n                    \"registered_account_id\": null,\n                    \"holder\": {\n                        \"name\": \"Fulano de Tal\",\n                        \"taxpayer_id\": \"93343138380\"\n                    },\n                    \"external_bank_account\": {\n                        \"bank_code\": \"001\",\n                        \"bank_account\": \"0123456\",\n                        \"bank_account_digit\": \"7\",\n                        \"bank_branch\": \"1234\",\n                        \"bank_account_type\": \"CACC\",\n                        \"ispb_code\": \"00000000\"\n                    },\n                    \"pix\": {\n                        \"key\": \"65371068260\",\n                        \"key_type\": \"TAXPAYER_ID\"\n                    },\n                    \"baas\": {\n                        \"account_number\": null\n                    }\n                },\n                \"beneficiary_type\": \"BORROWER\",\n                \"billet_info\": null,\n                \"allow_failure\": null,\n                \"qrcode_info\": null,\n                \"principal\": null,\n                \"is_partial_disbursement\": null,\n                \"pay_application_id\": null\n            }\n        ],\n        \"ipoc_number\": \"486327540203193343138380181512\",\n        \"cession_id\": null,\n        \"commercial_paper_id\": null,\n        \"additional_installment_fee\": null,\n        \"additional_installment_description\": null,\n        \"external_ccb_number\": null\n    },\n    \"originator\": \"3541eedc-5939-42cd-bf4d-922a36e0333a\",\n    \"product\": {\n        \"id\": \"9243c0ed-e6bf-4923-8582-4c092d450835\",\n        \"name\": \"[Karthen Goat] Crédito Pessoal Celan [PF]\",\n        \"description\": \"Produto com Configurações Padrão — Sem Etapa de Aprovação — Minuta (CCB) Padrão da Celcoin\"\n    },\n    \"created_at\": \"2025-10-11T01:34:22.166953Z\",\n    \"updated_at\": \"2025-10-11T01:41:26.362652Z\",\n    \"version\": 1\n}"}],"_postman_id":"9f801cec-5c00-4ed4-9253-cd6f9cdad29a"}],"id":"a7829ba8-0acc-4c8b-89ef-8dad6cec9092","description":"<h1 id=\"capital-de-giro-pj\">Capital de Giro (PJ)</h1>\n<p>Existem diversas formas de configurar um fluxo de emissão para um PJ. Primeiramente, siga o diagrama de sequência abaixo:</p>\n<img src=\"https://content.pstmn.io/94784afc-4fb7-4ad8-a331-9b8a76eca4cb/aW1hZ2UucG5n\" />\n\n<hr />\n<h2 id=\"provedores-de-assinatura\"><strong>Provedores de Assinatura</strong></h2>\n<p>Existem algumas opções de provedores de assinatura disponíveis:</p>\n<ol>\n<li><p><strong>Celcoin</strong></p>\n<ol>\n<li><p>O Originador é responsável por exibir o documento para o tomador;</p>\n</li>\n<li><p>O tomador visualiza o documento da CCB e assina clicando em um botão do tipo de aceitação (opt-in);</p>\n</li>\n<li><p>É enviado um hash com os dados da assinatura;</p>\n</li>\n</ol>\n</li>\n<li><p><strong>Zapsign</strong></p>\n<ol>\n<li><p>O tomador visualiza o documento na Zapsign e pode assinar usando um dos seguintes métodos:</p>\n<ol>\n<li><p>Assinatura manuscrita (desenhada)</p>\n</li>\n<li><p>Assinatura digitada</p>\n</li>\n<li><p>Imagem de sua assinatura manuscrita</p>\n</li>\n</ol>\n</li>\n</ol>\n</li>\n<li><p><strong>Clicksign</strong></p>\n<ol>\n<li><p>O tomador visualiza o documento na Clicksign e pode assinar usando um dos seguintes métodos:</p>\n<ol>\n<li><p>Assinatura manuscrita</p>\n</li>\n<li><p>Assinatura digitada</p>\n</li>\n<li><p>Imagem de sua assinatura manuscrita</p>\n</li>\n</ol>\n</li>\n<li><p><strong>Biometria —</strong> Dependendo do provedor escolhido (Clicksign) e dos requisitos regulatórios, evidências biométricas adicionais podem ser coletadas:</p>\n<ol>\n<li><p>Biometria Facial</p>\n</li>\n<li><p>Detecção de Vivacidade (Liveness Detection)</p>\n</li>\n<li><p>Documento Oficial</p>\n</li>\n<li><p>Comprovante de Endereço</p>\n</li>\n<li><p>Assinatura Manuscrita</p>\n</li>\n<li><p>Selfie</p>\n</li>\n<li><p>Certificado ICP-Brasil</p>\n</li>\n<li><p>PIX</p>\n</li>\n<li><p>SMS</p>\n</li>\n<li><p>WhatsApp</p>\n</li>\n<li><p>E-mail</p>\n</li>\n</ol>\n</li>\n</ol>\n</li>\n<li><p><strong>Único</strong></p>\n<ol>\n<li><p>O tomador visualiza o documento na Único e pode assinar usando um dos seguintes métodos:</p>\n<ol>\n<li><p><strong>DOC_SIGN (IDUNICODOCSSIGN)</strong></p>\n</li>\n<li><p><strong>DOC_SIGN_SERPRO (IDUNICODOCSSIGNSERPRO)</strong></p>\n</li>\n</ol>\n</li>\n</ol>\n</li>\n</ol>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Etapa de Validação</th>\n<th>DOC_SIGN</th>\n<th>DOC_SIGN_SERPRO</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Prova de vida</td>\n<td>✔️</td>\n<td>✔️</td>\n</tr>\n<tr>\n<td>Verificação de Identidade</td>\n<td>✔️</td>\n<td>✔️</td>\n</tr>\n<tr>\n<td>Captura ou Reaproveitamento de Documento</td>\n<td>✔️</td>\n<td>✔️</td>\n</tr>\n<tr>\n<td>Assinatura eletrônica</td>\n<td>✔️</td>\n<td>✔️</td>\n</tr>\n<tr>\n<td>Similaridade da Serpro</td>\n<td>❌</td>\n<td>✔️</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n","_postman_id":"a7829ba8-0acc-4c8b-89ef-8dad6cec9092"},{"name":"QS — Crédito Trabalhador","item":[{"name":"9 —  Arquivos da Operação","item":[{"name":"9.1 — Download da CCB versão emitida","id":"7357f939-21ae-4833-9799-b62c3d491a9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/applications/:application_id/agreement","urlObject":{"protocol":"https","path":["banking","originator","applications",":application_id","agreement"],"host":["sandbox","platform","flowfinance","com","br"],"query":[],"variable":[{"id":"c1f80b7b-fcaa-4a4b-a2cc-b97b44ff2c65","description":{"content":"<p>Application ID generated when created</p>\n","type":"text/plain"},"type":"any","value":"","key":"application_id"}]}},"response":[],"_postman_id":"7357f939-21ae-4833-9799-b62c3d491a9a"},{"name":"9.2 — Download da CCB versão assinada","id":"b044a9a8-6c95-4448-8338-06e1225c1b54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/applications/:application_id/signed-agreement","urlObject":{"protocol":"https","path":["banking","originator","applications",":application_id","signed-agreement"],"host":["sandbox","platform","flowfinance","com","br"],"query":[],"variable":[{"id":"4ff27f06-8753-463b-bcb0-a81a6a4aedc3","description":{"content":"<p>IMPORTANT: The Application's Status must be anynone AFTER \"PENDING_SIGNATURE\"</p>\n","type":"text/plain"},"type":"any","value":"","key":"application_id"}]}},"response":[],"_postman_id":"b044a9a8-6c95-4448-8338-06e1225c1b54"},{"name":"9.3 —  Download do Recibo do desembolso","id":"8bec3eac-1669-4c9b-bcaa-8bdbe04dac9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/applications/:application_id/receipt","urlObject":{"protocol":"https","path":["banking","originator","applications",":application_id","receipt"],"host":["sandbox","platform","flowfinance","com","br"],"query":[],"variable":[{"id":"e3b44d2d-599e-4c86-8330-d361e060fcc5","description":{"content":"<p>IMPORTANT: The Application's status must be \"ISSUED\"</p>\n","type":"text/plain"},"type":"any","value":"","key":"application_id"}]}},"response":[],"_postman_id":"8bec3eac-1669-4c9b-bcaa-8bdbe04dac9c"}],"id":"1540f4ea-8fee-4d54-837d-32951182d0f5","_postman_id":"1540f4ea-8fee-4d54-837d-32951182d0f5","description":""},{"name":"1. — Obter o token","event":[{"listen":"test","script":{"exec":["pm.environment.set(\"originator_access_token\", pm.response.json().access_token);"],"type":"text/javascript","packages":{},"requests":{},"id":"feebf95a-d016-4140-a5cf-505986508bec"}}],"id":"e8dd23e2-19f2-4c60-9da0-8ae612ae3f81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{originator_client_id}}"},{"key":"password","value":"{{originator_client_secret}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"grant_type","value":"client_credentials","type":"text"}]},"url":"https://sandbox.auth.flowfinance.com.br/oauth2/token","urlObject":{"protocol":"https","path":["oauth2","token"],"host":["sandbox","auth","flowfinance","com","br"],"query":[],"variable":[]}},"response":[{"id":"de22ed00-c1ba-4d21-ac0c-7b76910f0fa3","name":"200 - Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"grant_type","value":"client_credentials","type":"text"}]},"url":"https://sandbox.auth.flowfinance.com.br/oauth2/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 21 Sep 2025 05:06:45 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"x-ssl-cert","value":"no-cert"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=TgVz%2BkNEravBGkoWQlRpNq5wjRlKbNH8nSSxeWbdnTb%2BR954cRe1OPCpUVg4PoSdck%2Fjx3Jgk1Y99%2FUn8kX2YShtS1g2p5osCr10u7%2F4UeTWBBkY4lr7WKcz0OTSE70n8idufvrZqwsojQ%3D%3D\"}]}"},{"key":"Content-Encoding","value":"br"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"982708fc488d1ac2-GRU"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJuZWdFVEFDQlY2NGxHaTFHUTFkQ1hUSUo0Z2RCMGhUZEwxRTRwRmRMMi1vIn0.eyJleHAiOjE3NTg0MzQ4MDUsImlhdCI6MTc1ODQzMTIwNSwianRpIjoidHJydGNjOjNhZGQwNjJhLTcwOWQtNDYxMy04MDY1LTRmYjAxMjkwYTZlMyIsImlzcyI6Imh0dHA6Ly9rZXljbG9hay5zYW5kYm94Lm1hbmFnZW1lbnQuY2VsY29pbi5kZXYvcmVhbG1zL2NlbC1jcmVkaXQtYXBpIiwic3ViIjoiMzBkN3Nwc3B0ZWhxMm5sNTF1NjFmOTV0cTgiLCJ0eXAiOiJCZWFyZXIiLCJhenAiOiIzMGQ3c3BzcHRlaHEybmw1MXU2MWY5NXRxOCIsInNjb3BlIjoiYXBpLmJhbmtpbmcvb3JpZ2luYXRvciIsImNsaWVudEhvc3QiOiIxNzIuMTguMjUuMTQwIiwiY2xpZW50QWRkcmVzcyI6IjE3Mi4xOC4yNS4xNDAiLCJjbGllbnRfaWQiOiIzMGQ3c3BzcHRlaHEybmw1MXU2MWY5NXRxOCJ9.WOs4NdsyrI0k6EYWOIzOBqjHqSfQfS9VJNZUbLBiID9CrUMX7lfdT7ZaIHat2FXG8FuWcndk3jJBQlfkh4uUhUfIQvcFqldp3947UCCku6mv17beh_E9l-hdjBuDtAlDn6rEomeIHTihJs9hTDexfINkr_xq306rqDBQS-SY5RLVxSOui5Ww4dxzp1Ow4FWASpy89lkaXEN3-DcTpydmAnb1uejYiGsnm9jjguJJ95ZElWn1TjnC3vhQDSjMUUO22PwAGIhvHvjaCyJNjwybD3yO_fBFm4rUhLsHXKCArAW_JfadNTZtbLyy5UpAIKLdEcPkeTJO9nU9KxIRtjTyPg\",\n    \"expires_in\": 3600,\n    \"refresh_expires_in\": 0,\n    \"token_type\": \"Bearer\",\n    \"not-before-policy\": 0,\n    \"scope\": \"api.banking/originator\"\n}"}],"_postman_id":"e8dd23e2-19f2-4c60-9da0-8ae612ae3f81"},{"name":"2.a — Autorizar pelo fluxo Celcoin","id":"a99ab6fd-795b-4d3b-82fd-e59cc6190a2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{originator_access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"taxpayer_id\": \"Borrower's tax payer id\",\r\n    \"product_id\": \"uuid\",\r\n    \"name\": \"Borrower's Name\", // Always full name\r\n    \"email\": \"borrower's email\", // Required even if the mode is WHATSAPP or SMS    \r\n    \"mode\": \"WHATSAPP\", // ENUM -> EMAIL, WHATSAPP or SMS\r\n    \"phone\": {\r\n        \"country_code\": \"55\",\r\n        \"area_code\": \"11\",\r\n        \"number\": \"971110864\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/guarantee/authorization-permission","urlObject":{"protocol":"https","path":["banking","originator","guarantee","authorization-permission"],"host":["sandbox","platform","flowfinance","com","br"],"query":[],"variable":[]}},"response":[{"id":"0de50c68-d8aa-4859-b6f9-c8f680cec112","name":"by WhatsApp","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"taxpayer_id\": \"Borrower's taxpayer id\",\r\n    \"product_id\": \"product_id\",\r\n    \"name\": \"Borrower's Name\", // Always full name\r\n    \"email\": \"email@celcoin.com.br\", // Required, even if mode is WHATSAPP or SMS\r\n    \"mode\": \"WHATSAPP\", // ENUM -> EMAIL, WHATSAPP or SMS\r\n    \"phone\": {\r\n        \"country_code\": \"55\",\r\n        \"area_code\": \"11\",\r\n        \"number\": \"99999999\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/banking/originator/guarantee/authorization-permission"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 28 Sep 2025 04:36:34 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"74"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"RmI1AjPBmjQEPiQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"fbcbd063-187f-44a2-b1d2-51927b02fbcd\",\n    \"status\": \"WAITING_SIGNATURE\"\n}"},{"id":"41eb2a27-b9ff-42bb-831e-866b30ff5145","name":"by E-mail","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"taxpayer_id\": \"Borrower's taxpayer id\",\r\n    \"product_id\": \"product_id\",\r\n    \"name\": \"Borrower's Name\", // Always full name\r\n    \"email\": \"email@celcoin.com.br\", // Required, even if mode is WHATSAPP or SMS\r\n    \"mode\": \"EMAIL\" // ENUM -> EMAIL, WHATSAPP or SMS\r\n}","options":{"raw":{"language":"json"}}},"url":"/banking/originator/guarantee/authorization-permission"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 28 Sep 2025 04:36:34 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"74"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"RmI1AjPBmjQEPiQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"fbcbd063-187f-44a2-b1d2-51927b02fbcd\",\n    \"status\": \"WAITING_SIGNATURE\"\n}"},{"id":"ed8b6671-2517-4326-a1ff-4539c74990c4","name":"by SMS","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"taxpayer_id\": \"Borrower's taxpayer id\",\r\n    \"product_id\": \"product_id\",\r\n    \"name\": \"Borrower's Name\", // Always full name\r\n    \"email\": \"email@celcoin.com.br\", // Required, even if mode is WHATSAPP or SMS\r\n    \"mode\": \"SMS\", // ENUM -> EMAIL, WHATSAPP or SMS\r\n    \"phone\": {\r\n        \"country_code\": \"55\",\r\n        \"area_code\": \"11\",\r\n        \"number\": \"99999999\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/banking/originator/guarantee/authorization-permission"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 28 Sep 2025 04:36:34 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"74"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"RmI1AjPBmjQEPiQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"fbcbd063-187f-44a2-b1d2-51927b02fbcd\",\n    \"status\": \"WAITING_SIGNATURE\"\n}"}],"_postman_id":"a99ab6fd-795b-4d3b-82fd-e59cc6190a2e"},{"name":"2.b — Autorizar através de arquivo do parceiro","id":"864d7690-4fda-4d83-abf7-faf972864d50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"••••••"}],"body":{"mode":"formdata","formdata":[{"type":"text","key":"taxpayer_id","value":"72888296268"},{"type":"file","key":"authorization_file","src":"/C:/Users/pedroms/Documents/lalala.txt"},{"type":"text","key":"authorization","value":"ggfff"},{"type":"text","key":"product_id","value":"7b7b3de4-35bb-402c-aae5-70a6caf679ad"}]},"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/guarantee/authorization-file-permission-async","urlObject":{"protocol":"https","path":["banking","originator","guarantee","authorization-file-permission-async"],"host":["sandbox","platform","flowfinance","com","br"],"query":[],"variable":[]}},"response":[{"id":"69340a92-56a2-4ba3-9789-0e4a43d8d676","name":"202 - Arquivo enviado","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"taxpayer_id","value":"{{taxpayerId}}","type":"text"},{"key":"product_id","value":"{{productId}}","type":"text"},{"key":"authorizationFile","description":"The Consent Signed by Borrower Term","type":"file","value":null}]},"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/guarantee/authorization-file-permission-async"},"status":"Accepted","code":202,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"864d7690-4fda-4d83-abf7-faf972864d50"},{"name":"3. — Gerar novo token de autorização (Dataprev)","id":"0fdfb394-9fc1-4505-a600-b8a53e4b4fbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{originator_access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"taxpayer_id\": \"24309157823\",\r\n    \"product\":{\r\n        \"id\":\"cabe38ea-b345-4b13-90cf-045b8962b7fe\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/banking/originator/guarantee/authorization","urlObject":{"path":["banking","originator","guarantee","authorization"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"0cefaef9-38fb-4ced-adae-a20d0f4f609b","name":"200 — Get Dataprev Auth Token","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"taxpayer_id\": \"24309157823\",\r\n    \"product\":{\r\n        \"id\":\"uuid\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/banking/originator/guarantee/authorization"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 28 Sep 2025 04:47:59 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"302"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"RmKf3h6xGjQEJEQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"authorization_validity_date\": \"2025-10-04T00:00:00Z\",\n    \"authorization_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjb2RpZ29Tb2xpY2l0YW50ZSI6IjY2OCIsImNwZiI6IjI0MzA5MTU3ODIzIiwiZGF0YUluY2x1c2FvIjoxNzU3MDI5MTY4LCJleHAiOjE3NTk2MzMxOTl9.56FX_Ss555oMOFjDytRWKDZlY8GZdaIBqKnTjmmHMsc\",\n    \"status\": \"AUTHORIZED\"\n}"}],"_postman_id":"0fdfb394-9fc1-4505-a600-b8a53e4b4fbf"},{"name":"4. — Consulta margem consignável","event":[{"listen":"test","script":{"exec":["const link = pm.response.json().links[0];\r","\r","pm.environment.set(\"balanceCheckId\", link.products[0].balance_check_id);\r","pm.environment.set(\"requestedAmount\", link.products[0].available_balance * 5);\r","pm.environment.set(\"employeeName\", link.employee.name);\r",""],"type":"text/javascript","packages":{},"requests":{},"id":"fd24574b-c130-462d-bd16-40215ecf161c"}}],"id":"737feb48-cc87-4a50-9760-7a99f6478acf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{originator_access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"/banking/originator/guarantee/:product_id/get-balance?taxpayer_id=24309157823","urlObject":{"path":["banking","originator","guarantee",":product_id","get-balance"],"host":[""],"query":[{"key":"taxpayer_id","value":"24309157823"}],"variable":[{"id":"97528575-dd79-4f39-8c36-cff833534e42","type":"any","value":"cabe38ea-b345-4b13-90cf-045b8962b7fe","key":"product_id"}]}},"response":[{"id":"e22af0dd-eb32-4a01-b4f0-0953469dda2f","name":"200 — Get Consignable Margin","originalRequest":{"method":"GET","header":[],"url":{"raw":"/banking/originator/guarantee/:product_id/get-balance?taxpayer_id=24309157823","host":[""],"path":["banking","originator","guarantee",":product_id","get-balance"],"query":[{"key":"taxpayer_id","value":"24309157823"}],"variable":[{"key":"product_id","value":"cabe38ea-b345-4b13-90cf-045b8962b7fe"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 28 Sep 2025 04:52:58 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"1149"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"RmLOWj9xmjQEJoQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"cb81b3f6-afd1-4fea-8c15-b12aae0c6cc8\",\n    \"links\": [\n        {\n            \"employer\": {\n                \"code\": \"1\",\n                \"document\": \"45807126000100\",\n                \"name\": \"Duarte - ME\"\n            },\n            \"employee\": {\n                \"code\": \"2965431011\",\n                \"document\": \"24309157823\",\n                \"name\": \"Stephany Fonseca\"\n            },\n            \"config\": {\n                \"agency\": \"3a7e1beb-c64f-4936-8555-b9edb42c3328\",\n                \"consignee\": \"3b9be0e7-3af9-4ca4-ad31-26233a58486a\"\n            },\n            \"products\": [\n                {\n                    \"balance_check_id\": \"b8650e0c-2a81-4a4a-ac27-e0514992c481\",\n                    \"authorization\": {\n                        \"details\": [\n                            {\n                                \"type_product\": \"LOAN\",\n                                \"authorized\": true\n                            }\n                        ]\n                    },\n                    \"available_balance\": 1888.25\n                }\n            ],\n            \"meta_data\": {\n                \"nationality_country\": {\n                    \"description\": \"BRASIL\",\n                    \"code\": \"76\"\n                },\n                \"termination_reason_code\": \"0\",\n                \"birth_date\": \"2003-09-23\",\n                \"worker_category_code\": \"101\",\n                \"gender\": {\n                    \"description\": \"Masculino\",\n                    \"code\": 1\n                },\n                \"job_code\": {\n                    \"description\": \"AGENTE DE VIAGEM\",\n                    \"code\": \"354815\"\n                },\n                \"politically_exposed_person\": {\n                    \"description\": \"Pessoa Não Exposta Politicamente\",\n                    \"code\": 0\n                },\n                \"base_margin_value\": \"5395\",\n                \"amount_loans_assets_suspended\": \"0\",\n                \"admission_date\": \"2016-02-08\",\n                \"total_earnings\": \"5913\",\n                \"employer_activity_start_date\": \"2020-09-03\",\n                \"mother_name\": \"Catarina Inclusao Massa Extra\",\n                \"has_disregarded_balance\": false\n            },\n            \"balance_check_date\": \"2025-09-28T04:52:58.5497848+00:00\"\n        }\n    ]\n}"}],"_postman_id":"737feb48-cc87-4a50-9760-7a99f6478acf"},{"name":"5. —  Simulação","id":"a096b741-6797-4ea7-b211-5e41e7a0e8b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{originator_access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"requested_amount\": 1000,\r\n  \"interest_rate\": 0.04,\r\n  \"tac_amount\": 0,\r\n  \"finance_fee\": 0,\r\n  \"iofType\": \"PERSON\",\r\n  \"num_payments\": 10,\r\n  \"first_payment_date\": \"2025-11-01\",\r\n  \"disbursement_date\": \"2025-10-16\",\r\n  \"borrower_type\": \"PERSON\",\r\n  \"schedule_type\": \"MONTHLY\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/products//preview","urlObject":{"protocol":"https","path":["banking","originator","products","","preview"],"host":["sandbox","platform","flowfinance","com","br"],"query":[],"variable":[]}},"response":[{"id":"fb642468-6613-4332-aa1d-2f3463109263","name":"200 OK - Simulação por Valor Solicitado","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"requested_amount\": 1000,\r\n  \"interest_rate\": 0.04,\r\n  \"tac_amount\": 0,\r\n  \"finance_fee\": 0,\r\n  \"iofType\": \"PERSON\",\r\n  \"num_payments\": 10,\r\n  \"first_payment_date\": \"2025-11-01\",\r\n  \"disbursement_date\": \"2025-10-16\",\r\n  \"borrower_type\": \"PERSON\",\r\n  \"schedule_type\": \"MONTHLY\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/banking/originator/products//preview"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"id\": \"37c9d351-21ce-41cf-8735-9b4ae659225b\",\r\n  \"expiration_date\": \"2025-10-29T23:59:59.528422Z\",\r\n  \"total_processing_cost\": 2.93,\r\n  \"annual_interest_rate\": 0.601032,\r\n  \"annual_effective_interest_rate\": 0.668083,\r\n  \"monthly_effective_interest_rate\": 0.043562,\r\n  \"iof_amount\": 2.93,\r\n  \"finance_fee\": 0,\r\n  \"interest_rate\": 0.040000,\r\n  \"tac_amount\": 0,\r\n  \"discount_amount\": 0,\r\n  \"borrower_id\": null,\r\n  \"product_id\": \"760a6c7e-5dea-4a32-afad-8b9413d0aea7\",\r\n  \"discount_rate\": 0.0,\r\n  \"total_amount_owed\": 241.30,\r\n  \"financed_amount\": 202.93,\r\n  \"iof_daily_rate\": 0.000082,\r\n  \"iof_base_rate\": 0.0038,\r\n  \"requested_amount\": 200,\r\n  \"payment_amount\": 24.13,\r\n  \"disbursement_amount\": 200.00,\r\n  \"num_periods\": 10,\r\n  \"first_payment_date\": \"2025-11-01\",\r\n  \"issue_date\": \"2025-10-29\",\r\n  \"disbursement_date\": \"2025-10-29\",\r\n  \"created_at\": \"2025-10-29T22:57:09.528399Z\",\r\n  \"schedule\": [\r\n    {\r\n      \"payment\": 24.13,\r\n      \"iof\": 0.10,\r\n      \"balance\": 202.92,\r\n      \"interest\": 0.09,\r\n      \"principal\": 24.04,\r\n      \"additional_value\": 0.00,\r\n      \"present_value\": null,\r\n      \"status\": null,\r\n      \"period\": 1,\r\n      \"running_day\": 3,\r\n      \"late_day\": null,\r\n      \"paid_value\": null,\r\n      \"payment_date\": \"2025-11-01\"\r\n    },\r\n    {\r\n      \"payment\": 24.13,\r\n      \"iof\": 0.15,\r\n      \"balance\": 178.88,\r\n      \"interest\": 1.01,\r\n      \"principal\": 23.12,\r\n      \"additional_value\": 0.00,\r\n      \"present_value\": null,\r\n      \"status\": null,\r\n      \"period\": 2,\r\n      \"running_day\": 33,\r\n      \"late_day\": null,\r\n      \"paid_value\": null,\r\n      \"payment_date\": \"2025-12-01\"\r\n    }\r\n    // ... restante do schedule omitido para brevidade\r\n  ],\r\n  \"schedule_type\": \"MONTHLY\",\r\n  \"borrower_type\": null,\r\n  \"amortization_type\": \"PRICE\",\r\n  \"interest_compounding_type\": \"COMPOUND\",\r\n  \"financed_iof\": true,\r\n  \"last_payment_date\": \"2026-08-01\",\r\n  \"interest_pre_type\": \"BASE_365\",\r\n  \"amortization_frequency\": \"MONTHLY\",\r\n  \"grace_period_amortization\": [],\r\n  \"interest_rate_frequency\": \"MONTHLY\",\r\n  \"validation_errors\": null,\r\n  \"insurance_amount\": 0,\r\n  \"equated_monthly_installment\": 8.44\r\n}"},{"id":"752061ff-4a0e-4e1e-84b8-5fea146e612e","name":"200 OK - Simulação por Valor de Parcela","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"payment_value\": 1000,\r\n  \"interest_rate\": 0.04,\r\n  \"tac_amount\": 0,\r\n  \"finance_fee\": 0,\r\n  \"iofType\": \"PERSON\",\r\n  \"num_payments\": 10,\r\n  \"first_payment_date\": \"2025-11-01\",\r\n  \"disbursement_date\": \"2025-10-16\",\r\n  \"borrower_type\": \"PERSON\",\r\n  \"schedule_type\": \"MONTHLY\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/banking/originator/products//preview"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"id\": \"37c9d351-21ce-41cf-8735-9b4ae659225b\",\r\n  \"expiration_date\": \"2025-10-29T23:59:59.528422Z\",\r\n  \"total_processing_cost\": 2.93,\r\n  \"annual_interest_rate\": 0.601032,\r\n  \"annual_effective_interest_rate\": 0.668083,\r\n  \"monthly_effective_interest_rate\": 0.043562,\r\n  \"iof_amount\": 2.93,\r\n  \"finance_fee\": 0,\r\n  \"interest_rate\": 0.040000,\r\n  \"tac_amount\": 0,\r\n  \"discount_amount\": 0,\r\n  \"borrower_id\": null,\r\n  \"product_id\": \"760a6c7e-5dea-4a32-afad-8b9413d0aea7\",\r\n  \"discount_rate\": 0.0,\r\n  \"total_amount_owed\": 241.30,\r\n  \"financed_amount\": 202.93,\r\n  \"iof_daily_rate\": 0.000082,\r\n  \"iof_base_rate\": 0.0038,\r\n  \"requested_amount\": 200,\r\n  \"payment_amount\": 24.13,\r\n  \"disbursement_amount\": 200.00,\r\n  \"num_periods\": 10,\r\n  \"first_payment_date\": \"2025-11-01\",\r\n  \"issue_date\": \"2025-10-29\",\r\n  \"disbursement_date\": \"2025-10-29\",\r\n  \"created_at\": \"2025-10-29T22:57:09.528399Z\",\r\n  \"schedule\": [\r\n    {\r\n      \"payment\": 24.13,\r\n      \"iof\": 0.10,\r\n      \"balance\": 202.92,\r\n      \"interest\": 0.09,\r\n      \"principal\": 24.04,\r\n      \"additional_value\": 0.00,\r\n      \"present_value\": null,\r\n      \"status\": null,\r\n      \"period\": 1,\r\n      \"running_day\": 3,\r\n      \"late_day\": null,\r\n      \"paid_value\": null,\r\n      \"payment_date\": \"2025-11-01\"\r\n    },\r\n    {\r\n      \"payment\": 24.13,\r\n      \"iof\": 0.15,\r\n      \"balance\": 178.88,\r\n      \"interest\": 1.01,\r\n      \"principal\": 23.12,\r\n      \"additional_value\": 0.00,\r\n      \"present_value\": null,\r\n      \"status\": null,\r\n      \"period\": 2,\r\n      \"running_day\": 33,\r\n      \"late_day\": null,\r\n      \"paid_value\": null,\r\n      \"payment_date\": \"2025-12-01\"\r\n    }\r\n    // ... restante do schedule omitido para brevidade\r\n  ],\r\n  \"schedule_type\": \"MONTHLY\",\r\n  \"borrower_type\": null,\r\n  \"amortization_type\": \"PRICE\",\r\n  \"interest_compounding_type\": \"COMPOUND\",\r\n  \"financed_iof\": true,\r\n  \"last_payment_date\": \"2026-08-01\",\r\n  \"interest_pre_type\": \"BASE_365\",\r\n  \"amortization_frequency\": \"MONTHLY\",\r\n  \"grace_period_amortization\": [],\r\n  \"interest_rate_frequency\": \"MONTHLY\",\r\n  \"validation_errors\": null,\r\n  \"insurance_amount\": 0,\r\n  \"equated_monthly_installment\": 8.44\r\n}"}],"_postman_id":"a096b741-6797-4ea7-b211-5e41e7a0e8b5"},{"name":"5.a — Enviar um KYC externo","id":"fa42fe61-db68-458c-97dc-74b37533f428","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"*/*"},{"key":"Authorization","value":"{{originator_access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Nome Sobrenome\",\n  \"taxpayer_id\": \"1234567890\",\n  \"kyc_validation_hash\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/persons/background-check/external?force=true","description":"<p>Esse endpoint deve ser utilizado para cadastrar uma validação de KYC feita de forma externa aos serviços da plataforma Celcoin.</p>\n<h4 id=\"parâmetros-do-body\">Parâmetros do Body</h4>\n<ul>\n<li><p><code>name</code> (string, obrigatório): Nome da Pessoa a ter o KYC salvo na base da plataforma Celcoin</p>\n</li>\n<li><p><code>taxpayerId</code> (string, obrigatório): O número do CPF da Pessoa.</p>\n</li>\n<li><p><code>kyc_validation_hash</code> (string, obrigatório): Campo para enviar o hash do KYC da Pessoa.</p>\n</li>\n</ul>\n<h4 id=\"parâmetros-do-requisição\">Parâmetros do Requisição</h4>\n<ul>\n<li><code>force</code> (boolean): Campo para indicar se o KYC do cliente irá substituir em caso de já ter um cadastrado.</li>\n</ul>\n<h4 id=\"resposta\">Resposta</h4>\n<p>Em caso de sucesso será retornado um JSON com <em>status_code</em> \"200-OK\". Em caso de falha será retornado um código 40x com a mensagem indicativa do erro.</p>\n<ul>\n<li><code>status</code> (string): Status de retorno do processamento inicial.</li>\n</ul>\n<h5 id=\"exemplo-de-json\">Exemplo de JSON:</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": \"NOT_REQUIRED\"\n}\n</code></pre>\n","urlObject":{"protocol":"https","path":["banking","originator","persons","background-check","external"],"host":["sandbox","platform","flowfinance","com","br"],"query":[{"key":"force","value":"true"}],"variable":[]}},"response":[{"id":"f0998579-9d82-49ed-b919-6a64ae19d866","name":"400 - O campo 'taxpayer' é inválido","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"*/*"},{"key":"Authorization","value":"{{originator_access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"taxpayer_id\": \"<string>\",\n  \"kyc_validation_hash\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://sandbox.platform.flowfinance.com.br/banking/originator/persons/background-check/external?force=<boolean>","protocol":"https","host":["sandbox","platform","flowfinance","com","br"],"path":["banking","originator","persons","background-check","external"],"query":[{"key":"force","value":"<boolean>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Feb 2025 19:38:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"191"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"GJN6wg_RmjQEPOQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Constraint violation error\",\n    \"detail\": {\n        \"taxpayer_id\": [\n            \"invalid Brazilian corporate taxpayer registry number (CNPJ)\",\n            \"invalid Brazilian individual taxpayer registry number (CPF)\"\n        ]\n    }\n}"},{"id":"7f52e8b9-54e4-4fd4-ad9a-4fba03d6d3d9","name":"400 - O campo 'taxpayer' é obrigatório","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"*/*"},{"key":"Authorization","value":"{{originator_access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"kyc_validation_hash\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://sandbox.platform.flowfinance.com.br/banking/originator/persons/background-check/external?force=<boolean>","protocol":"https","host":["sandbox","platform","flowfinance","com","br"],"path":["banking","originator","persons","background-check","external"],"query":[{"key":"force","value":"<boolean>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Feb 2025 19:41:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"87"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"GJOUFgAJGjQEM-g="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Constraint violation error\",\n    \"detail\": {\n        \"taxpayer_id\": [\n            \"must not be empty\"\n        ]\n    }\n}"},{"id":"62774562-a8c2-4eeb-afbf-7e08cbf28369","name":"400 - O campo 'force' é inválido","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"*/*"},{"key":"Authorization","value":"{{originator_access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"taxpayer_id\": \"34315132802\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://sandbox.platform.flowfinance.com.br/banking/originator/persons/background-check/external?force=<boolean>","protocol":"https","host":["sandbox","platform","flowfinance","com","br"],"path":["banking","originator","persons","background-check","external"],"query":[{"key":"force","value":"<boolean>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Feb 2025 19:42:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"53"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"GJOcIg2eGjQEMXw="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid value for parameter named force\"\n}"},{"id":"22a67550-91e7-44e8-b659-8efbfc7b054d","name":"200 - KYC enviado com sucesso","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"*/*"},{"key":"Authorization","value":"{{originator_access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Nome Sobrenome\",\n  \"taxpayer_id\": \"3111111111111\",\n  \"kyc_validation_hash\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://sandbox.platform.flowfinance.com.br/banking/originator/persons/background-check/external?force=true","protocol":"https","host":["sandbox","platform","flowfinance","com","br"],"path":["banking","originator","persons","background-check","external"],"query":[{"key":"force","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Feb 2025 19:44:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"21"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"GJOttiECmjQENKA="}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"APPROVED\"\n}"}],"_postman_id":"fa42fe61-db68-458c-97dc-74b37533f428"},{"name":"6. — Cadastro do Tomador","id":"5b976b1d-f8c3-439e-a2ba-ae781a734d09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{originator_access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"full_name\": \"Fulano de Tal\",\r\n    \"taxpayer_id\": \"24309157823\", // CPF or CNPJ without special characters ( . - / )\r\n    \"sex\": \"MALE\", // ENUM -> MALE, FEMALE or OTHER\r\n    \"nationality\": \"Brasileiro\",\r\n    \"birth_date\": \"1990-02-04\",\r\n    \"occupation\": \"Analista de Onboarding\",\r\n    \"pep\": false, // Politically Exposed Person - By default -> false\r\n    \"email_address\": \"fulano.tal@email.com\",\r\n    \"mothers_name\": \"Nome da Mãe\",\r\n    \"phone\": {\r\n        \"country_code\": \"+55\", // DDI - 55 -> Brazil\r\n        \"area_code\": \"11\", // DDD - 11 -> Sao Paulo city\r\n        \"number\": \"999999999\" // Phone number \r\n    },\r\n    \"address\": {\r\n        \"street_number\": 123,\r\n        \"street_name\": \"Av. Exemplo\",\r\n        \"postal_code\": \"03273500\", // Postal code without special characters\r\n        \"district\": \"Bairro Exemplo\",\r\n        \"city\": \"São Paulo\",\r\n        \"state_code\": \"SP\", // State - SP -> Sao Paulo - RJ -> Rio de Janeiro\r\n        \"country_code\": \"BRA\" // Country - BRA -> Brazil\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/persons","urlObject":{"protocol":"https","path":["banking","originator","persons"],"host":["sandbox","platform","flowfinance","com","br"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b976b1d-f8c3-439e-a2ba-ae781a734d09"},{"name":"7. — Emissão da CCB","event":[{"listen":"prerequest","script":{"id":"3562420d-7188-4543-8ed1-57a74519ba13","exec":["var num = _.random(8,15);\r","pm.environment.set(\"numPayments\", num);\r","\r","const moment = require('moment');\r","pm.environment.set(\"disbursementDate\", moment().format(\"YYYY-MM-DD\"));\r","pm.environment.set(\"firstPaymentDate\", moment().add(5, 'days').format(\"YYYY-MM-DD\"));"],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"test","script":{"id":"99fea000-275b-4695-a5e6-04f9d55daf75","exec":["pm.environment.set(\"ccbId\", pm.response.json().id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"708c2592-2525-40af-aba1-bbccdcf4ce16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{originator_access_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"borrower\": {\n        \"id\": \"{{borrowerid}}\"\n    },\n    \"product\": {\n        \"id\": \"{{productId}}\"\n    },\n    \"funding\": {\n        \"id\": \"{{fundingId}}\"\n    },\n    \"balance_check_id\": \"{{balanceCheckId}}\",\n    \"simulation_id\": \"{{id}}\",\n    \"first_payment_date\": \"2025-11-10\",\n    \"disbursement_date\": \"2025-10-22\",\n    \"amortization_type\": \"PRICE\",\n    \"amortization_frequency\": \"MONTHLY\",\n    \"interest_rate_frequency\": \"MONTHLY\",\n    \"signature_collect_method\": \"LINK\",\n    \"signature_provider\": \"CLICKSIGN\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/applications","urlObject":{"protocol":"https","path":["banking","originator","applications"],"host":["sandbox","platform","flowfinance","com","br"],"query":[],"variable":[]}},"response":[{"id":"3e8c6447-6630-485b-b806-59c942cc3d49","name":"06 - Application Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"product\": {\n        \"id\": \"cabe38ea-b345-4b13-90cf-045b8962b7fe\"\n    },\n    \"funding\": {\n        \"id\": \"ecc143f4-e1cc-499b-ae1f-be6a47004dca\"\n    },\n    \"borrower\": {\n        \"id\": \"403e66a1-a8ff-4e8f-86e3-a8f6bb918f8c\"\n    },\n    \"balance_check_id\": \"{{balanceCheckId}}\", // Got on 4th step. Propertie product.balance_check_id\n    \"requestedAmount\": 100,\n    \"interest_rate\": 0.01,\n    \"tac_amount\": 0,\n    \"finance_fee\": 0,\n    \"num_payments\": 2,\n    \"first_payment_date\": \"2025-10-28\",\n    \"disbursement_date\": \"2025-09-28\",\n    \"amortization_type\": \"PRICE\",\n    \"amortization_frequency\": \"MONTHLY\",\n    \"interest_pre_type\": \"BASE_360\",\n    \"interest_rate_frequency\": \"MONTHLY\",\n    \"signature_collect_method\": \"NONE\",\n    \"signature_provider\": \"CELCOIN\"\n}","options":{"raw":{"language":"json"}}},"url":"/banking/originator/applications"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 28 Sep 2025 05:05:54 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"3854"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"RmNHwhjhGjQEMKA="}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id\": \"bbe86e59-1a39-495b-884e-6d4adc516cfb\",\n    \"product\": {\n        \"id\": \"cabe38ea-b345-4b13-90cf-045b8962b7fe\"\n    },\n    \"borrower\": {\n        \"id\": \"403e66a1-a8ff-4e8f-86e3-a8f6bb918f8c\"\n    },\n    \"requested_amount\": 100,\n    \"interest_rate\": 0.01,\n    \"interest_pre_type\": \"BASE_360\",\n    \"annual_interest_rate\": 0.126825,\n    \"tac_amount\": 0,\n    \"finance_fee\": 0,\n    \"num_payments\": 2,\n    \"first_payment_date\": \"2025-10-28\",\n    \"disbursement_date\": \"2025-09-28\",\n    \"allow_disbursement_on_sign\": null,\n    \"issue_date\": \"2025-09-28\",\n    \"status\": \"AGREEMENT_RENDERING\",\n    \"cession_status\": \"NOT_CEDED\",\n    \"status_description\": null,\n    \"loan_details\": {\n        \"total_processing_cost\": 0.75,\n        \"annual_interest_rate\": 0.126825,\n        \"interest_rate\": 0.01,\n        \"annual_effective_interest_rate\": 0.195547,\n        \"monthly_effective_interest_rate\": 0.014995,\n        \"total_amount_owed\": 102.28,\n        \"disbursement_amount\": 100,\n        \"discount_amount\": 0,\n        \"discount_rate\": 0,\n        \"financed_amount\": 100.75,\n        \"iof_daily_rate\": 0.000082,\n        \"iof_amount\": 0.75,\n        \"iof_base_rate\": 0.0038,\n        \"payment_amount\": 51.14,\n        \"issue_date\": \"2025-09-28\",\n        \"schedule\": [\n            {\n                \"payment\": 51.14,\n                \"iof\": 0.31,\n                \"balance\": 100.76,\n                \"interest\": 0.51,\n                \"principal\": 50.63,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 1,\n                \"running_day\": 30,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2025-10-28\"\n            },\n            {\n                \"payment\": 51.14,\n                \"iof\": 0.44,\n                \"balance\": 50.12,\n                \"interest\": 1.01,\n                \"principal\": 50.12,\n                \"additional_value\": 0,\n                \"present_value\": null,\n                \"status\": null,\n                \"period\": 2,\n                \"running_day\": 61,\n                \"late_day\": null,\n                \"paid_value\": null,\n                \"payment_date\": \"2025-11-28\"\n            }\n        ],\n        \"last_payment_date\": \"2025-11-28\",\n        \"reference_rate\": null,\n        \"interest_pre_type\": \"BASE_360\",\n        \"interest_rate_frequency\": \"MONTHLY\",\n        \"amortization_type\": \"PRICE\",\n        \"interest_type\": \"PRE\",\n        \"grace_period_interest\": 0,\n        \"grace_period_amortizations\": [],\n        \"amortization_frequency\": \"MONTHLY\"\n    },\n    \"custom_variables\": {},\n    \"canceled_at\": null,\n    \"sequential_id\": 180658,\n    \"funding\": {\n        \"id\": \"ecc143f4-e1cc-499b-ae1f-be6a47004dca\",\n        \"legal_name\": \"NEOBANK DIGITAL SERVIÇOS LTDA\",\n        \"alias\": null,\n        \"metadata\": {\n            \"cod_backoffice\": {\n                \"value\": \"\",\n                \"sensitive\": false\n            }\n        }\n    },\n    \"payment_method\": \"BOLETO\",\n    \"backoffice_import_status\": \"NONE\",\n    \"guarantors\": [],\n    \"co_signers\": [],\n    \"investors\": [],\n    \"co_debtors\": [],\n    \"collateral_providers\": [],\n    \"representatives\": [],\n    \"sureties\": [],\n    \"signature_collect_method\": \"NONE\",\n    \"signature_provider\": \"CELCOIN\",\n    \"issuer_disbursement_type\": \"BENEFICIARY\",\n    \"signature_collect_options\": {\n        \"require_self_photo\": false,\n        \"require_document_photo\": false,\n        \"require_selfie_validation\": false\n    },\n    \"base_premium_amount\": 0.5,\n    \"additional_premium_amount\": 0,\n    \"loan\": null,\n    \"borrower_employer\": null,\n    \"disbursement\": null,\n    \"beneficiary_account\": {\n        \"registered_account_id\": null,\n        \"holder\": {\n            \"name\": \"Karthen Testing\",\n            \"taxpayer_id\": \"24309157823\"\n        },\n        \"external_bank_account\": null,\n        \"pix\": {\n            \"key\": \"4ca519ef-0ccc-4c41-b58b-c88f1f47d8ab\",\n            \"key_type\": \"ALEATORY_KEY\"\n        },\n        \"baas\": {\n            \"account_number\": null\n        }\n    },\n    \"created_at\": \"2025-09-28T05:05:54.00859Z\",\n    \"version\": 0,\n    \"cession_value\": 101.25,\n    \"issue_value\": 101.25,\n    \"issuer_migrated\": false,\n    \"custodian\": null,\n    \"signature_authentication_options\": {\n        \"mode\": \"NONE\"\n    },\n    \"managed_account_for_issuer_disbursement\": {\n        \"product_configuration\": null,\n        \"baas\": null\n    },\n    \"disbursement_attempts\": [],\n    \"payment_orders\": [\n        {\n            \"id\": \"9456167b-c26d-4f6d-80df-b9eefe81f976\",\n            \"amount\": 100,\n            \"type\": \"PIX_OUT\",\n            \"status\": \"READY_FOR_PROCESSING\",\n            \"beneficiary_account\": {\n                \"registered_account_id\": null,\n                \"holder\": {\n                    \"name\": \"Karthen Testing\",\n                    \"taxpayer_id\": \"24309157823\"\n                },\n                \"external_bank_account\": null,\n                \"pix\": {\n                    \"key\": \"4ca519ef-0ccc-4c41-b58b-c88f1f47d8ab\",\n                    \"key_type\": \"ALEATORY_KEY\"\n                },\n                \"baas\": {\n                    \"account_number\": null\n                }\n            },\n            \"beneficiary_type\": \"CONSIGNED\",\n            \"billet_info\": null,\n            \"allow_failure\": null,\n            \"qrcode_info\": null,\n            \"principal\": null,\n            \"is_partial_disbursement\": null,\n            \"pay_application_id\": null\n        }\n    ],\n    \"ipoc_number\": \"486327540203124309157823180658\",\n    \"additional_installment_fee\": null,\n    \"additional_installment_description\": null,\n    \"external_ccb_number\": null,\n    \"annotation_id\": null,\n    \"split_beneficiary_account\": null,\n    \"entry_payment_info\": null,\n    \"consignment\": null,\n    \"contracts_to_purchase\": [],\n    \"bundle_item_name\": null\n}"}],"_postman_id":"708c2592-2525-40af-aba1-bbccdcf4ce16"},{"name":"8.a — Assinatura da CCB por Timestamp-Hash (opcional)","id":"4b8f1fdd-cd54-4976-9c87-38f2a34be7ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ip_address\": \"192.168.1.15\", // Gadget IP address\r\n    \"signed_at\": \"2024-07-26T14:53:58.590Z\", // Timestamp when got this infos\r\n    \"user_agent\": \"CFNetwork/1.0 Darwin/23.5.0 (iPhone iOS/17.5.1)teste@2.26.3+12761-PROD\", // The user agent\r\n    \"person\": {\r\n        \"id\": \"\" // Person's uuid\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/applications/:application_id/signatures","urlObject":{"protocol":"https","path":["banking","originator","applications",":application_id","signatures"],"host":["sandbox","platform","flowfinance","com","br"],"query":[],"variable":[{"id":"17b76759-25a6-4159-a115-b95221be3678","description":{"content":"<p>IMPORTANT: The application's status must be PENDING_SIGNATURE</p>\n","type":"text/plain"},"type":"any","value":"3dbe73dc-d6ca-4ac2-a13b-8c7f96acf66b","key":"application_id"}]}},"response":[],"_postman_id":"4b8f1fdd-cd54-4976-9c87-38f2a34be7ea"},{"name":"8.b — Envio de uma CCB assinada externamente (opcional)","id":"4cbd38c3-6394-467c-96e0-b9c32cad4897","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","description":"<p>The signed CCB file</p>\n","type":"file","value":null}]},"url":"https://sandbox.platform.flowfinance.com/banking/originator/applications/:application_id/physical-signature","urlObject":{"protocol":"https","path":["banking","originator","applications",":application_id","physical-signature"],"host":["sandbox","platform","flowfinance","com"],"query":[],"variable":[{"id":"f2615c1e-811d-411a-8109-a23a4ff202ef","description":{"content":"<p>IMPORTANT: The Application's status must be PENDING_SIGNATURE</p>\n","type":"text/plain"},"type":"any","value":"","key":"application_id"}]}},"response":[],"_postman_id":"4cbd38c3-6394-467c-96e0-b9c32cad4897"},{"name":"Consulta do Qualification ID (opcional)","id":"8cb584a5-8dd2-48b8-b459-b4a52813fc13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer"}],"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/products/:product_id/qualification-requests?application_id=","urlObject":{"protocol":"https","path":["banking","originator","products",":product_id","qualification-requests"],"host":["sandbox","platform","flowfinance","com","br"],"query":[{"key":"application_id","value":""}],"variable":[{"id":"323b8c27-1ebd-4d2e-bd21-acc47cbcb06f","description":{"content":"<p>The application's product ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"product_id"}]}},"response":[{"id":"bca70804-52b4-4f66-a020-c4875cc57a94","name":"200 - Response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer"}],"url":{"raw":"https://sandbox.platform.flowfinance.com.br/banking/originator/products/:product_id/qualification-requests?application_id=3dbe73dc-d6ca-4ac2-a13b-8c7f96acf66b","protocol":"https","host":["sandbox","platform","flowfinance","com","br"],"path":["banking","originator","products",":product_id","qualification-requests"],"query":[{"key":"application_id","value":"3dbe73dc-d6ca-4ac2-a13b-8c7f96acf66b"}],"variable":[{"key":"product_id","value":"9243c0ed-e6bf-4923-8582-4c092d450835","description":"The application's product ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 11 Oct 2025 01:35:41 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"7167"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"SQkhMh7pmjQEMQg="}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"id\": \"746a6862-2924-4c75-a6cd-29a5821fe346\",\n            \"funding\": {\n                \"id\": \"ecc143f4-e1cc-499b-ae1f-be6a47004dca\",\n                \"legal_name\": \"NEOBANK DIGITAL SERVIÇOS LTDA\",\n                \"alias\": null,\n                \"metadata\": {\n                    \"cod_backoffice\": {\n                        \"value\": \"\",\n                        \"sensitive\": false\n                    }\n                }\n            },\n            \"role\": \"APPLICATION\",\n            \"status\": \"pending_approval\",\n            \"borrower\": {\n                \"id\": \"5ce9bf35-1539-4867-a875-1719a0686356\",\n                \"name\": \"Fulano de Tal\"\n            },\n            \"application\": {\n                \"id\": \"3dbe73dc-d6ca-4ac2-a13b-8c7f96acf66b\",\n                \"product\": {\n                    \"id\": \"9243c0ed-e6bf-4923-8582-4c092d450835\"\n                },\n                \"borrower\": {\n                    \"id\": \"5ce9bf35-1539-4867-a875-1719a0686356\"\n                },\n                \"requested_amount\": 11,\n                \"interest_rate\": 0.01,\n                \"interest_base_rate\": \"BASE_365\",\n                \"annual_interest_rate\": 0.126825,\n                \"tac_amount\": 0,\n                \"finance_fee\": 0,\n                \"num_payments\": 12,\n                \"first_payment_date\": \"2025-11-10\",\n                \"disbursement_date\": \"2025-10-10\",\n                \"allow_disbursement_on_sign\": null,\n                \"issue_date\": \"2025-10-10\",\n                \"status\": \"PENDING_QUALIFICATION\",\n                \"cession_status\": \"NOT_CEDED\",\n                \"status_description\": null,\n                \"loan_details\": {\n                    \"total_processing_cost\": 0.22,\n                    \"annual_interest_rate\": 0.126825,\n                    \"interest_rate\": 0.01,\n                    \"annual_effective_interest_rate\": 0.176663,\n                    \"monthly_effective_interest_rate\": 0.013649,\n                    \"total_amount_owed\": 12,\n                    \"disbursement_amount\": 11,\n                    \"discount_amount\": 0,\n                    \"discount_rate\": 0,\n                    \"financed_amount\": 11.22,\n                    \"iof_daily_rate\": 0.000082,\n                    \"iof_amount\": 0.22,\n                    \"iof_base_rate\": 0.0038,\n                    \"payment_amount\": 1,\n                    \"issue_date\": \"2025-10-10\",\n                    \"schedule\": [\n                        {\n                            \"payment\": 1,\n                            \"iof\": 0,\n                            \"balance\": 10.33,\n                            \"interest\": 0.11,\n                            \"principal\": 0.89,\n                            \"additional_value\": 0,\n                            \"present_value\": null,\n                            \"status\": null,\n                            \"period\": 1,\n                            \"running_day\": 31,\n                            \"late_day\": null,\n                            \"paid_value\": null,\n                            \"payment_date\": \"2025-11-10\"\n                        },\n                        {\n                            \"payment\": 1,\n                            \"iof\": 0,\n                            \"balance\": 9.43,\n                            \"interest\": 0.1,\n                            \"principal\": 0.9,\n                            \"additional_value\": 0,\n                            \"present_value\": null,\n                            \"status\": null,\n                            \"period\": 2,\n                            \"running_day\": 30,\n                            \"late_day\": null,\n                            \"paid_value\": null,\n                            \"payment_date\": \"2025-12-10\"\n                        },\n                        {\n                            \"payment\": 1,\n                            \"iof\": 0.01,\n                            \"balance\": 8.53,\n                            \"interest\": 0.1,\n                            \"principal\": 0.9,\n                            \"additional_value\": 0,\n                            \"present_value\": null,\n                            \"status\": null,\n                            \"period\": 3,\n                            \"running_day\": 31,\n                            \"late_day\": null,\n                            \"paid_value\": null,\n                            \"payment_date\": \"2026-01-10\"\n                        },\n                        {\n                            \"payment\": 1,\n                            \"iof\": 0.01,\n                            \"balance\": 7.62,\n                            \"interest\": 0.09,\n                            \"principal\": 0.91,\n                            \"additional_value\": 0,\n                            \"present_value\": null,\n                            \"status\": null,\n                            \"period\": 4,\n                            \"running_day\": 31,\n                            \"late_day\": null,\n                            \"paid_value\": null,\n                            \"payment_date\": \"2026-02-10\"\n                        },\n                        {\n                            \"payment\": 1,\n                            \"iof\": 0.01,\n                            \"balance\": 6.69,\n                            \"interest\": 0.07,\n                            \"principal\": 0.93,\n                            \"additional_value\": 0,\n                            \"present_value\": null,\n                            \"status\": null,\n                            \"period\": 5,\n                            \"running_day\": 28,\n                            \"late_day\": null,\n                            \"paid_value\": null,\n                            \"payment_date\": \"2026-03-10\"\n                        },\n                        {\n                            \"payment\": 1,\n                            \"iof\": 0.01,\n                            \"balance\": 5.76,\n                            \"interest\": 0.07,\n                            \"principal\": 0.93,\n                            \"additional_value\": 0,\n                            \"present_value\": null,\n                            \"status\": null,\n                            \"period\": 6,\n                            \"running_day\": 31,\n                            \"late_day\": null,\n                            \"paid_value\": null,\n                            \"payment_date\": \"2026-04-10\"\n                        },\n                        {\n                            \"payment\": 1,\n                            \"iof\": 0.02,\n                            \"balance\": 4.82,\n                            \"interest\": 0.06,\n                            \"principal\": 0.94,\n                            \"additional_value\": 0,\n                            \"present_value\": null,\n                            \"status\": null,\n                            \"period\": 7,\n                            \"running_day\": 30,\n                            \"late_day\": null,\n                            \"paid_value\": null,\n                            \"payment_date\": \"2026-05-10\"\n                        },\n                        {\n                            \"payment\": 1,\n                            \"iof\": 0.02,\n                            \"balance\": 3.87,\n                            \"interest\": 0.05,\n                            \"principal\": 0.95,\n                            \"additional_value\": 0,\n                            \"present_value\": null,\n                            \"status\": null,\n                            \"period\": 8,\n                            \"running_day\": 31,\n                            \"late_day\": null,\n                            \"paid_value\": null,\n                            \"payment_date\": \"2026-06-10\"\n                        },\n                        {\n                            \"payment\": 1,\n                            \"iof\": 0.02,\n                            \"balance\": 2.91,\n                            \"interest\": 0.04,\n                            \"principal\": 0.96,\n                            \"additional_value\": 0,\n                            \"present_value\": null,\n                            \"status\": null,\n                            \"period\": 9,\n                            \"running_day\": 30,\n                            \"late_day\": null,\n                            \"paid_value\": null,\n                            \"payment_date\": \"2026-07-10\"\n                        },\n                        {\n                            \"payment\": 1,\n                            \"iof\": 0.02,\n                            \"balance\": 1.94,\n                            \"interest\": 0.03,\n                            \"principal\": 0.97,\n                            \"additional_value\": 0,\n                            \"present_value\": null,\n                            \"status\": null,\n                            \"period\": 10,\n                            \"running_day\": 31,\n                            \"late_day\": null,\n                            \"paid_value\": null,\n                            \"payment_date\": \"2026-08-10\"\n                        },\n                        {\n                            \"payment\": 1,\n                            \"iof\": 0.03,\n                            \"balance\": 0.96,\n                            \"interest\": 0.02,\n                            \"principal\": 0.98,\n                            \"additional_value\": 0,\n                            \"present_value\": null,\n                            \"status\": null,\n                            \"period\": 11,\n                            \"running_day\": 31,\n                            \"late_day\": null,\n                            \"paid_value\": null,\n                            \"payment_date\": \"2026-09-10\"\n                        },\n                        {\n                            \"payment\": 1,\n                            \"iof\": 0.07,\n                            \"balance\": 0,\n                            \"interest\": 0.04,\n                            \"principal\": 0.96,\n                            \"additional_value\": 0,\n                            \"present_value\": null,\n                            \"status\": null,\n                            \"period\": 12,\n                            \"running_day\": 30,\n                            \"late_day\": null,\n                            \"paid_value\": null,\n                            \"payment_date\": \"2026-10-10\"\n                        }\n                    ],\n                    \"last_payment_date\": \"2026-10-10\",\n                    \"reference_rate\": null,\n                    \"interest_pre_type\": \"BASE_365\",\n                    \"interest_rate_frequency\": \"MONTHLY\",\n                    \"amortization_type\": \"PRICE\",\n                    \"interest_type\": \"PRE\",\n                    \"grace_period_interest\": 0,\n                    \"grace_period_amortizations\": [],\n                    \"amortization_frequency\": \"MONTHLY\",\n                    \"insurance_amount\": 0\n                },\n                \"custom_variables\": {},\n                \"canceled_at\": null,\n                \"sequential_id\": 181512,\n                \"originator\": {\n                    \"id\": \"3541eedc-5939-42cd-bf4d-922a36e0333a\",\n                    \"legal_name\": \"KARTECH SOLUÇÕES FINANCEIRAS S.A.\"\n                },\n                \"funding\": {\n                    \"id\": \"ecc143f4-e1cc-499b-ae1f-be6a47004dca\",\n                    \"legal_name\": \"NEOBANK DIGITAL SERVIÇOS LTDA\",\n                    \"alias\": null,\n                    \"metadata\": {\n                        \"cod_backoffice\": {\n                            \"value\": \"\",\n                            \"sensitive\": false\n                        }\n                    }\n                },\n                \"payment_method\": \"BOLETO\",\n                \"backoffice_import_status\": \"NONE\",\n                \"guarantors\": null,\n                \"co_signers\": null,\n                \"investors\": null,\n                \"co_debtors\": null,\n                \"collateral_providers\": null,\n                \"representatives\": null,\n                \"sureties\": null,\n                \"signature_collect_method\": \"NONE\",\n                \"signature_provider\": \"CELCOIN\",\n                \"issuer_disbursement_type\": \"BENEFICIARY\",\n                \"signature_collect_options\": {\n                    \"require_self_photo\": false,\n                    \"require_document_photo\": false,\n                    \"require_selfie_validation\": false\n                },\n                \"base_premium_amount\": 0.06,\n                \"additional_premium_amount\": 0,\n                \"loan\": null,\n                \"borrower_employer\": null,\n                \"disbursement\": null,\n                \"beneficiary_account\": {\n                    \"registered_account_id\": null,\n                    \"holder\": {\n                        \"name\": \"Fulano de Tal\",\n                        \"taxpayer_id\": \"93343138380\"\n                    },\n                    \"external_bank_account\": {\n                        \"bank_code\": \"001\",\n                        \"bank_account\": \"0123456\",\n                        \"bank_account_digit\": \"7\",\n                        \"bank_branch\": \"1234\",\n                        \"bank_account_type\": \"CACC\",\n                        \"ispb_code\": \"00000000\"\n                    },\n                    \"pix\": {\n                        \"key\": \"65371068260\",\n                        \"key_type\": \"TAXPAYER_ID\"\n                    },\n                    \"baas\": {\n                        \"account_number\": null\n                    }\n                },\n                \"created_at\": \"2025-10-11T01:33:28.643219Z\",\n                \"updated_at\": \"2025-10-11T01:34:22.208075Z\",\n                \"version\": 3,\n                \"cession_value\": 11.28,\n                \"issue_value\": 11.28,\n                \"issuer_migrated\": false,\n                \"custodian\": null,\n                \"signature_authentication_options\": {\n                    \"mode\": \"NONE\"\n                },\n                \"managed_account_for_issuer_disbursement\": {\n                    \"product_configuration\": null,\n                    \"baas\": null\n                },\n                \"disbursement_attempts\": null,\n                \"payment_orders\": [\n                    {\n                        \"id\": \"6c120d20-720e-42e4-ad75-980ed41433eb\",\n                        \"amount\": 11,\n                        \"type\": \"PIX_OUT\",\n                        \"status\": \"READY_FOR_PROCESSING\",\n                        \"beneficiary_account\": {\n                            \"registered_account_id\": null,\n                            \"holder\": {\n                                \"name\": \"Fulano de Tal\",\n                                \"taxpayer_id\": \"93343138380\"\n                            },\n                            \"external_bank_account\": {\n                                \"bank_code\": \"001\",\n                                \"bank_account\": \"0123456\",\n                                \"bank_account_digit\": \"7\",\n                                \"bank_branch\": \"1234\",\n                                \"bank_account_type\": \"CACC\",\n                                \"ispb_code\": \"00000000\"\n                            },\n                            \"pix\": {\n                                \"key\": \"65371068260\",\n                                \"key_type\": \"TAXPAYER_ID\"\n                            },\n                            \"baas\": {\n                                \"account_number\": null\n                            }\n                        },\n                        \"beneficiary_type\": \"BORROWER\",\n                        \"billet_info\": null,\n                        \"allow_failure\": null,\n                        \"qrcode_info\": null,\n                        \"principal\": null,\n                        \"is_partial_disbursement\": null,\n                        \"pay_application_id\": null\n                    }\n                ],\n                \"ipoc_number\": \"486327540203193343138380181512\",\n                \"cession_id\": null,\n                \"commercial_paper_id\": null,\n                \"additional_installment_fee\": null,\n                \"additional_installment_description\": null,\n                \"external_ccb_number\": null\n            },\n            \"originator\": \"3541eedc-5939-42cd-bf4d-922a36e0333a\",\n            \"product\": {\n                \"id\": \"9243c0ed-e6bf-4923-8582-4c092d450835\",\n                \"name\": \"[Karthen Goat] Crédito Pessoal Celan [PF]\",\n                \"description\": \"Produto com Configurações Padrão — Sem Etapa de Aprovação — Minuta (CCB) Padrão da Celcoin\"\n            },\n            \"created_at\": \"2025-10-11T01:34:22.166953Z\",\n            \"version\": 0\n        }\n    ],\n    \"total_pages\": 1,\n    \"total_elements\": 1,\n    \"has_next\": false\n}"}],"_postman_id":"8cb584a5-8dd2-48b8-b459-b4a52813fc13"},{"name":"Aprovação de uma Qualificação  (opcional)","id":"53ced0d3-fc1d-4a94-b40d-0c7b9fdeb9e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"status\": \"QUALIFIED\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.platform.flowfinance.com.br/banking/originator/products/:product_id/qualification-requests/:qualification_id/qualify","urlObject":{"protocol":"https","path":["banking","originator","products",":product_id","qualification-requests",":qualification_id","qualify"],"host":["sandbox","platform","flowfinance","com","br"],"query":[],"variable":[{"id":"25710dcc-f530-47d3-a54b-c0fa24e328eb","type":"any","value":"","key":"product_id"},{"id":"5542acf0-30c0-488f-93f1-13b34fcc46de","type":"any","value":"","key":"qualification_id"}]}},"response":[{"id":"53f0ce04-94c9-4ce5-8de8-27978f06fc7f","name":"200 - Response","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":""},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"status\": \"QUALIFIED\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox.platform.flowfinance.com.br/banking/originator/products/:product_id/qualification-requests/:qualification_id/qualify","protocol":"https","host":["sandbox","platform","flowfinance","com","br"],"path":["banking","originator","products",":product_id","qualification-requests",":qualification_id","qualify"],"variable":[{"key":"product_id","value":"9243c0ed-e6bf-4923-8582-4c092d450835"},{"key":"qualification_id","value":"746a6862-2924-4c75-a6cd-29a5821fe346"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 11 Oct 2025 01:41:26 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"7137"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"SQlXDgE2GjQEPFQ="}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id\": \"746a6862-2924-4c75-a6cd-29a5821fe346\",\n    \"funding\": {\n        \"id\": \"ecc143f4-e1cc-499b-ae1f-be6a47004dca\",\n        \"legal_name\": \"NEOBANK DIGITAL SERVIÇOS LTDA\",\n        \"alias\": null,\n        \"metadata\": {\n            \"cod_backoffice\": {\n                \"value\": \"\",\n                \"sensitive\": false\n            }\n        }\n    },\n    \"role\": \"APPLICATION\",\n    \"status\": \"QUALIFIED\",\n    \"borrower\": {\n        \"id\": \"5ce9bf35-1539-4867-a875-1719a0686356\",\n        \"name\": \"Fulano de Tal\"\n    },\n    \"application\": {\n        \"id\": \"3dbe73dc-d6ca-4ac2-a13b-8c7f96acf66b\",\n        \"product\": {\n            \"id\": \"9243c0ed-e6bf-4923-8582-4c092d450835\"\n        },\n        \"borrower\": {\n            \"id\": \"5ce9bf35-1539-4867-a875-1719a0686356\"\n        },\n        \"requested_amount\": 11,\n        \"interest_rate\": 0.01,\n        \"interest_base_rate\": \"BASE_365\",\n        \"annual_interest_rate\": 0.126825,\n        \"tac_amount\": 0,\n        \"finance_fee\": 0,\n        \"num_payments\": 12,\n        \"first_payment_date\": \"2025-11-10\",\n        \"disbursement_date\": \"2025-10-10\",\n        \"allow_disbursement_on_sign\": null,\n        \"issue_date\": \"2025-10-10\",\n        \"status\": \"PENDING_QUALIFICATION\",\n        \"cession_status\": \"NOT_CEDED\",\n        \"status_description\": null,\n        \"loan_details\": {\n            \"total_processing_cost\": 0.22,\n            \"annual_interest_rate\": 0.126825,\n            \"interest_rate\": 0.01,\n            \"annual_effective_interest_rate\": 0.176663,\n            \"monthly_effective_interest_rate\": 0.013649,\n            \"total_amount_owed\": 12,\n            \"disbursement_amount\": 11,\n            \"discount_amount\": 0,\n            \"discount_rate\": 0,\n            \"financed_amount\": 11.22,\n            \"iof_daily_rate\": 0.000082,\n            \"iof_amount\": 0.22,\n            \"iof_base_rate\": 0.0038,\n            \"payment_amount\": 1,\n            \"issue_date\": \"2025-10-10\",\n            \"schedule\": [\n                {\n                    \"payment\": 1,\n                    \"iof\": 0,\n                    \"balance\": 10.33,\n                    \"interest\": 0.11,\n                    \"principal\": 0.89,\n                    \"additional_value\": 0,\n                    \"present_value\": null,\n                    \"status\": null,\n                    \"period\": 1,\n                    \"running_day\": 31,\n                    \"late_day\": null,\n                    \"paid_value\": null,\n                    \"payment_date\": \"2025-11-10\"\n                },\n                {\n                    \"payment\": 1,\n                    \"iof\": 0,\n                    \"balance\": 9.43,\n                    \"interest\": 0.1,\n                    \"principal\": 0.9,\n                    \"additional_value\": 0,\n                    \"present_value\": null,\n                    \"status\": null,\n                    \"period\": 2,\n                    \"running_day\": 30,\n                    \"late_day\": null,\n                    \"paid_value\": null,\n                    \"payment_date\": \"2025-12-10\"\n                },\n                {\n                    \"payment\": 1,\n                    \"iof\": 0.01,\n                    \"balance\": 8.53,\n                    \"interest\": 0.1,\n                    \"principal\": 0.9,\n                    \"additional_value\": 0,\n                    \"present_value\": null,\n                    \"status\": null,\n                    \"period\": 3,\n                    \"running_day\": 31,\n                    \"late_day\": null,\n                    \"paid_value\": null,\n                    \"payment_date\": \"2026-01-10\"\n                },\n                {\n                    \"payment\": 1,\n                    \"iof\": 0.01,\n                    \"balance\": 7.62,\n                    \"interest\": 0.09,\n                    \"principal\": 0.91,\n                    \"additional_value\": 0,\n                    \"present_value\": null,\n                    \"status\": null,\n                    \"period\": 4,\n                    \"running_day\": 31,\n                    \"late_day\": null,\n                    \"paid_value\": null,\n                    \"payment_date\": \"2026-02-10\"\n                },\n                {\n                    \"payment\": 1,\n                    \"iof\": 0.01,\n                    \"balance\": 6.69,\n                    \"interest\": 0.07,\n                    \"principal\": 0.93,\n                    \"additional_value\": 0,\n                    \"present_value\": null,\n                    \"status\": null,\n                    \"period\": 5,\n                    \"running_day\": 28,\n                    \"late_day\": null,\n                    \"paid_value\": null,\n                    \"payment_date\": \"2026-03-10\"\n                },\n                {\n                    \"payment\": 1,\n                    \"iof\": 0.01,\n                    \"balance\": 5.76,\n                    \"interest\": 0.07,\n                    \"principal\": 0.93,\n                    \"additional_value\": 0,\n                    \"present_value\": null,\n                    \"status\": null,\n                    \"period\": 6,\n                    \"running_day\": 31,\n                    \"late_day\": null,\n                    \"paid_value\": null,\n                    \"payment_date\": \"2026-04-10\"\n                },\n                {\n                    \"payment\": 1,\n                    \"iof\": 0.02,\n                    \"balance\": 4.82,\n                    \"interest\": 0.06,\n                    \"principal\": 0.94,\n                    \"additional_value\": 0,\n                    \"present_value\": null,\n                    \"status\": null,\n                    \"period\": 7,\n                    \"running_day\": 30,\n                    \"late_day\": null,\n                    \"paid_value\": null,\n                    \"payment_date\": \"2026-05-10\"\n                },\n                {\n                    \"payment\": 1,\n                    \"iof\": 0.02,\n                    \"balance\": 3.87,\n                    \"interest\": 0.05,\n                    \"principal\": 0.95,\n                    \"additional_value\": 0,\n                    \"present_value\": null,\n                    \"status\": null,\n                    \"period\": 8,\n                    \"running_day\": 31,\n                    \"late_day\": null,\n                    \"paid_value\": null,\n                    \"payment_date\": \"2026-06-10\"\n                },\n                {\n                    \"payment\": 1,\n                    \"iof\": 0.02,\n                    \"balance\": 2.91,\n                    \"interest\": 0.04,\n                    \"principal\": 0.96,\n                    \"additional_value\": 0,\n                    \"present_value\": null,\n                    \"status\": null,\n                    \"period\": 9,\n                    \"running_day\": 30,\n                    \"late_day\": null,\n                    \"paid_value\": null,\n                    \"payment_date\": \"2026-07-10\"\n                },\n                {\n                    \"payment\": 1,\n                    \"iof\": 0.02,\n                    \"balance\": 1.94,\n                    \"interest\": 0.03,\n                    \"principal\": 0.97,\n                    \"additional_value\": 0,\n                    \"present_value\": null,\n                    \"status\": null,\n                    \"period\": 10,\n                    \"running_day\": 31,\n                    \"late_day\": null,\n                    \"paid_value\": null,\n                    \"payment_date\": \"2026-08-10\"\n                },\n                {\n                    \"payment\": 1,\n                    \"iof\": 0.03,\n                    \"balance\": 0.96,\n                    \"interest\": 0.02,\n                    \"principal\": 0.98,\n                    \"additional_value\": 0,\n                    \"present_value\": null,\n                    \"status\": null,\n                    \"period\": 11,\n                    \"running_day\": 31,\n                    \"late_day\": null,\n                    \"paid_value\": null,\n                    \"payment_date\": \"2026-09-10\"\n                },\n                {\n                    \"payment\": 1,\n                    \"iof\": 0.07,\n                    \"balance\": 0,\n                    \"interest\": 0.04,\n                    \"principal\": 0.96,\n                    \"additional_value\": 0,\n                    \"present_value\": null,\n                    \"status\": null,\n                    \"period\": 12,\n                    \"running_day\": 30,\n                    \"late_day\": null,\n                    \"paid_value\": null,\n                    \"payment_date\": \"2026-10-10\"\n                }\n            ],\n            \"last_payment_date\": \"2026-10-10\",\n            \"reference_rate\": null,\n            \"interest_pre_type\": \"BASE_365\",\n            \"interest_rate_frequency\": \"MONTHLY\",\n            \"amortization_type\": \"PRICE\",\n            \"interest_type\": \"PRE\",\n            \"grace_period_interest\": 0,\n            \"grace_period_amortizations\": [],\n            \"amortization_frequency\": \"MONTHLY\",\n            \"insurance_amount\": 0\n        },\n        \"custom_variables\": {},\n        \"canceled_at\": null,\n        \"sequential_id\": 181512,\n        \"originator\": {\n            \"id\": \"3541eedc-5939-42cd-bf4d-922a36e0333a\",\n            \"legal_name\": \"KARTECH SOLUÇÕES FINANCEIRAS S.A.\"\n        },\n        \"funding\": {\n            \"id\": \"ecc143f4-e1cc-499b-ae1f-be6a47004dca\",\n            \"legal_name\": \"NEOBANK DIGITAL SERVIÇOS LTDA\",\n            \"alias\": null,\n            \"metadata\": {\n                \"cod_backoffice\": {\n                    \"value\": \"\",\n                    \"sensitive\": false\n                }\n            }\n        },\n        \"payment_method\": \"BOLETO\",\n        \"backoffice_import_status\": \"NONE\",\n        \"guarantors\": null,\n        \"co_signers\": null,\n        \"investors\": null,\n        \"co_debtors\": null,\n        \"collateral_providers\": null,\n        \"representatives\": null,\n        \"sureties\": null,\n        \"signature_collect_method\": \"NONE\",\n        \"signature_provider\": \"CELCOIN\",\n        \"issuer_disbursement_type\": \"BENEFICIARY\",\n        \"signature_collect_options\": {\n            \"require_self_photo\": false,\n            \"require_document_photo\": false,\n            \"require_selfie_validation\": false\n        },\n        \"base_premium_amount\": 0.06,\n        \"additional_premium_amount\": 0,\n        \"loan\": null,\n        \"borrower_employer\": null,\n        \"disbursement\": null,\n        \"beneficiary_account\": {\n            \"registered_account_id\": null,\n            \"holder\": {\n                \"name\": \"Fulano de Tal\",\n                \"taxpayer_id\": \"93343138380\"\n            },\n            \"external_bank_account\": {\n                \"bank_code\": \"001\",\n                \"bank_account\": \"0123456\",\n                \"bank_account_digit\": \"7\",\n                \"bank_branch\": \"1234\",\n                \"bank_account_type\": \"CACC\",\n                \"ispb_code\": \"00000000\"\n            },\n            \"pix\": {\n                \"key\": \"65371068260\",\n                \"key_type\": \"TAXPAYER_ID\"\n            },\n            \"baas\": {\n                \"account_number\": null\n            }\n        },\n        \"created_at\": \"2025-10-11T01:33:28.643219Z\",\n        \"updated_at\": \"2025-10-11T01:34:22.208075Z\",\n        \"version\": 3,\n        \"cession_value\": 11.28,\n        \"issue_value\": 11.28,\n        \"issuer_migrated\": false,\n        \"custodian\": null,\n        \"signature_authentication_options\": {\n            \"mode\": \"NONE\"\n        },\n        \"managed_account_for_issuer_disbursement\": {\n            \"product_configuration\": null,\n            \"baas\": null\n        },\n        \"disbursement_attempts\": null,\n        \"payment_orders\": [\n            {\n                \"id\": \"6c120d20-720e-42e4-ad75-980ed41433eb\",\n                \"amount\": 11,\n                \"type\": \"PIX_OUT\",\n                \"status\": \"READY_FOR_PROCESSING\",\n                \"beneficiary_account\": {\n                    \"registered_account_id\": null,\n                    \"holder\": {\n                        \"name\": \"Fulano de Tal\",\n                        \"taxpayer_id\": \"93343138380\"\n                    },\n                    \"external_bank_account\": {\n                        \"bank_code\": \"001\",\n                        \"bank_account\": \"0123456\",\n                        \"bank_account_digit\": \"7\",\n                        \"bank_branch\": \"1234\",\n                        \"bank_account_type\": \"CACC\",\n                        \"ispb_code\": \"00000000\"\n                    },\n                    \"pix\": {\n                        \"key\": \"65371068260\",\n                        \"key_type\": \"TAXPAYER_ID\"\n                    },\n                    \"baas\": {\n                        \"account_number\": null\n                    }\n                },\n                \"beneficiary_type\": \"BORROWER\",\n                \"billet_info\": null,\n                \"allow_failure\": null,\n                \"qrcode_info\": null,\n                \"principal\": null,\n                \"is_partial_disbursement\": null,\n                \"pay_application_id\": null\n            }\n        ],\n        \"ipoc_number\": \"486327540203193343138380181512\",\n        \"cession_id\": null,\n        \"commercial_paper_id\": null,\n        \"additional_installment_fee\": null,\n        \"additional_installment_description\": null,\n        \"external_ccb_number\": null\n    },\n    \"originator\": \"3541eedc-5939-42cd-bf4d-922a36e0333a\",\n    \"product\": {\n        \"id\": \"9243c0ed-e6bf-4923-8582-4c092d450835\",\n        \"name\": \"[Karthen Goat] Crédito Pessoal Celan [PF]\",\n        \"description\": \"Produto com Configurações Padrão — Sem Etapa de Aprovação — Minuta (CCB) Padrão da Celcoin\"\n    },\n    \"created_at\": \"2025-10-11T01:34:22.166953Z\",\n    \"updated_at\": \"2025-10-11T01:41:26.362652Z\",\n    \"version\": 1\n}"}],"_postman_id":"53ced0d3-fc1d-4a94-b40d-0c7b9fdeb9e0"}],"id":"4a946a32-931f-471b-a8d9-354709aa8d7d","_postman_id":"4a946a32-931f-471b-a8d9-354709aa8d7d","description":""},{"name":"QS — SCR (CPF/CNPJ)","item":[{"name":"1. Obter o token","event":[{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"6cbcd6ec-0c76-43f6-a6dd-b9e4b4aaab73"}},{"listen":"test","script":{"exec":["pm.environment.set(\"originator_access_token\", pm.response.json().access_token);"],"type":"text/javascript","id":"484e148a-2853-48b9-87bd-ced781cb715a"}}],"id":"76ece8ac-18f4-48ed-885c-ed2f5d461a80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{originator_client_id}}"},{"key":"password","value":"{{originator_client_secret}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"}]},"url":"{{auth_server_host}}/oauth2/token","urlObject":{"path":["oauth2","token"],"host":["{{auth_server_host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"76ece8ac-18f4-48ed-885c-ed2f5d461a80"},{"name":"2. Consultar SCR por CPF/CNPJ","id":"12ce9f4c-1a7e-4905-b706-f387f49f0407","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{originator_access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"authorization","value":"{{originator_access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"evidence\": \"TEXT\", //Evidencia da captura do aceite do cliente (IP, user-agent e timestamp)\r\n    \"taxpayer_id\": \"34315132802\", //CPF ou CNPJ\r\n    \"reference_date\": \"2025-10\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/banking/originator/scr","urlObject":{"path":["banking","originator","scr"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"dc292032-8c9d-40ae-8d87-8ccb1ca61e6f","name":"200 - OK","originalRequest":{"method":"POST","header":[{"key":"authorization","value":"{{originator_access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"evidence\": \"TEXT\",\r\n    \"taxpayer_id\": \"34315132802\",\r\n    \"reference_date\": \"2025-10\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/banking/originator/scr"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 10 Nov 2025 19:20:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"6112"},{"key":"Connection","value":"keep-alive"},{"key":"apigw-requestid","value":"T14lXjcqGjQEMQg="}],"cookie":[],"responseTime":null,"body":"{\n    \"sucesso\": true,\n    \"mensagem\": null,\n    \"dados\": {\n        \"cnpjDaIFSolicitante\": \"48632754\",\n        \"codigoDoCliente\": \"1\",\n        \"coobrigacaoAssumida\": 0,\n        \"coobrigacaoRecebida\": 0,\n        \"dataBaseConsultada\": \"2025-10\",\n        \"dataInicioRelacionamento\": \"2010-06-01\",\n        \"listaDeResumoDasOperacoes\": [\n            {\n                \"listaDeVencimentos\": [\n                    {\n                        \"codigoVencimento\": \"v140\",\n                        \"valorVencimento\": \"386.94\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v150\",\n                        \"valorVencimento\": \"456.46\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v110\",\n                        \"valorVencimento\": \"5322.22\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v120\",\n                        \"valorVencimento\": \"4926.77\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v130\",\n                        \"valorVencimento\": \"128.98\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v230\",\n                        \"valorVencimento\": \"228.98\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v310\",\n                        \"valorVencimento\": \"528.98\"\n                    }\n                ],\n                \"modalidade\": \"0210\",\n                \"variacaoCambial\": \"N\"\n            },\n            {\n                \"listaDeVencimentos\": [\n                    {\n                        \"codigoVencimento\": \"v140\",\n                        \"valorVencimento\": \"2288.39\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v150\",\n                        \"valorVencimento\": \"517.44\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v110\",\n                        \"valorVencimento\": \"14770.78\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v120\",\n                        \"valorVencimento\": \"2231.83\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v130\",\n                        \"valorVencimento\": \"1790.15\"\n                    }\n                ],\n                \"modalidade\": \"1304\",\n                \"variacaoCambial\": \"N\"\n            },\n            {\n                \"listaDeVencimentos\": [\n                    {\n                        \"codigoVencimento\": \"v40\",\n                        \"valorVencimento\": \"4234.14\"\n                    }\n                ],\n                \"modalidade\": \"1904\",\n                \"variacaoCambial\": \"N\"\n            },\n            {\n                \"listaDeVencimentos\": [\n                    {\n                        \"codigoVencimento\": \"v150\",\n                        \"valorVencimento\": \"290.71\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v170\",\n                        \"valorVencimento\": \"23.59\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v165\",\n                        \"valorVencimento\": \"32.06\"\n                    }\n                ],\n                \"modalidade\": \"0203\",\n                \"variacaoCambial\": \"N\"\n            },\n            {\n                \"listaDeVencimentos\": [\n                    {\n                        \"codigoVencimento\": \"v140\",\n                        \"valorVencimento\": \"3608.93\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v150\",\n                        \"valorVencimento\": \"6451.16\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v160\",\n                        \"valorVencimento\": \"10304.03\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v110\",\n                        \"valorVencimento\": \"1331.4\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v170\",\n                        \"valorVencimento\": \"2614.48\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v120\",\n                        \"valorVencimento\": \"1297.54\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v130\",\n                        \"valorVencimento\": \"1265.6\"\n                    },\n                    {\n                        \"codigoVencimento\": \"v165\",\n                        \"valorVencimento\": \"7058.45\"\n                    }\n                ],\n                \"modalidade\": \"0401\",\n                \"variacaoCambial\": \"N\"\n            },\n            {\n                \"listaDeVencimentos\": [\n                    {\n                        \"codigoVencimento\": \"v20\",\n                        \"valorVencimento\": \"1820\"\n                    }\n                ],\n                \"modalidade\": \"1902\",\n                \"variacaoCambial\": \"N\"\n            }\n        ],\n        \"percentualDocumentosProcessados\": \"98.08\",\n        \"percentualVolumeProcessado\": \"99.99\",\n        \"quantidadeDeInstituicoes\": \"6\",\n        \"quantidadeDeOperacoes\": \"23\",\n        \"quantidadeOperacoesDiscordancia\": \"0\",\n        \"quantidadeOperacoesSubJudice\": \"0\",\n        \"responsabilidadeTotalDiscordancia\": \"0\",\n        \"responsabilidadeTotalSubJudice\": \"0\",\n        \"riscoIndiretoVendor\": 0,\n        \"tipoDoCliente\": \"1\",\n        \"analise\": {\n            \"limiteDeCreditoEmDias\": {\n                \"ate360\": 1820,\n                \"acimaDe360\": 4234.14\n            },\n            \"creditoALiberarEmDias\": {\n                \"ate360\": 0,\n                \"acimaDe360\": 0\n            },\n            \"total\": {\n                \"aVencer\": 73152.05,\n                \"vencido\": 228.98\n            },\n            \"prejuizoEmMeses\": {\n                \"ate12\": 528.98,\n                \"acimaDe12Ate48\": 0,\n                \"acimaDe48\": 0\n            },\n            \"vencidoEmDias\": {\n                \"de1a14\": 0,\n                \"acimaDe15Ate30\": 0,\n                \"acimaDe31Ate60\": 0,\n                \"acimaDe61Ate90\": 228.98,\n                \"acimaDe91Ate120\": 0,\n                \"acimaDe121Ate150\": 0,\n                \"acimaDe151Ate180\": 0,\n                \"acimaDe181Ate240\": 0,\n                \"acimaDe241Ate300\": 0,\n                \"acimaDe301Ate360\": 0,\n                \"acimaDe361Ate540\": 0,\n                \"acimaDe540\": 0\n            },\n            \"detalhamento\": [\n                {\n                    \"modalidade\": {\n                        \"titulo\": \"Empréstimos\",\n                        \"subtitulo\": \"Cartão de crédito - compra, fatura parcelada ou saque financiado pela instituição emitente do cartão\"\n                    },\n                    \"variacaoCambial\": \"Não\",\n                    \"vencimentos\": [\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 91 a 180 dias\",\n                            \"valor\": \"386.94\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 181 a 360 dias\",\n                            \"valor\": \"456.46\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer até 30 dias\",\n                            \"valor\": \"5322.22\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 31 a 60 dias\",\n                            \"valor\": \"4926.77\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 61 a 90 dias\",\n                            \"valor\": \"128.98\"\n                        },\n                        {\n                            \"categoria\": \"vencidos\",\n                            \"descricao\": \"Vencidos de 61 a 90 dias\",\n                            \"valor\": \"228.98\"\n                        },\n                        {\n                            \"categoria\": \"prejuizo\",\n                            \"descricao\": \"Prejuizo ate 12 meses\",\n                            \"valor\": \"528.98\"\n                        }\n                    ],\n                    \"valor\": 11979.33\n                },\n                {\n                    \"modalidade\": {\n                        \"titulo\": \"Outros créditos\",\n                        \"subtitulo\": \"Cartão de crédito - compra à vista e parcelado lojista\"\n                    },\n                    \"variacaoCambial\": \"Não\",\n                    \"vencimentos\": [\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 91 a 180 dias\",\n                            \"valor\": \"2288.39\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 181 a 360 dias\",\n                            \"valor\": \"517.44\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer até 30 dias\",\n                            \"valor\": \"14770.78\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 31 a 60 dias\",\n                            \"valor\": \"2231.83\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 61 a 90 dias\",\n                            \"valor\": \"1790.15\"\n                        }\n                    ],\n                    \"valor\": 21598.59\n                },\n                {\n                    \"modalidade\": {\n                        \"titulo\": \"Limites\",\n                        \"subtitulo\": \"Cartão de crédito\"\n                    },\n                    \"variacaoCambial\": \"Não\",\n                    \"vencimentos\": [\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer (prazo não especificado)\",\n                            \"valor\": \"4234.14\"\n                        }\n                    ],\n                    \"valor\": 4234.14\n                },\n                {\n                    \"modalidade\": {\n                        \"titulo\": \"Empréstimos\",\n                        \"subtitulo\": \"Crédito pessoal - sem consignação em folha de pagam.\"\n                    },\n                    \"variacaoCambial\": \"Não\",\n                    \"vencimentos\": [\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 181 a 360 dias\",\n                            \"valor\": \"290.71\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 1081 a 1440 dias\",\n                            \"valor\": \"23.59\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 721 a 1080 dias\",\n                            \"valor\": \"32.06\"\n                        }\n                    ],\n                    \"valor\": 346.36\n                },\n                {\n                    \"modalidade\": {\n                        \"titulo\": \"Financiamentos\",\n                        \"subtitulo\": \"Aquisição de bens - veículos automotores\"\n                    },\n                    \"variacaoCambial\": \"Não\",\n                    \"vencimentos\": [\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 91 a 180 dias\",\n                            \"valor\": \"3608.93\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 181 a 360 dias\",\n                            \"valor\": \"6451.16\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 361 a 720 dias\",\n                            \"valor\": \"10304.03\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer até 30 dias\",\n                            \"valor\": \"1331.4\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 1081 a 1440 dias\",\n                            \"valor\": \"2614.48\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 31 a 60 dias\",\n                            \"valor\": \"1297.54\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 61 a 90 dias\",\n                            \"valor\": \"1265.6\"\n                        },\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer de 721 a 1080 dias\",\n                            \"valor\": \"7058.45\"\n                        }\n                    ],\n                    \"valor\": 33931.59\n                },\n                {\n                    \"modalidade\": {\n                        \"titulo\": \"Limites\",\n                        \"subtitulo\": \"Cheque especial\"\n                    },\n                    \"variacaoCambial\": \"Não\",\n                    \"vencimentos\": [\n                        {\n                            \"categoria\": \"avencer\",\n                            \"descricao\": \"A vencer (prazo não especificado)\",\n                            \"valor\": \"1820\"\n                        }\n                    ],\n                    \"valor\": 1820\n                }\n            ],\n            \"carteiraAtiva\": 67326.89,\n            \"carteiraDeCredito\": 67855.87,\n            \"relacoesInterfinanceiras\": 0,\n            \"garantiasPrestadas\": 0,\n            \"coobrigacao\": 0,\n            \"responsabilidadeTotal\": 67855.87,\n            \"limiteDeCredito\": 6054.14,\n            \"creditosALiberar\": 0,\n            \"riscoTotal\": 73910.01\n        }\n    }\n}"}],"_postman_id":"12ce9f4c-1a7e-4905-b706-f387f49f0407"}],"id":"c9bc91be-5776-4b3b-8d70-ff8d143b2a4a","description":"<p>Esse serviço permite a realização de uma consulta a base de dados SCR do BACEN a partir de um CPF ou CNPJ..</p>\n<p>SCR é a sigla para <strong>Sistema de Informações de Crédito</strong>, um banco de dados mantido pelo Banco Central do Brasil que registra informações sobre operações de crédito, financiamentos, avais e fianças de pessoas físicas e jurídicas. O sistema tem múltiplas finalidades: auxilia o Banco Central na fiscalização, permite que instituições financeiras troquem informações para avaliar o risco de crédito e oferece aos cidadãos a possibilidade de consultar seu próprio histórico de dívidas.</p>\n<p>O SCR é um instrumento de registro gerido pelo BC e alimentado mensalmente pelas instituições financeiras.</p>\n<p>O SCR permite à supervisão bancária a adoção de medidas preventivas, com o aumento da eficácia de avaliação dos riscos inerentes à atividade. Por meio dele, o BC consegue verificar operações de crédito atípicas e de alto risco, sempre preservando o sigilo bancário.</p>\n<h4 id=\"são-registrados-no-scr\">São registrados no SCR</h4>\n<p>- empréstimos e financiamentos;<br />- adiantamentos;<br />- operações de arrendamento mercantil;<br />- coobrigações e garantias prestadas;<br />- compromissos de crédito não canceláveis;<br />- operações baixadas como prejuízo e créditos contratados com recursos a liberar;<br />-  demais operações que impliquem risco de crédito;<br />- operações de crédito que tenham sido objeto de negociação com retenção substancial de riscos e de benefícios ou de controle;<br />-  operações com instrumentos de pagamento pós-pagos; e<br />​- outras operações ou contratos com características de crédito reconhecidas pelo BC.  </p>\n<p><strong>Mais detalhes em</strong>: <a href=\"https://www.bcb.gov.br/estabilidadefinanceira/scr\">https://www.bcb.gov.br/estabilidadefinanceira/scr</a></p>\n","_postman_id":"c9bc91be-5776-4b3b-8d70-ff8d143b2a4a"}],"variable":[{"key":"api_host","value":"","type":"default"},{"key":"id_produto","value":"","type":"default"}]}