
-
    request:
        method: POST
        url: 'https://sandbox.boletosimples.com.br/api/v1/bank_billets'
        headers:
            Host: sandbox.boletosimples.com.br
            Expect: null
            Accept-Encoding: null
            Content-Type: application/json
            User-Agent: 'BoletoSimples PHP Client v0.0.5 (contato@boletosimples.com.br)'
            Authorization: 'Bearer BOLETOSIMPLES_ACCESS_TOKEN'
            Accept: null
        body: '{"bank_billet":{"amount":9.1}}'
    response:
        status:
            http_version: '1.1'
            code: '422'
            message: 'Unprocessable Entity'
        headers:
            Server: Cowboy
            Connection: keep-alive
            Strict-Transport-Security: max-age=2592000
            Content-Type: 'application/json; charset=utf-8'
            X-Ratelimit-Limit: '500'
            X-Ratelimit-Remaining: '492'
            Cache-Control: no-cache
            X-Request-Id: e2a7ab81-df6c-4cc9-9e37-1ff93ca238d7
            X-Runtime: '0.084480'
            Date: 'Tue, 03 Mar 2015 01:44:56 GMT'
            X-Rack-Cache: 'invalidate, pass'
            Vary: Accept-Encoding
            Transfer-Encoding: chunked
            Via: '1.1 vegur'
        body: '{"errors":{"expire_at":["não pode ficar em branco","não é uma data válida"],"customer_person_name":["não pode ficar em branco"],"customer_cnpj_cpf":["não pode ficar em branco"],"description":["não pode ficar em branco"],"customer_zipcode":["não pode ficar em branco"]}}'
