{"info":{"_postman_id":"0f908ef3-7cd9-4535-8191-bde019bab0e7","name":"ConfraOnline - Publish","description":"<html><head></head><body><p>Api para o sistema de ConfraOnline da CONFRAPAG para gestão de transações por link de pagamento.</p>\n<p>Qualquer dúvida entrar em contato com <a href=\"https://mailto:ti@confrapag.com.br\">ti@confrapag.com.br</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"34932728","collectionId":"0f908ef3-7cd9-4535-8191-bde019bab0e7","publishedId":"2sAXqv4LDB","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-11-14T12:05:51.000Z"},"item":[{"name":"Transaction","item":[{"name":"Show Limiters","event":[{"listen":"test","script":{"id":"52d902e5-f911-468a-82f4-50ec8ae21fde","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"47dedf6a-b866-4960-858e-4d0e1521f829","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token_transaction}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.confraonline.com.br/api/transaction-ec/limits","description":"<p>Retorna os limites transacionais do estabelecimento: Por transação, diário, mensal; Máximos, mínimos e seu consumo no período.</p>\n","urlObject":{"protocol":"https","path":["api","transaction-ec","limits"],"host":["api","confraonline","com","br"],"query":[{"disabled":true,"description":{"content":"<p>min, max, all (default)</p>\n","type":"text/plain"},"key":"type","value":"max"}],"variable":[]}},"response":[{"id":"e75d5fda-346c-4d5a-b7c4-1fd3e0878750","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://api.confraonline.com.br/api/transaction-ec/limits","protocol":"https","host":["api","confraonline","com","br"],"path":["api","transaction-ec","limits"],"query":[{"key":"type","value":"max","description":"min, max, all (default)","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 15 Apr 2026 20:03:24 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"100"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"success\": true,\n    \"limits\": [\n        {\n            \"key\": \"cash\",\n            \"title\": \"À vista\",\n            \"description\": \"Valor mínimo para pagamento à vista.\",\n            \"type\": \"min\",\n            \"amount\": 2,\n            \"used\": 0,\n            \"percentage_used\": 0\n        },\n        {\n            \"key\": \"per_installment\",\n            \"title\": \"Por parcelas\",\n            \"description\": \"Valor mínimo por parcelas, define o máximo de parcelas disponíveis ao cliente conforme o valor da transação.\",\n            \"type\": \"min\",\n            \"amount\": 5,\n            \"used\": 0,\n            \"percentage_used\": 0\n        },\n        {\n            \"key\": \"single\",\n            \"title\": \"Por link\",\n            \"description\": \"Limite máximo permitido por transação no cartão.\",\n            \"type\": \"max\",\n            \"amount\": 1500,\n            \"used\": 0,\n            \"percentage_used\": 0\n        },\n        {\n            \"key\": \"daily\",\n            \"title\": \"Diário\",\n            \"description\": \"Limite total diário para transações. Não pode ultrapassar esse valor no dia.\",\n            \"type\": \"max\",\n            \"amount\": 10000,\n            \"used\": 0,\n            \"percentage_used\": 0\n        },\n        {\n            \"key\": \"monthly\",\n            \"title\": \"Mensal\",\n            \"description\": \"Limite total mensal para transações. Não pode exceder esse valor no mês.\",\n            \"type\": \"max\",\n            \"amount\": 100000,\n            \"used\": 0,\n            \"percentage_used\": 0\n        }\n    ]\n}"}],"_postman_id":"47dedf6a-b866-4960-858e-4d0e1521f829"},{"name":"Store Transaction","id":"a0e8400a-8630-4273-8ac6-ee26e8108b1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token_transaction_local}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\": 20,\r\n    \"fee_exempt\": \"2\",\r\n    \"description\": \"Pagamento de teste\",\r\n    \"callback_url\": \"https://meusite.com/callback\",\r\n    \"date_expiration\": \"2025-12-31 23:59:59\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.confraonline.com.br/api/transaction-ec/store","description":"<ul>\n<li><p>Cria uma transação.</p>\n</li>\n<li><p>Será criado uma transação (Link de Pagamento).</p>\n</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th><strong>Tipo</strong></th>\n<th>Descrição</th>\n<th>Obrigatório</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>amount</td>\n<td>decimal</td>\n<td>Valor total da cobrança.</td>\n<td>sim</td>\n</tr>\n<tr>\n<td>payment_type</td>\n<td>string</td>\n<td>Tipo de pagamento da transação [debit, credit]. *</td>\n<td>não</td>\n</tr>\n<tr>\n<td>brand</td>\n<td>string</td>\n<td>Bandeira do cartão *</td>\n<td>não</td>\n</tr>\n<tr>\n<td>fee_exempt</td>\n<td>string</td>\n<td>Quantidade de parcelas sem juros aplicado ao portador:  <br />'none' (default), 'all',  <br />valor numérico</td>\n<td>não</td>\n</tr>\n<tr>\n<td>description</td>\n<td>string</td>\n<td>Descrição da transação.</td>\n<td>não</td>\n</tr>\n<tr>\n<td>date_expiration</td>\n<td>dateTime</td>\n<td>Data que a transação irá expirar. Caso não seja informada, a data de expiração será após 24h.</td>\n<td>não</td>\n</tr>\n<tr>\n<td>callback_url</td>\n<td>string</td>\n<td>Webhook que será chamado quando ocorrer alterações na transação.</td>\n<td>não</td>\n</tr>\n</tbody>\n</table>\n</div><p>* Informações como brand e payment_type são definidas em momento de pagamento.</p>\n<h2 id=\"🔹-fee_exempt\">🔹 <code>fee_exempt</code></h2>\n<p><strong>Tipo:</strong> string</p>\n<p>Quantidade de parcelas <strong>sem juros para o cliente (portador do cartão)</strong>.</p>\n<h3 id=\"exemplo\">Exemplo:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"fee_exempt\": 'none' (default)\n\"fee_exempt\": 'all'\n\"fee_exempt\": '2'\n\n</code></pre><p>Significa:</p>\n<ul>\n<li><p>Até <strong>2x sem juros</strong></p>\n</li>\n<li><p>A partir da 3ª parcela → haverá juros</p>\n</li>\n<li><p>As parcelas sem juros aparecem como <code>\"sem juros\"</code></p>\n</li>\n<li><p>As demais como <code>\"com juros\"</code></p>\n</li>\n</ul>\n<hr />\n<h2 id=\"informações-adicionais-sobre-o-retorno\"><strong>Informações adicionais sobre o retorno:</strong></h2>\n<h2 id=\"🔹-uuid\">🔹 <code>uuid</code></h2>\n<p><strong>Tipo:</strong> string (UUID)</p>\n<p>Identificador único da transação utilizado para <strong>integrações de checkout</strong>.</p>\n<ul>\n<li><p>Pode ser utilizado no frontend para referenciar a transação</p>\n</li>\n<li><p>Passado como parâmetro em Checkout Transaction</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"🔹-confirmed\">🔹 <code>confirmed</code></h2>\n<p><strong>Tipo:</strong> boolean</p>\n<p>Indica se o pagamento foi <strong>confirmado com sucesso</strong>.</p>\n<h3 id=\"valores-possíveis\">Valores possíveis:</h3>\n<ul>\n<li><p><code>false</code> → pagamento ainda não processado</p>\n</li>\n<li><p><code>true</code> → pagamento capturado ou negado</p>\n</li>\n</ul>\n<h3 id=\"importante\">Importante:</h3>\n<ul>\n<li><p>No endpoint <code>/store</code>, sempre será <code>false</code></p>\n</li>\n<li><p>Só muda para <code>true</code> após execução do <code>/payment</code> com sucesso</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","transaction-ec","store"],"host":["api","confraonline","com","br"],"query":[],"variable":[]}},"response":[{"id":"bb16dc69-0869-4d30-900f-4085088f2a50","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\": 20,\r\n    \"fee_exempt\": \"2\",\r\n    \"description\": \"Pagamento de teste\",\r\n    \"callback_url\": \"https://meusite.com/callback\",\r\n    \"date_expiration\": \"2025-12-31 23:59:59\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.confraonline.com.br/api/transaction-ec/store"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 01 Oct 2025 12:54:52 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"100"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 201,\n    \"success\": true,\n    \"message\": \"Success storing transaction\",\n    \"transaction\": {\n        \"id\": 123,\n        \"uuid\": \"00000000-0000-0000-0000-000000000000\",\n        \"seller_id\": 15,\n        \"seller_document\": \"01234567891011\",\n        \"seller_tranding_name\": \"Seller Test EC\",\n        \"status\": \"processing\",\n        \"customer_name\": null,\n        \"customer_document\": null,\n        \"confirmed\": false,\n        \"payment_type\": \"credit\",\n        \"brand\": \"mastercard\",\n        \"number_installments\": 1,\n        \"amount\": 20,\n        \"net_amount\": 0,\n        \"discount\": 0,\n        \"description\": \"Pagamento de teste\",\n        \"tax_applied\": null,\n        \"payed_in\": null,\n        \"callback_url\": \"https://meusite.com/callback\",\n        \"captured_in\": \"2025-10-01 09:54:50\",\n        \"expired_in\": \"2025-12-31 23:59:59\",\n        \"installments\": {\n            \"visa\": {\n                \"debit\": [\n                    {\n                        \"installment\": 0,\n                        \"amount\": 20,\n                        \"amount_total\": \"20,00\",\n                        \"amount_fee\": 0,\n                        \"text\": \"0x de R$ 20,00 sem juros\"\n                    }\n                ],\n                \"credit\": {\n                    \"1\": {\n                        \"installment\": 1,\n                        \"amount\": 20,\n                        \"amount_total\": \"20,00\",\n                        \"amount_fee\": 0,\n                        \"text\": \"1x de R$ 20,00 sem juros\"\n                    },\n                    \"2\": {\n                        \"installment\": 2,\n                        \"amount\": 10,\n                        \"amount_total\": \"20,00\",\n                        \"amount_fee\": 0,\n                        \"text\": \"2x de R$ 10,00 sem juros\"\n                    },\n                    \"3\": {\n                        \"installment\": 3,\n                        \"amount\": 7.45,\n                        \"amount_total\": \"22,35\",\n                        \"amount_fee\": 2.35,\n                        \"text\": \"3x de R$ 7,45 com juros\"\n                    },\n                    \"4\": {\n                        \"installment\": 4,\n                        \"amount\": 5.69,\n                        \"amount_total\": \"22,77\",\n                        \"amount_fee\": 2.77,\n                        \"text\": \"4x de R$ 5,69 com juros\"\n                    }\n                }\n            },\n            \"mastercard\": {\n                \"debit\": [\n                    {\n                        \"installment\": 0,\n                        \"amount\": 20,\n                        \"amount_total\": \"20,00\",\n                        \"amount_fee\": 0,\n                        \"text\": \"0x de R$ 20,00 sem juros\"\n                    }\n                ],\n                \"credit\": {\n                    \"1\": {\n                        \"installment\": 1,\n                        \"amount\": 20,\n                        \"amount_total\": \"20,00\",\n                        \"amount_fee\": 0,\n                        \"text\": \"1x de R$ 20,00 sem juros\"\n                    },\n                    \"2\": {\n                        \"installment\": 2,\n                        \"amount\": 10,\n                        \"amount_total\": \"20,00\",\n                        \"amount_fee\": 0,\n                        \"text\": \"2x de R$ 10,00 sem juros\"\n                    },\n                    \"3\": {\n                        \"installment\": 3,\n                        \"amount\": 7.45,\n                        \"amount_total\": \"22,35\",\n                        \"amount_fee\": 2.35,\n                        \"text\": \"3x de R$ 7,45 com juros\"\n                    },\n                    \"4\": {\n                        \"installment\": 4,\n                        \"amount\": 5.69,\n                        \"amount_total\": \"22,77\",\n                        \"amount_fee\": 2.77,\n                        \"text\": \"4x de R$ 5,69 com juros\"\n                    }\n                }\n            },\n            \"elo\": {\n                \"debit\": [\n                    {\n                        \"installment\": 0,\n                        \"amount\": 20,\n                        \"amount_total\": \"20,00\",\n                        \"amount_fee\": 0,\n                        \"text\": \"0x de R$ 20,00 sem juros\"\n                    }\n                ],\n                \"credit\": {\n                    \"1\": {\n                        \"installment\": 1,\n                        \"amount\": 20,\n                        \"amount_total\": \"20,00\",\n                        \"amount_fee\": 0,\n                        \"text\": \"1x de R$ 20,00 sem juros\"\n                    },\n                    \"2\": {\n                        \"installment\": 2,\n                        \"amount\": 10,\n                        \"amount_total\": \"20,00\",\n                        \"amount_fee\": 0,\n                        \"text\": \"2x de R$ 10,00 sem juros\"\n                    },\n                    \"3\": {\n                        \"installment\": 3,\n                        \"amount\": 7.53,\n                        \"amount_total\": \"22,59\",\n                        \"amount_fee\": 2.59,\n                        \"text\": \"3x de R$ 7,53 com juros\"\n                    },\n                    \"4\": {\n                        \"installment\": 4,\n                        \"amount\": 5.75,\n                        \"amount_total\": \"23,01\",\n                        \"amount_fee\": 3.01,\n                        \"text\": \"4x de R$ 5,75 com juros\"\n                    }\n                }\n            },\n            \"hipercard\": {\n                \"credit\": {\n                    \"1\": {\n                        \"installment\": 1,\n                        \"amount\": 20,\n                        \"amount_total\": \"20,00\",\n                        \"amount_fee\": 0,\n                        \"text\": \"1x de R$ 20,00 sem juros\"\n                    },\n                    \"2\": {\n                        \"installment\": 2,\n                        \"amount\": 10,\n                        \"amount_total\": \"20,00\",\n                        \"amount_fee\": 0,\n                        \"text\": \"2x de R$ 10,00 sem juros\"\n                    },\n                    \"3\": {\n                        \"installment\": 3,\n                        \"amount\": 7.53,\n                        \"amount_total\": \"22,59\",\n                        \"amount_fee\": 2.59,\n                        \"text\": \"3x de R$ 7,53 com juros\"\n                    },\n                    \"4\": {\n                        \"installment\": 4,\n                        \"amount\": 5.75,\n                        \"amount_total\": \"23,01\",\n                        \"amount_fee\": 3.01,\n                        \"text\": \"4x de R$ 5,75 com juros\"\n                    }\n                }\n            },\n            \"amex\": {\n                \"credit\": {\n                    \"1\": {\n                        \"installment\": 1,\n                        \"amount\": 20,\n                        \"amount_total\": \"20,00\",\n                        \"amount_fee\": 0,\n                        \"text\": \"1x de R$ 20,00 sem juros\"\n                    },\n                    \"2\": {\n                        \"installment\": 2,\n                        \"amount\": 10,\n                        \"amount_total\": \"20,00\",\n                        \"amount_fee\": 0,\n                        \"text\": \"2x de R$ 10,00 sem juros\"\n                    },\n                    \"3\": {\n                        \"installment\": 3,\n                        \"amount\": 7.53,\n                        \"amount_total\": \"22,59\",\n                        \"amount_fee\": 2.59,\n                        \"text\": \"3x de R$ 7,53 com juros\"\n                    },\n                    \"4\": {\n                        \"installment\": 4,\n                        \"amount\": 5.75,\n                        \"amount_total\": \"23,01\",\n                        \"amount_fee\": 3.01,\n                        \"text\": \"4x de R$ 5,75 com juros\"\n                    }\n                }\n            },\n            \"cabal\": {\n                \"debit\": [\n                    {\n                        \"installment\": 0,\n                        \"amount\": 20,\n                        \"amount_total\": \"20,00\",\n                        \"amount_fee\": 0,\n                        \"text\": \"0x de R$ 20,00 sem juros\"\n                    }\n                ],\n                \"credit\": {\n                    \"1\": {\n                        \"installment\": 1,\n                        \"amount\": 20,\n                        \"amount_total\": \"20,00\",\n                        \"amount_fee\": 0,\n                        \"text\": \"1x de R$ 20,00 sem juros\"\n                    },\n                    \"2\": {\n                        \"installment\": 2,\n                        \"amount\": 10,\n                        \"amount_total\": \"20,00\",\n                        \"amount_fee\": 0,\n                        \"text\": \"2x de R$ 10,00 sem juros\"\n                    },\n                    \"3\": {\n                        \"installment\": 3,\n                        \"amount\": 7.53,\n                        \"amount_total\": \"22,59\",\n                        \"amount_fee\": 2.59,\n                        \"text\": \"3x de R$ 7,53 com juros\"\n                    },\n                    \"4\": {\n                        \"installment\": 4,\n                        \"amount\": 5.75,\n                        \"amount_total\": \"23,01\",\n                        \"amount_fee\": 3.01,\n                        \"text\": \"4x de R$ 5,75 com juros\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"a0e8400a-8630-4273-8ac6-ee26e8108b1c"},{"name":"Checkout transaction","id":"df456e37-8406-4c5e-8bbe-0cb1bcdfe0cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.confraonline.com.br/api/transaction/checkout/:transaction_uuid","description":"<p><em><strong>Checkout Transparente</strong></em></p>\n<p>Exibe as informações da transação para preenchimento dos dados de pagamento</p>\n","urlObject":{"protocol":"https","path":["api","transaction","checkout",":transaction_uuid"],"host":["api","confraonline","com","br"],"query":[],"variable":[{"type":"any","value":"","key":"transaction_uuid"}]}},"response":[{"id":"30aede49-5659-4b18-9608-b8e9814031fb","name":"Success","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.confraonline.com.br/api/transaction/checkout/:uuid","protocol":"https","host":["api","confraonline","com","br"],"path":["api","transaction","checkout",":uuid"],"variable":[{"key":"uuid","value":"00000000-0000-0000-0000-000000000000"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 02 Oct 2025 18:50:17 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"success\": true,\n    \"message\": \"Success consulting checkout\",\n    \"transaction\": {\n        \"id\": 1234,\n        \"id_acquire\": null,\n        \"uuid\": \"00000000-0000-0000-0000-000000000000\",\n        \"confirmed\": false,\n        \"status\": \"processing\",\n        \"brand\": \"visa\",\n        \"payment_type\": \"credit\",\n        \"amount\": \"1000\",\n        \"expired_in\": \"2025-10-03 23:59:59\",\n        \"captured_in\": \"2025-10-02 15:49:43\",\n        \"fee_exempt\": \"4\",\n        \"installments\": {\n            \"visa\": {\n                \"debit\": [\n                    {\n                        \"installment\": 0,\n                        \"amount\": 100,\n                        \"amount_total\": \"100,00\",\n                        \"amount_fee\": 0,\n                        \"text\": \"0x de R$ 100,00 sem juros\"\n                    }\n                ],\n                \"credit\": {\n                    \"1\": {\n                        \"installment\": 1,\n                        \"amount\": 100,\n                        \"amount_total\": \"100,00\",\n                        \"amount_fee\": 0,\n                        \"text\": \"1x de R$ 100,00 sem juros\"\n                    },\n                    \"2\": {\n                        \"installment\": 2,\n                        \"amount\": 50,\n                        \"amount_total\": \"100,00\",\n                        \"amount_fee\": 0,\n                        \"text\": \"2x de R$ 50,00 sem juros\"\n                    },\n                    \"3\": {\n                        \"installment\": 3,\n                        \"amount\": 33.33,\n                        \"amount_total\": \"100,00\",\n                        \"amount_fee\": 0,\n                        \"text\": \"3x de R$ 33,33 sem juros\"\n                    },\n                    \"4\": {\n                        \"installment\": 4,\n                        \"amount\": 25,\n                        \"amount_total\": \"100,00\",\n                        \"amount_fee\": 0,\n                        \"text\": \"4x de R$ 25,00 sem juros\"\n                    },\n                    \"5\": {\n                        \"installment\": 5,\n                        \"amount\": 23.21,\n                        \"amount_total\": \"116,06\",\n                        \"amount_fee\": 16.06,\n                        \"text\": \"5x de R$ 23,21 com juros\"\n                    },\n                    \"6\": {\n                        \"installment\": 6,\n                        \"amount\": 19.72,\n                        \"amount_total\": \"118,34\",\n                        \"amount_fee\": 18.34,\n                        \"text\": \"6x de R$ 19,72 com juros\"\n                    },\n                    \"7\": {\n                        \"installment\": 7,\n                        \"amount\": 17.33,\n                        \"amount_total\": \"121,33\",\n                        \"amount_fee\": 21.33,\n                        \"text\": \"7x de R$ 17,33 com juros\"\n                    },\n                    \"8\": {\n                        \"installment\": 8,\n                        \"amount\": 15.48,\n                        \"amount_total\": \"123,81\",\n                        \"amount_fee\": 23.81,\n                        \"text\": \"8x de R$ 15,48 com juros\"\n                    },\n                    \"9\": {\n                        \"installment\": 9,\n                        \"amount\": 14.04,\n                        \"amount_total\": \"126,39\",\n                        \"amount_fee\": 26.39,\n                        \"text\": \"9x de R$ 14,04 com juros\"\n                    },\n                    \"10\": {\n                        \"installment\": 10,\n                        \"amount\": 12.91,\n                        \"amount_total\": \"129,08\",\n                        \"amount_fee\": 29.08,\n                        \"text\": \"10x de R$ 12,91 com juros\"\n                    },\n                    \"11\": {\n                        \"installment\": 11,\n                        \"amount\": 11.99,\n                        \"amount_total\": \"131,89\",\n                        \"amount_fee\": 31.89,\n                        \"text\": \"11x de R$ 11,99 com juros\"\n                    },\n                    \"12\": {\n                        \"installment\": 12,\n                        \"amount\": 11.24,\n                        \"amount_total\": \"134,83\",\n                        \"amount_fee\": 34.83,\n                        \"text\": \"12x de R$ 11,24 com juros\"\n                    },\n                    \"13\": {\n                        \"installment\": 13,\n                        \"amount\": 10.68,\n                        \"amount_total\": \"138,89\",\n                        \"amount_fee\": 38.89,\n                        \"text\": \"13x de R$ 10,68 com juros\"\n                    },\n                    \"14\": {\n                        \"installment\": 14,\n                        \"amount\": 10.15,\n                        \"amount_total\": \"142,13\",\n                        \"amount_fee\": 42.13,\n                        \"text\": \"14x de R$ 10,15 com juros\"\n                    },\n                    \"15\": {\n                        \"installment\": 15,\n                        \"amount\": 9.7,\n                        \"amount_total\": \"145,50\",\n                        \"amount_fee\": 45.50,\n                        \"text\": \"15x de R$ 9,70 com juros\"\n                    },\n                    \"16\": {\n                        \"installment\": 16,\n                        \"amount\": 9.32,\n                        \"amount_total\": \"149,05\",\n                        \"amount_fee\": 49.05,\n                        \"text\": \"16x de R$ 9,32 com juros\"\n                    },\n                    \"17\": {\n                        \"installment\": 17,\n                        \"amount\": 8.99,\n                        \"amount_total\": \"152,77\",\n                        \"amount_fee\": 52.77,\n                        \"text\": \"17x de R$ 8,99 com juros\"\n                    },\n                    \"18\": {\n                        \"installment\": 18,\n                        \"amount\": 8.71,\n                        \"amount_total\": \"156,69\",\n                        \"amount_fee\": 56.69,\n                        \"text\": \"18x de R$ 8,71 com juros\"\n                    }\n                }\n            },\n            \"mastercard\": {\n                \"debit\": [\n                    {\n                        \"installment\": 0,\n                        \"amount\": 100,\n                        \"amount_total\": \"100,00\",\n                        \"amount_fee\": 0,\n                        \"text\": \"0x de R$ 100,00 sem juros\"\n                    }\n                ],\n                \"credit\": {\n                    \"1\": {\n                        \"installment\": 1,\n                        \"amount\": 100,\n                        \"amount_total\": \"100,00\",\n                        \"amount_fee\": 0,\n                        \"text\": \"1x de R$ 100,00 sem juros\"\n                    },\n                    \"2\": {\n                        \"installment\": 2,\n                        \"amount\": 50,\n                        \"amount_total\": \"100,00\",\n                        \"amount_fee\": 0,\n                        \"text\": \"2x de R$ 50,00 sem juros\"\n                    },\n                    \"3\": {\n                        \"installment\": 3,\n                        \"amount\": 33.33,\n                        \"amount_total\": \"100,00\",\n                        \"amount_fee\": 0,\n                        \"text\": \"3x de R$ 33,33 sem juros\"\n                    },\n                    \"4\": {\n                        \"installment\": 4,\n                        \"amount\": 25,\n                        \"amount_total\": \"100,00\",\n                        \"amount_fee\": 0,\n                        \"text\": \"4x de R$ 25,00 sem juros\"\n                    },\n                    \"5\": {\n                        \"installment\": 5,\n                        \"amount\": 23.21,\n                        \"amount_total\": \"116,06\",\n                        \"amount_fee\": 16.06,\n                        \"text\": \"5x de R$ 23,21 com juros\"\n                    },\n                    \"6\": {\n                        \"installment\": 6,\n                        \"amount\": 19.72,\n                        \"amount_total\": \"118,34\",\n                        \"amount_fee\": 18.34,\n                        \"text\": \"6x de R$ 19,72 com juros\"\n                    },\n                    \"7\": {\n                        \"installment\": 7,\n                        \"amount\": 17.33,\n                        \"amount_total\": \"121,33\",\n                        \"amount_fee\": 21.33,\n                        \"text\": \"7x de R$ 17,33 com juros\"\n                    },\n                    \"8\": {\n                        \"installment\": 8,\n                        \"amount\": 15.48,\n                        \"amount_total\": \"123,81\",\n                        \"amount_fee\": 23.81,\n                        \"text\": \"8x de R$ 15,48 com juros\"\n                    },\n                    \"9\": {\n                        \"installment\": 9,\n                        \"amount\": 14.04,\n                        \"amount_total\": \"126,39\",\n                        \"amount_fee\": 26.39,\n                        \"text\": \"9x de R$ 14,04 com juros\"\n                    },\n                    \"10\": {\n                        \"installment\": 10,\n                        \"amount\": 12.91,\n                        \"amount_total\": \"129,08\",\n                        \"amount_fee\": 29.08,\n                        \"text\": \"10x de R$ 12,91 com juros\"\n                    },\n                    \"11\": {\n                        \"installment\": 11,\n                        \"amount\": 11.99,\n                        \"amount_total\": \"131,89\",\n                        \"amount_fee\": 31.89,\n                        \"text\": \"11x de R$ 11,99 com juros\"\n                    },\n                    \"12\": {\n                        \"installment\": 12,\n                        \"amount\": 11.24,\n                        \"amount_total\": \"134,83\",\n                        \"amount_fee\": 34.83,\n                        \"text\": \"12x de R$ 11,24 com juros\"\n                    },\n                    \"13\": {\n                        \"installment\": 13,\n                        \"amount\": 10.68,\n                        \"amount_total\": \"138,89\",\n                        \"amount_fee\": 38.89,\n                        \"text\": \"13x de R$ 10,68 com juros\"\n                    },\n                    \"14\": {\n                        \"installment\": 14,\n                        \"amount\": 10.15,\n                        \"amount_total\": \"142,13\",\n                        \"amount_fee\": 42.13,\n                        \"text\": \"14x de R$ 10,15 com juros\"\n                    },\n                    \"15\": {\n                        \"installment\": 15,\n                        \"amount\": 9.7,\n                        \"amount_total\": \"145,50\",\n                        \"amount_fee\": 45.50,\n                        \"text\": \"15x de R$ 9,70 com juros\"\n                    },\n                    \"16\": {\n                        \"installment\": 16,\n                        \"amount\": 9.32,\n                        \"amount_total\": \"149,05\",\n                        \"amount_fee\": 49.05,\n                        \"text\": \"16x de R$ 9,32 com juros\"\n                    },\n                    \"17\": {\n                        \"installment\": 17,\n                        \"amount\": 8.99,\n                        \"amount_total\": \"152,77\",\n                        \"amount_fee\": 52.77,\n                        \"text\": \"17x de R$ 8,99 com juros\"\n                    },\n                    \"18\": {\n                        \"installment\": 18,\n                        \"amount\": 8.71,\n                        \"amount_total\": \"156,69\",\n                        \"amount_fee\": 56.69,\n                        \"text\": \"18x de R$ 8,71 com juros\"\n                    }\n                }\n            },\n            \"elo\": {\n                \"debit\": [\n                    {\n                        \"installment\": 0,\n                        \"amount\": 100,\n                        \"amount_total\": \"100,00\",\n                        \"amount_fee\": 0,\n                        \"text\": \"0x de R$ 100,00 sem juros\"\n                    }\n                ],\n                \"credit\": {\n                    \"1\": {\n                        \"installment\": 1,\n                        \"amount\": 100,\n                        \"amount_total\": \"100,00\",\n                        \"amount_fee\": 0,\n                        \"text\": \"1x de R$ 100,00 sem juros\"\n                    },\n                    \"2\": {\n                        \"installment\": 2,\n                        \"amount\": 50,\n                        \"amount_total\": \"100,00\",\n                        \"amount_fee\": 0,\n                        \"text\": \"2x de R$ 50,00 sem juros\"\n                    },\n                    \"3\": {\n                        \"installment\": 3,\n                        \"amount\": 33.33,\n                        \"amount_total\": \"100,00\",\n                        \"amount_fee\": 0,\n                        \"text\": \"3x de R$ 33,33 sem juros\"\n                    },\n                    \"4\": {\n                        \"installment\": 4,\n                        \"amount\": 25,\n                        \"amount_total\": \"100,00\",\n                        \"amount_fee\": 0,\n                        \"text\": \"4x de R$ 25,00 sem juros\"\n                    },\n                    \"5\": {\n                        \"installment\": 5,\n                        \"amount\": 23.46,\n                        \"amount_total\": \"117,29\",\n                        \"amount_fee\": 17.29,\n                        \"text\": \"5x de R$ 23,46 com juros\"\n                    },\n                    \"6\": {\n                        \"installment\": 6,\n                        \"amount\": 19.93,\n                        \"amount_total\": \"119,59\",\n                        \"amount_fee\": 19.59,\n                        \"text\": \"6x de R$ 19,93 com juros\"\n                    },\n                    \"7\": {\n                        \"installment\": 7,\n                        \"amount\": 17.61,\n                        \"amount_total\": \"123,29\",\n                        \"amount_fee\": 23.29,\n                        \"text\": \"7x de R$ 17,61 com juros\"\n                    },\n                    \"8\": {\n                        \"installment\": 8,\n                        \"amount\": 15.73,\n                        \"amount_total\": \"125,82\",\n                        \"amount_fee\": 25.82,\n                        \"text\": \"8x de R$ 15,73 com juros\"\n                    },\n                    \"9\": {\n                        \"installment\": 9,\n                        \"amount\": 14.27,\n                        \"amount_total\": \"128,44\",\n                        \"amount_fee\": 28.44,\n                        \"text\": \"9x de R$ 14,27 com juros\"\n                    },\n                    \"10\": {\n                        \"installment\": 10,\n                        \"amount\": 13.12,\n                        \"amount_total\": \"131,16\",\n                        \"amount_fee\": 31.16,\n                        \"text\": \"10x de R$ 13,12 com juros\"\n                    },\n                    \"11\": {\n                        \"installment\": 11,\n                        \"amount\": 12.18,\n                        \"amount_total\": \"134,03\",\n                        \"amount_fee\": 34.03,\n                        \"text\": \"11x de R$ 12,18 com juros\"\n                    },\n                    \"12\": {\n                        \"installment\": 12,\n                        \"amount\": 11.42,\n                        \"amount_total\": \"137,01\",\n                        \"amount_fee\": 37.01,\n                        \"text\": \"12x de R$ 11,42 com juros\"\n                    },\n                    \"13\": {\n                        \"installment\": 13,\n                        \"amount\": 10.77,\n                        \"amount_total\": \"140,04\",\n                        \"amount_fee\": 40.04,\n                        \"text\": \"13x de R$ 10,77 com juros\"\n                    },\n                    \"14\": {\n                        \"installment\": 14,\n                        \"amount\": 10.23,\n                        \"amount_total\": \"143,29\",\n                        \"amount_fee\": 43.29,\n                        \"text\": \"14x de R$ 10,23 com juros\"\n                    },\n                    \"15\": {\n                        \"installment\": 15,\n                        \"amount\": 9.78,\n                        \"amount_total\": \"146,69\",\n                        \"amount_fee\": 46.69,\n                        \"text\": \"15x de R$ 9,78 com juros\"\n                    },\n                    \"16\": {\n                        \"installment\": 16,\n                        \"amount\": 9.39,\n                        \"amount_total\": \"150,26\",\n                        \"amount_fee\": 50.26,\n                        \"text\": \"16x de R$ 9,39 com juros\"\n                    },\n                    \"17\": {\n                        \"installment\": 17,\n                        \"amount\": 9.06,\n                        \"amount_total\": \"154,01\",\n                        \"amount_fee\": 54.01,\n                        \"text\": \"17x de R$ 9,06 com juros\"\n                    },\n                    \"18\": {\n                        \"installment\": 18,\n                        \"amount\": 8.78,\n                        \"amount_total\": \"157,95\",\n                        \"amount_fee\": 57.95,\n                        \"text\": \"18x de R$ 8,78 com juros\"\n                    }\n                }\n            },\n            \"hipercard\": {\n                \"credit\": {\n                    \"1\": {\n                        \"installment\": 1,\n                        \"amount\": 100,\n                        \"amount_total\": \"100,00\",\n                        \"amount_fee\": 0,\n                        \"text\": \"1x de R$ 100,00 sem juros\"\n                    },\n                    \"2\": {\n                        \"installment\": 2,\n                        \"amount\": 50,\n                        \"amount_total\": \"100,00\",\n                        \"amount_fee\": 0,\n                        \"text\": \"2x de R$ 50,00 sem juros\"\n                    },\n                    \"3\": {\n                        \"installment\": 3,\n                        \"amount\": 33.33,\n                        \"amount_total\": \"100,00\",\n                        \"amount_fee\": 0,\n                        \"text\": \"3x de R$ 33,33 sem juros\"\n                    },\n                    \"4\": {\n                        \"installment\": 4,\n                        \"amount\": 25,\n                        \"amount_total\": \"100,00\",\n                        \"amount_fee\": 0,\n                        \"text\": \"4x de R$ 25,00 sem juros\"\n                    },\n                    \"5\": {\n                        \"installment\": 5,\n                        \"amount\": 23.46,\n                        \"amount_total\": \"117,29\",\n                        \"amount_fee\": 17.29,\n                        \"text\": \"5x de R$ 23,46 com juros\"\n                    },\n                    \"6\": {\n                        \"installment\": 6,\n                        \"amount\": 19.93,\n                        \"amount_total\": \"119,59\",\n                        \"amount_fee\": 19.59,\n                        \"text\": \"6x de R$ 19,93 com juros\"\n                    },\n                    \"7\": {\n                        \"installment\": 7,\n                        \"amount\": 17.61,\n                        \"amount_total\": \"123,29\",\n                        \"amount_fee\": 23.29,\n                        \"text\": \"7x de R$ 17,61 com juros\"\n                    },\n                    \"8\": {\n                        \"installment\": 8,\n                        \"amount\": 15.73,\n                        \"amount_total\": \"125,82\",\n                        \"amount_fee\": 25.82,\n                        \"text\": \"8x de R$ 15,73 com juros\"\n                    },\n                    \"9\": {\n                        \"installment\": 9,\n                        \"amount\": 14.27,\n                        \"amount_total\": \"128,44\",\n                        \"amount_fee\": 28.44,\n                        \"text\": \"9x de R$ 14,27 com juros\"\n                    },\n                    \"10\": {\n                        \"installment\": 10,\n                        \"amount\": 13.12,\n                        \"amount_total\": \"131,16\",\n                        \"amount_fee\": 31.16,\n                        \"text\": \"10x de R$ 13,12 com juros\"\n                    },\n                    \"11\": {\n                        \"installment\": 11,\n                        \"amount\": 12.18,\n                        \"amount_total\": \"134,03\",\n                        \"amount_fee\": 34.03,\n                        \"text\": \"11x de R$ 12,18 com juros\"\n                    },\n                    \"12\": {\n                        \"installment\": 12,\n                        \"amount\": 11.42,\n                        \"amount_total\": \"137,01\",\n                        \"amount_fee\": 37.01,\n                        \"text\": \"12x de R$ 11,42 com juros\"\n                    },\n                    \"13\": {\n                        \"installment\": 13,\n                        \"amount\": 10.77,\n                        \"amount_total\": \"140,04\",\n                        \"amount_fee\": 40.04,\n                        \"text\": \"13x de R$ 10,77 com juros\"\n                    },\n                    \"14\": {\n                        \"installment\": 14,\n                        \"amount\": 10.23,\n                        \"amount_total\": \"143,29\",\n                        \"amount_fee\": 43.29,\n                        \"text\": \"14x de R$ 10,23 com juros\"\n                    },\n                    \"15\": {\n                        \"installment\": 15,\n                        \"amount\": 9.78,\n                        \"amount_total\": \"146,69\",\n                        \"amount_fee\": 46.69,\n                        \"text\": \"15x de R$ 9,78 com juros\"\n                    },\n                    \"16\": {\n                        \"installment\": 16,\n                        \"amount\": 9.39,\n                        \"amount_total\": \"150,26\",\n                        \"amount_fee\": 50.26,\n                        \"text\": \"16x de R$ 9,39 com juros\"\n                    },\n                    \"17\": {\n                        \"installment\": 17,\n                        \"amount\": 9.06,\n                        \"amount_total\": \"154,01\",\n                        \"amount_fee\": 54.01,\n                        \"text\": \"17x de R$ 9,06 com juros\"\n                    },\n                    \"18\": {\n                        \"installment\": 18,\n                        \"amount\": 8.78,\n                        \"amount_total\": \"157,95\",\n                        \"amount_fee\": 57.95,\n                        \"text\": \"18x de R$ 8,78 com juros\"\n                    }\n                }\n            },\n            \"amex\": {\n                \"credit\": {\n                    \"1\": {\n                        \"installment\": 1,\n                        \"amount\": 100,\n                        \"amount_total\": \"100,00\",\n                        \"amount_fee\": 0,\n                        \"text\": \"1x de R$ 100,00 sem juros\"\n                    },\n                    \"2\": {\n                        \"installment\": 2,\n                        \"amount\": 50,\n                        \"amount_total\": \"100,00\",\n                        \"amount_fee\": 0,\n                        \"text\": \"2x de R$ 50,00 sem juros\"\n                    },\n                    \"3\": {\n                        \"installment\": 3,\n                        \"amount\": 33.33,\n                        \"amount_total\": \"100,00\",\n                        \"amount_fee\": 0,\n                        \"text\": \"3x de R$ 33,33 sem juros\"\n                    },\n                    \"4\": {\n                        \"installment\": 4,\n                        \"amount\": 25,\n                        \"amount_total\": \"100,00\",\n                        \"amount_fee\": 0,\n                        \"text\": \"4x de R$ 25,00 sem juros\"\n                    },\n                    \"5\": {\n                        \"installment\": 5,\n                        \"amount\": 23.46,\n                        \"amount_total\": \"117,29\",\n                        \"amount_fee\": 17.29,\n                        \"text\": \"5x de R$ 23,46 com juros\"\n                    },\n                    \"6\": {\n                        \"installment\": 6,\n                        \"amount\": 19.93,\n                        \"amount_total\": \"119,59\",\n                        \"amount_fee\": 19.59,\n                        \"text\": \"6x de R$ 19,93 com juros\"\n                    },\n                    \"7\": {\n                        \"installment\": 7,\n                        \"amount\": 17.61,\n                        \"amount_total\": \"123,29\",\n                        \"amount_fee\": 23.29,\n                        \"text\": \"7x de R$ 17,61 com juros\"\n                    },\n                    \"8\": {\n                        \"installment\": 8,\n                        \"amount\": 15.73,\n                        \"amount_total\": \"125,82\",\n                        \"amount_fee\": 25.82,\n                        \"text\": \"8x de R$ 15,73 com juros\"\n                    },\n                    \"9\": {\n                        \"installment\": 9,\n                        \"amount\": 14.27,\n                        \"amount_total\": \"128,44\",\n                        \"amount_fee\": 28.44,\n                        \"text\": \"9x de R$ 14,27 com juros\"\n                    },\n                    \"10\": {\n                        \"installment\": 10,\n                        \"amount\": 13.12,\n                        \"amount_total\": \"131,16\",\n                        \"amount_fee\": 31.16,\n                        \"text\": \"10x de R$ 13,12 com juros\"\n                    },\n                    \"11\": {\n                        \"installment\": 11,\n                        \"amount\": 12.18,\n                        \"amount_total\": \"134,03\",\n                        \"amount_fee\": 34.03,\n                        \"text\": \"11x de R$ 12,18 com juros\"\n                    },\n                    \"12\": {\n                        \"installment\": 12,\n                        \"amount\": 11.42,\n                        \"amount_total\": \"137,01\",\n                        \"amount_fee\": 37.01,\n                        \"text\": \"12x de R$ 11,42 com juros\"\n                    },\n                    \"13\": {\n                        \"installment\": 13,\n                        \"amount\": 10.77,\n                        \"amount_total\": \"140,04\",\n                        \"amount_fee\": 40.04,\n                        \"text\": \"13x de R$ 10,77 com juros\"\n                    },\n                    \"14\": {\n                        \"installment\": 14,\n                        \"amount\": 10.23,\n                        \"amount_total\": \"143,29\",\n                        \"amount_fee\": 43.29,\n                        \"text\": \"14x de R$ 10,23 com juros\"\n                    },\n                    \"15\": {\n                        \"installment\": 15,\n                        \"amount\": 9.78,\n                        \"amount_total\": \"146,69\",\n                        \"amount_fee\": 46.69,\n                        \"text\": \"15x de R$ 9,78 com juros\"\n                    },\n                    \"16\": {\n                        \"installment\": 16,\n                        \"amount\": 9.39,\n                        \"amount_total\": \"150,26\",\n                        \"amount_fee\": 50.26,\n                        \"text\": \"16x de R$ 9,39 com juros\"\n                    },\n                    \"17\": {\n                        \"installment\": 17,\n                        \"amount\": 9.06,\n                        \"amount_total\": \"154,01\",\n                        \"amount_fee\": 54.01,\n                        \"text\": \"17x de R$ 9,06 com juros\"\n                    },\n                    \"18\": {\n                        \"installment\": 18,\n                        \"amount\": 8.78,\n                        \"amount_total\": \"157,95\",\n                        \"amount_fee\": 57.95,\n                        \"text\": \"18x de R$ 8,78 com juros\"\n                    }\n                }\n            },\n            \"cabal\": {\n                \"debit\": [\n                    {\n                        \"installment\": 0,\n                        \"amount\": 100,\n                        \"amount_total\": \"100,00\",\n                        \"amount_fee\": 0,\n                        \"text\": \"0x de R$ 100,00 sem juros\"\n                    }\n                ],\n                \"credit\": {\n                    \"1\": {\n                        \"installment\": 1,\n                        \"amount\": 100,\n                        \"amount_total\": \"100,00\",\n                        \"amount_fee\": 0,\n                        \"text\": \"1x de R$ 100,00 sem juros\"\n                    },\n                    \"2\": {\n                        \"installment\": 2,\n                        \"amount\": 50,\n                        \"amount_total\": \"100,00\",\n                        \"amount_fee\": 0,\n                        \"text\": \"2x de R$ 50,00 sem juros\"\n                    },\n                    \"3\": {\n                        \"installment\": 3,\n                        \"amount\": 33.33,\n                        \"amount_total\": \"100,00\",\n                        \"amount_fee\": 0,\n                        \"text\": \"3x de R$ 33,33 sem juros\"\n                    },\n                    \"4\": {\n                        \"installment\": 4,\n                        \"amount\": 25,\n                        \"amount_total\": \"100,00\",\n                        \"amount_fee\": 0,\n                        \"text\": \"4x de R$ 25,00 sem juros\"\n                    },\n                    \"5\": {\n                        \"installment\": 5,\n                        \"amount\": 23.46,\n                        \"amount_total\": \"117,29\",\n                        \"amount_fee\": 17.29,\n                        \"text\": \"5x de R$ 23,46 com juros\"\n                    },\n                    \"6\": {\n                        \"installment\": 6,\n                        \"amount\": 19.93,\n                        \"amount_total\": \"119,59\",\n                        \"amount_fee\": 19.59,\n                        \"text\": \"6x de R$ 19,93 com juros\"\n                    },\n                    \"7\": {\n                        \"installment\": 7,\n                        \"amount\": 17.61,\n                        \"amount_total\": \"123,29\",\n                        \"amount_fee\": 23.29,\n                        \"text\": \"7x de R$ 17,61 com juros\"\n                    },\n                    \"8\": {\n                        \"installment\": 8,\n                        \"amount\": 15.73,\n                        \"amount_total\": \"125,82\",\n                        \"amount_fee\": 25.82,\n                        \"text\": \"8x de R$ 15,73 com juros\"\n                    },\n                    \"9\": {\n                        \"installment\": 9,\n                        \"amount\": 14.27,\n                        \"amount_total\": \"128,44\",\n                        \"amount_fee\": 28.44,\n                        \"text\": \"9x de R$ 14,27 com juros\"\n                    },\n                    \"10\": {\n                        \"installment\": 10,\n                        \"amount\": 13.12,\n                        \"amount_total\": \"131,16\",\n                        \"amount_fee\": 31.16,\n                        \"text\": \"10x de R$ 13,12 com juros\"\n                    },\n                    \"11\": {\n                        \"installment\": 11,\n                        \"amount\": 12.18,\n                        \"amount_total\": \"134,03\",\n                        \"amount_fee\": 34.03,\n                        \"text\": \"11x de R$ 12,18 com juros\"\n                    },\n                    \"12\": {\n                        \"installment\": 12,\n                        \"amount\": 11.42,\n                        \"amount_total\": \"137,01\",\n                        \"amount_fee\": 37.01,\n                        \"text\": \"12x de R$ 11,42 com juros\"\n                    },\n                    \"13\": {\n                        \"installment\": 13,\n                        \"amount\": 10.77,\n                        \"amount_total\": \"140,04\",\n                        \"amount_fee\": 40.04,\n                        \"text\": \"13x de R$ 10,77 com juros\"\n                    },\n                    \"14\": {\n                        \"installment\": 14,\n                        \"amount\": 10.23,\n                        \"amount_total\": \"143,29\",\n                        \"amount_fee\": 43.29,\n                        \"text\": \"14x de R$ 10,23 com juros\"\n                    },\n                    \"15\": {\n                        \"installment\": 15,\n                        \"amount\": 9.78,\n                        \"amount_total\": \"146,69\",\n                        \"amount_fee\": 46.69,\n                        \"text\": \"15x de R$ 9,78 com juros\"\n                    },\n                    \"16\": {\n                        \"installment\": 16,\n                        \"amount\": 9.39,\n                        \"amount_total\": \"150,26\",\n                        \"amount_fee\": 50.26,\n                        \"text\": \"16x de R$ 9,39 com juros\"\n                    },\n                    \"17\": {\n                        \"installment\": 17,\n                        \"amount\": 9.06,\n                        \"amount_total\": \"154,01\",\n                        \"amount_fee\": 54.01,\n                        \"text\": \"17x de R$ 9,06 com juros\"\n                    },\n                    \"18\": {\n                        \"installment\": 18,\n                        \"amount\": 8.78,\n                        \"amount_total\": \"157,95\",\n                        \"amount_fee\": 57.95,\n                        \"text\": \"18x de R$ 8,78 com juros\"\n                    }\n                }\n            }\n        }\n    }\n}"},{"id":"0b99d61b-e133-49dc-91d4-a44974a3e6a6","name":"Already Payed","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.confraonline.com.br/api/transaction/checkout/:uuid","protocol":"https","host":["api","confraonline","com","br"],"path":["api","transaction","checkout",":uuid"],"variable":[{"key":"uuid","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty"},{"key":"Date","value":"Thu, 02 Oct 2025 18:41:52 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"92"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-Ratelimit-Limit","value":"100"},{"key":"X-Ratelimit-Remaining","value":"99"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 500,\n    \"success\": false,\n    \"message\": \"Transaction payed already\",\n    \"error\": \"Transaction payed already\"\n}"},{"id":"853f936a-3888-49db-a835-a80bbc10c931","name":"Transaction Expired","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.confraonline.com.br/api/transaction/checkout/:uuid","protocol":"https","host":["api","confraonline","com","br"],"path":["api","transaction","checkout",":uuid"],"variable":[{"key":"uuid","value":""}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 02 Oct 2025 18:48:09 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 500,\n    \"success\": false,\n    \"message\": \"Transaction expired\",\n    \"error\": \"Transaction expired\"\n}"}],"_postman_id":"df456e37-8406-4c5e-8bbe-0cb1bcdfe0cf"},{"name":"Pay transaction","id":"33564208-2776-4426-8daa-4b8e22dbf598","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token_transaction_local}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transaction_id\": 123,\r\n    \"number_installments\": 1,\r\n    \"ip_address\": \"123.45.678.90\",\r\n    \"customer\": {\r\n        \"document\": \"12345678910\",\r\n        \"name\": \"Customer Name Test\",\r\n        \"phone_number\": \"83999998888\",\r\n        \"email\": \"customer@email.com\",\r\n        \"cep\": \"58555555\",\r\n        \"street\": \"Rua Street Test\",\r\n        \"number\": \"100\",\r\n        \"city\": \"City Test\",\r\n        \"state\": \"PB\",\r\n        \"district\": \"District Test\",\r\n        \"birth_date\": \"1991-10-11\",\r\n        \"card\": {\r\n            \"holder_name\": \"Holder Name\",\r\n            \"credit_number\": \"5555444466667777\",\r\n            \"security_code\": \"123\",\r\n            \"expiration_date\": \"2026-02\",\r\n            \"brand\": \"mastercard\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.confraonline.com.br/api/transaction-ec/payment","description":"<h4 id=\"cria-um-pagamento\">Cria um pagamento</h4>\n<p>Confirma o pagamento de uma transação (Link de pagamento) que já foi criada.</p>\n<p>Para pagamento de débito, campo number_installments deve ser igual a 0 (zero)</p>\n<h5 id=\"body-params\">Body Params</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th><strong>Tipo</strong></th>\n<th>Descrição</th>\n<th>Obrigatório</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>transaction_id</td>\n<td>integer</td>\n<td>Id de transação</td>\n<td>sim</td>\n</tr>\n<tr>\n<td>number_installments</td>\n<td>integer</td>\n<td>Número de parcelas</td>\n<td>sim</td>\n</tr>\n<tr>\n<td>ip_address</td>\n<td>string</td>\n<td>Endereço de IP</td>\n<td>sim</td>\n</tr>\n<tr>\n<td>customer</td>\n<td>Object</td>\n<td>Dados do cliente</td>\n<td>sim</td>\n</tr>\n<tr>\n<td>customer.document</td>\n<td>string</td>\n<td>CPF/CNPJ do cliente</td>\n<td>sim</td>\n</tr>\n<tr>\n<td>customer.name</td>\n<td>string</td>\n<td>Nome do cliente</td>\n<td>sim</td>\n</tr>\n<tr>\n<td>customer.phone_number</td>\n<td>string</td>\n<td>Telefone do cliente</td>\n<td>sim</td>\n</tr>\n<tr>\n<td>customer.email</td>\n<td>string</td>\n<td>E-mail do cliente</td>\n<td>sim</td>\n</tr>\n<tr>\n<td>customer.cep</td>\n<td>string</td>\n<td>CEP do cliente</td>\n<td>sim</td>\n</tr>\n<tr>\n<td>customer.street</td>\n<td>string</td>\n<td>Logradouro do cliente</td>\n<td>sim</td>\n</tr>\n<tr>\n<td>customer.number</td>\n<td>string</td>\n<td>Número do endereço do cliente</td>\n<td>sim</td>\n</tr>\n<tr>\n<td>customer.city</td>\n<td>string</td>\n<td>Cidade do cliente</td>\n<td>sim</td>\n</tr>\n<tr>\n<td>customer.state</td>\n<td>string</td>\n<td>Estado do cliente</td>\n<td>sim</td>\n</tr>\n<tr>\n<td>customer.birth_date</td>\n<td>string</td>\n<td>Data de nascimento do cliente</td>\n<td>sim</td>\n</tr>\n<tr>\n<td>customer.district</td>\n<td>string</td>\n<td>Bairro do cliente</td>\n<td>sim</td>\n</tr>\n<tr>\n<td>customer.card</td>\n<td>Object</td>\n<td>Dados do Cartão</td>\n<td>sim</td>\n</tr>\n<tr>\n<td>customer.card.holder_name</td>\n<td>string</td>\n<td>Nome no Cartão</td>\n<td>sim</td>\n</tr>\n<tr>\n<td>customer.card.credit_number</td>\n<td>string</td>\n<td>Número do Cartão</td>\n<td>sim</td>\n</tr>\n<tr>\n<td>customer.card.security_code</td>\n<td>string</td>\n<td>Código de segurança do cartão</td>\n<td>sim</td>\n</tr>\n<tr>\n<td>customer.card.expiration_date</td>\n<td>string</td>\n<td>Data de expiração do cartão</td>\n<td>sim</td>\n</tr>\n<tr>\n<td>customer.card.brand</td>\n<td>string</td>\n<td>Bandeira do cartão</td>\n<td>sim</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","transaction-ec","payment"],"host":["api","confraonline","com","br"],"query":[],"variable":[]}},"response":[{"id":"1b33c488-8960-49bc-8a12-75c987e3837e","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transaction_id\": 123,\r\n    \"number_installments\": 1,\r\n    \"ip_address\": \"123.45.678.90\",\r\n    \"customer\": {\r\n        \"document\": \"12345678910\",\r\n        \"name\": \"Customer Name Test\",\r\n        \"phone_number\": \"83999998888\",\r\n        \"email\": \"customer@email.com\",\r\n        \"cep\": \"58555555\",\r\n        \"street\": \"Rua Street Test\",\r\n        \"number\": \"100\",\r\n        \"city\": \"City Test\",\r\n        \"state\": \"PB\",\r\n        \"district\": \"District Test\",\r\n        \"birth_date\": \"1991-10-11\",\r\n        \"card\": {\r\n            \"holder_name\": \"Holder Name\",\r\n            \"credit_number\": \"5555444466667777\",\r\n            \"security_code\": \"123\",\r\n            \"expiration_date\": \"2026-02\",\r\n            \"brand\": \"mastercard\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.confraonline.com.br/api/transaction-ec/payment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 03 Oct 2025 13:32:20 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"100"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"success\": true,\n    \"message\": \"Success creating payment EC\",\n    \"transaction\": {\n        \"id\": 123,\n        \"uuid\": \"00000000-0000-0000-0000-000000000000\",\n        \"seller_id\": 15,\n        \"status\": \"succeeded\",\n        \"status_acquire\": \"CAPTURED\",\n        \"customer_name\": \"Customer Name Test\",\n        \"customer_document\": \"12345678910\",\n        \"confirmed\": true,\n        \"payment_type\": \"credit\",\n        \"brand\": \"mastercard\",\n        \"number_installments\": 1,\n        \"amount\": 100,\n        \"net_amount\": 93.46,\n        \"discount\": 6.54,\n        \"description\": null,\n        \"tax_applied\": 6.54,\n        \"tax_network\": 5.65,\n        \"tax_acquire\": 0.89,\n        \"payed_in\": \"2025-10-03 10:32:19\",\n        \"captured_in\": \"2025-10-03 10:32:20\",\n        \"seller_document\": \"55666444000105\",\n        \"plan_id\": 1,\n        \"plan_name\": \"CPAG 01\"\n    },\n    \"url_authentication\": \"\"\n}"},{"id":"32f684ab-ecb7-448c-9eec-5747cd4d5d2c","name":"Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transaction_id\": 48,\r\n    \"net_amount\": 2,\r\n    \"number_installments\": 1,\r\n    \"ip_address\": \"192.168.1.1\",\r\n    \"customer\": {\r\n        \"document\": \"37458811000140\",\r\n        \"name\": \"João da Silva\",\r\n        \"phone_number\": \"81991431834\",\r\n        \"email\": \"joao.silva@email.com\",\r\n        \"cep\": \"01001-000\",\r\n        \"street\": \"Rua das Flores\",\r\n        \"number\": \"123\",\r\n        \"city\": \"São Paulo\",\r\n        \"state\": \"SP\",\r\n        \"birth_date\": \"1990-05-15\",\r\n        \"card\": {\r\n            \"holder_name\": \"João da Silva\",\r\n            \"credit_number\": \"4111111111111111\",\r\n            \"security_code\": \"123\",\r\n            \"expiration_date\": \"2025-12\",\r\n            \"brand\": \"Visa\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.confraonline.com.br/api/transaction-ec/payment"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 03 Apr 2025 13:07:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 409,\n    \"success\": false,\n    \"message\": \"Transaction already paid\",\n    \"error\": \"Transaction already paid\"\n}"}],"_postman_id":"33564208-2776-4426-8daa-4b8e22dbf598"},{"name":"Index transaction","id":"57687189-bd17-45c9-8c7d-5569cc3824c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token_transaction_local}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.confraonline.com.br/api/transaction-ec/index","description":"<h4 id=\"lista-transações\">Lista transações.</h4>\n<p>Lista as transações da sua hierarquia. Por padrão, a listagem exibirá a primeira página, com 10 registros por página.</p>\n","urlObject":{"protocol":"https","path":["api","transaction-ec","index"],"host":["api","confraonline","com","br"],"query":[{"disabled":true,"description":{"content":"<p>Id da transação</p>\n","type":"text/plain"},"key":"id","value":"1"},{"disabled":true,"description":{"content":"<p>Id do seller da transação</p>\n","type":"text/plain"},"key":"seller_id","value":"1"},{"disabled":true,"description":{"content":"<p>Uuid da transação</p>\n","type":"text/plain"},"key":"uuid","value":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"},{"disabled":true,"description":{"content":"<p>Status da transação (disabled, processing, failed, succeeded, cancelled)</p>\n","type":"text/plain"},"key":"status","value":"processing"},{"disabled":true,"description":{"content":"<p>1 = Transação paga | 0 = Transação não paga</p>\n","type":"text/plain"},"key":"confirmed","value":"1"},{"disabled":true,"description":{"content":"<p>['debit', 'credit']</p>\n","type":"text/plain"},"key":"payment_type","value":"credit"},{"disabled":true,"description":{"content":"<p>Quantia mínima da transação</p>\n","type":"text/plain"},"key":"amount_min","value":"1"},{"disabled":true,"description":{"content":"<p>Quantia máxima da transação</p>\n","type":"text/plain"},"key":"amount_max","value":"100"},{"disabled":true,"description":{"content":"<p>Periódo inicial da captura da transação</p>\n","type":"text/plain"},"key":"captured_in_start","value":"2025-07-22 0:00:00"},{"disabled":true,"description":{"content":"<p>Periódo final da captura da transação</p>\n","type":"text/plain"},"key":"captured_in_end","value":"2025-07-23 23:59:59"},{"disabled":true,"description":{"content":"<p>Periódo inicial do pagamento da transação</p>\n","type":"text/plain"},"key":"payed_in_start","value":"2024-01-01 00:00:00"},{"disabled":true,"description":{"content":"<p>Periódo final do pagamento da transação</p>\n","type":"text/plain"},"key":"payed_in_end","value":"2024-12-31 23:59:59"},{"disabled":true,"description":{"content":"<p>Id da assinatura</p>\n","type":"text/plain"},"key":"subscription_id","value":"1"},{"disabled":true,"description":{"content":"<p>parcela da assinatura</p>\n","type":"text/plain"},"key":"subscription_number","value":"1"},{"disabled":true,"description":{"content":"<p>Página da listagem</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>Quantidade de transações da página</p>\n","type":"text/plain"},"key":"per_page","value":"10"}],"variable":[]}},"response":[{"id":"0422b289-cb2c-45bf-b407-529b984c82f2","name":"Success","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.confraonline.com.br/api/transaction-ec/index","protocol":"https","host":["api","confraonline","com","br"],"path":["api","transaction-ec","index"],"query":[{"key":"id","value":"1","description":"Id da transação","type":"text","disabled":true},{"key":"seller_id","value":"1","description":"Id do seller da transação","disabled":true},{"key":"uuid","value":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx","description":"Uuid da transação","disabled":true},{"key":"status","value":"processing","description":"Status da transação (disabled, processing, failed, succeeded, cancelled)","type":"text","disabled":true},{"key":"confirmed","value":"1","description":"1 = Transação paga | 0 = Transação não paga","type":"text","disabled":true},{"key":"payment_type","value":"credit","description":"['debit', 'credit']","type":"text","disabled":true},{"key":"amount_min","value":"1","description":"Quantia mínima da transação","type":"text","disabled":true},{"key":"amount_max","value":"100","description":"Quantia máxima da transação","type":"text","disabled":true},{"key":"captured_in_start","value":"2024-01-01 0:00:00","description":"Periódo inicial da captura da transação","disabled":true},{"key":"captured_in_end","value":"2024-01-31 23:59:59","description":"Periódo final da captura da transação","disabled":true},{"key":"payed_in_start","value":"2024-01-01 00:00:00","description":"Periódo inicial do pagamento da transação","type":"text","disabled":true},{"key":"payed_in_end","value":"2024-12-31 23:59:59","description":"Periódo final do pagamento da transação","type":"text","disabled":true},{"key":"page","value":"1","description":"Página da listagem","type":"text","disabled":true},{"key":"per_page","value":"10","description":"Quantidade de transações da página","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 03 Apr 2025 12:41:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"success\": true,\n    \"message\": \"Success consulting transactions\",\n    \"current_page\": 1,\n    \"last_page\": 1,\n    \"total\": 3,\n    \"total_amount\": \"125.6400\",\n    \"total_amount_succeeded\": \"1.0000\",\n    \"total_amount_processing\": \"124.6400\",\n    \"total_net_amount\": \"1.0000\",\n    \"transaction\": [\n        {\n            \"id\": 3,\n            \"uuid\": \"33333333-3333-3333-3333-333333333333\",\n            \"customer_name\": \"Customer 3\",\n            \"customer_document\": \"33333333333\",\n            \"status\": \"canceled\",\n            \"confirmed\": false,\n            \"payment_type\": \"credit\",\n            \"brand\": null,\n            \"seller_id\": 4,\n            \"seller_document\": \"12123123000123\",\n            \"installments\": 1,\n            \"amount\": \"0.0000\",\n            \"net_amount\": \"0.0000\",\n            \"discount\": \"0.0000\",\n            \"captured_in\": \"2025-04-03 09:09:25\",\n            \"expired_in\": \"2025-12-31 23:59:59\",\n            \"payed_in\": null\n        },\n        {\n            \"id\": 2,\n            \"uuid\": \"22222222-2222-2222-2222-222222222222\",\n            \"customer_name\": \"Customer 2\",\n            \"customer_document\": \"22222222222\",\n            \"status\": \"processing\",\n            \"confirmed\": false,\n            \"payment_type\": \"credit\",\n            \"brand\": null,\n            \"seller_id\": 4,\n            \"seller_document\": \"12123123000123\",\n            \"installments\": 1,\n            \"amount\": \"120.6400\",\n            \"net_amount\": \"0.0000\",\n            \"discount\": \"0.0000\",\n            \"captured_in\": \"2025-04-03 09:06:59\",\n            \"expired_in\": \"2025-12-31 23:59:59\",\n            \"payed_in\": null\n        },\n        {\n            \"id\": 1,\n            \"uuid\": \"11111111-1111-1111-1111-111111111111\",\n            \"customer_name\": \"Customer 1\",\n            \"customer_document\": \"11111111000111\",\n            \"status\": \"succeeded\",\n            \"confirmed\": true,\n            \"payment_type\": \"debit\",\n            \"brand\": \"visa\",\n            \"seller_id\": 4,\n            \"seller_document\": \"12123123000123\",\n            \"installments\": 1,\n            \"amount\": \"1.0000\",\n            \"net_amount\": \"1.0000\",\n            \"discount\": \"0.0000\",\n            \"captured_in\": \"2025-03-24 14:04:27\",\n            \"expired_in\": \"2025-03-25 23:59:59\",\n            \"payed_in\": \"2025-03-24 14:05:58\"\n        }\n    ]\n}"}],"_postman_id":"57687189-bd17-45c9-8c7d-5569cc3824c4"},{"name":"Show transaction","id":"cf0018d2-ccdb-49f5-acaa-67faecb64a27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token_transaction_local}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.confraonline.com.br/api/transaction-ec/show/:transaction_id","description":"<h4 id=\"busca-uma-transação\">Busca uma transação.</h4>\n<p>Busca os detalhes de uma transação da sua hierarquia partir do id informado.</p>\n","urlObject":{"protocol":"https","path":["api","transaction-ec","show",":transaction_id"],"host":["api","confraonline","com","br"],"query":[],"variable":[{"type":"any","value":"","key":"transaction_id"}]}},"response":[{"id":"a127ced5-466f-4e22-ad31-4f4b01e60f47","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.confraonline.com.br/api/transaction-ec/show/:transaction_id","protocol":"https","host":["api","confraonline","com","br"],"path":["api","transaction-ec","show",":transaction_id"],"variable":[{"key":"transaction_id","value":"236"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 03 Oct 2025 13:58:37 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"100"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"success\": true,\n    \"message\": \"Success consulting transaction EC\",\n    \"transaction\": {\n        \"id\": 1,\n        \"uuid\": \"00000000-0000-0000-0000-000000000000\",\n        \"customer_name\": \"João da Silva\",\n        \"customer_document\": \"01234567891011\",\n        \"description\": \"exemplo\",\n        \"status\": \"succeeded\",\n        \"confirmed\": true,\n        \"payment_type\": \"debit\",\n        \"brand\": \"mastercard\",\n        \"installments\": 1,\n        \"amount\": \"100.0000\",\n        \"net_amount\": \"93.4600\",\n        \"discount\": \"6.5400\",\n        \"tax_applied_type\": null,\n        \"tax_applied\": \"6.5400\",\n        \"tax_acquire_type\": null,\n        \"tax_acquire\": \"0.8900\",\n        \"tax_network\": \"5.6500\",\n        \"captured_in\": \"2025-03-27 14:33:24\",\n        \"expired_in\": \"2025-03-28 23:59:59\",\n        \"payed_in\": \"2025-03-31 09:24:53\",\n        \"seller\": {\n            \"id\": 1,\n            \"trading_name\": \"Company name test\",\n            \"document\": \"44226688557799\"\n        },\n        \"details\": {\n            \"installments\": {\n                \"amount_total\": \"100.00\",\n                \"fee\": \"6.54\",\n                \"mdr\": \"6.54\",\n                \"amount_fee\": \"0.00\",\n                \"installments\": 1,\n                \"installment_amount\": \"100.00\",\n                \"payment_type\": \"credit\",\n                \"brand\": \"mastercard\",\n                \"plan_id\": \"2\"\n            },\n            \"payment\": {\n                \"merchant\": {\n                    \"uuid\": \"00000000000000000000000000000000\",\n                    \"cpf_cnpj\": \"32.244.258/0001-20\",\n                    \"name\": \"CONFRAPAG - CONSULTORIA EMPRESARIAL, FRANQUIAS E MEIOS DE PAGAMENTOS LTDA\"\n                },\n                \"order_id\": \"1234567\",\n                \"amount\": 100,\n                \"amount_fee\": 0,\n                \"installments\": 1,\n                \"tid\": \"abc123ghijklmnoperstuvwxyz123456\",\n                \"authorization_id\": \"abc123\",\n                \"nsu\": \"abc123\",\n                \"status\": {\n                    \"code\": 8,\n                    \"message\": \"CAPTURED\"\n                },\n                \"method\": \"mastercard\",\n                \"captured_amount\": 100,\n                \"captured_at\": \"2025-10-03 10:32:20\",\n                \"acquirer\": {\n                    \"name\": \"simulated\",\n                    \"message\": \"APROVADA E CAPTURADA COM SUCESSO\",\n                    \"code\": \"00\",\n                    \"merchant_id\": \"\"\n                },\n                \"gateway\": {\n                    \"code\": \"P0\",\n                    \"message\": \"Ok\"\n                },\n                \"url_authentication\": \"\",\n                \"card\": {\n                    \"holder\": \"JOÃO DA SILVA\",\n                    \"number\": \"123456******4321\",\n                    \"expiry_month\": \"11\",\n                    \"expiry_year\": \"2032\",\n                    \"brand\": \"mastercard\",\n                    \"token\": null\n                },\n                \"customer\": {\n                \"name\": \"Customer Name Test\",\n                \"cpf_cnpj\": \"12345678910\",\n                \"email\": \"customer@email.com\",\n                \"phone\": \"(83) 99999-8888\",\n                \"birthdate\": \"1991-10-11\",\n                \"billing_address\": {\n                    \"street\": \"RUA STREET TEST\",\n                    \"number\": \"100\",\n                    \"district\": \"DISTRICT TEST\",\n                    \"complement\": \"\",\n                    \"city\": \"CITY TEST\",\n                    \"state\": \"PB\",\n                    \"zip_code\": \"55555555\"\n                },\n                \"shipping_address\": {\n                    \"street\": \"RUA STREET TEST\",\n                    \"number\": \"100\",\n                    \"district\": \"DISTRICT TEST\",\n                    \"complement\": \"\",\n                    \"city\": \"CITY TEST\",\n                    \"state\": \"PB\",\n                    \"zip_code\": \"55555555\"\n                }\n            },\n            \"subscription\": null,\n            \"order\": {\n                \"total_amount\": \"100.00\",\n                \"items_count\": 1,\n                \"items\": [\n                    {\n                        \"name\": \"Cobrança\",\n                        \"unit_price\": \"100.00\",\n                        \"quantity\": 1,\n                        \"amount\": \"100.00\"\n                    }\n                ]\n            }\n        }\n    }\n}"},{"id":"bc9dbdd7-88f9-4f5d-854f-687f7ebda66e","name":"Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.confraonline.com.br/api/transaction-ec/show/:transaction_id","protocol":"https","host":["api","confraonline","com","br"],"path":["api","transaction-ec","show",":transaction_id"],"variable":[{"key":"transaction_id","value":""}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 03 Apr 2025 12:39:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 403,\n    \"success\": false,\n    \"message\": \"No permission to access this transaction\"\n}"}],"_postman_id":"cf0018d2-ccdb-49f5-acaa-67faecb64a27"},{"name":"Cancel Transaction","id":"b20278ef-928e-428f-8469-8417c292ffb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"url":"https://api.confraonline.com.br/api/transaction-ec/cancel/:transaction_id","description":"<h4 id=\"cancela-uma-transação\">Cancela uma transação.</h4>\n<p>Cancela transações e faz a tentativa de extorno dependendo das regras do adquirente.</p>\n","urlObject":{"protocol":"https","path":["api","transaction-ec","cancel",":transaction_id"],"host":["api","confraonline","com","br"],"query":[],"variable":[{"type":"any","value":"","key":"transaction_id"}]}},"response":[{"id":"e4e25d03-c5c9-4733-a548-684612ae7828","name":"Success","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://api.confraonline.com.br/api/transaction-ec/cancel/:transaction_id","protocol":"https","host":["api","confraonline","com","br"],"path":["api","transaction-ec","cancel",":transaction_id"],"variable":[{"key":"transaction_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 03 Apr 2025 12:20:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"success\": true,\n    \"message\": \"Success canceling transaction Ec.\"\n}"},{"id":"3979f331-8b28-4898-9f31-eece9bf40c3d","name":"Error Already Canceled","originalRequest":{"method":"PUT","header":[],"url":{"raw":"https://api.confraonline.com.br/api/transaction-ec/cancel/:transaction_id","protocol":"https","host":["api","confraonline","com","br"],"path":["api","transaction-ec","cancel",":transaction_id"],"variable":[{"key":"transaction_id","value":""}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 03 Apr 2025 12:20:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 403,\n    \"success\": false,\n    \"message\": \"Transaction already canceled\"\n}"},{"id":"71320a2a-523a-48ce-bd74-25bf84c62cb3","name":"Erro Saldo Insuficiente","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.confraonline.com.br/api/transaction/cancel/:transaction_id","protocol":"https","host":["api","confraonline","com","br"],"path":["api","transaction","cancel",":transaction_id"],"variable":[{"key":"transaction_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 06 May 2026 19:58:57 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"1000"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"success\": false,\n    \"message\": \"Saldo insuficiente para realizar a operação de reembolso no momento.\"\n}"}],"_postman_id":"b20278ef-928e-428f-8469-8417c292ffb8"},{"name":"Show Receipt","id":"0a68ee40-f858-4db0-96c4-9bd6a7aaa830","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.confraonline.com.br/api/transaction/receipt/:transaction_uuid","urlObject":{"protocol":"https","path":["api","transaction","receipt",":transaction_uuid"],"host":["api","confraonline","com","br"],"query":[],"variable":[{"type":"any","value":"","key":"transaction_uuid"}]}},"response":[{"id":"3eb702a7-11fa-40a6-a746-ef00fc9245ef","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://api.confraonline.com.br/api/transaction/receipt/00000000-0000-0000-0000-000000000000"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 11 Aug 2025 12:14:43 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"100"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"success\": true,\n    \"message\": \"Success getting receipt transaction\",\n    \"receipt\": {\n        \"transaction_id\": 123,\n        \"transaction_uuid\": \"00000000-0000-0000-0000-000000000000\",\n        \"id_acquire\": \"1234567\",\n        \"status\": \"succeeded\",\n        \"status_acquire\": \"CAPTURED\",\n        \"description\": \"{\\\"title\\\":\\\"Teste Cria\\\\u00e7\\\\u00e3o ConfraOnline V2\\\",\\\"description\\\":\\\"Teste V2\\\"}\",\n        \"payment_type\": \"credit\",\n        \"brand\": \"mastercard\",\n        \"number_installments\": 1,\n        \"amount\": \"3.2282\",\n        \"net_amount\": \"2.9382\",\n        \"discount\": \"0.2900\",\n        \"tax_applied\": \"8.9800\",\n        \"tax_acquire\": \"8.9800\",\n        \"tax_network\": \"0.0000\",\n        \"payed_in\": \"2025-07-28 10:28:33\",\n        \"captured_in\": \"2025-07-28 10:28:33\",\n        \"expired_in\": \"2025-07-29 23:59:59\",\n        \"installments\": {\n            \"amount_total\": \"3.23\",\n            \"fee\": \"7.07\",\n            \"mdr\": \"7.07\",\n            \"amount_fee\": \"0.23\",\n            \"installments\": 1,\n            \"installment_amount\": \"3.23\",\n            \"payment_type\": \"credit\",\n            \"brand\": \"mastercard\",\n            \"plan_id\": \"1\"\n        },\n        \"seller\": {\n            \"trading_name\": \"Seller Test EC\",\n            \"company_name\": \"Seller test addition-acquire\",\n            \"email\": \"seller.test@stalo.digital\",\n            \"document\": \"55111444000105\",\n            \"type_document\": \"CNPJ\",\n            \"phone\": \"11999992233\",\n            \"address\": {\n                \"cep\": \"58111000\",\n                \"street\": \"Street test\",\n                \"number\": \"123\",\n                \"complement\": \"Complement test\",\n                \"neighborhood\": \"Strict test\",\n                \"city\": \"City test\",\n                \"state\": \"SP\"\n            },\n            \"related_seller\": {\n                \"id\": 10,\n                \"trading_name\": \"Wl test pagueassim\",\n                \"company_name\": \"Wl test pagueassim\",\n                \"document\": \"28757694001012575\"\n            }\n        },\n        \"order\": {\n            \"total_amount\": \"3.2282\",\n            \"items_count\": 1,\n            \"items\": [\n                {\n                    \"name\": \"Cobrança\",\n                    \"unit_price\": \"3.2282\",\n                    \"quantity\": 1,\n                    \"amount\": \"3.2282\"\n                }\n            ]\n        },\n        \"card_holder\": \"JOÃO DA SILVA\",\n        \"card_number\": \"555544******3333\",\n        \"nsu\": \"123456\",\n        \"tid\": \"123456e7a30f05b9bb0c7fe0daa349ea\",\n        \"customer\": {\n            \"name\": \"cliente teste\",\n            \"document\": \"11122233345\",\n            \"email\": \"jhonny_123456@hotmail.com\",\n            \"phone\": \"(81) 99999-8888\",\n            \"birthdate\": \"1996-09-04\",\n            \"billing_address\": {\n                \"street\": \"BILLING STREET\",\n                \"number\": \"BILLING NUMBER\",\n                \"district\": \"BILLING DISTRICT\",\n                \"complement\": \"COMPLEMENT\",\n                \"city\": \"BILLING CITY\",\n                \"state\": \"PB\",\n                \"zip_code\": \"55555555\"\n            }\n        }\n    }\n}"}],"_postman_id":"0a68ee40-f858-4db0-96c4-9bd6a7aaa830"}],"id":"ad1a02f2-520d-48fb-b027-cc903291fe58","description":"<p>Requisições relacionadas à transferências de entrada (transações). Path: <code>/transaction-ec</code>.</p>\n<p>Para utilizar os endpoints de transação, não é necessário autenticar-se no sistema ConfraOnline. Basta incluir a token fornecida como Bearer Token no header da requisição.</p>\n<p>⚠️ <strong>Importante:</strong> A token de acesso deve ser solicitada a um desenvolvedor responsável pelo sistema ConfraOnline. Para a geração da token, é necessário informar o documento (CPF/CNPJ) do estabelecimento (seller tipo EC) ao qual a token estará vinculada.</p>\n<hr />\n<p>O fluxo de pagamento no ConfraOnline é dividido em 2 <strong>etapas obrigatórias</strong>.</p>\n<p>Visão geral do fluxo:</p>\n<ul>\n<li><p><strong>Criar transação (store)</strong></p>\n<ul>\n<li><p>Apenas registra a cobrança</p>\n</li>\n<li><p>Inclusão do campo <code>callback_url</code> para recebimento de webhook</p>\n</li>\n<li><p>Não processa pagamento</p>\n</li>\n<li><p>Não deve conter dados de cartão</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Submeter pagamento (payment)</strong></p>\n<ul>\n<li><p>Envia os dados do cartão e do cliente</p>\n</li>\n<li><p>Realiza o processamento da transação</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Para consultar status (show)</strong></p>\n<ul>\n<li><p>Retorna o status atual da transação</p>\n</li>\n<li><p>Pode ser utilizado via polling até confirmação</p>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Possíveis status que uma transação pode ter:</strong></p>\n<ol>\n<li><p>processing: A transação é criada e está esperando ser paga/cancelada.</p>\n</li>\n<li><p>succeeded: A transação foi paga e capturada.</p>\n</li>\n<li><p>canceled: A transação foi cancelada ou extornada.</p>\n</li>\n<li><p>in analysis: A transação está aguardando validação bancária</p>\n</li>\n<li><p>declined: Transação rejeitada</p>\n</li>\n</ol>\n","_postman_id":"ad1a02f2-520d-48fb-b027-cc903291fe58"},{"name":"Subscription (BETA)","item":[{"name":"Store Transaction w/ Subscription","id":"9471fa8f-282b-4ac0-ba2b-88245ad6f4b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token_transaction_local}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\": 10,\r\n    \"fee_exempt\": \"none\",\r\n    \"seller_document\": \"59016406000105\"\r\n    // \"date_expiration\": \"2025-12-31 23:59:59\" // opcional\r\n    // \"description\": \"Description test\", // opcional\r\n    // \"callback_url\": \"link\", // opcional\r\n    ,\"subscription\": {\r\n        \"recurrence_rule\": \"FREQ=DAILY;INTERVAL=1;COUNT=3\",\r\n        // \"fixed_start_date\": \"2026-05-06\", // opcional\r\n        \"callback_url\": \"link\", // opcional\r\n        \"description\":\"teste\" // opcional\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.confraonline.com.br/api/transaction-ec/store","description":"<ul>\n<li><p>Cria uma transação.</p>\n</li>\n<li><p>Será criado uma transação (Link de Pagamento).</p>\n</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th><strong>Tipo</strong></th>\n<th>Descrição</th>\n<th>Obrigatório</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>amount</td>\n<td>decimal</td>\n<td>Valor total da cobrança.</td>\n<td>sim</td>\n</tr>\n<tr>\n<td>payment_type</td>\n<td>string</td>\n<td>Tipo de pagamento da transação [debit, credit]. *</td>\n<td>não</td>\n</tr>\n<tr>\n<td>brand</td>\n<td>string</td>\n<td>Bandeira do cartão *</td>\n<td>não</td>\n</tr>\n<tr>\n<td>fee_exempt</td>\n<td>string</td>\n<td>Quantidade de parcelas sem juros aplicado ao portador:  <br />'none' (default), 'all',  <br />valor numérico</td>\n<td>não</td>\n</tr>\n<tr>\n<td>description</td>\n<td>string</td>\n<td>Descrição da transação.</td>\n<td>não</td>\n</tr>\n<tr>\n<td>date_expiration</td>\n<td>dateTime</td>\n<td>Data que a transação irá expirar. Caso não seja informada, a data de expiração será após 24h.</td>\n<td>não</td>\n</tr>\n<tr>\n<td>callback_url</td>\n<td>string</td>\n<td>Webhook que será chamado quando ocorrer alterações na transação.</td>\n<td>não</td>\n</tr>\n</tbody>\n</table>\n</div><p>* Informações como brand e payment_type são definidas em momento de pagamento.</p>\n<h2 id=\"🔹-fee_exempt\">🔹 <code>fee_exempt</code></h2>\n<p><strong>Tipo:</strong> string</p>\n<p>Quantidade de parcelas <strong>sem juros para o cliente (portador do cartão)</strong>.</p>\n<h3 id=\"exemplo\">Exemplo:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"fee_exempt\": 'none' (default)\n\"fee_exempt\": 'all'\n\"fee_exempt\": '2'\n\n</code></pre><p>Significa:</p>\n<ul>\n<li><p>Até <strong>2x sem juros</strong></p>\n</li>\n<li><p>A partir da 3ª parcela → haverá juros</p>\n</li>\n<li><p>As parcelas sem juros aparecem como <code>\"sem juros\"</code></p>\n</li>\n<li><p>As demais como <code>\"com juros\"</code></p>\n</li>\n</ul>\n<hr />\n<h2 id=\"informações-adicionais-sobre-o-retorno\"><strong>Informações adicionais sobre o retorno:</strong></h2>\n<h2 id=\"🔹-uuid\">🔹 <code>uuid</code></h2>\n<p><strong>Tipo:</strong> string (UUID)</p>\n<p>Identificador único da transação utilizado para <strong>integrações de checkout</strong>.</p>\n<ul>\n<li><p>Pode ser utilizado no frontend para referenciar a transação</p>\n</li>\n<li><p>Passado como parâmetro em Checkout Transaction</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"🔹-confirmed\">🔹 <code>confirmed</code></h2>\n<p><strong>Tipo:</strong> boolean</p>\n<p>Indica se o pagamento foi <strong>confirmado com sucesso</strong>.</p>\n<h3 id=\"valores-possíveis\">Valores possíveis:</h3>\n<ul>\n<li><p><code>false</code> → pagamento ainda não processado</p>\n</li>\n<li><p><code>true</code> → pagamento capturado ou negado</p>\n</li>\n</ul>\n<h3 id=\"importante\">Importante:</h3>\n<ul>\n<li><p>No endpoint <code>/store</code>, sempre será <code>false</code></p>\n</li>\n<li><p>Só muda para <code>true</code> após execução do <code>/payment</code> com sucesso</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","transaction-ec","store"],"host":["api","confraonline","com","br"],"query":[],"variable":[]}},"response":[{"id":"a256bd65-517a-45e8-bf70-8c551e73d116","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\": 10,\r\n    \"fee_exempt\": \"none\",\r\n    \"seller_document\": \"01234567891011\"\r\n    // \"date_expiration\": \"2025-12-31 23:59:59\" // opcional\r\n    // \"description\": \"Description test\", // opcional\r\n    // \"callback_url\": \"link\", // opcional\r\n    ,\"subscription\": {\r\n        \"recurrence_rule\": \"FREQ=DAILY;INTERVAL=1;COUNT=3\",\r\n        // \"fixed_start_date\": \"2026-05-06\", // opcional\r\n        \"callback_url\": \"link\", // opcional\r\n        \"description\":\"teste\" // opcional\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.confraonline.com.br/api/transaction-ec/store"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 01 Oct 2025 12:54:52 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"100"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 201,\n    \"success\": true,\n    \"message\": \"Success storing transaction\",\n    \"transaction\": {\n        \"id\": 123,\n        \"uuid\": \"00000000-0000-0000-0000-000000000000\",\n        \"seller_id\": 15,\n        \"seller_document\": \"01234567891011\",\n        \"seller_tranding_name\": \"Seller Test EC\",\n        \"status\": \"processing\",\n        \"customer_name\": null,\n        \"customer_document\": null,\n        \"confirmed\": false,\n        \"payment_type\": \"credit\",\n        \"brand\": \"mastercard\",\n        \"number_installments\": 1,\n        \"amount\": 10,\n        \"net_amount\": 0,\n        \"discount\": 0,\n        \"description\": \"Pagamento de teste\",\n        \"tax_applied\": null,\n        \"payed_in\": null,\n        \"callback_url\": \"https://meusite.com/callback\",\n        \"captured_in\": \"2025-10-01 09:54:50\",\n        \"expired_in\": \"2025-12-31 23:59:59\",\n        \"fee_exempt\": \"none\",\n        \"installments\": {\n            \"visa\": {\n                \"credit\": {\n                    \"1\": {\n                        \"installment\": 1,\n                        \"amount\": 10.43,\n                        \"amount_total\": \"10,43\",\n                        \"amount_fee\": 0.43,\n                        \"text\": \"1x de R$ 10,43 com juros\"\n                    }\n                }\n            },\n            \"mastercard\": {\n                \"credit\": {\n                    \"1\": {\n                        \"installment\": 1,\n                        \"amount\": 10.43,\n                        \"amount_total\": \"10,43\",\n                        \"amount_fee\": 0.43,\n                        \"text\": \"1x de R$ 10,43 com juros\"\n                    }\n                }\n            },\n            \"elo\": {\n                \"credit\": {\n                    \"1\": {\n                        \"installment\": 1,\n                        \"amount\": 10.54,\n                        \"amount_total\": \"10,54\",\n                        \"amount_fee\": 0.54,\n                        \"text\": \"1x de R$ 10,54 com juros\"\n                    }\n                }\n            },\n            \"hipercard\": {\n                \"credit\": {\n                    \"1\": {\n                        \"installment\": 1,\n                        \"amount\": 10.54,\n                        \"amount_total\": \"10,54\",\n                        \"amount_fee\": 0.54,\n                        \"text\": \"1x de R$ 10,54 com juros\"\n                    }\n                }\n            },\n            \"amex\": {\n                \"credit\": {\n                    \"1\": {\n                        \"installment\": 1,\n                        \"amount\": 10.54,\n                        \"amount_total\": \"10,54\",\n                        \"amount_fee\": 0.54,\n                        \"text\": \"1x de R$ 10,54 com juros\"\n                    }\n                }\n            },\n            \"cabal\": {\n                \"credit\": {\n                    \"1\": {\n                        \"installment\": 1,\n                        \"amount\": 10.82,\n                        \"amount_total\": \"10,82\",\n                        \"amount_fee\": 0.82,\n                        \"text\": \"1x de R$ 10,82 com juros\"\n                    }\n                }\n            }\n        },\n        \"subscription\": {\n            \"subscription_id\": 97,\n            \"amount\": 10,\n            \"is_infinite\": false,\n            \"start_date\": \"2026-05-29\",\n            \"close_date\": \"2026-05-30\",\n            \"interval\": \"day\",\n            \"frequency\": 1,\n            \"charge_day\": null,\n            \"quantity\": 3,\n            \"description\": \"teste\",\n            \"first_occurrence_due_date\": \"2026-05-28 23:59:59\",\n            \"next_occurrences\": [\n                \"2026-05-29\",\n                \"2026-05-30\"\n            ],\n            \"rrule_string\": \"DTSTART;TZID=America/Recife:20260529T000000\\nRRULE:FREQ=DAILY;COUNT=2\",\n            \"human_readable\": \"diário, começando de 29/05/2026, 2 vezes\"\n        }\n    }\n}"},{"id":"68d09010-7fd6-4f11-9835-7be1649b94c6","name":"Start Date in the Past","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\": 10,\r\n    \"fee_exempt\": \"none\",\r\n    // \"description\": \"Description test\", // opcional\r\n    // \"callback_url\": \"link\", // opcional\r\n    \"subscription\": {\r\n        \"recurrence_rule\": \"FREQ=DAILY;INTERVAL=1;COUNT=3\",\r\n        \"fixed_start_date\": \"2026-05-06\", // opcional\r\n        \"callback_url\": \"link\", // opcional\r\n        \"description\":\"teste\" // opcional\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.confraonline.com.br/api/transaction-ec/store"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 27 May 2026 20:47:23 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"100"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"success\": false,\n    \"message\": \"Start date is in the past\",\n    \"error\": \"Start date is in the past\"\n}"}],"_postman_id":"9471fa8f-282b-4ac0-ba2b-88245ad6f4b7"},{"name":"Checkout transaction w/ Subscription","id":"ba1c0fc8-3b53-4e83-8aa0-d4d0bbbecfea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.confraonline.com.br/api/transaction/checkout/:transaction_uuid","description":"<p><em><strong>Checkout Transparente</strong></em></p>\n<p>Endpoint: <code>{{base_url}}transaction/checkout/:uuid</code></p>\n<p>Body: <code>none</code></p>\n<p>Assinatura Finita:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": 200,\n    \"success\": true,\n    \"message\": \"Success finding checkout\",\n    \"transaction\": {\n        \"id\": 439995,\n        \"id_acquire\": null,\n        \"uuid\": \"5e12a03d-db7e-4dcc-955a-95591f112041\",\n        \"customer_name\": null,\n        \"customer_document\": null,\n        \"confirmed\": false,\n        \"status\": \"processing\",\n        \"brand\": null,\n        \"payment_type\": \"credit\",\n        \"payment_type_acquire\": \"credit\",\n        \"amount\": \"2.0000\",\n        \"expired_in\": \"2026-05-14 23:59:59\",\n        \"captured_in\": \"2026-05-14 11:31:35\",\n        \"fee_exempt\": \"all\",\n        \"installments\": {\n            \"visa\": {\n                \"credit\": {\n                    \"1\": {\n                        \"installment\": 1,\n                        \"amount\": 2,\n                        \"amount_total\": \"2,00\",\n                        \"text\": \"1x de R$ 2,00 sem juros\"\n                    }\n                }\n            }\n            // [...]\n        },\n        \"subscription\": {\n            \"subscription_id\": 71,\n            \"amount\": \"2.0000\",\n            \"is_infinite\": false,\n            \"start_date\": \"2026-05-15 00:00:00\",\n            \"close_date\": \"2026-05-17 00:00:00\",\n            \"interval\": \"day\",\n            \"frequency\": 1,\n            \"charge_day\": null,\n            \"quantity\": 4,\n            \"description\": null,\n            \"first_occurrence_due_date\": \"2026-05-14 23:59:59\",\n            \"next_occurrences\": [\n                \"2026-05-15\",\n                \"2026-05-16\",\n                \"2026-05-17\"\n            ],\n            \"rrule_string\": \"DTSTART;TZID=America/Recife:20260515T000000\\\\nRRULE:FREQ=DAILY;COUNT=3\",\n            \"human_readable\": \"diário, começando de 15/05/2026, 3 vezes\",\n        }\n    }\n}\n\n</code></pre>\n<p>Assinatura Infinita:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": 200,\n    \"success\": true,\n    \"message\": \"Success finding checkout\",\n    \"transaction\": {\n        \"id\": 439995,\n        \"id_acquire\": null,\n        \"uuid\": \"5e12a03d-db7e-4dcc-955a-95591f112041\",\n        \"customer_name\": null,\n        \"customer_document\": null,\n        \"confirmed\": false,\n        \"status\": \"processing\",\n        \"brand\": null,\n        \"payment_type\": \"credit\",\n        \"payment_type_acquire\": \"credit\",\n        \"amount\": \"2.0000\",\n        \"expired_in\": \"2026-05-14 23:59:59\",\n        \"captured_in\": \"2026-05-14 11:31:35\",\n        \"fee_exempt\": \"all\",\n        \"installments\": {\n            \"visa\": {\n                \"credit\": {\n                    \"1\": {\n                        \"installment\": 1,\n                        \"amount\": 2,\n                        \"amount_total\": \"2,00\",\n                        \"text\": \"1x de R$ 2,00 sem juros\"\n                    }\n                }\n            }\n            // [...]\n        },\n        \"subscription\": {\n            \"subscription_id\": 71,\n            \"amount\": \"2.0000\",\n            \"is_infinite\": false,\n            \"start_date\": \"2026-05-15 00:00:00\",\n            \"close_date\": \"2026-05-17 00:00:00\",\n            \"interval\": \"day\",\n            \"frequency\": 1,\n            \"charge_day\": null,\n            \"quantity\": 4,\n            \"description\": null,\n            \"first_occurrence_due_date\": \"2026-05-14 23:59:59\",\n            \"next_occurrences\": [\n                \"2026-05-15\",\n                \"2026-05-16\",\n                \"2026-05-17\"\n            ],\n            \"rrule_string\": \"DTSTART;TZID=America/Recife:20260515T000000\\nRRULE:FREQ=DAILY;COUNT=3\",\n            \"human_readable\": \"diário, começando de 15/05/2026, 3 vezes\",\n        }\n    }\n}\n\n</code></pre>\n<p>Tentativa de checkout de uma parcela já agendada:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": 422,\n    \"success\": false,\n    \"message\": \"Transaction is already scheduled to be paid\",\n    \"error\": \"Transaction is already scheduled to be paid\"\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","transaction","checkout",":transaction_uuid"],"host":["api","confraonline","com","br"],"query":[],"variable":[{"type":"any","value":"ad408b3e-60d7-4bfa-a4e8-295244067bad","key":"transaction_uuid"}]}},"response":[{"id":"11c95177-ec12-43c9-8bc7-144bcd2aa5ac","name":"With Subscription","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.confraonline.com.br/api/transaction/checkout/:transaction_uuid","protocol":"https","host":["api","confraonline","com","br"],"path":["api","transaction","checkout",":transaction_uuid"],"variable":[{"key":"transaction_uuid","value":"ad408b3e-60d7-4bfa-a4e8-295244067bad"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 28 May 2026 14:46:36 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"100"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"success\": true,\n    \"message\": \"Success consulting checkout\",\n    \"transaction\": {\n        \"id\": 538,\n        \"id_acquire\": null,\n        \"uuid\": \"ad408b3e-60d7-4bfa-a4e8-295244067bad\",\n        \"confirmed\": false,\n        \"status\": \"processing\",\n        \"brand\": null,\n        \"payment_type\": \"credit\",\n        \"amount\": \"10.0000\",\n        \"expired_in\": \"2026-05-28 23:59:59\",\n        \"captured_in\": \"2026-05-28 11:34:31\",\n        \"fee_exempt\": \"none\",\n        \"installments\": {\n            \"visa\": {\n                \"credit\": {\n                    \"1\": {\n                        \"installment\": 1,\n                        \"amount\": 10.43,\n                        \"amount_total\": \"10,43\",\n                        \"amount_fee\": 0.43,\n                        \"text\": \"1x de R$ 10,43 com juros\"\n                    }\n                }\n            },\n            \"mastercard\": {\n                \"credit\": {\n                    \"1\": {\n                        \"installment\": 1,\n                        \"amount\": 10.43,\n                        \"amount_total\": \"10,43\",\n                        \"amount_fee\": 0.43,\n                        \"text\": \"1x de R$ 10,43 com juros\"\n                    }\n                }\n            },\n            \"elo\": {\n                \"credit\": {\n                    \"1\": {\n                        \"installment\": 1,\n                        \"amount\": 10.54,\n                        \"amount_total\": \"10,54\",\n                        \"amount_fee\": 0.54,\n                        \"text\": \"1x de R$ 10,54 com juros\"\n                    }\n                }\n            },\n            \"hipercard\": {\n                \"credit\": {\n                    \"1\": {\n                        \"installment\": 1,\n                        \"amount\": 10.54,\n                        \"amount_total\": \"10,54\",\n                        \"amount_fee\": 0.54,\n                        \"text\": \"1x de R$ 10,54 com juros\"\n                    }\n                }\n            },\n            \"amex\": {\n                \"credit\": {\n                    \"1\": {\n                        \"installment\": 1,\n                        \"amount\": 10.54,\n                        \"amount_total\": \"10,54\",\n                        \"amount_fee\": 0.54,\n                        \"text\": \"1x de R$ 10,54 com juros\"\n                    }\n                }\n            },\n            \"cabal\": {\n                \"credit\": {\n                    \"1\": {\n                        \"installment\": 1,\n                        \"amount\": 10.82,\n                        \"amount_total\": \"10,82\",\n                        \"amount_fee\": 0.82,\n                        \"text\": \"1x de R$ 10,82 com juros\"\n                    }\n                }\n            }\n        },\n        \"subscription\": {\n            \"subscription_id\": 97,\n            \"amount\": \"10.0000\",\n            \"is_infinite\": false,\n            \"start_date\": \"2026-05-29 00:00:00\",\n            \"close_date\": \"2026-05-30 00:00:00\",\n            \"interval\": \"day\",\n            \"frequency\": 1,\n            \"charge_day\": null,\n            \"quantity\": 3,\n            \"description\": \"teste\",\n            \"first_occurrence_due_date\": \"2026-05-28 23:59:59\",\n            \"next_occurrences\": [\n                \"2026-05-29\",\n                \"2026-05-30\"\n            ],\n            \"rrule_string\": \"DTSTART;TZID=America/Recife:20260529T000000\\nRRULE:FREQ=DAILY;COUNT=2\",\n            \"human_readable\": \"diário, começando de 29/05/2026, 2 vezes\"\n        }\n    }\n}"}],"_postman_id":"ba1c0fc8-3b53-4e83-8aa0-d4d0bbbecfea"},{"name":"Index Subscription","id":"56585266-e6e3-493f-9aab-f8a8b2403be4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token_transaction_local}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.confraonline.com.br/api/subscription-ec/index","description":"<p><strong>Filtros:</strong></p>\n<ul>\n<li><p><code>id</code>: ID da assinatura (PK).</p>\n</li>\n<li><p><code>uuid</code>: UUID da transação.</p>\n</li>\n<li><p><code>status</code>: Status (<code>succeeded</code> inclui <code>payed</code>).</p>\n</li>\n<li><p><code>start_date_start + start_date_end</code>: Intervalo de captura (<code>Y-m-d</code>).</p>\n</li>\n<li><p><code>close_date_start + close_date_end</code>: Intervalo de pagamento (<code>Y-m-d</code>).</p>\n</li>\n<li><p><code>page</code>, <code>per_page</code>: Paginação.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","subscription-ec","index"],"host":["api","confraonline","com","br"],"query":[{"disabled":true,"description":{"content":"<p>Id da assinatura</p>\n","type":"text/plain"},"key":"id","value":""},{"disabled":true,"description":{"content":"<p>UUID da assinatura</p>\n","type":"text/plain"},"key":"uuid","value":""},{"disabled":true,"description":{"content":"<p>Status</p>\n","type":"text/plain"},"key":"status","value":""},{"disabled":true,"description":{"content":"<p>Intervalo inicial da data início da assinatura (Y-m-d)</p>\n","type":"text/plain"},"key":"start_date_start","value":"2025-01-01"},{"disabled":true,"description":{"content":"<p>Intervalo final da data início da assinatura (Y-m-d)</p>\n","type":"text/plain"},"key":"start_date_end","value":"2025-01-31"},{"disabled":true,"description":{"content":"<p>Intervalo inicial da data de conclusão da assinatura (Y-m-d)</p>\n","type":"text/plain"},"key":"close_date_start","value":"2025-01-01"},{"disabled":true,"description":{"content":"<p>Intervalo final da data de conclusão da assinatura (Y-m-d)</p>\n","type":"text/plain"},"key":"close_date_end","value":"2025-01-31"}],"variable":[]}},"response":[{"id":"aea15feb-5860-44c2-bd87-0e0dd495ce34","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.confraonline.com.br/api/subscription-ec/index","protocol":"https","host":["api","confraonline","com","br"],"path":["api","subscription-ec","index"],"query":[{"key":"id","value":"","description":"Id da assinatura","type":"text","disabled":true},{"key":"uuid","value":"","description":"UUID da assinatura","type":"text","disabled":true},{"key":"status","value":"","description":"Status","type":"text","disabled":true},{"key":"start_date_start","value":"2025-01-01","description":"Intervalo inicial da data início da assinatura (Y-m-d)","type":"text","disabled":true},{"key":"start_date_end","value":"2025-01-31","description":"Intervalo final da data início da assinatura (Y-m-d)","type":"text","disabled":true},{"key":"close_date_start","value":"2025-01-01","description":"Intervalo inicial da data de conclusão da assinatura (Y-m-d)","type":"text","disabled":true},{"key":"close_date_end","value":"2025-01-31","description":"Intervalo final da data de conclusão da assinatura (Y-m-d)","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 28 May 2026 14:56:02 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"success\": true,\n    \"message\": \"Success consulting subscriptions\",\n    \"current_page\": 1,\n    \"last_page\": 1,\n    \"total\": 2,\n    \"subscription\": [\n        {\n            \"id\": 97,\n            \"seller_id\": 15,\n            \"status\": \"created\",\n            \"description\": \"teste\",\n            \"start_date\": \"2026-05-29 00:00:00\",\n            \"close_date\": \"2026-05-30 00:00:00\",\n            \"charge_day\": null,\n            \"amount\": \"10.0000\",\n            \"frequency\": 1,\n            \"interval\": \"day\",\n            \"quantity\": 3,\n            \"is_infinite\": false,\n            \"human_readable\": \"diário, começando de 29/05/2026, 2 vezes\",\n            \"customer\": {\n                \"name\": null,\n                \"document\": null,\n                \"email\": null\n            },\n            \"progress\": {\n                \"quantity_expected\": 3,\n                \"issued_count\": 1,\n                \"paid_count\": 0,\n                \"remaining_count\": 3,\n                \"progress_text\": \"0/3\",\n                \"completion_percentage\": 0,\n                \"is_complete\": false,\n                \"amount_reference\": 10,\n                \"expected_total_amount\": 30,\n                \"collected_amount\": 0,\n                \"collected_net_amount\": 0,\n                \"pending_amount\": 10,\n                \"status_breakdown\": {\n                    \"processing\": 1\n                }\n            },\n            \"timeline\": {\n                \"first_captured_in\": \"2026-05-28 11:34:31\",\n                \"last_captured_in\": \"2026-05-28 11:34:31\",\n                \"first_payed_in\": null,\n                \"last_payed_in\": null,\n                \"next_occurrence\": {\n                    \"id\": 538,\n                    \"uuid\": \"ad408b3e-60d7-4bfa-a4e8-295244067bad\",\n                    \"subscription_number\": 1,\n                    \"status\": \"processing\",\n                    \"captured_in\": \"2026-05-28 11:34:31\",\n                    \"due_date\": \"2026-05-28 23:59:59\"\n                }\n            }\n        },\n        {\n            \"id\": 92,\n            \"seller_id\": 15,\n            \"status\": \"enable\",\n            \"description\": null,\n            \"start_date\": \"2026-05-28 00:00:00\",\n            \"close_date\": \"2026-05-30 00:00:00\",\n            \"charge_day\": \"28\",\n            \"amount\": \"10.4300\",\n            \"frequency\": 1,\n            \"interval\": \"day\",\n            \"quantity\": 3,\n            \"is_infinite\": false,\n            \"human_readable\": \"diário, começando de 28/05/2026, 2 vezes\",\n            \"customer\": {\n                \"name\": \"Fulano de Tal\",\n                \"document\": \"59182949800110\",\n                \"email\": \"fulano@email.com\"\n            },\n            \"progress\": {\n                \"quantity_expected\": 3,\n                \"issued_count\": 3,\n                \"paid_count\": 1,\n                \"remaining_count\": 2,\n                \"progress_text\": \"1/3\",\n                \"completion_percentage\": 33.33,\n                \"is_complete\": false,\n                \"amount_reference\": 10.43,\n                \"expected_total_amount\": 31.29,\n                \"collected_amount\": 10.4264,\n                \"collected_net_amount\": 10,\n                \"pending_amount\": 10.43,\n                \"status_breakdown\": {\n                    \"scheduled\": 2,\n                    \"succeeded\": 1\n                }\n            },\n            \"timeline\": {\n                \"first_captured_in\": \"2026-05-27 16:15:24\",\n                \"last_captured_in\": \"2026-05-27 16:15:25\",\n                \"first_payed_in\": \"2026-05-27 16:15:24\",\n                \"last_payed_in\": \"2026-05-27 16:15:24\",\n                \"next_occurrence\": {\n                    \"id\": 532,\n                    \"uuid\": \"cb62246b-d7f7-419d-88a4-343f96445f52\",\n                    \"subscription_number\": 2,\n                    \"status\": \"scheduled\",\n                    \"captured_in\": \"2026-05-27 16:15:25\",\n                    \"due_date\": \"2026-05-29 00:00:00\"\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"56585266-e6e3-493f-9aab-f8a8b2403be4"},{"name":"Show Subscription","id":"4e406753-b347-4020-9f2e-7cb63d761435","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token_transaction_local}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.confraonline.com.br/api/subscription-ec/show/:subscription_id","description":"<h4 id=\"busca-uma-transação\">Busca uma transação.</h4>\n<p>Busca uma transação a partir do id informado via query em <code>transaction/show/{id}</code>. Caso o usuário não seja Admin, somente a transação do Seller do usuário serão retornadas.</p>\n","urlObject":{"protocol":"https","path":["api","subscription-ec","show",":subscription_id"],"host":["api","confraonline","com","br"],"query":[],"variable":[{"type":"any","value":"68","key":"subscription_id"}]}},"response":[{"id":"e7dabdac-4b50-4f50-8217-ede8987007f8","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.confraonline.com.br/api/subscription-ec/show/:subscription_id","protocol":"https","host":["api","confraonline","com","br"],"path":["api","subscription-ec","show",":subscription_id"],"variable":[{"key":"subscription_id","value":"68"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 27 May 2026 20:05:37 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"success\": true,\n    \"message\": \"Success showing subscription\",\n    \"subscription\": {\n        \"id\": 68,\n        \"id_acquire\": \"6008\",\n        \"seller_id\": 15,\n        \"status\": \"enable\",\n        \"status_acquire\": \"pending\",\n        \"description\": \"Assinatura\",\n        \"start_date\": \"2026-05-08 00:00:00\",\n        \"close_date\": \"2026-05-11 00:00:00\",\n        \"charge_day\": \"08\",\n        \"amount\": \"10.4300\",\n        \"quantity\": 4,\n        \"is_infinite\": false,\n        \"human_readable\": \"diário, começando de 08/05/2026, 4 vezes\",\n        \"frequency\": 1,\n        \"interval\": \"day\",\n        \"customer\": {\n            \"name\": \"Joanderson Silva\",\n            \"document\": \"37458811000140\",\n            \"email\": null\n        },\n        \"progress\": {\n            \"quantity_expected\": 4,\n            \"issued_count\": 4,\n            \"paid_count\": 1,\n            \"remaining_count\": 3,\n            \"progress_text\": \"1/4\",\n            \"completion_percentage\": 25,\n            \"is_complete\": false,\n            \"amount_reference\": 10.43,\n            \"expected_total_amount\": 41.72,\n            \"collected_amount\": 10.4264,\n            \"collected_net_amount\": 10,\n            \"pending_amount\": 31.29,\n            \"status_breakdown\": {\n                \"scheduled\": 3,\n                \"succeeded\": 1\n            }\n        },\n        \"timeline\": {\n            \"first_captured_in\": \"2026-05-07 11:46:11\",\n            \"last_captured_in\": \"2026-05-07 11:46:12\",\n            \"first_payed_in\": \"2026-05-07 11:46:11\",\n            \"last_payed_in\": \"2026-05-07 11:46:11\",\n            \"paid_occurrences\": [\n                {\n                    \"id\": 472,\n                    \"uuid\": \"16a7f824-17ec-4036-9656-7998084ea38c\",\n                    \"subscription_number\": 1,\n                    \"status\": \"succeeded\",\n                    \"captured_in\": \"2026-05-07 11:46:11\",\n                    \"payed_in\": \"2026-05-07 11:46:11\"\n                }\n            ],\n            \"next_occurrence\": {\n                \"id\": 473,\n                \"uuid\": \"fd52f16b-1a69-48d7-b28f-6b419ec9a0f2\",\n                \"subscription_number\": 2,\n                \"status\": \"scheduled\",\n                \"captured_in\": \"2026-05-07 11:46:12\",\n                \"due_date\": \"2026-05-09 00:00:00\"\n            }\n        }\n    }\n}"}],"_postman_id":"4e406753-b347-4020-9f2e-7cb63d761435"},{"name":"Show Invoices of Subscription","id":"b1fd9f36-c3d3-4403-b0ad-62d152da44ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token_transaction_local}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.confraonline.com.br/api/subscription-ec/show/:subscription_id/invoices","description":"<h4 id=\"lista-transações\">Lista transações.</h4>\n<p>Lista as transações dentro do período informado. Caso o usuário não seja Admin, somente as transações do Seller do usuário serão retornadas.</p>\n","urlObject":{"protocol":"https","path":["api","subscription-ec","show",":subscription_id","invoices"],"host":["api","confraonline","com","br"],"query":[{"disabled":true,"key":" status","value":""},{"disabled":true,"key":" from_due_date","value":""},{"disabled":true,"key":" to_due_date","value":""},{"disabled":true,"key":" from_payment_date","value":""},{"disabled":true,"key":" to_payment_date","value":""},{"disabled":true,"key":" from_amount","value":""},{"disabled":true,"key":" to_amount","value":""},{"disabled":true,"key":" page","value":""}],"variable":[{"type":"any","value":"68","key":"subscription_id"}]}},"response":[{"id":"5770cafb-0852-423e-a93c-068eee54a431","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.confraonline.com.br/api/subscription/show/:subscription_id/invoices","protocol":"https","host":["api","confraonline","com","br"],"path":["api","subscription","show",":subscription_id","invoices"],"query":[{"key":" status","value":"","type":"text","disabled":true},{"key":" from_due_date","value":"","type":"text","disabled":true},{"key":" to_due_date","value":"","type":"text","disabled":true},{"key":" from_payment_date","value":"","type":"text","disabled":true},{"key":" to_payment_date","value":"","type":"text","disabled":true},{"key":" from_amount","value":"","type":"text","disabled":true},{"key":" to_amount","value":"","type":"text","disabled":true},{"key":" page","value":"","type":"text","disabled":true}],"variable":[{"key":"subscription_id","value":"68"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 28 May 2026 19:54:44 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"X-RateLimit-Limit","value":"1000"},{"key":"X-RateLimit-Remaining","value":"999"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"success\": true,\n    \"message\": \"Success consulting subscription's invoices\",\n    \"subscription\": {\n        \"id\": 68,\n        \"seller_id\": 15,\n        \"status\": \"enable\",\n        \"description\": \"Assinatura\",\n        \"start_date\": \"2026-05-08 00:00:00\",\n        \"close_date\": \"2026-05-11 00:00:00\",\n        \"charge_day\": \"08\",\n        \"amount\": \"10.4300\",\n        \"interval\": \"day\",\n        \"frequency\": 1,\n        \"is_infinite\": false,\n        \"progress\": {\n            \"quantity_expected\": 4,\n            \"issued_count\": 4,\n            \"paid_count\": 1,\n            \"remaining_count\": 3,\n            \"progress_text\": \"1/4\",\n            \"completion_percentage\": 25,\n            \"is_complete\": false,\n            \"amount_reference\": 10.43,\n            \"expected_total_amount\": 41.72,\n            \"collected_amount\": 10.4264,\n            \"collected_net_amount\": 10,\n            \"pending_amount\": 31.29,\n            \"status_breakdown\": {\n                \"scheduled\": 3,\n                \"succeeded\": 1\n            }\n        }\n    },\n    \"invoices\": [\n        {\n            \"transaction_id\": 472,\n            \"transaction_uuid\": \"16a7f824-17ec-4036-9656-7998084ea38c\",\n            \"subscription_number\": 1,\n            \"customer_name\": \"Fulano de tal\",\n            \"customer_document\": \"08538380540\",\n            \"status\": \"succeeded\",\n            \"confirmed\": true,\n            \"payment_type\": \"credit\",\n            \"brand\": \"mastercard\",\n            \"number_installments\": 1,\n            \"amount\": \"10.4264\",\n            \"net_amount\": \"10.0000\",\n            \"discount\": \"0.4264\",\n            \"captured_in\": \"2026-05-07 11:46:11\",\n            \"expired_in\": \"2026-05-08 23:59:59\",\n            \"payed_in\": \"2026-05-07 11:46:11\"\n        },\n        {\n            \"transaction_id\": 473,\n            \"transaction_uuid\": \"fd52f16b-1a69-48d7-b28f-6b419ec9a0f2\",\n            \"subscription_number\": 2,\n            \"customer_name\": \"Fulano de tal\",\n            \"customer_document\": \"08538380540\",\n            \"status\": \"scheduled\",\n            \"confirmed\": false,\n            \"payment_type\": \"credit\",\n            \"brand\": \"mastercard\",\n            \"number_installments\": 1,\n            \"amount\": \"10.4300\",\n            \"net_amount\": \"0.0000\",\n            \"discount\": \"0.0000\",\n            \"captured_in\": \"2026-05-07 11:46:12\",\n            \"expired_in\": \"2026-05-09 00:00:00\",\n            \"payed_in\": null\n        },\n        {\n            \"transaction_id\": 474,\n            \"transaction_uuid\": \"b336222e-b1ba-4c87-895c-c9808316834f\",\n            \"subscription_number\": 3,\n            \"customer_name\": \"Fulano de tal\",\n            \"customer_document\": \"08538380540\",\n            \"status\": \"scheduled\",\n            \"confirmed\": false,\n            \"payment_type\": \"credit\",\n            \"brand\": \"mastercard\",\n            \"number_installments\": 1,\n            \"amount\": \"10.4300\",\n            \"net_amount\": \"0.0000\",\n            \"discount\": \"0.0000\",\n            \"captured_in\": \"2026-05-07 11:46:12\",\n            \"expired_in\": \"2026-05-10 00:00:00\",\n            \"payed_in\": null\n        },\n        {\n            \"transaction_id\": 475,\n            \"transaction_uuid\": \"0e791d4f-1a90-43f8-9f11-3a22e09cb6a5\",\n            \"subscription_number\": 4,\n            \"customer_name\": \"Fulano de tal\",\n            \"customer_document\": \"08538380540\",\n            \"status\": \"scheduled\",\n            \"confirmed\": false,\n            \"payment_type\": \"credit\",\n            \"brand\": \"mastercard\",\n            \"number_installments\": 1,\n            \"amount\": \"10.4300\",\n            \"net_amount\": \"0.0000\",\n            \"discount\": \"0.0000\",\n            \"captured_in\": \"2026-05-07 11:46:12\",\n            \"expired_in\": \"2026-05-11 00:00:00\",\n            \"payed_in\": null\n        }\n    ]\n}"}],"_postman_id":"b1fd9f36-c3d3-4403-b0ad-62d152da44ec"},{"name":"Cancel Subscription","id":"af0f8501-2f15-4304-b306-ee5b11ed7004","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token_transaction_local}}"}]},"isInherited":false},"method":"PUT","header":[],"url":"https://api.confraonline.com.br/api/subscription-ec/cancel/:subscription_id","description":"<h4 id=\"cria-uma-transação\">Cria uma transação.</h4>\n<p>Será criado uma transação para cada acquire_id passado dentro de acquires, e então será enviada para a API do sistema informado.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th><strong>Tipo</strong></th>\n<th>Descrição</th>\n<th>Obrigatório</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>amount</td>\n<td>decimal</td>\n<td>Valor total da cobrança.</td>\n<td>sim</td>\n</tr>\n<tr>\n<td>number_installments</td>\n<td>Integer</td>\n<td>Número de instalações</td>\n<td>sim</td>\n</tr>\n<tr>\n<td>payment_type</td>\n<td>string</td>\n<td>Tipo de pagamento da transação (pix, débito, crédito).</td>\n<td>sim</td>\n</tr>\n<tr>\n<td>seller_document</td>\n<td>string</td>\n<td>Documento do seller que será atrelado à transação.</td>\n<td>sim</td>\n</tr>\n<tr>\n<td>customer_name</td>\n<td>string</td>\n<td>Nome de quem está pagando.  <br />Caso informado somente esta pessoa poderá fazer o pagamento.</td>\n<td>não</td>\n</tr>\n<tr>\n<td>customer_document</td>\n<td>string</td>\n<td>Documento (CPF) de quem está pagando.  <br />Caso informado somente esta pessoa poderá fazer o pagamento.</td>\n<td>não</td>\n</tr>\n<tr>\n<td>description</td>\n<td>string</td>\n<td>Descrição da transação.</td>\n<td>sim</td>\n</tr>\n<tr>\n<td>date_expiration</td>\n<td>dateTime</td>\n<td>Data que a transação irá expirar. Caso não seja informada, a data de expiração será após 24h.</td>\n<td>não</td>\n</tr>\n<tr>\n<td>callback_url</td>\n<td>String</td>\n<td>Webhook que será chamado quando ocorrer alterações na transação.</td>\n<td>não</td>\n</tr>\n<tr>\n<td>brand</td>\n<td>String</td>\n<td>Cartão com Bandeira</td>\n<td>sim</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","subscription-ec","cancel",":subscription_id"],"host":["api","confraonline","com","br"],"query":[],"variable":[{"type":"any","value":"","key":"subscription_id"}]}},"response":[],"_postman_id":"af0f8501-2f15-4304-b306-ee5b11ed7004"},{"name":"Restore Subscription","id":"8d10bad2-32ce-43c1-8ef3-909fdd87d3d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token_transaction_local}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.confraonline.com.br/api/subscription-ec/restore/:subscription_id","description":"<p>Restaura uma transação deletada a partir do id informado.</p>\n","urlObject":{"protocol":"https","path":["api","subscription-ec","restore",":subscription_id"],"host":["api","confraonline","com","br"],"query":[],"variable":[{"type":"any","value":"","key":"subscription_id"}]}},"response":[],"_postman_id":"8d10bad2-32ce-43c1-8ef3-909fdd87d3d0"},{"name":"Delete Subscription","id":"e5011681-9611-430a-b005-17510edd354b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token_transaction_local}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.confraonline.com.br/api/subscription-ec/delete/:subscription_id","description":"<p>Deleta uma transação a partir do id informado</p>\n","urlObject":{"protocol":"https","path":["api","subscription-ec","delete",":subscription_id"],"host":["api","confraonline","com","br"],"query":[],"variable":[{"type":"any","value":"","key":"subscription_id"}]}},"response":[],"_postman_id":"e5011681-9611-430a-b005-17510edd354b"}],"id":"e2342b8a-5e9f-4bb8-aa88-e73c66f503b9","description":"<p>⚠️ <strong>Importante:</strong> A funcionalidade de assinatura está em versão BETA, ou seja, em processo de melhoria e desenvolvimento. Utilize com atenção, e qualquer tipo de feedback é aceito pelo time Confraonline.</p>\n<p>Requisições relacionadas ao pagamento recorrente, ou <strong>Assinatura</strong> (subscription). Path: <code>/subscription-ec</code>.</p>\n<p>Para utilizar os endpoints de subscription, não é necessário autenticar-se no sistema ConfraOnline. Basta incluir a token fornecida como Bearer Token no header da requisição.</p>\n<hr />\n<p>O fluxo de pagamento no ConfraOnline é dividido em 2 <strong>etapas obrigatórias</strong>.</p>\n<p>Visão geral do fluxo:</p>\n<ul>\n<li><p><strong>Criar transação (store)</strong></p>\n<ul>\n<li><p>Apenas registra a cobrança e armazena regras de recorrência</p>\n</li>\n<li><p>Inclusão do campo <code>callback_url</code> para recebimento de webhook</p>\n</li>\n<li><p>Não processa pagamento</p>\n</li>\n<li><p>Não deve conter dados de cartão</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Submeter pagamento (payment)</strong></p>\n<ul>\n<li><p>Envia os dados do cartão e do cliente</p>\n</li>\n<li><p>Realiza o processamento da transação</p>\n</li>\n<li><p>Se sucesso, o cartão é tokenizado e as demais parcelas geradas são automáticas</p>\n</li>\n<li><p>O primeiro pagamento é contabilizado como parcela número 1 da assinatura</p>\n</li>\n<li><p>A regra passada é aplicada para a segunda parcela em diante</p>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Possíveis status:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status Subscription</strong></th>\n<th><strong>Significado</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong><code>awaiting_payment</code></strong></td>\n<td>Assinatura criada localmente junto com a transação, antes de ativada.</td>\n</tr>\n<tr>\n<td><code>enable</code></td>\n<td>Assinatura ativa e em andamento.</td>\n</tr>\n<tr>\n<td><code>disable</code></td>\n<td>Assinatura inativa/cancelada.</td>\n</tr>\n<tr>\n<td><code>concluded</code></td>\n<td>Assinatura <strong>finita</strong> que terminou: última parcela paga com sucesso (<code>quantity</code> atingido).</td>\n</tr>\n<tr>\n<td><code>overdue</code></td>\n<td>Assinatura <strong>travada</strong> pois uma de suas parcelas não foi paga na data correta.</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status Transaction Adicionais</strong></th>\n<th><strong>Significado</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>scheduled</code></td>\n<td>Transações do tipo assinatura subsequentes estão “<strong>programadas</strong>” para pagamento automático e não devem ter a possibilidade de pagar através do checkout usual</td>\n</tr>\n<tr>\n<td><code>overdue</code></td>\n<td>Quando a assinatura está ativa, mas por algum motivo, a parcela não foi paga na data programada e está “<strong>atrasada</strong>”</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"e2342b8a-5e9f-4bb8-aa88-e73c66f503b9"},{"name":"version","id":"32cc257a-5bdc-42fe-a55e-ce722531dd0d","protocolProfileBehavior":{"disableBodyPruning":true,"disableUrlEncoding":false,"followRedirects":false,"strictSSL":false,"followAuthorizationHeader":false,"insecureHTTPParser":false,"protocolVersion":"http2"},"request":{"method":"GET","header":[],"url":"https://api.confraonline.com.br/api","description":"<p>Busca a versão do ConfraOnline.</p>\n","urlObject":{"protocol":"https","path":["api"],"host":["api","confraonline","com","br"],"query":[],"variable":[]}},"response":[],"_postman_id":"32cc257a-5bdc-42fe-a55e-ce722531dd0d"}],"event":[{"listen":"prerequest","script":{"id":"85e62571-4fda-4922-aa5d-678c23f858ac","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"bcaca2f2-e500-4fcf-b0bf-fe0a7cc43ddc","type":"text/javascript","packages":{},"exec":[""]}}]}