{"info":{"_postman_id":"dde5f0d2-2dd9-408c-88d5-4e15e36455f6","name":"API Boleto","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"6159370","collectionId":"dde5f0d2-2dd9-408c-88d5-4e15e36455f6","publishedId":"TVYAg11h","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-11-05T18:54:35.000Z"},"item":[{"name":"Gerar Boleto","id":"f6a88835-18e6-4127-a65e-682f64582d37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"reference\": \"PEDIDO TESTE\",\n    \"firstDueDate\": \"2020-09-20\",\n    \"numberOfPayments\": \"05\",\n    \"periodicity\": \"monthly\",\n    \"amount\": \"19.87\",\n    \"ExtraAmount\": -5.00,\n    \"instructions\": \"Teste Pagseguro.\",\n    \"description\": \"Teste Pagseguro.\",\n    \"customer\": {\n        \"document\": {\n            \"type\": \"CPF\",\n            \"value\": \"CPF_COMPRADOR\"\n        },\n        \"name\": \"Alini QA\",\n        \"email\": \"compradoralini@xpto.com.br\",\n        \"phone\": {\n            \"areaCode\": \"11\",\n            \"number\": \"91234-5678\n        },\n        \"address\": {\n            \"postalCode\": \"01046010\",\n            \"street\": \"Av. Ipiranga\",\n            \"number\": \"100\",\n            \"district\": \"Republica\",\n            \"city\": \"Sao Paulo\",\n            \"state\": \"SP\"\n        }\n    }\n}"},"url":"https://ws.pagseguro.uol.com.br/recurring-payment/boletos?email={{EMAIL_DA_CONTA}}&token={{TOKEN_DA_CONTA}}","urlObject":{"protocol":"https","path":["recurring-payment","boletos"],"host":["ws","pagseguro","uol","com","br"],"query":[{"description":{"content":"<p>Email cadastrado na conta de produção.</p>\n","type":"text/plain"},"key":"email","value":"{{EMAIL_DA_CONTA}}"},{"description":{"content":"<p>Token gerado na conta de produção.</p>\n","type":"text/plain"},"key":"token","value":"{{TOKEN_DA_CONTA}}"}],"variable":[]}},"response":[],"_postman_id":"f6a88835-18e6-4127-a65e-682f64582d37"},{"name":"Cancelar boleto","id":"93f3bd08-e76d-407f-8cc9-8647dbe740ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/xml;charset=ISO-8859-1","type":"text"}],"url":"https://ws.pagseguro.uol.com.br/v2/transactions/cancels?email={{EMAIL_DA_CONTA}}&token={{TOKEN_DA_CONTA}}&transactionCode={{transaction-code}}","urlObject":{"protocol":"https","path":["v2","transactions","cancels"],"host":["ws","pagseguro","uol","com","br"],"query":[{"key":"email","value":"{{EMAIL_DA_CONTA}}"},{"key":"token","value":"{{TOKEN_DA_CONTA}}"},{"key":"transactionCode","value":"{{transaction-code}}"}],"variable":[]}},"response":[],"_postman_id":"93f3bd08-e76d-407f-8cc9-8647dbe740ba"}],"event":[{"listen":"prerequest","script":{"id":"e23eddae-a96f-4927-a76d-09d3a1d4ec79","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fecb9853-9918-4014-9e48-0f845995efa0","type":"text/javascript","exec":[""]}}]}