{"info":{"_postman_id":"872627e8-ba3f-4c31-a901-102ec84b232d","name":"API SeletoBank English","description":"<html><head></head><body><p>SeletoBank is a digital account for businesses in which you can receive with invoice ( boleto) , wire transfer (pix) and cryptocurrencies, make payments and transfers.</p>\n<p>This documentation will help you integrate SeletoBank services with your system using the API.</p>\n<p><strong>WHAT CAN I DO WITH THIS API?</strong></p>\n<p>* Open a digital account;</p>\n<p>* Receive with Invoice, wire transfer (pix) and cryptocurrencies;</p>\n<p>* Pay bills;</p>\n<p>* Transfer money between accounts;</p>\n<p>* Make payments by wire transfers PIX and TED;</p>\n<p>* Get statements.</p>\n<p><strong>HOW CAN I BE ASSISTED IF I HAVE QUESTIONS?</strong></p>\n<p>* Commercial: (XX) XXXX XXXX, 0800 XXX XXXX XXXX or open a ticket by sending an email to <a href=\"mailto:atendimento@seletobank.com.br\">atendimento@seletobank.com.br</a></p>\n<p>* API Support: Open a ticket by sending an email to <a href=\"mailto:api@seletobank.com.br\">api@seletobank.com.br</a></p>\n<p>* Website: <a href=\"https://seletobank.com.brHOW\">https://seletobank.com.br</a></p>\n<p><a href=\"https://seletobank.com.brHOW\"><strong>HOW</strong></a> <strong>DOES THE API WORK?</strong></p>\n<p>It is a REST API. That is, there are several resources, each with its own URL. The resources can be accessed and changed using standard HTTP operations such as GET (list or view), PUT (change a resource), POST (create a resource), and DELETE (delete a resource).</p>\n<p>More information:</p>\n<p>* About REST API click her;</p>\n<p>* Returns in JSON encoded with Unicode;</p>\n<p>* Dates in MM/DD/YYYY format;</p>\n<p>* Numbers with \".\" as decimal separators, without thousands separators and with the \"-\" sign representing negative amount.</p>\n<p><strong>IS THERE A SEPARATION BETWEEN TEST AND PRODUCTION ENVIRONMENT?</strong></p>\n<p>We are working on releasing the Sandbox version.</p>\n<p><strong>IS THE HTTP STATUS MEANINGFUL?</strong></p>\n<p>Yes. A correct validation of this status is important considering that an amount greater than or equal to 300 always represents an error. The statuses follow the HTTP standard. The most common ones are:</p>\n<p>* Status 200 means processing performed successfully with no reservations;</p>\n<p>* Status 201 means that something requested was successfully created;</p>\n<p>* Status 400 means that something provided by the user is not as expected;</p>\n<p>* Status 401 means that something went wrong with the credentials that were supplied to the API;</p>\n<p>* Status 403 means that something you are trying to do is not available for your authorization level, or some feature has not been released to you yet;</p>\n<p>* Status 500 means that some validation on the server side did not go as planned in the request.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"9878086","collectionId":"872627e8-ba3f-4c31-a901-102ec84b232d","publishedId":"2s7YYx31dp","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-09-14T22:45:07.000Z"},"item":[{"name":"DIGITAL ACCOUNT","item":[{"name":"Accreditation","item":[{"name":"Creating Authentication","id":"06799adf-b075-4ff3-a738-c3a19f43c64d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"documento","value":"55972934000187","description":"<p>CNPJ, CPF do titular da conta (11,14)</p>\n","type":"text"},{"key":"password","value":"**************","description":"<p>Senha de acesso</p>\n","type":"text"},{"key":"pin","value":"130202","description":"<p>PIN de segurança do usuário. Apenas números. length (6)</p>\n","type":"text"},{"key":"webhook","value":"https://localhost:3000","description":"<p>(Opcional) URL da WebHook</p>\n","type":"text"},{"key":"token","value":"","description":"<p>Token de Autenticação da Conta</p>\n","type":"text"}]},"url":"{{api_url}}/contadigital/credenciamento","urlObject":{"path":["contadigital","credenciamento"],"host":["{{api_url}}"],"query":[],"variable":[]}},"response":[{"id":"9b5eae62-b93f-4dc1-878a-30a6fed86e18","name":"Retorno do Credenciamento","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"documento","value":"55972934000187","type":"text"},{"key":"password","value":"**************","type":"text"},{"key":"pin","value":"130202","type":"text"},{"key":"webhook","value":"https://localhost:3000","type":"text"},{"key":"token","value":"example","type":"text"}]},"url":"https://api-v2.seletobank.com.br/contadigital/credenciamento"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"content-length","value":"192","name":"content-length","description":""},{"key":"content-type","value":"application/json","name":"content-type","description":""},{"key":"date","value":"Wed, 09 Aug 2017 11:36:38 GMT","name":"date","description":""},{"key":"status","value":"201","name":"status","description":""},{"key":"via","value":"1.1 decd38914ed06682ad39f86e49d4dd2b.cloudfront.net (CloudFront)","name":"via","description":""},{"key":"x-amz-cf-id","value":"eDTWLZtut0QQAzdpZN1FkMxxNuj5fA3rph2og66QyUP3NkelmfagcQ==","name":"x-amz-cf-id","description":""},{"key":"x-amzn-requestid","value":"017bb496-7cf7-11e7-a51f-bf7c54a4b012","name":"x-amzn-requestid","description":""},{"key":"x-amzn-trace-id","value":"Root=1-598af3c6-5e83262f0b478576e4810bbb","name":"x-amzn-trace-id","description":""},{"key":"x-cache","value":"Miss from cloudfront","name":"x-cache","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"client_id\": \"93f436323d62314a51a3ad9b6785077b2ec3af1b\",\n    \"client_secret\": \"7f3115a28525cad7743858094290a850aadd232c\"\n}"}],"_postman_id":"06799adf-b075-4ff3-a738-c3a19f43c64d"},{"name":"Registering or Changing a Webhook URL","id":"6848f77f-a280-4e28-a4ec-635e804f4354","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientid}}","description":"<p>Client_id fornecida no credenciamento</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"webhook","value":"http://example.com","description":"<p>URL que iremos chamar sempre que algo ocorrer na sua Conta Digital</p>\n","type":"text"}]},"url":"https://api-v2.seletobank.com.br/contadigital/webhook","description":"<p>We will send a Webhook to your system whenever something happens in your Digital Account.</p>\n<p><strong>TRANSACTIONS</strong></p>\n<p><strong>Whenever a new transaction is created</strong></p>\n<p>*   We will send a POST request if a new transaction is created or a PUT request if its status is updated directly to your URL;</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"valor\" : 10.50,\n  \"data_gerado\" : \"09/1/2017\", \n  \"id\" : 123123, \n  \"mensagem\" : \"Saldo PIX (000.000.000-00)\",\n  \"hash\" : \"eb2af021c5e2448c343965a7a80d7d090eb64164\",\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["contadigital","webhook"],"host":["api-v2","seletobank","com","br"],"query":[],"variable":[]}},"response":[{"id":"a5c8f8b2-468e-4a0e-bd92-04a35c8c19d2","name":"Cadastrando uma URL de Webhook","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"a834d47e283dd12f50a1b3a771603ae9dfd5a32c","description":"Chave fornecida no credenciamento"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"webhook","value":"https://example.com.br","description":"URL que iremos chamar sempre que algo ocorrer na sua Conta Digital","type":"text"}]},"url":"https://api-v2.seletobank.com.br/contadigital/webhook"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"68","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Tue, 05 Sep 2017 15:24:03 GMT","name":"Date","description":""},{"key":"Via","value":"1.1 b33d30a62b7f8c5ae543244ca674910e.cloudfront.net (CloudFront)","name":"Via","description":""},{"key":"X-Amz-Cf-Id","value":"Y9QUOURW4fjiLlS-0uqFWho2BfwFnlZq_svIr32GRHMk3xPckvgUtA==","name":"X-Amz-Cf-Id","description":""},{"key":"X-Amzn-Trace-Id","value":"Root=1-59aec192-6ff3ea444e4022348c62fda8","name":"X-Amzn-Trace-Id","description":""},{"key":"X-Cache","value":"Miss from cloudfront","name":"X-Cache","description":""},{"key":"x-amzn-RequestId","value":"3f5a8218-924e-11e7-ba97-2d3ae1659291","name":"x-amzn-RequestId","description":""}],"cookie":[{"expires":"Invalid Date","httpOnly":true,"domain":"pjbank.com.br","path":"/","secure":false,"value":"37e1srhlcbtrjtebudh4alg7e6","key":"PHPSESSID"},{"expires":"Invalid Date","httpOnly":true,"domain":"sandbox.pjbank.com.br","path":"/","secure":false,"value":"lekttrpv7rcf17esgn57afbi91","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"nome\": \"Bracho LTDA\",\n    \"documento\": \"14986640000127\",\n    \"webhook\": \"https://example.com.br\"\n}"}],"_postman_id":"6848f77f-a280-4e28-a4ec-635e804f4354"},{"name":"Adding Balance to your Digital Account","id":"c93d4db5-6898-4425-9580-9bef819692b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientid}}","description":"<p>ClientID fornecida no credenciamento.</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"valor","value":"900.00","description":"<p>Valor a ser carregado. Exemplo: 100.50</p>\n","type":"text"}]},"url":"https://api-v2.seletobank.com.br/contadigital/deposit","description":"<p>For now the only way to enter a credit into the digital account is by boleto or pix. In this endpoint you will be able to insert an amount into your digital account via a boleto. Soon, banks will have the option to send a wire transfer (TED) directly to payment accounts and so SeletoBank will be able to receive a wire transfer (TEDs) as well.</p>\n","urlObject":{"protocol":"https","path":["contadigital","deposit"],"host":["api-v2","seletobank","com","br"],"query":[],"variable":[]}},"response":[{"id":"5705b07c-8128-4e42-9079-fc2678d428b4","name":"Colocando saldo na sua conta digital","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"a834d47e283dd12f50a1b3a771603ae9dfd5a32c","description":"ClientID fornecida no credenciamento."},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"valor","value":"900","type":"text"}]},"url":"https://api-v2.seletobank.com.br/contadigital/deposit"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"content-length","value":"352","name":"content-length","description":""},{"key":"content-type","value":"application/json","name":"content-type","description":""},{"key":"date","value":"Wed, 09 Aug 2017 12:12:24 GMT","name":"date","description":""},{"key":"status","value":"201","name":"status","description":""},{"key":"via","value":"1.1 7a7217b79ce10ca6b1e959e451f56af8.cloudfront.net (CloudFront)","name":"via","description":""},{"key":"x-amz-cf-id","value":"TnB7Lis-zn0cWrg153wRnu3SJAfNuVIZWRbkoB2hdEovBx31NEEGIg==","name":"x-amz-cf-id","description":""},{"key":"x-amzn-requestid","value":"00a0f29a-7cfc-11e7-9af3-47c2a7a548e7","name":"x-amzn-requestid","description":""},{"key":"x-amzn-trace-id","value":"Root=1-598afc28-4019d73b8ed4772acb10e02a","name":"x-amzn-trace-id","description":""},{"key":"x-cache","value":"Miss from cloudfront","name":"x-cache","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"done\": true,\n    \"qrcode\": \"00020101021226880014BR.GOV.BCB.PIX2566qrcodes-pix.gerencianet.com.br/v2/daff90e75f2a474082c2f611e0e27fea5204000053039865802BR5914GERENCIANET SA6010OURO PRETO62070503***6304DFCA\",\n    \"imagemQrcode\": \"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOQAAADkCAYAAACIV4iNAAAAAklEQVR4AewaftIAAAxFSURBVO3BQW4sS3DAQLKh+1+Z/stcFdCYkV7Zzgj7D2utKzysta7xsNa6xsNa6xoPa61rPKy1rvGw1rrGw1rrGg9rrWs8rLWu8bDWusbDWusaD2utazysta7xsNa6xsNa6xo/fEjlL1X8SyonFScqU8WkclJxE5Wp4g2VqeINlaliUvlLFZ94WGtd42GtdY2HtdY1fviyim9S+YTKVDGpTBWfUDmpOKmYVCaVNyomlaniExUnKlPFGyrfVPFNKt/0sNa6xsNa6xoPa61r/PDLVN6oeENlqpgqJpWpYlI5qThReUPlpGJS+UTFpDJVvKEyVUwVJxWTylQxqXyTyhsVv+lhrXWNh7XWNR7WWtf44f84lROVqWJSOVF5Q2WqmFROKiaVE5WTihOV36QyVbxR8X/Jw1rrGg9rrWs8rLWu8cP/cxWTylQxqbxR8UbFpPIvVUwqJypTxTdV/F/2sNa6xsNa6xoPa61r/PDLKv6SyicqJpWp4g2Vk4pJ5aTiDZWp4jdVvFExqZxUfFPFTR7WWtd4WGtd42GtdY0fvkzlX6qYVKaKSWWqeENlqjipmFSmiknlRGWqeENlqphUpopJ5URlqphUpopJ5URlqjhRudnDWusaD2utazysta5h/+F/MZV/qeKbVE4q3lCZKt5Q+U0Vk8pU8f/Jw1rrGg9rrWs8rLWuYf/hAypTxaTyTRWfUJkqJpU3Kt5QOamYVP5SxaQyVXyTyjdVTCrfVPGbHtZa13hYa13jYa11jR8uU/GGyhsVJxUnKpPKVDGpnFRMKp+omFQ+UXGiclIxqZxUfELlmyomlanimx7WWtd4WGtd42GtdQ37D39IZao4UflNFZPKVDGpTBUnKlPFpDJVvKHyiYpJZar4TSp/qeKbVKaKTzysta7xsNa6xsNa6xo/fEjlpGKqOFGZKr5JZVL5hMo3qXyiYlKZKiaVv6QyVZyovFExqUwqU8Wk8i89rLWu8bDWusbDWusa9h9+kcpU8YbKVHGiMlVMKlPFicpUMam8UfGGylRxovIvVUwqU8WJylTxCZWpYlKZKv6lh7XWNR7WWtd4WGtd44cPqUwVU8WJyknFJ1ROVKaKT1ScqJxUfKJiUpkqTlQ+oTJVTConFScqb1ScVEwqJxWTylTxiYe11jUe1lrXeFhrXeOHD1VMKm9UTCqTylTxTRWTylQxqZyoTBVTxaQyqZyoTBWTylQxqUwVU8WkclIxqbxRMalMFW9UTCpTxaRyUvGXHtZa13hYa13jYa11jR8+pDJVTCqfqJhUpoqTiknlExUnKicqJxWTyhsVk8onKt6omFSmikllqnij4g2Vk4p/6WGtdY2HtdY1HtZa1/jhQxVvVLyhcqIyVXyi4i9VTCpTxYnKVHFSMamcVJyonFR8QmWq+ETFpHKiMlX8poe11jUe1lrXeFhrXeOHD6lMFVPFpPJGxaQyVUwq36TyCZWpYlI5UfkmlU+oTBWTyonKicpUMalMFScVJxWTylTxlx7WWtd4WGtd42GtdY0fPlTxTRWTyhsVJyqTylTxTRWTylQxqUwVn6g4UZkqJpWp4jdVvKFyUjGpTBVTxaQyVUwV3/Sw1rrGw1rrGg9rrWv88CGVqWJSmSreqDhRmSomlZOKSeUTFZPKVPEJlU9UTBVvqEwVb1RMKt9U8QmVqWJSOan4xMNa6xoPa61rPKy1rmH/4RepvFExqUwVk8pJxaRyUnGiMlVMKlPFpDJVnKhMFW+onFS8oTJVnKhMFZ9QmSpOVKaKE5U3Kr7pYa11jYe11jUe1lrX+OFDKlPFJ1SmiknlpGJSmSpOVE4qJpWp4qTiROVE5S+pTBWTylTxhspJxScqJpWp4qRiUvlND2utazysta7xsNa6xg8fqvhNKt+k8gmVE5WTipOKSeWbKt6ouEnFpPIJlROVqWJSmSo+8bDWusbDWusaD2uta/zwyypOVKaKN1TeqPiEyknFpHKi8kbFGyonKlPFpPKJikllqnhD5aTiDZU3VH7Tw1rrGg9rrWs8rLWu8cPlVKaKT6icVEwqU8UnVL5JZao4UZkqJpWp4kTlRGWqmFROKj6hMlWcVEwqU8VvelhrXeNhrXWNh7XWNX74kMpUcaLyRsU3VZyoTBUnKicVb6i8UfFNFZPKGyonKlPFiconKt5QOVGZKr7pYa11jYe11jUe1lrXsP/wAZWTihOVb6qYVKaKSeWkYlKZKk5U/jermFSmihOVb6qYVL6p4l96WGtd42GtdY2HtdY1fvhjKm9UvKEyVbxRMan8popJ5aTim1Smim+qmFSmihOVSeWNikllqphUpoq/9LDWusbDWusaD2uta/zwZRVvVJyoTBWTyonKVDFVnFRMKpPKVDFVTCpvVJyoTBUnKlPFicpUcaIyVbyhclJxovKJikllqphUpopPPKy1rvGw1rrGw1rrGj98qOKNiknlpOKbVN6omComlROVqeITKlPFicpU8UbFicobFScVk8qk8k0qJxV/6WGtdY2HtdY1HtZa1/jhQypTxScqJpWp4qRiUjmpOFGZKqaKN1SmihOVqeKNiknlpGJSOak4UZkqTlROKiaVqWJSmSomlZs8rLWu8bDWusbDWusaP/wylaliqjip+ETFpDKpTBVTxRsqJxWfUJkqJpWTijcqJpVJ5RMqJxUnFZPKVPFNKr/pYa11jYe11jUe1lrX+OGXVUwqJxWTyknFpDJVvKHyRsVvqphUJpWpYlKZVKaKT1ScqLxRcaIyVbyhMlVMKpPKX3pYa13jYa11jYe11jV++GMVb1RMKpPKGxWTylQxqZyonFRMKlPFicpJxRsVb6hMFW9U/KWKSWWqOKk4UZkqvulhrXWNh7XWNR7WWtew//CLVL6pYlKZKiaVk4pJZao4UZkqJpWpYlI5qfiEyknFicpUMalMFZPKVPFNKlPFicobFScqU8UnHtZa13hYa13jYa11jR8+pDJVfFPFScWkMlWcqJyovKHyTSpTxYnKScVfqphUpopJZao4qThRmSomlTdUpopvelhrXeNhrXWNh7XWNew//CGVqeJE5aTiDZWTihOVNyomlaliUvlExSdUTireUJkqTlROKk5UvqniLz2sta7xsNa6xsNa6xo//GMqJxWTyqRyUjFVnKi8UTGpnFScVLyhMqlMFScqU8Wk8obKN1V8ouJEZao4UTmp+MTDWusaD2utazysta7xw5epTBVTxYnKpDJVnKicqPymijdUpooTlaniROWkYlKZKt6omFROVE5U3qiYVE4qTlSmiknlmx7WWtd4WGtd42GtdY0ffpnKScVU8ZsqJpWp4kRlUpkqJpWp4g2VqWJSmSqmijcqJpWTiknlROWNihOVSWWqeENlqvhLD2utazysta7xsNa6hv2HD6i8UfGGylQxqZxUnKhMFZPKVDGpfKJiUrlJxSdUpooTlX+pYlI5qfimh7XWNR7WWtd4WGtdw/7D/2Iqb1RMKicVJypTxaQyVbyhMlW8oXJScaJyUjGpTBWfUHmj4g2Vk4pJZar4poe11jUe1lrXeFhrXeOHD6n8pYqp4g2VqeINlaliUpkqfpPKVHFSMam8UTGpTBUnKn9JZao4qZhUporf9LDWusbDWusaD2uta/zwZRXfpHKiclIxVZyovKEyVUwqb1S8UfGXVKaKSWWqmComlaniROWNijdUpopJZar4poe11jUe1lrXeFhrXeOHX6byRsUnKv4llZOKE5UTlU+onFRMKlPFpHKiMlVMFZPKJ1Q+UXFSMalMFZ94WGtd42GtdY2HtdY1fvh/RuWk4hMqJyonFScqU8UbKlPFpPJNFW9UnKhMFScqn1CZKn7Tw1rrGg9rrWs8rLWu8cP/cSpTxYnKGxUnFScqJypTxYnKVHGiMlVMKpPKVDGpvKHyRsWkMlVMFZ+o+EsPa61rPKy1rvGw1rrGD7+s4jdVnFR8omJSmVSmihOVNyreqHijYlKZKr5JZap4Q+WbVG7ysNa6xsNa6xoPa61r/PBlKn9J5aTiRGWqmFSmihOVqeKkYlI5qZhUTiqmikllqnhD5Y2KSWWqOKk4UTmpeKPiROWbHtZa13hYa13jYa11DfsPa60rPKy1rvGw1rrGw1rrGg9rrWs8rLWu8bDWusbDWusaD2utazysta7xsNa6xsNa6xoPa61rPKy1rvGw1rrGw1rrGv8DWxvE8KkaNasAAAAASUVORK5CYII=\",\n    \"amount\": \"900.00\"\n}"}],"_postman_id":"c93d4db5-6898-4425-9580-9bef819692b1"}],"id":"c371d723-ffbd-4737-acc2-652572bb537c","description":"<p>*   Digital Account accreditation can be done by API;</p>\n<p>*   Approval will be subject to review by the SeletoBank fraud and risk team, as per the terms of use.</p>\n<p>Follow these steps to get accredited:</p>\n<p>*   Get the POST credentials /digital account.</p>\n","_postman_id":"c371d723-ffbd-4737-acc2-652572bb537c"},{"name":"Consultations","item":[{"name":"Consulting the Digital Account Registration Data","id":"70ac2cea-9dc1-42f4-9580-ef85594ad71a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{ClientID}}","description":"<p>ClientID fornecida no credenciamento.</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"saldo","value":"true","description":"<p>Visualizar o saldo disponível da conta.</p>\n","type":"text"},{"key":"webhook","value":"true","description":"<p>Visualizar a Webhook atual.  </p>\n","type":"text"}]},"url":"https://api-v2.seletobank.com.br/contadigital/info","description":"<p>You can query the registration data of your Digital<br />Account using this endpoint.</p>\n<p>Optionally, enter the parameter balance=true to return the total account balance.</p>\n","urlObject":{"protocol":"https","path":["contadigital","info"],"host":["api-v2","seletobank","com","br"],"query":[],"variable":[]}},"response":[{"id":"2e8bf5eb-504a-45e3-ac37-ea7767f1152f","name":"Consultando os dados cadastrais da sua Conta Digital","originalRequest":{"method":"GET","header":[{"key":"ClientID","value":"a834d47e283dd12f50a1b3a771603ae9dfd5a32c","description":"ClientID fornecida no credenciamento"}],"url":"https://api-v2.seletobank.com.br/contadigital/info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-length","value":"459","name":"content-length","description":""},{"key":"content-type","value":"application/json","name":"content-type","description":""},{"key":"date","value":"Mon, 07 Aug 2017 09:19:00 GMT","name":"date","description":""},{"key":"status","value":"200","name":"status","description":""},{"key":"via","value":"1.1 95160edf6eb8c5d365214dd8be333ead.cloudfront.net (CloudFront)","name":"via","description":""},{"key":"x-amz-cf-id","value":"R8NZ1eIQXmZmg9fVL0PXGlTxWJfKlnlRhwEy5KqjdCoXNKCeNss4Sw==","name":"x-amz-cf-id","description":""},{"key":"x-amzn-requestid","value":"7242ff4f-7b51-11e7-8fda-5d4b445f78ac","name":"x-amzn-requestid","description":""},{"key":"x-amzn-trace-id","value":"Root=1-59883083-14cba00ff207cb28cb66675c","name":"x-amzn-trace-id","description":""},{"key":"x-cache","value":"Miss from cloudfront","name":"x-cache","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"nome_empresa\": \"Bracho LTDA\",\n    \"documento\": \"14986640000127\",\n    \"email\": \"bruno.reyller@superlogica.com\",\n    \"telefone\": \"1932323232\",\n    \"cep\": \"13045080\",\n    \"endereco\": \"Rua Lucas Nogueira Garcês, 214\",\n    \"numero\": \"214\",\n    \"bairro\": \"Jd. Centenário\",\n    \"complemento\": \"Jd. Centenário\",\n    \"cidade\": \"Campinas\",\n    \"estado\": \"SP\",\n    \"status\": \"ativa\"\n}"}],"_postman_id":"70ac2cea-9dc1-42f4-9580-ef85594ad71a"}],"id":"ca430938-3708-4e4e-bde8-047ae647fe52","_postman_id":"ca430938-3708-4e4e-bde8-047ae647fe52","description":""},{"name":"Beneficiary","item":[{"name":"Querying the Beneficiary's Registration Data","id":"0382a01f-4df1-445f-8082-114899643e5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"Client_Id_9d5dade1ec2872ff2763212f53904fd6a56b074e1cc11700b44cfdaf02a3ec16","description":"<p>ClientID fornecida no credenciamento.</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"beneficiario","value":"9829822","description":"<p>Hash do beneficiario</p>\n","type":"text"}]},"url":"https://api-v2.seletobank.com.br/contadigital/beneficiario/info","description":"<p>You can query the registration data of your Beneficiary using this endpoint.</p>\n","urlObject":{"protocol":"https","path":["contadigital","beneficiario","info"],"host":["api-v2","seletobank","com","br"],"query":[],"variable":[]}},"response":[{"id":"f4e86c25-d306-4ec7-b453-9d699fee8966","name":"Consultando os dados cadastrais do Beneficiario","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"a834d47e283dd12f50a1b3a771603ae9dfd5a32c","description":"ClientID fornecida no credenciamento"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"beneficiario","value":"","description":"Hash do beneficiario","type":"text"}]},"url":"https://api-v2.seletobank.com.br/contadigital/beneficiario/info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-length","value":"459","name":"content-length","description":""},{"key":"content-type","value":"application/json","name":"content-type","description":""},{"key":"date","value":"Mon, 07 Aug 2017 09:19:00 GMT","name":"date","description":""},{"key":"status","value":"200","name":"status","description":""},{"key":"via","value":"1.1 95160edf6eb8c5d365214dd8be333ead.cloudfront.net (CloudFront)","name":"via","description":""},{"key":"x-amz-cf-id","value":"R8NZ1eIQXmZmg9fVL0PXGlTxWJfKlnlRhwEy5KqjdCoXNKCeNss4Sw==","name":"x-amz-cf-id","description":""},{"key":"x-amzn-requestid","value":"7242ff4f-7b51-11e7-8fda-5d4b445f78ac","name":"x-amzn-requestid","description":""},{"key":"x-amzn-trace-id","value":"Root=1-59883083-14cba00ff207cb28cb66675c","name":"x-amzn-trace-id","description":""},{"key":"x-cache","value":"Miss from cloudfront","name":"x-cache","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"963d3584-****-****-8bb3-************\",\n    \"name\": \"A***** ****** ************ *******\",\n    \"type\": \"CPF\",\n    \"relation\": \"Outros\",\n    \"document\": \"0**.***.***-**\",\n    \"bank\": \"BRADESCO\",\n    \"bank_code\": \"***\",\n    \"ag\": \"****\",\n    \"ac\": \"*******\",\n    \"typeaccount\": \"0\",\n    \"pix01\": \"0**********\",\n    \"pix02\": \"\",\n    \"bitcoin\": \"\",\n    \"ispb\": \"60746948\"\n}"}],"_postman_id":"0382a01f-4df1-445f-8082-114899643e5e"},{"name":"Registering Beneficiary","id":"f4db8438-793f-4037-8cc4-21967532ef2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientid}}","description":"<p>ClientID fornecida no credenciamento.</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"type","value":"CPF/CNPJ","description":"<p>Pessoa física ou jurídica </p>\n","type":"text"},{"key":"document","value":"00000000000","description":"<p>Documento do beneficiário. </p>\n","type":"text"},{"key":"relation","value":"Cliente","description":"<p>Relacionamento com o beneficiário</p>\n","type":"text"},{"key":"name","value":"","description":"<p>Nome do beneficiário</p>\n","type":"text"},{"key":"bank","value":"","description":"<p>Nome do Banco</p>\n","type":"text"},{"key":"ag","value":"","description":"<p>Agência</p>\n","type":"text"},{"key":"ac","value":"","description":"<p>Conta</p>\n","type":"text"},{"key":"bank_code","value":"","description":"<p>Número do banco</p>\n","type":"text"},{"key":"typeaccount","value":"","type":"text","disabled":true},{"key":"pix01","value":"","description":"<p>Chave PIX</p>\n","type":"text"},{"key":"pix02","value":"","description":"<p>Chave PIX</p>\n","type":"text"},{"key":"ISPB","value":"","description":"<p>Código  do ISPB bancário (PIX Manual)</p>\n","type":"text"}]},"url":"https://api-v2.seletobank.com.br/contadigital/beneficiario/create","urlObject":{"protocol":"https","path":["contadigital","beneficiario","create"],"host":["api-v2","seletobank","com","br"],"query":[],"variable":[]}},"response":[{"id":"511d467a-ea01-4ed7-ae2f-2d4cd436b1ce","name":"Cadastrando beneficiario","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"a834d47e283dd12f50a1b3a771603ae9dfd5a32c","description":"ClientID fornecida no credenciamento."},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"type","value":"CPF/CNPJ","type":"text"},{"key":"document","value":"00000000000","type":"text"},{"key":"relation","value":"Cliente","type":"text"},{"key":"name","value":"","type":"text"},{"key":"bank","value":"","type":"text"},{"key":"ag","value":"","type":"text"},{"key":"ac","value":"","type":"text"},{"key":"bank_code","value":"","type":"text"},{"key":"typeaccount","value":"","type":"text","disabled":true},{"key":"pix01","value":"","type":"text"},{"key":"pix02","value":"","type":"text"},{"key":"ISPB","value":"","type":"text"}]},"url":"https://api-v2.seletobank.com.br/contadigital/beneficiario/update"},"status":"Created","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-length","value":"352","name":"content-length","description":""},{"key":"content-type","value":"application/json","name":"content-type","description":""},{"key":"date","value":"Wed, 09 Aug 2017 12:12:24 GMT","name":"date","description":""},{"key":"status","value":"201","name":"status","description":""},{"key":"via","value":"1.1 7a7217b79ce10ca6b1e959e451f56af8.cloudfront.net (CloudFront)","name":"via","description":""},{"key":"x-amz-cf-id","value":"TnB7Lis-zn0cWrg153wRnu3SJAfNuVIZWRbkoB2hdEovBx31NEEGIg==","name":"x-amz-cf-id","description":""},{"key":"x-amzn-requestid","value":"00a0f29a-7cfc-11e7-9af3-47c2a7a548e7","name":"x-amzn-requestid","description":""},{"key":"x-amzn-trace-id","value":"Root=1-598afc28-4019d73b8ed4772acb10e02a","name":"x-amzn-trace-id","description":""},{"key":"x-cache","value":"Miss from cloudfront","name":"x-cache","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"hash\": \"0000-0-00000a00-0000000-090u908098\"\n}"}],"_postman_id":"f4db8438-793f-4037-8cc4-21967532ef2d"},{"name":"Changing Beneficiary #MANUTENANCE","id":"ce7f3963-1734-4e64-bead-52f9df0797be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientid}}","description":"<p>ClientID fornecida no credenciamento.</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"type","value":"CPF/CNPJ","description":"<p>Pessoa física ou jurídica </p>\n","type":"text"},{"key":"document","value":"00000000000","description":"<p>Documento do beneficiário. </p>\n","type":"text"},{"key":"relation","value":"Cliente","description":"<p>Relacionamento com o beneficiário</p>\n","type":"text"},{"key":"name","value":"","description":"<p>Nome do beneficiário</p>\n","type":"text"},{"key":"bank","value":"","description":"<p>Nome do Banco</p>\n","type":"text"},{"key":"ag","value":"","description":"<p>Agência</p>\n","type":"text"},{"key":"ac","value":"","description":"<p>Conta</p>\n","type":"text"},{"key":"bank_code","value":"","description":"<p>Número do banco</p>\n","type":"text"},{"key":"typeaccount","value":"","type":"text","disabled":true},{"key":"pix01","value":"","description":"<p>Chave PIX</p>\n","type":"text"},{"key":"pix02","value":"","description":"<p>Chave PIX</p>\n","type":"text"},{"key":"ISPB","value":"","description":"<p>Código  do ISPB bancário (PIX Manual)</p>\n","type":"text"}]},"url":"https://api-v2.seletobank.com.br/contadigital/beneficiario/update/{{hash}}","urlObject":{"protocol":"https","path":["contadigital","beneficiario","update","{{hash}}"],"host":["api-v2","seletobank","com","br"],"query":[],"variable":[]}},"response":[{"id":"7a71bb45-35f7-4a5f-b0a8-01a29c57b42c","name":"Alterando beneficiario","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"a834d47e283dd12f50a1b3a771603ae9dfd5a32c","description":"ClientID fornecida no credenciamento."},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"type","value":"CPF/CNPJ","type":"text"},{"key":"document","value":"00000000000","type":"text"},{"key":"relation","value":"Cliente","type":"text"},{"key":"name","value":"","type":"text"},{"key":"bank","value":"","type":"text"},{"key":"ag","value":"","type":"text"},{"key":"ac","value":"","type":"text"},{"key":"bank_code","value":"","type":"text"},{"key":"typeaccount","value":"","type":"text","disabled":true},{"key":"pix01","value":"","type":"text"},{"key":"pix02","value":"","type":"text"},{"key":"ISPB","value":"","type":"text"}]},"url":"https://api-v2.seletobank.com.br/contadigital/beneficiario/update/{{hash}}"},"status":"Created","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-length","value":"352","name":"content-length","description":""},{"key":"content-type","value":"application/json","name":"content-type","description":""},{"key":"date","value":"Wed, 09 Aug 2017 12:12:24 GMT","name":"date","description":""},{"key":"status","value":"201","name":"status","description":""},{"key":"via","value":"1.1 7a7217b79ce10ca6b1e959e451f56af8.cloudfront.net (CloudFront)","name":"via","description":""},{"key":"x-amz-cf-id","value":"TnB7Lis-zn0cWrg153wRnu3SJAfNuVIZWRbkoB2hdEovBx31NEEGIg==","name":"x-amz-cf-id","description":""},{"key":"x-amzn-requestid","value":"00a0f29a-7cfc-11e7-9af3-47c2a7a548e7","name":"x-amzn-requestid","description":""},{"key":"x-amzn-trace-id","value":"Root=1-598afc28-4019d73b8ed4772acb10e02a","name":"x-amzn-trace-id","description":""},{"key":"x-cache","value":"Miss from cloudfront","name":"x-cache","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"}],"_postman_id":"ce7f3963-1734-4e64-bead-52f9df0797be"}],"id":"3e82eab7-112c-4148-9863-619f2d786398","_postman_id":"3e82eab7-112c-4148-9863-619f2d786398","description":""},{"name":"Transactions","item":[{"name":"Creating Transactions","item":[{"name":"Paying a bill with barcode using the Digital Account.","id":"fa0b9178-4763-402f-bcdb-1e8701492924","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"Client_Id_**","description":"<p>ClientID fornecida no credenciamento da Conta Digital</p>\n"},{"key":"ClientSecret","value":"Client_Secret_**","description":"<p>ClientSecret fornecida no credenciamento da Conta Digital</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"lote\":\n    [\n        {\n            \"done\": true,\n            \"valor\": 0.04,\n            \"codigo_barras\": \"0000000-00000000-0000000-0000000\"\n        },\n        {\n            \"done\": true,\n            \"valor\": 0.02,\n            \"codigo_barras\": \"0000000-00000000-0000000-0000000\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api-v2.seletobank.com.br/contadigital/transacoes/boleto","description":"<p>* You can pay an expanse from a bank slip or other bill that has a barcode. This endpoint can generate batch charges, so all charges must be sent within a array batch;</p>\n<p>* You can schedule the payment of the charges by entering a date in payment date;</p>\n<p>* To generate an expense by invoice, of course, the barcode will be required, where the scannable line of the invoice must be provided using only numbers.</p>\n","urlObject":{"protocol":"https","path":["contadigital","transacoes","boleto"],"host":["api-v2","seletobank","com","br"],"query":[],"variable":[]}},"response":[{"id":"7fd229c2-6af0-417a-97f9-578b3101bc9e","name":"Pagando uma conta em lote com código de barras usando a Conta Digital.","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{chave-conta}}","description":"ClientID fornecida no credenciamento da Conta Digital"},{"key":"ClientSecret","value":"","description":"ClientSecret fornecida no credenciamento da Conta Digital","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"lote\":\n    [\n        {\n            \"done\": true,\n            \"valor\": 0.04,\n            \"codigo_barras\": \"0000000-00000000-0000000-0000000\"\n        },\n        {\n            \"done\": true,\n            \"valor\": 0.02,\n            \"codigo_barras\": \"0000000-00000000-0000000-0000000\"\n        }\n    ]\n}"},"url":"https://api-v2.seletobank.com.br/contadigital/transacoes/boleto"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{   \n    \"lote\":\n    [\n        {\n            \"done\": true,\n            \"message\": \"Boleto pago com sucesso.\",\n            \"hash\": \"0000000-00000000-000000000-0200000000\"\n        }\n    ]\n    \n}"}],"_postman_id":"fa0b9178-4763-402f-bcdb-1e8701492924"},{"name":"Wire Transfer (PIX)","id":"78e072c6-42b5-4bfa-8cf6-8ea7960dfd8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{chave-conta}}","description":"<p>ClientID fornecida no credenciamento da Conta Digital</p>\n"},{"key":"ClientSecret","value":"{{chave-conta}}","description":"<p>ClientSecret fornecida no credenciamento da Conta Digital</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"lote\":\n    [\n        {\n            \"valor\": 0.01,\n            \"chave\": \"0000000-00000000-0000000-0000000\"\n        },\n        {\n            \"valor\": 0.01,\n            \"chave\": \"0000000-00000000-0000000-0000000\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api-v2.seletobank.com.br/contadigital/transacoes/pix","description":"<p>* You can perform a wire transfer <code>PIX</code> using the digital account. This endpoint can generate batch transfers, so all new transfers must be sent within a bactch array;</p>\n<p>* You can schedule the transfer by entering a dante in <code>payment_date</code>.</p>\n<p>* To generate a transaction PIX-MANUAL the parameters <code>ispb</code>, <code>favored_account</code>, <code>favored_agency</code>, <code>favored_account_type</code> will be mandatory.</p>\n","urlObject":{"protocol":"https","path":["contadigital","transacoes","pix"],"host":["api-v2","seletobank","com","br"],"query":[],"variable":[]}},"response":[{"id":"0cdbd542-8caa-48fc-ab6d-33ee7b3ce48f","name":"Gerando uma transação de PIX","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"","description":"ClientID fornecida no credenciamento da Conta Digital"},{"key":"ClientSecret","value":"","description":"ClientSecret fornecida no credenciamento da Conta Digital","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"lote\":\n    [\n        {\n            \"valor\": 0.01,\n            \"chave\": \"0000000-00000000-0000000-0000000\"\n        },\n        {\n            \"valor\": 0.01,\n            \"chave\": \"0000000-00000000-0000000-0000000\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api-v2.seletobank.com.br/contadigital/transacoes/pix"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"content-length","value":"164","name":"content-length","description":""},{"key":"content-type","value":"application/json","name":"content-type","description":""},{"key":"date","value":"Tue, 08 Aug 2017 14:31:41 GMT","name":"date","description":""},{"key":"status","value":"201","name":"status","description":""},{"key":"via","value":"1.1 197dcae6c8f8b87289163356ad54aa79.cloudfront.net (CloudFront)","name":"via","description":""},{"key":"x-amz-cf-id","value":"Svfhuxa7p-1e-JrNh6EkbedePoTs_LHfw6BZT4ZNbBlUNnmv-9bYbg==","name":"x-amz-cf-id","description":""},{"key":"x-amzn-requestid","value":"41afe1f3-7c46-11e7-8a71-2701490bed33","name":"x-amzn-requestid","description":""},{"key":"x-amzn-trace-id","value":"Root=1-5989cb3c-f8871a83b49d7f5efba56ca3","name":"x-amzn-trace-id","description":""},{"key":"x-cache","value":"Miss from cloudfront","name":"x-cache","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"lote\": [\n        {\n            \"done\": true,\n            \"message\": \"PIX efetuado com sucesso!\",\n            \"hash\": \"99e129e5-79dd-4438-a5db-dbebe09982d6\",\n            \"endToEndId\": \"E09089356202108311852APIe72e6175\"\n        },\n        {\n            \"done\": false,\n            \"message\": \"Chave PIX inválida\",\n            \"hash\": \"efbc737f-71dd-4b55-82d1-ede4122a617d\"\n        }\n    ]\n}"},{"id":"90d69c12-f07d-4604-b470-20c930914fc6","name":"Transferência via Conta","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{chave-conta}}","description":"ClientID fornecida no credenciamento da Conta Digital"},{"key":"ClientSecret","value":"{{chave-conta}}","description":"ClientSecret fornecida no credenciamento da Conta Digital","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"lote\":\n    [\n        {\n            \"valor\": 0.01,\n            \"contaBanco\": {\n                \"nome\": \"JOSE CARVALHO\",\n                \"cpf\": \"10519952057\",\n                \"codigoBanco\": \"09089356\", //ISPB\n                \"agencia\": \"1\",\n                \"conta\": \"123453\",\n                \"tipoConta\": \"cacc\" //cacc (Corrente), svgs (Poupança)\n            }\n        },\n        {\n            \"valor\": 0.01,\n            \"contaBanco\": {\n                \"nome\": \"JOSE CARVALHO\",\n                \"cpf\": \"10519952057\",\n                \"codigoBanco\": \"09089356\", //ISPB\n                \"agencia\": \"1\",\n                \"conta\": \"123453\",\n                \"tipoConta\": \"cacc\" //cacc (Corrente), svgs (Poupança)\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api-v2.seletobank.com.br/contadigital/transacoes/pix"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"78e072c6-42b5-4bfa-8cf6-8ea7960dfd8c"},{"name":"Account to Account Transfer","id":"fe26b4f1-f44d-4621-a5c1-1de771d80ebf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"ClientID","value":"{{chave-conta}}","description":"<p>ClientID fornecida no credenciamento da Conta Digital</p>\n"},{"key":"ClientSecret","value":"{{chave-conta}}","description":"<p>ClientSecret fornecida no credenciamento da Conta Digital</p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"documento","value":"{{subconta}}","description":"<p>Documento da conta</p>\n","type":"text"},{"key":"valor","value":"10.00","description":"<p>Valor a ser transferido. Deve ser informado um valor usando no máximo duas casas decimais. Exemplo: 10.05</p>\n","type":"text"}]},"url":"https://api-v2.seletobank.com.br/contadigital/transacoes/tef","urlObject":{"protocol":"https","path":["contadigital","transacoes","tef"],"host":["api-v2","seletobank","com","br"],"query":[],"variable":[]}},"response":[{"id":"8f8725fe-7d34-4f92-a3f2-f409322a9aa9","name":"Transferindo saldo de uma conta para outro beneficiário","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"ClientID","value":"{{chave-conta}}","description":"ClientID fornecida no credenciamento da Conta Digital"},{"key":"ClientSecret","value":"{{chave-conta}}","description":"ClientSecret fornecida no credenciamento da Conta Digital","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"documento","value":"{{subconta}}","type":"text","description":"CPF/CNPJ"},{"key":"valor","value":"10.00","type":"text","description":"Valor"}]},"url":"https://api-v2.seletobank.com.br/contadigital/transacoes/tef"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"Content-Type,Accept, X-CHAVE","name":"Access-Control-Allow-Headers","description":""},{"key":"Access-Control-Allow-Methods","value":"DELETE,OPTIONS","name":"Access-Control-Allow-Methods","description":""},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"41","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Fri, 25 Aug 2017 16:58:49 GMT","name":"Date","description":""},{"key":"Via","value":"1.1 f0b1462eb6409e32cb677a16c59698e8.cloudfront.net (CloudFront)","name":"Via","description":""},{"key":"X-Amz-Cf-Id","value":"93S_HoCT3-ut80lU4JZ77mHjs58gPaWG8btUXU74sCKgwlgWULpUWA==","name":"X-Amz-Cf-Id","description":""},{"key":"X-Cache","value":"Error from cloudfront","name":"X-Cache","description":""},{"key":"x-amzn-RequestId","value":"991eb883-89b6-11e7-a56d-07bd9a6b9f51","name":"x-amzn-RequestId","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"done\": true,\n    \"message\": \"Transferência efetuada com sucesso.\",\n    \"hash\": \"1000000002240\"\n}"}],"_postman_id":"fe26b4f1-f44d-4621-a5c1-1de771d80ebf"},{"name":"Viewing The Approval History Of a Specific Transaction","id":"7e0f22de-1423-4020-861a-f57d4e91aca8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ClientID","value":"{{chave-conta}}","description":"<p>ClientID fornecida no credenciamento</p>\n"}],"url":"https://api-v2.seletobank.com.br/contadigital/transacoes/info/{{hash-transacao}}","urlObject":{"protocol":"https","path":["contadigital","transacoes","info","{{hash-transacao}}"],"host":["api-v2","seletobank","com","br"],"query":[],"variable":[]}},"response":[{"id":"7b4d0730-5757-471c-9bd3-258d0cc53005","name":"Exibindo o histórico de aprovações de uma despesa","originalRequest":{"method":"GET","header":[{"key":"ClientID","value":"","description":"ClientID fornecida no credenciamento"}],"url":"https://api-v2.seletobank.com.br/contadigital/transacoes/info/{{hash-transacao}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-length","value":"3667","name":"content-length","description":""},{"key":"content-type","value":"application/json","name":"content-type","description":""},{"key":"date","value":"Mon, 07 Aug 2017 12:41:11 GMT","name":"date","description":""},{"key":"status","value":"200","name":"status","description":""},{"key":"via","value":"1.1 6ce5b4071d459e16e932015e6e13e48b.cloudfront.net (CloudFront)","name":"via","description":""},{"key":"x-amz-cf-id","value":"V5-nEnP2BnLfEwIrhNlcuUaMWRPB_RMRlGH2TmtnZ885kC-yLaJkSg==","name":"x-amz-cf-id","description":""},{"key":"x-amzn-requestid","value":"b12a4b52-7b6d-11e7-b8ec-adb1c48445f5","name":"x-amzn-requestid","description":""},{"key":"x-amzn-trace-id","value":"Root=1-59885fe7-a31001dc0bbe1b2682d9b952","name":"x-amzn-trace-id","description":""},{"key":"x-cache","value":"Miss from cloudfront","name":"x-cache","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"hash\":\n        [\n            {\n                \"nome_recebeu\":\"João Paulo Costa e Silva Pereira (700.XXX)\",\n                \"login_recebeu\":\"700.***.***-**\",\n                \"nome_enviou\":\"Diones ***** S****\",\n                \"login_enviou\":\"997.***.***-**\",\n                \"hash\":\"6e656b2d-c1de-4c8d-b117-de46b6bd2657\",\n                \"taxa\":\"1\",\n                \"mensagem\":\"Pagamento Transferêancia: João **** ***** e ***** P*******\",\n                \"valor\":\"2.00\",\n                \"data\":\"2021-07-23 15:56:14\"\n            }\n        ]\n}"}],"_postman_id":"7e0f22de-1423-4020-861a-f57d4e91aca8"}],"id":"4d73f0dd-a0a9-4832-aa66-5a07e20d9e08","_postman_id":"4d73f0dd-a0a9-4832-aa66-5a07e20d9e08","description":""}],"id":"0afd0228-1531-47ee-9ef6-38f2d2a5d1be","_postman_id":"0afd0228-1531-47ee-9ef6-38f2d2a5d1be","description":""},{"name":"Receipts (For Digital Account Users)","item":[{"name":"INVOICE","item":[{"name":"Issue a Registered Invoice by API","id":"67c5e506-95a0-43ee-8215-dd4500119f59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"lote\": [\n        {\n            \"vencimento\": \"12/30/2019\",\n            \"valor\": 1000,\n            \"juros\": 0,\n            \"multa\": 0,\n            \"desconto\": \"\",\n            \"nome_cliente\": \"Cliente de Exemplo\",\n            \"documento_cliente\": \"62936576000112\",\n            \"telefone_celular\": \"11900000000\",\n            \"logo_url\": \"http://wallpapercave.com/wp/xK64fR4.jpg\",\n            \"texto\": \"Exemplo de emissão de boleto\",\n            \"item\": \"Recarga Exemplo\",\n            \"pedido_numero\": \"2342\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api-v2.seletobank.com.br/contadigital/recebimentos/transacoes/boleto","description":"<p>* IMPORTANT: The <code>hash</code> parameter is an internal invoice indentification number within SeletoBank. You must use this number to identify the invoices that have been paid. So recording it on your side is very important;</p>\n<p>* You can send your own ID in the parameter <code>request_number</code>.</p>\n<p>* By entering the <code>hash</code> parameter, you can edit the invoice by API without the risk of duplicating it, since the system will not generate another invoice if the same one exists. That is, the system will not generate another invoice if the same one exists. That is, the system will not create two invoices with the same <code>request_number</code> for the same credential.</p>\n<p>* You can send an image URL in the <code>logo_url</code> parameter to generate a invoice with your company logo.</p>\n<p>* You can include a free text in the <code>text</code> parameter to insert a custom message or remarks to you customers.</p>\n","urlObject":{"protocol":"https","path":["contadigital","recebimentos","transacoes","boleto"],"host":["api-v2","seletobank","com","br"],"query":[],"variable":[]}},"response":[{"id":"f41ba6d4-f4be-4821-be4c-ca7025d66fdb","name":"Emitindo um boleto via API","originalRequest":{"method":"POST","header":[{"key":"ClientID","name":"Content-Type","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"lote\": [\n        {\n            \"vencimento\": \"12/30/2019\",\n            \"valor\": 1000,\n            \"juros\": 0,\n            \"multa\": 0,\n            \"desconto\": \"\",\n            \"nome_cliente\": \"Cliente de Exemplo\",\n            \"documento_cliente\": \"62936576000112\",\n            \"telefone_celular\": \"11900000000\",\n            \"logo_url\": \"http://wallpapercave.com/wp/xK64fR4.jpg\",\n            \"texto\": \"Exemplo de emissão de boleto\",\n            \"item\": \"Recarga Exemplo\",\n            \"pedido_numero\": \"2342\"\n        }\n    ]\n}"},"url":"https://api-v2.seletobank.com.br/contadigital/recebimentos/transacoes/boleto"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"content-length","value":"592","name":"content-length","description":""},{"key":"content-type","value":"application/json","name":"content-type","description":""},{"key":"date","value":"Tue, 08 Aug 2017 20:24:57 GMT","name":"date","description":""},{"key":"status","value":"201","name":"status","description":""},{"key":"via","value":"1.1 8e0232e4629da37b0d6adfe96cea8474.cloudfront.net (CloudFront)","name":"via","description":""},{"key":"x-amz-cf-id","value":"My0dv4EPIHVMClS0U2RSUgdubusGy90Jv4H4SVxlOxZ7rQk77xdx7A==","name":"x-amz-cf-id","description":""},{"key":"x-amzn-requestid","value":"a4f9b4b1-7c77-11e7-8de7-d15d2ee4ccb9","name":"x-amzn-requestid","description":""},{"key":"x-amzn-trace-id","value":"Root=1-598a1e18-184cd777fbb723e724ab296c","name":"x-amzn-trace-id","description":""},{"key":"x-cache","value":"Miss from cloudfront","name":"x-cache","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"done\": true,\n    \"message\": \"Sucesso.\",\n    \"hash\": \"abe2658dc12bb4a300cc202b60ec87624a60157d\",\n    \"linkBoleto\": \"https:\\/\\/pagamento.seletobank.com.br\\/subadquirente\\/api\\/publico\\/boleto?i=1f1b522edcbb44277574e765af70b9b6450773d2\",\n    \"linhaDigitavel\": \"03399.69925 58700.001058 53613.001014 2 81190000005075\"\n}"}],"_postman_id":"67c5e506-95a0-43ee-8215-dd4500119f59"}],"id":"fc455eae-51c5-4b6e-9e1d-b26b176d8f30","description":"<p><strong>How to issue invoices by API?</strong></p>\n<p>* Generate the invoices by calling the endpoint <code>[POST] /digitalaccount/receipts/transactions/invoice</code> using the POST method;</p>\n<p>* Send the invoice link to the customer ans store the <code>hash</code> to identify when that invoice was paid;</p>\n<h3 id=\"webhooks\">Webhooks</h3>\n<p>Check the url in the webhook parameter when accrediting your account. Whenever something is changed in the billing, we can send the updated billing parameters to an URL in your ERP.</p>\n<p>Example of the Webhook we will send you:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"operacao\":\"PUT\",\n   \"tipo\":\"recebimento_boleto\",\n   \"valor\":\"50.75\",\n   \"nosso_numero\":\"100292323\",\n   \"hash\":\"78f0dce295bf8c4fa26bf5de3daefd1d659fe381\",\n   \"valor_liquido\":\"\",\n   \"data_vencimento\":\"12/30/2019\",\n   \"data_pagamento\":\"\",\n   \"data_credito\":\"\",\n   \"client_id\":\"e490e77a794a662711309355df873866a5fbe46d\"\n}\n\n</code></pre>\n","event":[{"listen":"prerequest","script":{"id":"8a1a7d57-4ae7-44f0-97f7-fb3e69d1b9d3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0a2d8f1b-78cb-45c7-b884-1ea4421eba0f","type":"text/javascript","exec":[""]}}],"_postman_id":"fc455eae-51c5-4b6e-9e1d-b26b176d8f30"},{"name":"WIRE TRANSFER ( PIX)","item":[{"name":"Create a wire transfer(PIX)","id":"7e764448-0a78-4bd6-8938-0fbbcf7fd899","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{chave-conta}}","description":"<p>ClientID recebida no credenciamento.</p>\n"}],"body":{"mode":"raw","raw":"{\n    \"lote\": [\n        {\n            \"valor\": 1000,\n            \"descricao_pagamento\": \"Exemplo de emissão de boleto\",\n            \"nome_cliente\": \"Nome do Cliente\",\n            \"documento_cliente\": \"00000000000\",\n            \"telefone_cliente\": \"11999990000\",\n            \"email_cliente\": \"test@test.com\",\n            \"pedido_numero\": \"2342\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api-v2.seletobank.com.br/contadigital/recebimentos/transacoes/pix","urlObject":{"protocol":"https","path":["contadigital","recebimentos","transacoes","pix"],"host":["api-v2","seletobank","com","br"],"query":[],"variable":[]}},"response":[{"id":"c25e115f-3cfb-4d34-9428-1a9990ed3af8","name":"Criar uma transação via PIX","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"","description":"ClientID recebida no credenciamento."},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"lote\": [\n        {\n            \"valor\": 1000,\n            \"descricao_pagamento\": \"Exemplo de emissão de boleto\",\n            \"pedido_numero\": \"2342\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api-v2.seletobank.com.br/contadigital/recebimentos/transacoes/pix"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"content-length","value":"419","name":"content-length","description":""},{"key":"content-type","value":"application/json","name":"content-type","description":""},{"key":"date","value":"Tue, 08 Aug 2017 20:19:01 GMT","name":"date","description":""},{"key":"status","value":"201","name":"status","description":""},{"key":"via","value":"1.1 8e0232e4629da37b0d6adfe96cea8474.cloudfront.net (CloudFront)","name":"via","description":""},{"key":"x-amz-cf-id","value":"-iUmCwRcmNwn-aw1RDTiuWs8YpJUt5WWSctMwYoOxPKFfBD20fW1Gw==","name":"x-amz-cf-id","description":""},{"key":"x-amzn-requestid","value":"cc636302-7c76-11e7-9b2f-4fcb40159c0c","name":"x-amzn-requestid","description":""},{"key":"x-amzn-trace-id","value":"Root=1-598a1cad-d757df702a4c6799a6baadec","name":"x-amzn-trace-id","description":""},{"key":"x-cache","value":"Miss from cloudfront","name":"x-cache","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"done\": true,\n    \"hash\": \"227e750dbbb6785f1fa6219d0a90a988b983d2b6\",\n    \"qr_code\": \"img qrcode pix\",\n    \"wallet\": \"Código qrcode\"\n}"}],"_postman_id":"7e764448-0a78-4bd6-8938-0fbbcf7fd899"}],"id":"00abc541-b797-4114-bd9f-bf893cae7a16","description":"<h3 id=\"webhooks\">Webhooks</h3>\n<p>Example of the Webhook we will send you:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"operacao\": \"PUT\",\n   \"tipo\": \"recebimento_pix\",\n   \"hash\": \"2017000199860100169602 \",\n   \"valor\": \"1.11\",\n   \"valor_liquido\": \"1.05 \",\n   \"pedido_numero\": \"\",\n   \"data_transacao\": \"08 / 21 / 2017 \",\n   \"client_id\": \"a49b571b8b9612f4b12470a79f3eaa21ed6e1e52 \"\n}\n\n</code></pre>\n","event":[{"listen":"prerequest","script":{"id":"d5f9f31e-2ff7-46f0-b7e7-60bd3fd19d65","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7e60ac26-719b-4d18-8b7c-b64bb8042930","type":"text/javascript","exec":[""]}}],"_postman_id":"00abc541-b797-4114-bd9f-bf893cae7a16"},{"name":"Statement","item":[{"name":"Receipt Statement","id":"fc6f7ad3-2084-4f12-b570-66118b296d46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ClientID","value":"{{chave-conta}}","description":"<p>ClientID fornecida no credenciamento.</p>\n"}],"url":"https://api-v2.seletobank.com.br/contadigital/recebimentos/transacoes/extrato","description":"<p>Lists what was received on a given day in an ideal format for casualties.</p>\n","urlObject":{"protocol":"https","path":["contadigital","recebimentos","transacoes","extrato"],"host":["api-v2","seletobank","com","br"],"query":[],"variable":[]}},"response":[{"id":"48512436-9356-4c74-a802-25ca6ab0c327","name":"Gerando um extrato de uma conta","originalRequest":{"method":"GET","header":[{"key":"ClientID","value":""}],"url":"https://api-v2.seletobank.com.br/contadigital/recebimentos/transacoes/extrato"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-length","value":"27649","name":"content-length","description":""},{"key":"content-type","value":"application/json","name":"content-type","description":""},{"key":"date","value":"Sun, 06 Aug 2017 02:41:29 GMT","name":"date","description":""},{"key":"status","value":"200","name":"status","description":""},{"key":"via","value":"1.1 cb797a973b415a99436d0c977496f0ca.cloudfront.net (CloudFront)","name":"via","description":""},{"key":"x-amz-cf-id","value":"BnTQu5tEvQ9mrWRRv3_FocpUu_bOg5rB2XQ-bxW6YmBZi1BMQxJCBg==","name":"x-amz-cf-id","description":""},{"key":"x-amzn-requestid","value":"bf5684df-7a50-11e7-9755-35beba99de63","name":"x-amzn-requestid","description":""},{"key":"x-amzn-trace-id","value":"Root=1-598681d8-226f2ec1841142022d621e21","name":"x-amzn-trace-id","description":""},{"key":"x-cache","value":"Miss from cloudfront","name":"x-cache","description":""}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"2017000006910010500197\",\n        \"valor\": \"1\",\n        \"valor_liquido\": \"0.93\",\n        \"hash\": \"\",\n        \"data_gerado\": \"08/05/2017\"\n    },\n    {\n        \"id\": \"2017000006910010500197\",\n        \"valor\": \"1\",\n        \"valor_liquido\": \"0.93\",\n        \"hash\": \"\",\n        \"data_gerado\": \"08/05/2017\"\n    },\n    {\n        \"id\": \"2017000006910010500197\",\n        \"valor\": \"1\",\n        \"valor_liquido\": \"0.93\",\n        \"hash\": \"\",\n        \"data_gerado\": \"08/05/2017\"\n    },\n    {\n        \"id\": \"2017000006910010500197\",\n        \"valor\": \"1\",\n        \"valor_liquido\": \"0.93\",\n        \"hash\": \"\",\n        \"data_gerado\": \"08/05/2017\"\n    }\n]"}],"_postman_id":"fc6f7ad3-2084-4f12-b570-66118b296d46"}],"id":"53c18a82-cef4-478e-b37a-e66115154de5","description":"<p>Lists all requisitions held within a given period. It shows the current credit forecast, whether they have been canceled or charge-backed. Ideal format for reconciliations.</p>\n<p>Through this method it is possible to consult:</p>\n<p>*   Settled bills of exchange;\n*   Authorized pix operations;\n*   Cancelled and<code>não unauthorized</code>card operations.\n*   In both cases it is possible to filter by desired period (a day, month, year, etc..) through the format <code>mm/dd/aaaa</code></p>\n<h2 id=\"when-will-i-receive\">When will I receive?</h2>\n<p>*   Invoices are credited to your bank account or Digital Account 2 days after payment <code>(D+2)</code>.</p>\n","event":[{"listen":"prerequest","script":{"id":"d621700a-7093-4967-baf3-118f97ecaf38","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b873e7bb-3dd5-493e-8fe9-d25b7d976ace","type":"text/javascript","exec":[""]}}],"_postman_id":"53c18a82-cef4-478e-b37a-e66115154de5"}],"id":"cbd7d5a6-ea9a-4462-8854-843ce16f5753","description":"<p>Using the SeletoBank payout service to receive via Boleto Bancário Registered and PIX automatically into your Digital Account.</p>\n","event":[{"listen":"prerequest","script":{"id":"54838724-33e6-41cd-b73a-f2d8bbee51a0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"878b8cac-d99c-4f77-a4c1-04d388dba4e2","type":"text/javascript","exec":[""]}}],"_postman_id":"cbd7d5a6-ea9a-4462-8854-843ce16f5753"},{"name":"Webhook","item":[],"id":"3d49e402-cd6a-428d-bfdb-f877bb6cf821","description":"<h2 id=\"seletobank-notification-system\"><strong>SeletoBank Notification System</strong></h2>\n<p>Each and every \"INPUT\" transaction, SeletoBank will send a JSON notification in the following format:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"hash\": \"91860e21-e3ae-42b1-951d-101ac29556e7\",\n  \"operacao\": \"PUT\",\n  \"pedido_numero\": \"1234\",\n  \"tipo\": \"recebimento_pix\",\n  \"data_transacao\": \"24-02-2022 20:16:05\",\n  \"valor\": \"0.02\",\n  \"status\": 2\n}\n\n</code></pre>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>hash</strong></th>\n<th><strong>operation</strong></th>\n<th><strong>type</strong></th>\n<th><strong>transaction_date</strong></th>\n<th><strong>amount</strong></th>\n<th><strong>status</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Unique operation code for future reference.</td>\n<td>Type of operation:  <br />  <br />PUT = Input  <br />OUT = Amount Output</td>\n<td>Reason for notification:  <br />  <br /><strong>Receipt_pix  <br />payment_pix  <br />receipt_invoice  <br />payment_invoice</strong></td>\n<td>Date the transaction was made</td>\n<td>Transaction amount</td>\n<td>Status, where:  <br />  <br />1 = Pending  <br />2 = Finished  <br />3 = Rejected  <br />99 = Reversed.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"3d49e402-cd6a-428d-bfdb-f877bb6cf821"}],"id":"38f2afc4-8786-4c26-b79e-94e0d3afe261","_postman_id":"38f2afc4-8786-4c26-b79e-94e0d3afe261","description":""},{"name":"Receipts (Widget)","item":[],"id":"90621eff-fc45-460a-826d-45359a4dc3ab","description":"<p>In Development.</p>\n","_postman_id":"90621eff-fc45-460a-826d-45359a4dc3ab"}],"event":[{"listen":"prerequest","script":{"id":"21b0b2a1-06eb-4072-b3a1-187bfe0faa58","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6ffa7d57-e40f-4cfe-9d75-e88c78b1731a","type":"text/javascript","exec":[""]}}],"variable":[{"key":"client_id","value":""},{"key":"client_secret","value":""}]}