github.com/mundipagg/boleto-api@v0.0.0-20230620145841-3f9ec742599f/RequestTemplate.json (about) 1 { 2 "BankNumber": 1, 3 "Authentication": { 4 "Username": "user", 5 "Password": "pass" 6 }, 7 "Agreement": { 8 "AgreementNumber": 1014051, 9 "WalletVariation": 19, 10 "Agency":"5797", 11 "Account":"6685" 12 }, 13 "Title": { 14 "ExpireDate": "2017-09-20", 15 "AmountInCents": 200, 16 "OurNumber": 101405187, 17 "Instructions": "Senhor caixa, após o vencimento não aceitar o pagamento" 18 }, 19 "Buyer": { 20 "Name": "Mundipagg Tecnologia em Pagamentos", 21 "Document": { 22 "Type": "CNPJ", 23 "Number": "73400584000166" 24 }, 25 "Address": { 26 "Street": "R. Conde de Bonfim", 27 "Number": "123", 28 "Complement": "Apto", 29 "ZipCode": "20520051", 30 "City": "Rio de Janeiro", 31 "District": "Tijuca", 32 "StateCode": "RJ" 33 } 34 }, 35 "Recipient": { 36 "Name": "Mundipagg Tecnologia em Pagamentos", 37 "Document": { 38 "Type": "CNPJ", 39 "Number": "73400584000166" 40 }, 41 "Address": { 42 "Street": "R. Conde de Bonfim", 43 "Number": "123", 44 "Complement": "Apto", 45 "ZipCode": "20520051", 46 "City": "Rio de Janeiro", 47 "District": "Tijuca", 48 "StateCode": "RJ" 49 } 50 } 51 }