{"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":"{{base_url}}transaction-ec/limits","description":"<p>Busca todos os Sellers do tipo EC (Estabelecimento Comercial) ou algum específico caso seja informado algum dos campos abaixo em <code>seller/index-ec</code> e podendo indicar quantidade de itens por página e a página atual utilizando os parâmetros page e per_page</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>per_page</td>\n<td>Integer</td>\n<td>Quantidade de itens por página que será exibida na busca</td>\n<td>Não</td>\n</tr>\n<tr>\n<td>page</td>\n<td>Integer</td>\n<td>Utilizado para buscar página específica.</td>\n<td>Não</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>Número identificador do Seller</td>\n<td>Não</td>\n</tr>\n<tr>\n<td>document</td>\n<td>String</td>\n<td>Número do documento do Seller</td>\n<td>Não</td>\n</tr>\n<tr>\n<td>trading_name</td>\n<td>String</td>\n<td>Nome fantasia do Seller</td>\n<td>Não</td>\n</tr>\n<tr>\n<td>company_name</td>\n<td>String</td>\n<td>Razão social do Seller</td>\n<td>Não</td>\n</tr>\n<tr>\n<td>type_document</td>\n<td>String</td>\n<td>Tipo de documento</td>\n<td>Não</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Status do Seller</td>\n<td>Não</td>\n</tr>\n<tr>\n<td>acquires_id</td>\n<td>String</td>\n<td>Número identificador da Adquirente (Acquire)</td>\n<td>Não</td>\n</tr>\n<tr>\n<td>status_acquire</td>\n<td>String</td>\n<td>Estatus do fornecedor</td>\n<td>Não</td>\n</tr>\n<tr>\n<td>seller_id</td>\n<td>String</td>\n<td>Número identificador do Seller de Origem</td>\n<td>Não</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["limits"],"host":["{{base_url}}transaction-ec"],"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":"{{base_url}}transaction-ec/limits","host":["{{base_url}}transaction-ec"],"path":["limits"],"query":[{"key":"type","value":"max","description":"min, max, all (default)","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"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"},{"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":"{{base_url}}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        \"fee_exempt\": \"2\",\n        \"installments\": {\n            \"visa\": {\n                \"debit\": [\n                    {\n                        \"installment\": 0,\n                        \"amount\": 20,\n                        \"amount_total\": \"20,00\",\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                        \"text\": \"1x de R$ 20,00 sem juros\"\n                    },\n                    \"2\": {\n                        \"installment\": 2,\n                        \"amount\": 10,\n                        \"amount_total\": \"20,00\",\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                        \"text\": \"3x de R$ 7,45 com juros\"\n                    },\n                    \"4\": {\n                        \"installment\": 4,\n                        \"amount\": 5.69,\n                        \"amount_total\": \"22,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                        \"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                        \"text\": \"1x de R$ 20,00 sem juros\"\n                    },\n                    \"2\": {\n                        \"installment\": 2,\n                        \"amount\": 10,\n                        \"amount_total\": \"20,00\",\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                        \"text\": \"3x de R$ 7,45 com juros\"\n                    },\n                    \"4\": {\n                        \"installment\": 4,\n                        \"amount\": 5.69,\n                        \"amount_total\": \"22,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                        \"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                        \"text\": \"1x de R$ 20,00 sem juros\"\n                    },\n                    \"2\": {\n                        \"installment\": 2,\n                        \"amount\": 10,\n                        \"amount_total\": \"20,00\",\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                        \"text\": \"3x de R$ 7,53 com juros\"\n                    },\n                    \"4\": {\n                        \"installment\": 4,\n                        \"amount\": 5.75,\n                        \"amount_total\": \"23,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                        \"text\": \"1x de R$ 20,00 sem juros\"\n                    },\n                    \"2\": {\n                        \"installment\": 2,\n                        \"amount\": 10,\n                        \"amount_total\": \"20,00\",\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                        \"text\": \"3x de R$ 7,53 com juros\"\n                    },\n                    \"4\": {\n                        \"installment\": 4,\n                        \"amount\": 5.75,\n                        \"amount_total\": \"23,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                        \"text\": \"1x de R$ 20,00 sem juros\"\n                    },\n                    \"2\": {\n                        \"installment\": 2,\n                        \"amount\": 10,\n                        \"amount_total\": \"20,00\",\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                        \"text\": \"3x de R$ 7,53 com juros\"\n                    },\n                    \"4\": {\n                        \"installment\": 4,\n                        \"amount\": 5.75,\n                        \"amount_total\": \"23,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                        \"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                        \"text\": \"1x de R$ 20,00 sem juros\"\n                    },\n                    \"2\": {\n                        \"installment\": 2,\n                        \"amount\": 10,\n                        \"amount_total\": \"20,00\",\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                        \"text\": \"3x de R$ 7,53 com juros\"\n                    },\n                    \"4\": {\n                        \"installment\": 4,\n                        \"amount\": 5.75,\n                        \"amount_total\": \"23,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":"{{base_url}}transaction/checkout/:uuid","host":["{{base_url}}transaction"],"path":["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\": \"100.0000\",\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                        \"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                        \"text\": \"1x de R$ 100,00 sem juros\"\n                    },\n                    \"2\": {\n                        \"installment\": 2,\n                        \"amount\": 50,\n                        \"amount_total\": \"100,00\",\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                        \"text\": \"3x de R$ 33,33 sem juros\"\n                    },\n                    \"4\": {\n                        \"installment\": 4,\n                        \"amount\": 25,\n                        \"amount_total\": \"100,00\",\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                        \"text\": \"5x de R$ 23,21 com juros\"\n                    },\n                    \"6\": {\n                        \"installment\": 6,\n                        \"amount\": 19.72,\n                        \"amount_total\": \"118,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                        \"text\": \"7x de R$ 17,33 com juros\"\n                    },\n                    \"8\": {\n                        \"installment\": 8,\n                        \"amount\": 15.48,\n                        \"amount_total\": \"123,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                        \"text\": \"9x de R$ 14,04 com juros\"\n                    },\n                    \"10\": {\n                        \"installment\": 10,\n                        \"amount\": 12.91,\n                        \"amount_total\": \"129,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                        \"text\": \"11x de R$ 11,99 com juros\"\n                    },\n                    \"12\": {\n                        \"installment\": 12,\n                        \"amount\": 11.24,\n                        \"amount_total\": \"134,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                        \"text\": \"13x de R$ 10,68 com juros\"\n                    },\n                    \"14\": {\n                        \"installment\": 14,\n                        \"amount\": 10.15,\n                        \"amount_total\": \"142,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                        \"text\": \"15x de R$ 9,70 com juros\"\n                    },\n                    \"16\": {\n                        \"installment\": 16,\n                        \"amount\": 9.32,\n                        \"amount_total\": \"149,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                        \"text\": \"17x de R$ 8,99 com juros\"\n                    },\n                    \"18\": {\n                        \"installment\": 18,\n                        \"amount\": 8.71,\n                        \"amount_total\": \"156,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                        \"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                        \"text\": \"1x de R$ 100,00 sem juros\"\n                    },\n                    \"2\": {\n                        \"installment\": 2,\n                        \"amount\": 50,\n                        \"amount_total\": \"100,00\",\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                        \"text\": \"3x de R$ 33,33 sem juros\"\n                    },\n                    \"4\": {\n                        \"installment\": 4,\n                        \"amount\": 25,\n                        \"amount_total\": \"100,00\",\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                        \"text\": \"5x de R$ 23,21 com juros\"\n                    },\n                    \"6\": {\n                        \"installment\": 6,\n                        \"amount\": 19.72,\n                        \"amount_total\": \"118,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                        \"text\": \"7x de R$ 17,33 com juros\"\n                    },\n                    \"8\": {\n                        \"installment\": 8,\n                        \"amount\": 15.48,\n                        \"amount_total\": \"123,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                        \"text\": \"9x de R$ 14,04 com juros\"\n                    },\n                    \"10\": {\n                        \"installment\": 10,\n                        \"amount\": 12.91,\n                        \"amount_total\": \"129,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                        \"text\": \"11x de R$ 11,99 com juros\"\n                    },\n                    \"12\": {\n                        \"installment\": 12,\n                        \"amount\": 11.24,\n                        \"amount_total\": \"134,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                        \"text\": \"13x de R$ 10,68 com juros\"\n                    },\n                    \"14\": {\n                        \"installment\": 14,\n                        \"amount\": 10.15,\n                        \"amount_total\": \"142,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                        \"text\": \"15x de R$ 9,70 com juros\"\n                    },\n                    \"16\": {\n                        \"installment\": 16,\n                        \"amount\": 9.32,\n                        \"amount_total\": \"149,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                        \"text\": \"17x de R$ 8,99 com juros\"\n                    },\n                    \"18\": {\n                        \"installment\": 18,\n                        \"amount\": 8.71,\n                        \"amount_total\": \"156,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                        \"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                        \"text\": \"1x de R$ 100,00 sem juros\"\n                    },\n                    \"2\": {\n                        \"installment\": 2,\n                        \"amount\": 50,\n                        \"amount_total\": \"100,00\",\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                        \"text\": \"3x de R$ 33,33 sem juros\"\n                    },\n                    \"4\": {\n                        \"installment\": 4,\n                        \"amount\": 25,\n                        \"amount_total\": \"100,00\",\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                        \"text\": \"5x de R$ 23,46 com juros\"\n                    },\n                    \"6\": {\n                        \"installment\": 6,\n                        \"amount\": 19.93,\n                        \"amount_total\": \"119,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                        \"text\": \"7x de R$ 17,61 com juros\"\n                    },\n                    \"8\": {\n                        \"installment\": 8,\n                        \"amount\": 15.73,\n                        \"amount_total\": \"125,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                        \"text\": \"9x de R$ 14,27 com juros\"\n                    },\n                    \"10\": {\n                        \"installment\": 10,\n                        \"amount\": 13.12,\n                        \"amount_total\": \"131,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                        \"text\": \"11x de R$ 12,18 com juros\"\n                    },\n                    \"12\": {\n                        \"installment\": 12,\n                        \"amount\": 11.42,\n                        \"amount_total\": \"137,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                        \"text\": \"13x de R$ 10,77 com juros\"\n                    },\n                    \"14\": {\n                        \"installment\": 14,\n                        \"amount\": 10.23,\n                        \"amount_total\": \"143,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                        \"text\": \"15x de R$ 9,78 com juros\"\n                    },\n                    \"16\": {\n                        \"installment\": 16,\n                        \"amount\": 9.39,\n                        \"amount_total\": \"150,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                        \"text\": \"17x de R$ 9,06 com juros\"\n                    },\n                    \"18\": {\n                        \"installment\": 18,\n                        \"amount\": 8.78,\n                        \"amount_total\": \"157,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                        \"text\": \"1x de R$ 100,00 sem juros\"\n                    },\n                    \"2\": {\n                        \"installment\": 2,\n                        \"amount\": 50,\n                        \"amount_total\": \"100,00\",\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                        \"text\": \"3x de R$ 33,33 sem juros\"\n                    },\n                    \"4\": {\n                        \"installment\": 4,\n                        \"amount\": 25,\n                        \"amount_total\": \"100,00\",\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                        \"text\": \"5x de R$ 23,46 com juros\"\n                    },\n                    \"6\": {\n                        \"installment\": 6,\n                        \"amount\": 19.93,\n                        \"amount_total\": \"119,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                        \"text\": \"7x de R$ 17,61 com juros\"\n                    },\n                    \"8\": {\n                        \"installment\": 8,\n                        \"amount\": 15.73,\n                        \"amount_total\": \"125,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                        \"text\": \"9x de R$ 14,27 com juros\"\n                    },\n                    \"10\": {\n                        \"installment\": 10,\n                        \"amount\": 13.12,\n                        \"amount_total\": \"131,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                        \"text\": \"11x de R$ 12,18 com juros\"\n                    },\n                    \"12\": {\n                        \"installment\": 12,\n                        \"amount\": 11.42,\n                        \"amount_total\": \"137,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                        \"text\": \"13x de R$ 10,77 com juros\"\n                    },\n                    \"14\": {\n                        \"installment\": 14,\n                        \"amount\": 10.23,\n                        \"amount_total\": \"143,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                        \"text\": \"15x de R$ 9,78 com juros\"\n                    },\n                    \"16\": {\n                        \"installment\": 16,\n                        \"amount\": 9.39,\n                        \"amount_total\": \"150,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                        \"text\": \"17x de R$ 9,06 com juros\"\n                    },\n                    \"18\": {\n                        \"installment\": 18,\n                        \"amount\": 8.78,\n                        \"amount_total\": \"157,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                        \"text\": \"1x de R$ 100,00 sem juros\"\n                    },\n                    \"2\": {\n                        \"installment\": 2,\n                        \"amount\": 50,\n                        \"amount_total\": \"100,00\",\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                        \"text\": \"3x de R$ 33,33 sem juros\"\n                    },\n                    \"4\": {\n                        \"installment\": 4,\n                        \"amount\": 25,\n                        \"amount_total\": \"100,00\",\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                        \"text\": \"5x de R$ 23,46 com juros\"\n                    },\n                    \"6\": {\n                        \"installment\": 6,\n                        \"amount\": 19.93,\n                        \"amount_total\": \"119,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                        \"text\": \"7x de R$ 17,61 com juros\"\n                    },\n                    \"8\": {\n                        \"installment\": 8,\n                        \"amount\": 15.73,\n                        \"amount_total\": \"125,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                        \"text\": \"9x de R$ 14,27 com juros\"\n                    },\n                    \"10\": {\n                        \"installment\": 10,\n                        \"amount\": 13.12,\n                        \"amount_total\": \"131,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                        \"text\": \"11x de R$ 12,18 com juros\"\n                    },\n                    \"12\": {\n                        \"installment\": 12,\n                        \"amount\": 11.42,\n                        \"amount_total\": \"137,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                        \"text\": \"13x de R$ 10,77 com juros\"\n                    },\n                    \"14\": {\n                        \"installment\": 14,\n                        \"amount\": 10.23,\n                        \"amount_total\": \"143,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                        \"text\": \"15x de R$ 9,78 com juros\"\n                    },\n                    \"16\": {\n                        \"installment\": 16,\n                        \"amount\": 9.39,\n                        \"amount_total\": \"150,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                        \"text\": \"17x de R$ 9,06 com juros\"\n                    },\n                    \"18\": {\n                        \"installment\": 18,\n                        \"amount\": 8.78,\n                        \"amount_total\": \"157,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                        \"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                        \"text\": \"1x de R$ 100,00 sem juros\"\n                    },\n                    \"2\": {\n                        \"installment\": 2,\n                        \"amount\": 50,\n                        \"amount_total\": \"100,00\",\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                        \"text\": \"3x de R$ 33,33 sem juros\"\n                    },\n                    \"4\": {\n                        \"installment\": 4,\n                        \"amount\": 25,\n                        \"amount_total\": \"100,00\",\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                        \"text\": \"5x de R$ 23,46 com juros\"\n                    },\n                    \"6\": {\n                        \"installment\": 6,\n                        \"amount\": 19.93,\n                        \"amount_total\": \"119,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                        \"text\": \"7x de R$ 17,61 com juros\"\n                    },\n                    \"8\": {\n                        \"installment\": 8,\n                        \"amount\": 15.73,\n                        \"amount_total\": \"125,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                        \"text\": \"9x de R$ 14,27 com juros\"\n                    },\n                    \"10\": {\n                        \"installment\": 10,\n                        \"amount\": 13.12,\n                        \"amount_total\": \"131,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                        \"text\": \"11x de R$ 12,18 com juros\"\n                    },\n                    \"12\": {\n                        \"installment\": 12,\n                        \"amount\": 11.42,\n                        \"amount_total\": \"137,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                        \"text\": \"13x de R$ 10,77 com juros\"\n                    },\n                    \"14\": {\n                        \"installment\": 14,\n                        \"amount\": 10.23,\n                        \"amount_total\": \"143,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                        \"text\": \"15x de R$ 9,78 com juros\"\n                    },\n                    \"16\": {\n                        \"installment\": 16,\n                        \"amount\": 9.39,\n                        \"amount_total\": \"150,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                        \"text\": \"17x de R$ 9,06 com juros\"\n                    },\n                    \"18\": {\n                        \"installment\": 18,\n                        \"amount\": 8.78,\n                        \"amount_total\": \"157,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":"{{base_url}}transaction/checkout/:uuid","host":["{{base_url}}transaction"],"path":["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":"{{base_url}}transaction/checkout/:uuid","host":["{{base_url}}transaction"],"path":["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":"{{base_url}}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":"{{base_url}}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>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":"{{base_url}}transaction-ec/index","host":["{{base_url}}transaction-ec"],"path":["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":"{{base_url}}transaction-ec/show/:transaction_id","host":["{{base_url}}transaction-ec"],"path":["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":"{{base_url}}transaction-ec/show/9"},"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/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","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":"{{base_url}}transaction-ec/cancel/:transaction_id","host":["{{base_url}}transaction-ec"],"path":["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":"{{base_url}}transaction-ec/cancel/:transaction_id","host":["{{base_url}}transaction-ec"],"path":["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":"{{base_url}}transaction/cancel/:transaction_id","host":["{{base_url}}transaction"],"path":["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","urlObject":{"protocol":"https","path":["api","transaction","receipt"],"host":["api","confraonline","com","br"],"query":[{"disabled":true,"key":"transaction_id","value":""},{"disabled":true,"key":"transaction_uuid","value":""}],"variable":[]}},"response":[{"id":"3eb702a7-11fa-40a6-a746-ef00fc9245ef","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.confraonline.com.br/api/transaction/receipt?transaction_id=207","protocol":"https","host":["api","confraonline","com","br"],"path":["api","transaction","receipt"],"query":[{"key":"transaction_id","value":"207"},{"key":"transaction_uuid","value":null,"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":"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        \"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":"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":[""]}}]}