boletosimples 0.6.0 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/CHANGELOG.md +16 -12
 - data/README.md +21 -59
 - data/lib/boletosimples/configuration.rb +25 -28
 - data/lib/boletosimples/last_request.rb +17 -10
 - data/lib/boletosimples/middlewares/bearer.rb +12 -0
 - data/lib/boletosimples/middlewares/custom_headers.rb +12 -0
 - data/lib/boletosimples/middlewares/debug.rb +30 -0
 - data/lib/boletosimples/middlewares/last_request.rb +3 -1
 - data/lib/boletosimples/middlewares/raise_error.rb +9 -2
 - data/lib/boletosimples/middlewares/user_agent.rb +3 -1
 - data/lib/boletosimples/resources/bank_billet.rb +5 -11
 - data/lib/boletosimples/resources/bank_billet_account.rb +3 -1
 - data/lib/boletosimples/resources/bank_billet_discharge.rb +3 -1
 - data/lib/boletosimples/resources/bank_billet_payment.rb +3 -1
 - data/lib/boletosimples/resources/bank_billet_remittance.rb +3 -1
 - data/lib/boletosimples/resources/base_model.rb +3 -1
 - data/lib/boletosimples/resources/customer.rb +3 -1
 - data/lib/boletosimples/resources/customer_import.rb +5 -3
 - data/lib/boletosimples/resources/customer_subscription.rb +3 -10
 - data/lib/boletosimples/resources/customer_subscription_import.rb +5 -3
 - data/lib/boletosimples/resources/discharge.rb +4 -11
 - data/lib/boletosimples/resources/email_delivery.rb +3 -1
 - data/lib/boletosimples/resources/event.rb +3 -1
 - data/lib/boletosimples/resources/installment.rb +3 -1
 - data/lib/boletosimples/resources/remittance.rb +3 -1
 - data/lib/boletosimples/resources/sms_delivery.rb +6 -0
 - data/lib/boletosimples/resources/transaction.rb +3 -1
 - data/lib/boletosimples/resources/webhook.rb +3 -1
 - data/lib/boletosimples/resources/webhook_delivery.rb +3 -1
 - data/lib/boletosimples/response_error.rb +10 -5
 - data/lib/boletosimples/version.rb +3 -1
 - data/lib/boletosimples.rb +6 -6
 - data/spec/boletosimples/configuration_spec.rb +67 -80
 - data/spec/boletosimples/last_request_spec.rb +17 -28
 - data/spec/boletosimples/middlewares/custom_headers_spec.rb +26 -0
 - data/spec/boletosimples/resources/bank_billet_account_spec.rb +57 -33
 - data/spec/boletosimples/resources/bank_billet_discharge_spec.rb +7 -12
 - data/spec/boletosimples/resources/bank_billet_payment_spec.rb +7 -12
 - data/spec/boletosimples/resources/bank_billet_remittance_spec.rb +7 -12
 - data/spec/boletosimples/resources/bank_billet_spec.rb +56 -42
 - data/spec/boletosimples/resources/customer_import_spec.rb +41 -30
 - data/spec/boletosimples/resources/customer_spec.rb +57 -39
 - data/spec/boletosimples/resources/customer_subscription_import_spec.rb +41 -30
 - data/spec/boletosimples/resources/customer_subscription_spec.rb +61 -33
 - data/spec/boletosimples/resources/discharge_spec.rb +64 -11
 - data/spec/boletosimples/resources/email_delivery_spec.rb +6 -11
 - data/spec/boletosimples/resources/event_spec.rb +7 -12
 - data/spec/boletosimples/resources/installment_spec.rb +61 -32
 - data/spec/boletosimples/resources/remittance_spec.rb +7 -12
 - data/spec/boletosimples/resources/sms_delivery_spec.rb +12 -0
 - data/spec/boletosimples/resources/transactions_spec.rb +7 -12
 - data/spec/boletosimples/resources/webhook_delivery_spec.rb +7 -12
 - data/spec/boletosimples/resources/webhook_spec.rb +7 -12
 - data/spec/fixtures/discharge.RET +3 -0
 - data/spec/fixtures/vcr_cassettes/custom_headers.yml +113 -0
 - data/spec/fixtures/vcr_cassettes/last_request/bank_billets.yml +409 -95
 - data/spec/fixtures/vcr_cassettes/resources/bank_billet/all.yml +101 -99
 - data/spec/fixtures/vcr_cassettes/resources/bank_billet/cancel/success.yml +55 -95
 - data/spec/fixtures/vcr_cassettes/resources/bank_billet/create/invalid_params.yml +55 -27
 - data/spec/fixtures/vcr_cassettes/resources/bank_billet/create/invalid_root.yml +51 -24
 - data/spec/fixtures/vcr_cassettes/resources/bank_billet/create/valid.yml +64 -34
 - data/spec/fixtures/vcr_cassettes/resources/bank_billet/duplicate/success.yml +97 -0
 - data/spec/fixtures/vcr_cassettes/resources/bank_billet/find.yml +73 -34
 - data/spec/fixtures/vcr_cassettes/resources/bank_billet_account/all.yml +82 -27
 - data/spec/fixtures/vcr_cassettes/resources/bank_billet_account/create/invalid_params.yml +57 -27
 - data/spec/fixtures/vcr_cassettes/resources/bank_billet_account/create/invalid_root.yml +53 -26
 - data/spec/fixtures/vcr_cassettes/resources/bank_billet_account/create/valid.yml +64 -28
 - data/spec/fixtures/vcr_cassettes/resources/bank_billet_account/find.yml +61 -25
 - data/spec/fixtures/vcr_cassettes/resources/bank_billet_discharge/all.yml +59 -46
 - data/spec/fixtures/vcr_cassettes/resources/bank_billet_payment/all.yml +74 -71
 - data/spec/fixtures/vcr_cassettes/resources/bank_billet_remittance/all.yml +63 -47
 - data/spec/fixtures/vcr_cassettes/resources/customer/all.yml +141 -39
 - data/spec/fixtures/vcr_cassettes/resources/customer/create/invalid_params.yml +54 -25
 - data/spec/fixtures/vcr_cassettes/resources/customer/create/invalid_root.yml +54 -24
 - data/spec/fixtures/vcr_cassettes/resources/customer/create/valid.yml +56 -28
 - data/spec/fixtures/vcr_cassettes/resources/customer/find.yml +56 -26
 - data/spec/fixtures/vcr_cassettes/resources/customer_import/all.yml +58 -59
 - data/spec/fixtures/vcr_cassettes/resources/customer_import/create/invalid_params.yml +53 -51
 - data/spec/fixtures/vcr_cassettes/resources/customer_import/create/invalid_root.yml +54 -52
 - data/spec/fixtures/vcr_cassettes/resources/customer_import/create/valid.yml +58 -67
 - data/spec/fixtures/vcr_cassettes/resources/customer_import/find.yml +55 -53
 - data/spec/fixtures/vcr_cassettes/resources/customer_subscription/all.yml +65 -51
 - data/spec/fixtures/vcr_cassettes/resources/customer_subscription/create/invalid_params.yml +56 -50
 - data/spec/fixtures/vcr_cassettes/resources/customer_subscription/create/invalid_root.yml +52 -48
 - data/spec/fixtures/vcr_cassettes/resources/customer_subscription/create/valid.yml +63 -52
 - data/spec/fixtures/vcr_cassettes/resources/customer_subscription/find.yml +61 -51
 - data/spec/fixtures/vcr_cassettes/resources/customer_subscription/next_charge.yml +60 -132
 - data/spec/fixtures/vcr_cassettes/resources/customer_subscription_import/all.yml +58 -54
 - data/spec/fixtures/vcr_cassettes/resources/customer_subscription_import/create/invalid_params.yml +53 -52
 - data/spec/fixtures/vcr_cassettes/resources/customer_subscription_import/create/invalid_root.yml +55 -53
 - data/spec/fixtures/vcr_cassettes/resources/customer_subscription_import/create/valid.yml +58 -69
 - data/spec/fixtures/vcr_cassettes/resources/customer_subscription_import/find.yml +55 -54
 - data/spec/fixtures/vcr_cassettes/resources/discharge/all.yml +63 -34
 - data/spec/fixtures/vcr_cassettes/resources/discharge/create/invalid_params.yml +86 -0
 - data/spec/fixtures/vcr_cassettes/resources/discharge/create/invalid_root.yml +85 -0
 - data/spec/fixtures/vcr_cassettes/resources/discharge/create/valid.yml +100 -0
 - data/spec/fixtures/vcr_cassettes/resources/discharge/find.yml +89 -0
 - data/spec/fixtures/vcr_cassettes/resources/email_delivery/all.yml +40 -43
 - data/spec/fixtures/vcr_cassettes/resources/event/all.yml +326 -167
 - data/spec/fixtures/vcr_cassettes/resources/installment/all.yml +113 -51
 - data/spec/fixtures/vcr_cassettes/resources/installment/create/invalid_params.yml +57 -52
 - data/spec/fixtures/vcr_cassettes/resources/installment/create/invalid_root.yml +52 -48
 - data/spec/fixtures/vcr_cassettes/resources/installment/create/valid.yml +63 -52
 - data/spec/fixtures/vcr_cassettes/resources/installment/find.yml +83 -51
 - data/spec/fixtures/vcr_cassettes/resources/remittance/all.yml +83 -62
 - data/spec/fixtures/vcr_cassettes/resources/sns_delivery/all.yml +89 -0
 - data/spec/fixtures/vcr_cassettes/resources/transaction/all.yml +73 -60
 - data/spec/fixtures/vcr_cassettes/resources/web_hook/all.yml +59 -34
 - data/spec/fixtures/vcr_cassettes/resources/webhook_delivery/all.yml +2684 -55
 - data/spec/spec_helper.rb +3 -20
 - data/spec/support/stub_env.rb +7 -0
 - data/spec/support/vcr.rb +3 -4
 - metadata +42 -176
 - data/.coveralls.yml +0 -2
 - data/.gitignore +0 -19
 - data/.ruby-version +0 -1
 - data/.travis.yml +0 -46
 - data/Gemfile +0 -4
 - data/Rakefile +0 -14
 - data/boletosimples.gemspec +0 -38
 - data/gemfiles/rails_42.gemfile +0 -8
 - data/gemfiles/rails_50.gemfile +0 -8
 - data/gemfiles/rails_51.gemfile +0 -8
 - data/gemfiles/rails_52.gemfile +0 -9
 - data/lib/boletosimples/extra.rb +0 -8
 - data/lib/boletosimples/resources/partner/user.rb +0 -7
 - data/lib/oauth2_patch.rb +0 -24
 - data/spec/boletosimples/extra_spec.rb +0 -31
 - data/spec/boletosimples/resources/partner/user_spec.rb +0 -19
 - data/spec/fixtures/vcr_cassettes/configuration/client_credentials/invalid.yml +0 -64
 - data/spec/fixtures/vcr_cassettes/configuration/client_credentials/valid.yml +0 -56
 - data/spec/fixtures/vcr_cassettes/extra/userinfo/authenticated.yml +0 -58
 - data/spec/fixtures/vcr_cassettes/extra/userinfo/not_authenticated.yml +0 -54
 - data/spec/fixtures/vcr_cassettes/last_request/userinfo.yml +0 -58
 - data/spec/fixtures/vcr_cassettes/resources/bank_billet/cancel/failure.yml +0 -118
 - data/spec/fixtures/vcr_cassettes/resources/partner/user/create.yml +0 -60
 - data/spec/spec.opts +0 -8
 
| 
         @@ -2,100 +2,91 @@ 
     | 
|
| 
       2 
2 
     | 
    
         
             
            http_interactions:
         
     | 
| 
       3 
3 
     | 
    
         
             
            - request:
         
     | 
| 
       4 
4 
     | 
    
         
             
                method: post
         
     | 
| 
       5 
     | 
    
         
            -
                uri: https://sandbox. 
     | 
| 
      
 5 
     | 
    
         
            +
                uri: https://api-sandbox.kobana.com.br/v1/imports/customers
         
     | 
| 
       6 
6 
     | 
    
         
             
                body:
         
     | 
| 
       7 
7 
     | 
    
         
             
                  encoding: ASCII-8BIT
         
     | 
| 
       8 
8 
     | 
    
         
             
                  string: !binary |-
         
     | 
| 
       9 
     | 
    
         
            -
                     
     | 
| 
       10 
     | 
    
         
            -
                    YjY4MTZiOWQxYjQ3Mjk5ZmU3DQpDb250ZW50LURpc3Bvc2l0aW9uOiBmb3Jt
         
     | 
| 
       11 
     | 
    
         
            -
                    LWRhdGE7IG5hbWU9ImN1c3RvbWVyX2ltcG9ydFtzb3VyY2VdIjsgZmlsZW5h
         
     | 
| 
       12 
     | 
    
         
            -
                    bWU9ImN1c3RvbWVycy5jc3YiDQpDb250ZW50LUxlbmd0aDogMTkwDQpDb250
         
     | 
| 
       13 
     | 
    
         
            -
                    ZW50LVR5cGU6IHRleHQvY3N2DQpDb250ZW50LVRyYW5zZmVyLUVuY29kaW5n
         
     | 
| 
       14 
     | 
    
         
            -
                    OiBiaW5hcnkNCg0KTm9tZS9SYXphbyBTb2NpYWwsQXBlbGlkby9Ob21lIEZh
         
     | 
| 
       15 
     | 
    
         
            -
                    bnRhc2lhLENOUEovQ1BGLEUtbWFpbCxDRVAsRW5kZXJlw6dvLE51bWVybyBk
         
     | 
| 
       16 
     | 
    
         
            -
                    byBFbmRlcmVjbyxDb21wbGVtZW50byxCYWlycm8sQ2lkYWRlLEVzdGFkbyxU
         
     | 
| 
       17 
     | 
    
         
            -
                    ZWxlZm9uZSAoY29tIERERCksREREIGRvIENlbHVsYXIsTnVtZXJvIGRvIENl
         
     | 
| 
       18 
     | 
    
         
            -
                    bHVsYXIsRS1tYWlsIG9wY2lvbmFsCg0KLS0tLS0tLS0tLS0tLVJ1YnlNdWx0
         
     | 
| 
       19 
     | 
    
         
            -
                    aXBhcnRQb3N0LTI0MWU1YWY1ZTlkYzcwYjY4MTZiOWQxYjQ3Mjk5ZmU3LS0N
         
     | 
| 
       20 
     | 
    
         
            -
                    Cg0K
         
     | 
| 
      
 9 
     | 
    
         
            +
                    LS0tLS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LWIyN2Y1MGQwNzA4ZWJiZmJlZGU2MGUwYTM5ZTgwNWVjDQpDb250ZW50LURpc3Bvc2l0aW9uOiBmb3JtLWRhdGE7IG5hbWU9ImN1c3RvbWVyX2ltcG9ydFtzb3VyY2VdIjsgZmlsZW5hbWU9ImN1c3RvbWVycy5jc3YiDQpDb250ZW50LUxlbmd0aDogMTkwDQpDb250ZW50LVR5cGU6IHRleHQvY3N2DQpDb250ZW50LVRyYW5zZmVyLUVuY29kaW5nOiBiaW5hcnkNCg0KTm9tZS9SYXphbyBTb2NpYWwsQXBlbGlkby9Ob21lIEZhbnRhc2lhLENOUEovQ1BGLEUtbWFpbCxDRVAsRW5kZXJlw6dvLE51bWVybyBkbyBFbmRlcmVjbyxDb21wbGVtZW50byxCYWlycm8sQ2lkYWRlLEVzdGFkbyxUZWxlZm9uZSAoY29tIERERCksREREIGRvIENlbHVsYXIsTnVtZXJvIGRvIENlbHVsYXIsRS1tYWlsIG9wY2lvbmFsCg0KLS0tLS0tLS0tLS0tLVJ1YnlNdWx0aXBhcnRQb3N0LWIyN2Y1MGQwNzA4ZWJiZmJlZGU2MGUwYTM5ZTgwNWVjLS0NCg==
         
     | 
| 
       21 
10 
     | 
    
         
             
                headers:
         
     | 
| 
       22 
11 
     | 
    
         
             
                  User-Agent:
         
     | 
| 
       23 
     | 
    
         
            -
                  -  
     | 
| 
      
 12 
     | 
    
         
            +
                  - email@minhaempresa.com.br
         
     | 
| 
       24 
13 
     | 
    
         
             
                  Authorization:
         
     | 
| 
       25 
     | 
    
         
            -
                  -  
     | 
| 
      
 14 
     | 
    
         
            +
                  - Bearer BOLETOSIMPLES_API_TOKEN
         
     | 
| 
       26 
15 
     | 
    
         
             
                  Content-Type:
         
     | 
| 
       27 
     | 
    
         
            -
                  - multipart/form-data; boundary=-----------RubyMultipartPost- 
     | 
| 
      
 16 
     | 
    
         
            +
                  - multipart/form-data; boundary=-----------RubyMultipartPost-b27f50d0708ebbfbede60e0a39e805ec
         
     | 
| 
       28 
17 
     | 
    
         
             
                  Content-Length:
         
     | 
| 
       29 
     | 
    
         
            -
                  - ' 
     | 
| 
      
 18 
     | 
    
         
            +
                  - '496'
         
     | 
| 
      
 19 
     | 
    
         
            +
                  Accept:
         
     | 
| 
      
 20 
     | 
    
         
            +
                  - application/json
         
     | 
| 
       30 
21 
     | 
    
         
             
                  Accept-Encoding:
         
     | 
| 
       31 
22 
     | 
    
         
             
                  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
         
     | 
| 
       32 
     | 
    
         
            -
                  Accept:
         
     | 
| 
       33 
     | 
    
         
            -
                  - "*/*"
         
     | 
| 
       34 
23 
     | 
    
         
             
              response:
         
     | 
| 
       35 
24 
     | 
    
         
             
                status:
         
     | 
| 
       36 
25 
     | 
    
         
             
                  code: 201
         
     | 
| 
       37 
26 
     | 
    
         
             
                  message: Created
         
     | 
| 
       38 
27 
     | 
    
         
             
                headers:
         
     | 
| 
       39 
     | 
    
         
            -
                  Connection:
         
     | 
| 
       40 
     | 
    
         
            -
                  - keep-alive
         
     | 
| 
       41 
28 
     | 
    
         
             
                  Content-Type:
         
     | 
| 
       42 
29 
     | 
    
         
             
                  - application/json; charset=utf-8
         
     | 
| 
       43 
30 
     | 
    
         
             
                  Transfer-Encoding:
         
     | 
| 
       44 
31 
     | 
    
         
             
                  - chunked
         
     | 
| 
       45 
     | 
    
         
            -
                   
     | 
| 
       46 
     | 
    
         
            -
                  -  
     | 
| 
       47 
     | 
    
         
            -
                   
     | 
| 
       48 
     | 
    
         
            -
                  -  
     | 
| 
       49 
     | 
    
         
            -
                   
     | 
| 
       50 
     | 
    
         
            -
                  -  
     | 
| 
       51 
     | 
    
         
            -
                  Vary:
         
     | 
| 
       52 
     | 
    
         
            -
                  - Origin,Accept-Encoding
         
     | 
| 
       53 
     | 
    
         
            -
                  Strict-Transport-Security:
         
     | 
| 
       54 
     | 
    
         
            -
                  - max-age=631138519
         
     | 
| 
       55 
     | 
    
         
            -
                  X-Permitted-Cross-Domain-Policies:
         
     | 
| 
       56 
     | 
    
         
            -
                  - none
         
     | 
| 
      
 32 
     | 
    
         
            +
                  Connection:
         
     | 
| 
      
 33 
     | 
    
         
            +
                  - keep-alive
         
     | 
| 
      
 34 
     | 
    
         
            +
                  Server:
         
     | 
| 
      
 35 
     | 
    
         
            +
                  - Cowboy
         
     | 
| 
      
 36 
     | 
    
         
            +
                  X-Frame-Options:
         
     | 
| 
      
 37 
     | 
    
         
            +
                  - DENY
         
     | 
| 
       57 
38 
     | 
    
         
             
                  X-Xss-Protection:
         
     | 
| 
       58 
39 
     | 
    
         
             
                  - 1; mode=block
         
     | 
| 
       59 
     | 
    
         
            -
                  X- 
     | 
| 
       60 
     | 
    
         
            -
                  -  
     | 
| 
       61 
     | 
    
         
            -
                  Content-Security-Policy-Report-Only:
         
     | 
| 
       62 
     | 
    
         
            -
                  - 'default-src ''self''; child-src ''self'' www.googleadservices.com googleads.g.doubleclick.net
         
     | 
| 
       63 
     | 
    
         
            -
                    www.google.com www.google.com.br app.popupdomination.com; connect-src ''self''
         
     | 
| 
       64 
     | 
    
         
            -
                    ws: wss: *.intercom.io ws.pusherapp.com hn.inspectlet.com *.pusher.com boletosimples.com.br
         
     | 
| 
       65 
     | 
    
         
            -
                    *.boletosimples.com.br boletosimples.zendesk.com; font-src ''self'' fonts.googleapis.com
         
     | 
| 
       66 
     | 
    
         
            -
                    fonts.gstatic.com js.intercomcdn.com data: v2.zopim.com d25j7wj0q61kjj.cloudfront.net;
         
     | 
| 
       67 
     | 
    
         
            -
                    img-src ''self'' https: data: maps.googleapis.com dev.bole.to:5001 bole.to
         
     | 
| 
       68 
     | 
    
         
            -
                    boletosimples-sandbox.s3.amazonaws.com; script-src ''self'' ''unsafe-inline''
         
     | 
| 
       69 
     | 
    
         
            -
                    static.intercomcdn.com cdn.inspectlet.com widget.intercom.io js.intercomcdn.com
         
     | 
| 
       70 
     | 
    
         
            -
                    js.pusher.com stats.pusher.com zapier.com www.google-analytics.com www.googleadservices.com
         
     | 
| 
       71 
     | 
    
         
            -
                    doug1izaerwt3.cloudfront.net app.popupdomination.com cdn.ywxi.net www.draw.io
         
     | 
| 
       72 
     | 
    
         
            -
                    tag.getdrip.com www.getdrip.com js-agent.newrelic.com bam.nr-data.net cdnjs.cloudflare.com
         
     | 
| 
       73 
     | 
    
         
            -
                    widget.pluga.co www.google.com www.gstatic.com boletosimples.zendesk.com assets.zendesk.com
         
     | 
| 
       74 
     | 
    
         
            -
                    v2.zopim.com d25j7wj0q61kjj.cloudfront.net; style-src ''self'' ''unsafe-inline''
         
     | 
| 
       75 
     | 
    
         
            -
                    fonts.googleapis.com d25j7wj0q61kjj.cloudfront.net; report-uri https://boletosimples.report-uri.io/r/default/csp/reportOnly'
         
     | 
| 
       76 
     | 
    
         
            -
                  Location:
         
     | 
| 
       77 
     | 
    
         
            -
                  - https://sandbox.boletosimples.com.br/api/v1/imports/customers/6
         
     | 
| 
      
 40 
     | 
    
         
            +
                  X-Content-Type-Options:
         
     | 
| 
      
 41 
     | 
    
         
            +
                  - nosniff
         
     | 
| 
       78 
42 
     | 
    
         
             
                  X-Download-Options:
         
     | 
| 
       79 
43 
     | 
    
         
             
                  - noopen
         
     | 
| 
      
 44 
     | 
    
         
            +
                  X-Permitted-Cross-Domain-Policies:
         
     | 
| 
      
 45 
     | 
    
         
            +
                  - none
         
     | 
| 
      
 46 
     | 
    
         
            +
                  Referrer-Policy:
         
     | 
| 
      
 47 
     | 
    
         
            +
                  - strict-origin-when-cross-origin
         
     | 
| 
      
 48 
     | 
    
         
            +
                  Expect-Ct:
         
     | 
| 
      
 49 
     | 
    
         
            +
                  - max-age=0, report-uri="https://boletosimples.report-uri.com/r/d/ct/reportOnly"
         
     | 
| 
      
 50 
     | 
    
         
            +
                  Cross-Origin-Resource-Policy:
         
     | 
| 
      
 51 
     | 
    
         
            +
                  - cross-origin
         
     | 
| 
      
 52 
     | 
    
         
            +
                  Cross-Origin-Embedder-Policy:
         
     | 
| 
      
 53 
     | 
    
         
            +
                  - unsafe-none
         
     | 
| 
      
 54 
     | 
    
         
            +
                  Cross-Origin-Opener-Policy:
         
     | 
| 
      
 55 
     | 
    
         
            +
                  - unsafe-none
         
     | 
| 
      
 56 
     | 
    
         
            +
                  Location:
         
     | 
| 
      
 57 
     | 
    
         
            +
                  - https://api-sandbox.kobana.com.br/api/v1/imports/customers/1280
         
     | 
| 
      
 58 
     | 
    
         
            +
                  X-Ratelimit-Limit:
         
     | 
| 
      
 59 
     | 
    
         
            +
                  - '18000'
         
     | 
| 
      
 60 
     | 
    
         
            +
                  X-Ratelimit-Remaining:
         
     | 
| 
      
 61 
     | 
    
         
            +
                  - '17954'
         
     | 
| 
       80 
62 
     | 
    
         
             
                  Etag:
         
     | 
| 
       81 
     | 
    
         
            -
                  - W/" 
     | 
| 
      
 63 
     | 
    
         
            +
                  - W/"cb53b753cfe3d8e4376db065eac4d757"
         
     | 
| 
      
 64 
     | 
    
         
            +
                  Cache-Control:
         
     | 
| 
      
 65 
     | 
    
         
            +
                  - max-age=0, private, must-revalidate
         
     | 
| 
      
 66 
     | 
    
         
            +
                  X-Request-Id:
         
     | 
| 
      
 67 
     | 
    
         
            +
                  - 661d87bc-ee14-4433-ba38-0c66e664ece7
         
     | 
| 
       82 
68 
     | 
    
         
             
                  X-Runtime:
         
     | 
| 
       83 
     | 
    
         
            -
                  - '0. 
     | 
| 
       84 
     | 
    
         
            -
                   
     | 
| 
       85 
     | 
    
         
            -
                  -  
     | 
| 
       86 
     | 
    
         
            -
                  X-Content-Type-Options:
         
     | 
| 
       87 
     | 
    
         
            -
                  - nosniff
         
     | 
| 
      
 69 
     | 
    
         
            +
                  - '0.207911'
         
     | 
| 
      
 70 
     | 
    
         
            +
                  Date:
         
     | 
| 
      
 71 
     | 
    
         
            +
                  - Tue, 22 Feb 2022 17:30:45 GMT
         
     | 
| 
       88 
72 
     | 
    
         
             
                  X-Rack-Cache:
         
     | 
| 
       89 
73 
     | 
    
         
             
                  - invalidate, pass
         
     | 
| 
       90 
     | 
    
         
            -
                   
     | 
| 
       91 
     | 
    
         
            -
                  -  
     | 
| 
       92 
     | 
    
         
            -
                   
     | 
| 
       93 
     | 
    
         
            -
                  -  
     | 
| 
      
 74 
     | 
    
         
            +
                  Strict-Transport-Security:
         
     | 
| 
      
 75 
     | 
    
         
            +
                  - max-age=31556952; includeSubDomains; preload
         
     | 
| 
      
 76 
     | 
    
         
            +
                  Vary:
         
     | 
| 
      
 77 
     | 
    
         
            +
                  - Origin,Accept-Encoding
         
     | 
| 
      
 78 
     | 
    
         
            +
                  X-Rack-Cors:
         
     | 
| 
      
 79 
     | 
    
         
            +
                  - miss; no-origin
         
     | 
| 
       94 
80 
     | 
    
         
             
                  Via:
         
     | 
| 
       95 
     | 
    
         
            -
                  - 1.1 vegur
         
     | 
| 
      
 81 
     | 
    
         
            +
                  - 1.1 vegur, 1.1 189ad47cf7c6f3a8b745cb053efec004.cloudfront.net (CloudFront)
         
     | 
| 
      
 82 
     | 
    
         
            +
                  X-Cache:
         
     | 
| 
      
 83 
     | 
    
         
            +
                  - Miss from cloudfront
         
     | 
| 
      
 84 
     | 
    
         
            +
                  X-Amz-Cf-Pop:
         
     | 
| 
      
 85 
     | 
    
         
            +
                  - MIA3-C1
         
     | 
| 
      
 86 
     | 
    
         
            +
                  X-Amz-Cf-Id:
         
     | 
| 
      
 87 
     | 
    
         
            +
                  - ss7Kn_qEzQa3JRk8aQHhPkFzq0YFVjn5hjbI56bQwP2Jnn6TWfv-WA==
         
     | 
| 
       96 
88 
     | 
    
         
             
                body:
         
     | 
| 
       97 
89 
     | 
    
         
             
                  encoding: UTF-8
         
     | 
| 
       98 
     | 
    
         
            -
                  string: '{"id": 
     | 
| 
       99 
     | 
    
         
            -
             
     | 
| 
       100 
     | 
    
         
            -
             
     | 
| 
       101 
     | 
    
         
            -
            recorded_with: VCR 3.0.3
         
     | 
| 
      
 90 
     | 
    
         
            +
                  string: '{"id":1280,"created_rows":0,"enqueued_at":null,"started_at":null,"finished_at":null,"processed_at":null,"failed_to_create_rows":0,"failed_to_update_rows":0,"import_errors":null,"processed_rows":0,"total_rows":null,"updated_rows":0,"source_file_name":"customers.csv","source_file_size":190,"status":"pending","created_via_api":true}'
         
     | 
| 
      
 91 
     | 
    
         
            +
              recorded_at: Tue, 22 Feb 2022 17:30:45 GMT
         
     | 
| 
      
 92 
     | 
    
         
            +
            recorded_with: VCR 6.0.0
         
     | 
| 
         @@ -2,84 +2,86 @@ 
     | 
|
| 
       2 
2 
     | 
    
         
             
            http_interactions:
         
     | 
| 
       3 
3 
     | 
    
         
             
            - request:
         
     | 
| 
       4 
4 
     | 
    
         
             
                method: get
         
     | 
| 
       5 
     | 
    
         
            -
                uri: https://sandbox. 
     | 
| 
      
 5 
     | 
    
         
            +
                uri: https://api-sandbox.kobana.com.br/v1/imports/customers/1280
         
     | 
| 
       6 
6 
     | 
    
         
             
                body:
         
     | 
| 
       7 
7 
     | 
    
         
             
                  encoding: US-ASCII
         
     | 
| 
       8 
8 
     | 
    
         
             
                  string: ''
         
     | 
| 
       9 
9 
     | 
    
         
             
                headers:
         
     | 
| 
       10 
10 
     | 
    
         
             
                  User-Agent:
         
     | 
| 
       11 
     | 
    
         
            -
                  -  
     | 
| 
      
 11 
     | 
    
         
            +
                  - email@minhaempresa.com.br
         
     | 
| 
       12 
12 
     | 
    
         
             
                  Authorization:
         
     | 
| 
       13 
     | 
    
         
            -
                  -  
     | 
| 
      
 13 
     | 
    
         
            +
                  - Bearer BOLETOSIMPLES_API_TOKEN
         
     | 
| 
      
 14 
     | 
    
         
            +
                  Accept:
         
     | 
| 
      
 15 
     | 
    
         
            +
                  - application/json
         
     | 
| 
       14 
16 
     | 
    
         
             
                  Accept-Encoding:
         
     | 
| 
       15 
17 
     | 
    
         
             
                  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
         
     | 
| 
       16 
     | 
    
         
            -
                  Accept:
         
     | 
| 
       17 
     | 
    
         
            -
                  - "*/*"
         
     | 
| 
       18 
18 
     | 
    
         
             
              response:
         
     | 
| 
       19 
19 
     | 
    
         
             
                status:
         
     | 
| 
       20 
20 
     | 
    
         
             
                  code: 200
         
     | 
| 
       21 
21 
     | 
    
         
             
                  message: OK
         
     | 
| 
       22 
22 
     | 
    
         
             
                headers:
         
     | 
| 
       23 
     | 
    
         
            -
                  Connection:
         
     | 
| 
       24 
     | 
    
         
            -
                  - keep-alive
         
     | 
| 
       25 
23 
     | 
    
         
             
                  Content-Type:
         
     | 
| 
       26 
24 
     | 
    
         
             
                  - application/json; charset=utf-8
         
     | 
| 
       27 
25 
     | 
    
         
             
                  Transfer-Encoding:
         
     | 
| 
       28 
26 
     | 
    
         
             
                  - chunked
         
     | 
| 
       29 
     | 
    
         
            -
                   
     | 
| 
       30 
     | 
    
         
            -
                  -  
     | 
| 
       31 
     | 
    
         
            -
                   
     | 
| 
       32 
     | 
    
         
            -
                  -  
     | 
| 
       33 
     | 
    
         
            -
                   
     | 
| 
       34 
     | 
    
         
            -
                  -  
     | 
| 
       35 
     | 
    
         
            -
                  Vary:
         
     | 
| 
       36 
     | 
    
         
            -
                  - Origin,Accept-Encoding
         
     | 
| 
       37 
     | 
    
         
            -
                  Strict-Transport-Security:
         
     | 
| 
       38 
     | 
    
         
            -
                  - max-age=631138519
         
     | 
| 
       39 
     | 
    
         
            -
                  X-Permitted-Cross-Domain-Policies:
         
     | 
| 
       40 
     | 
    
         
            -
                  - none
         
     | 
| 
      
 27 
     | 
    
         
            +
                  Connection:
         
     | 
| 
      
 28 
     | 
    
         
            +
                  - keep-alive
         
     | 
| 
      
 29 
     | 
    
         
            +
                  Server:
         
     | 
| 
      
 30 
     | 
    
         
            +
                  - Cowboy
         
     | 
| 
      
 31 
     | 
    
         
            +
                  X-Frame-Options:
         
     | 
| 
      
 32 
     | 
    
         
            +
                  - DENY
         
     | 
| 
       41 
33 
     | 
    
         
             
                  X-Xss-Protection:
         
     | 
| 
       42 
34 
     | 
    
         
             
                  - 1; mode=block
         
     | 
| 
       43 
     | 
    
         
            -
                  X- 
     | 
| 
       44 
     | 
    
         
            -
                  -  
     | 
| 
       45 
     | 
    
         
            -
                  Content-Security-Policy-Report-Only:
         
     | 
| 
       46 
     | 
    
         
            -
                  - 'default-src ''self''; child-src ''self'' www.googleadservices.com googleads.g.doubleclick.net
         
     | 
| 
       47 
     | 
    
         
            -
                    www.google.com www.google.com.br app.popupdomination.com; connect-src ''self''
         
     | 
| 
       48 
     | 
    
         
            -
                    ws: wss: *.intercom.io ws.pusherapp.com hn.inspectlet.com *.pusher.com boletosimples.com.br
         
     | 
| 
       49 
     | 
    
         
            -
                    *.boletosimples.com.br boletosimples.zendesk.com; font-src ''self'' fonts.googleapis.com
         
     | 
| 
       50 
     | 
    
         
            -
                    fonts.gstatic.com js.intercomcdn.com data: v2.zopim.com d25j7wj0q61kjj.cloudfront.net;
         
     | 
| 
       51 
     | 
    
         
            -
                    img-src ''self'' https: data: maps.googleapis.com dev.bole.to:5001 bole.to
         
     | 
| 
       52 
     | 
    
         
            -
                    boletosimples-sandbox.s3.amazonaws.com; script-src ''self'' ''unsafe-inline''
         
     | 
| 
       53 
     | 
    
         
            -
                    static.intercomcdn.com cdn.inspectlet.com widget.intercom.io js.intercomcdn.com
         
     | 
| 
       54 
     | 
    
         
            -
                    js.pusher.com stats.pusher.com zapier.com www.google-analytics.com www.googleadservices.com
         
     | 
| 
       55 
     | 
    
         
            -
                    doug1izaerwt3.cloudfront.net app.popupdomination.com cdn.ywxi.net www.draw.io
         
     | 
| 
       56 
     | 
    
         
            -
                    tag.getdrip.com www.getdrip.com js-agent.newrelic.com bam.nr-data.net cdnjs.cloudflare.com
         
     | 
| 
       57 
     | 
    
         
            -
                    widget.pluga.co www.google.com www.gstatic.com boletosimples.zendesk.com assets.zendesk.com
         
     | 
| 
       58 
     | 
    
         
            -
                    v2.zopim.com d25j7wj0q61kjj.cloudfront.net; style-src ''self'' ''unsafe-inline''
         
     | 
| 
       59 
     | 
    
         
            -
                    fonts.googleapis.com d25j7wj0q61kjj.cloudfront.net; report-uri https://boletosimples.report-uri.io/r/default/csp/reportOnly'
         
     | 
| 
       60 
     | 
    
         
            -
                  Location:
         
     | 
| 
       61 
     | 
    
         
            -
                  - https://sandbox.boletosimples.com.br/api/v1/imports/customers/6
         
     | 
| 
      
 35 
     | 
    
         
            +
                  X-Content-Type-Options:
         
     | 
| 
      
 36 
     | 
    
         
            +
                  - nosniff
         
     | 
| 
       62 
37 
     | 
    
         
             
                  X-Download-Options:
         
     | 
| 
       63 
38 
     | 
    
         
             
                  - noopen
         
     | 
| 
      
 39 
     | 
    
         
            +
                  X-Permitted-Cross-Domain-Policies:
         
     | 
| 
      
 40 
     | 
    
         
            +
                  - none
         
     | 
| 
      
 41 
     | 
    
         
            +
                  Referrer-Policy:
         
     | 
| 
      
 42 
     | 
    
         
            +
                  - strict-origin-when-cross-origin
         
     | 
| 
      
 43 
     | 
    
         
            +
                  Expect-Ct:
         
     | 
| 
      
 44 
     | 
    
         
            +
                  - max-age=0, report-uri="https://boletosimples.report-uri.com/r/d/ct/reportOnly"
         
     | 
| 
      
 45 
     | 
    
         
            +
                  Cross-Origin-Resource-Policy:
         
     | 
| 
      
 46 
     | 
    
         
            +
                  - cross-origin
         
     | 
| 
      
 47 
     | 
    
         
            +
                  Cross-Origin-Embedder-Policy:
         
     | 
| 
      
 48 
     | 
    
         
            +
                  - unsafe-none
         
     | 
| 
      
 49 
     | 
    
         
            +
                  Cross-Origin-Opener-Policy:
         
     | 
| 
      
 50 
     | 
    
         
            +
                  - unsafe-none
         
     | 
| 
      
 51 
     | 
    
         
            +
                  Location:
         
     | 
| 
      
 52 
     | 
    
         
            +
                  - https://api-sandbox.kobana.com.br/api/v1/imports/customers/1280
         
     | 
| 
      
 53 
     | 
    
         
            +
                  X-Ratelimit-Limit:
         
     | 
| 
      
 54 
     | 
    
         
            +
                  - '100'
         
     | 
| 
      
 55 
     | 
    
         
            +
                  X-Ratelimit-Remaining:
         
     | 
| 
      
 56 
     | 
    
         
            +
                  - '53'
         
     | 
| 
       64 
57 
     | 
    
         
             
                  Etag:
         
     | 
| 
       65 
     | 
    
         
            -
                  - W/" 
     | 
| 
      
 58 
     | 
    
         
            +
                  - W/"cb53b753cfe3d8e4376db065eac4d757"
         
     | 
| 
      
 59 
     | 
    
         
            +
                  Cache-Control:
         
     | 
| 
      
 60 
     | 
    
         
            +
                  - must-revalidate, private, max-age=0
         
     | 
| 
      
 61 
     | 
    
         
            +
                  X-Request-Id:
         
     | 
| 
      
 62 
     | 
    
         
            +
                  - b354487b-2234-4e72-b5f3-0e7e781933d3
         
     | 
| 
       66 
63 
     | 
    
         
             
                  X-Runtime:
         
     | 
| 
       67 
     | 
    
         
            -
                  - '0. 
     | 
| 
       68 
     | 
    
         
            -
                   
     | 
| 
       69 
     | 
    
         
            -
                  -  
     | 
| 
       70 
     | 
    
         
            -
                  X-Content-Type-Options:
         
     | 
| 
       71 
     | 
    
         
            -
                  - nosniff
         
     | 
| 
      
 64 
     | 
    
         
            +
                  - '0.014999'
         
     | 
| 
      
 65 
     | 
    
         
            +
                  Date:
         
     | 
| 
      
 66 
     | 
    
         
            +
                  - Tue, 22 Feb 2022 17:30:47 GMT
         
     | 
| 
       72 
67 
     | 
    
         
             
                  X-Rack-Cache:
         
     | 
| 
       73 
68 
     | 
    
         
             
                  - miss
         
     | 
| 
       74 
     | 
    
         
            -
                   
     | 
| 
       75 
     | 
    
         
            -
                  -  
     | 
| 
       76 
     | 
    
         
            -
                   
     | 
| 
       77 
     | 
    
         
            -
                  -  
     | 
| 
      
 69 
     | 
    
         
            +
                  Strict-Transport-Security:
         
     | 
| 
      
 70 
     | 
    
         
            +
                  - max-age=31556952; includeSubDomains; preload
         
     | 
| 
      
 71 
     | 
    
         
            +
                  Vary:
         
     | 
| 
      
 72 
     | 
    
         
            +
                  - Origin,Accept-Encoding
         
     | 
| 
      
 73 
     | 
    
         
            +
                  X-Rack-Cors:
         
     | 
| 
      
 74 
     | 
    
         
            +
                  - miss; no-origin
         
     | 
| 
       78 
75 
     | 
    
         
             
                  Via:
         
     | 
| 
       79 
     | 
    
         
            -
                  - 1.1 vegur
         
     | 
| 
      
 76 
     | 
    
         
            +
                  - 1.1 vegur, 1.1 87870fc50391b69b5ca922233fe59ace.cloudfront.net (CloudFront)
         
     | 
| 
      
 77 
     | 
    
         
            +
                  X-Cache:
         
     | 
| 
      
 78 
     | 
    
         
            +
                  - Miss from cloudfront
         
     | 
| 
      
 79 
     | 
    
         
            +
                  X-Amz-Cf-Pop:
         
     | 
| 
      
 80 
     | 
    
         
            +
                  - MIA3-C1
         
     | 
| 
      
 81 
     | 
    
         
            +
                  X-Amz-Cf-Id:
         
     | 
| 
      
 82 
     | 
    
         
            +
                  - zY9mOnFrVo8vK0XL_pg5Ggyu0Tt-xCuylAVoUYS8qgXqApSnZAnwjQ==
         
     | 
| 
       80 
83 
     | 
    
         
             
                body:
         
     | 
| 
       81 
84 
     | 
    
         
             
                  encoding: UTF-8
         
     | 
| 
       82 
     | 
    
         
            -
                  string: '{"id": 
     | 
| 
       83 
     | 
    
         
            -
             
     | 
| 
       84 
     | 
    
         
            -
             
     | 
| 
       85 
     | 
    
         
            -
            recorded_with: VCR 3.0.3
         
     | 
| 
      
 85 
     | 
    
         
            +
                  string: '{"id":1280,"created_rows":0,"enqueued_at":null,"started_at":null,"finished_at":null,"processed_at":null,"failed_to_create_rows":0,"failed_to_update_rows":0,"import_errors":null,"processed_rows":0,"total_rows":null,"updated_rows":0,"source_file_name":"customers.csv","source_file_size":190,"status":"pending","created_via_api":true}'
         
     | 
| 
      
 86 
     | 
    
         
            +
              recorded_at: Tue, 22 Feb 2022 17:30:47 GMT
         
     | 
| 
      
 87 
     | 
    
         
            +
            recorded_with: VCR 6.0.0
         
     | 
| 
         @@ -2,82 +2,96 @@ 
     | 
|
| 
       2 
2 
     | 
    
         
             
            http_interactions:
         
     | 
| 
       3 
3 
     | 
    
         
             
            - request:
         
     | 
| 
       4 
4 
     | 
    
         
             
                method: get
         
     | 
| 
       5 
     | 
    
         
            -
                uri: https://sandbox. 
     | 
| 
      
 5 
     | 
    
         
            +
                uri: https://api-sandbox.kobana.com.br/v1/customer_subscriptions
         
     | 
| 
       6 
6 
     | 
    
         
             
                body:
         
     | 
| 
       7 
7 
     | 
    
         
             
                  encoding: US-ASCII
         
     | 
| 
       8 
8 
     | 
    
         
             
                  string: ''
         
     | 
| 
       9 
9 
     | 
    
         
             
                headers:
         
     | 
| 
       10 
10 
     | 
    
         
             
                  User-Agent:
         
     | 
| 
       11 
     | 
    
         
            -
                  -  
     | 
| 
      
 11 
     | 
    
         
            +
                  - email@minhaempresa.com.br
         
     | 
| 
       12 
12 
     | 
    
         
             
                  Authorization:
         
     | 
| 
       13 
     | 
    
         
            -
                  -  
     | 
| 
      
 13 
     | 
    
         
            +
                  - Bearer BOLETOSIMPLES_API_TOKEN
         
     | 
| 
      
 14 
     | 
    
         
            +
                  Accept:
         
     | 
| 
      
 15 
     | 
    
         
            +
                  - application/json
         
     | 
| 
       14 
16 
     | 
    
         
             
                  Accept-Encoding:
         
     | 
| 
       15 
17 
     | 
    
         
             
                  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
         
     | 
| 
       16 
     | 
    
         
            -
                  Accept:
         
     | 
| 
       17 
     | 
    
         
            -
                  - "*/*"
         
     | 
| 
       18 
18 
     | 
    
         
             
              response:
         
     | 
| 
       19 
19 
     | 
    
         
             
                status:
         
     | 
| 
       20 
20 
     | 
    
         
             
                  code: 200
         
     | 
| 
       21 
21 
     | 
    
         
             
                  message: OK
         
     | 
| 
       22 
22 
     | 
    
         
             
                headers:
         
     | 
| 
       23 
     | 
    
         
            -
                  Connection:
         
     | 
| 
       24 
     | 
    
         
            -
                  - keep-alive
         
     | 
| 
       25 
23 
     | 
    
         
             
                  Content-Type:
         
     | 
| 
       26 
24 
     | 
    
         
             
                  - application/json; charset=utf-8
         
     | 
| 
       27 
25 
     | 
    
         
             
                  Transfer-Encoding:
         
     | 
| 
       28 
26 
     | 
    
         
             
                  - chunked
         
     | 
| 
       29 
     | 
    
         
            -
                   
     | 
| 
       30 
     | 
    
         
            -
                  -  
     | 
| 
       31 
     | 
    
         
            -
                   
     | 
| 
       32 
     | 
    
         
            -
                  -  
     | 
| 
       33 
     | 
    
         
            -
                  X- 
     | 
| 
       34 
     | 
    
         
            -
                  -  
     | 
| 
       35 
     | 
    
         
            -
                  Date:
         
     | 
| 
       36 
     | 
    
         
            -
                  - Mon, 15 Aug 2016 19:12:06 GMT
         
     | 
| 
       37 
     | 
    
         
            -
                  Strict-Transport-Security:
         
     | 
| 
       38 
     | 
    
         
            -
                  - max-age=631138519
         
     | 
| 
       39 
     | 
    
         
            -
                  X-Ratelimit-Remaining:
         
     | 
| 
       40 
     | 
    
         
            -
                  - '495'
         
     | 
| 
       41 
     | 
    
         
            -
                  Vary:
         
     | 
| 
       42 
     | 
    
         
            -
                  - Accept-Encoding
         
     | 
| 
       43 
     | 
    
         
            -
                  X-Permitted-Cross-Domain-Policies:
         
     | 
| 
       44 
     | 
    
         
            -
                  - none
         
     | 
| 
      
 27 
     | 
    
         
            +
                  Connection:
         
     | 
| 
      
 28 
     | 
    
         
            +
                  - keep-alive
         
     | 
| 
      
 29 
     | 
    
         
            +
                  Server:
         
     | 
| 
      
 30 
     | 
    
         
            +
                  - Cowboy
         
     | 
| 
      
 31 
     | 
    
         
            +
                  X-Frame-Options:
         
     | 
| 
      
 32 
     | 
    
         
            +
                  - DENY
         
     | 
| 
       45 
33 
     | 
    
         
             
                  X-Xss-Protection:
         
     | 
| 
       46 
34 
     | 
    
         
             
                  - 1; mode=block
         
     | 
| 
       47 
     | 
    
         
            -
                  X- 
     | 
| 
       48 
     | 
    
         
            -
                  -  
     | 
| 
       49 
     | 
    
         
            -
                  Content-Security-Policy-Report-Only:
         
     | 
| 
       50 
     | 
    
         
            -
                  - 'default-src ''self''; child-src ''self'' www.googleadservices.com googleads.g.doubleclick.net
         
     | 
| 
       51 
     | 
    
         
            -
                    www.google.com; connect-src ws: wss: *.intercom.io ws.pusherapp.com hn.inspectlet.com
         
     | 
| 
       52 
     | 
    
         
            -
                    stats.pusher.com; font-src ''self'' fonts.googleapis.com fonts.gstatic.com
         
     | 
| 
       53 
     | 
    
         
            -
                    data:; img-src ''self'' https: data:; script-src ''self'' static.intercomcdn.com
         
     | 
| 
       54 
     | 
    
         
            -
                    cdn.inspectlet.com widget.intercom.io js.intercomcdn.com js.pusher.com stats.pusher.com
         
     | 
| 
       55 
     | 
    
         
            -
                    zapier.com www.google-analytics.com www.googleadservices.com i.kissmetrics.com
         
     | 
| 
       56 
     | 
    
         
            -
                    doug1izaerwt3.cloudfront.net app.popupdomination.com cdn.ywxi.net www.draw.io;
         
     | 
| 
       57 
     | 
    
         
            -
                    style-src ''self'' fonts.googleapis.com; report-uri https://boletosimples.report-uri.io/r/default/csp/reportOnly'
         
     | 
| 
       58 
     | 
    
         
            -
                  Total:
         
     | 
| 
       59 
     | 
    
         
            -
                  - '2'
         
     | 
| 
      
 35 
     | 
    
         
            +
                  X-Content-Type-Options:
         
     | 
| 
      
 36 
     | 
    
         
            +
                  - nosniff
         
     | 
| 
       60 
37 
     | 
    
         
             
                  X-Download-Options:
         
     | 
| 
       61 
38 
     | 
    
         
             
                  - noopen
         
     | 
| 
      
 39 
     | 
    
         
            +
                  X-Permitted-Cross-Domain-Policies:
         
     | 
| 
      
 40 
     | 
    
         
            +
                  - none
         
     | 
| 
      
 41 
     | 
    
         
            +
                  Referrer-Policy:
         
     | 
| 
      
 42 
     | 
    
         
            +
                  - strict-origin-when-cross-origin
         
     | 
| 
      
 43 
     | 
    
         
            +
                  Expect-Ct:
         
     | 
| 
      
 44 
     | 
    
         
            +
                  - max-age=0, report-uri="https://boletosimples.report-uri.com/r/d/ct/reportOnly"
         
     | 
| 
      
 45 
     | 
    
         
            +
                  Cross-Origin-Resource-Policy:
         
     | 
| 
      
 46 
     | 
    
         
            +
                  - cross-origin
         
     | 
| 
      
 47 
     | 
    
         
            +
                  Cross-Origin-Embedder-Policy:
         
     | 
| 
      
 48 
     | 
    
         
            +
                  - unsafe-none
         
     | 
| 
      
 49 
     | 
    
         
            +
                  Cross-Origin-Opener-Policy:
         
     | 
| 
      
 50 
     | 
    
         
            +
                  - unsafe-none
         
     | 
| 
      
 51 
     | 
    
         
            +
                  Per-Page:
         
     | 
| 
      
 52 
     | 
    
         
            +
                  - '50'
         
     | 
| 
      
 53 
     | 
    
         
            +
                  Page:
         
     | 
| 
      
 54 
     | 
    
         
            +
                  - ''
         
     | 
| 
      
 55 
     | 
    
         
            +
                  X-Ratelimit-Limit:
         
     | 
| 
      
 56 
     | 
    
         
            +
                  - '100'
         
     | 
| 
      
 57 
     | 
    
         
            +
                  X-Ratelimit-Remaining:
         
     | 
| 
      
 58 
     | 
    
         
            +
                  - '62'
         
     | 
| 
       62 
59 
     | 
    
         
             
                  Etag:
         
     | 
| 
       63 
     | 
    
         
            -
                  - W/" 
     | 
| 
      
 60 
     | 
    
         
            +
                  - W/"b689ab1ab2ff2be920a7b435436ca43e"
         
     | 
| 
      
 61 
     | 
    
         
            +
                  Cache-Control:
         
     | 
| 
      
 62 
     | 
    
         
            +
                  - must-revalidate, private, max-age=0
         
     | 
| 
      
 63 
     | 
    
         
            +
                  X-Request-Id:
         
     | 
| 
      
 64 
     | 
    
         
            +
                  - 7e444190-4a22-4804-8763-fe5b444806b6
         
     | 
| 
       64 
65 
     | 
    
         
             
                  X-Runtime:
         
     | 
| 
       65 
     | 
    
         
            -
                  - '0. 
     | 
| 
       66 
     | 
    
         
            -
                   
     | 
| 
       67 
     | 
    
         
            -
                  -  
     | 
| 
       68 
     | 
    
         
            -
                  X-Content-Type-Options:
         
     | 
| 
       69 
     | 
    
         
            -
                  - nosniff
         
     | 
| 
      
 66 
     | 
    
         
            +
                  - '0.022865'
         
     | 
| 
      
 67 
     | 
    
         
            +
                  Date:
         
     | 
| 
      
 68 
     | 
    
         
            +
                  - Tue, 22 Feb 2022 17:30:39 GMT
         
     | 
| 
       70 
69 
     | 
    
         
             
                  X-Rack-Cache:
         
     | 
| 
       71 
70 
     | 
    
         
             
                  - miss
         
     | 
| 
       72 
     | 
    
         
            -
                   
     | 
| 
       73 
     | 
    
         
            -
                  -  
     | 
| 
       74 
     | 
    
         
            -
                   
     | 
| 
       75 
     | 
    
         
            -
                  -  
     | 
| 
      
 71 
     | 
    
         
            +
                  Strict-Transport-Security:
         
     | 
| 
      
 72 
     | 
    
         
            +
                  - max-age=31556952; includeSubDomains; preload
         
     | 
| 
      
 73 
     | 
    
         
            +
                  Vary:
         
     | 
| 
      
 74 
     | 
    
         
            +
                  - Origin,Accept-Encoding
         
     | 
| 
      
 75 
     | 
    
         
            +
                  X-Rack-Cors:
         
     | 
| 
      
 76 
     | 
    
         
            +
                  - miss; no-origin
         
     | 
| 
       76 
77 
     | 
    
         
             
                  Via:
         
     | 
| 
       77 
     | 
    
         
            -
                  - 1.1 vegur
         
     | 
| 
      
 78 
     | 
    
         
            +
                  - 1.1 vegur, 1.1 ea905bc41494afa044dd561d2410d0a0.cloudfront.net (CloudFront)
         
     | 
| 
      
 79 
     | 
    
         
            +
                  X-Cache:
         
     | 
| 
      
 80 
     | 
    
         
            +
                  - Miss from cloudfront
         
     | 
| 
      
 81 
     | 
    
         
            +
                  X-Amz-Cf-Pop:
         
     | 
| 
      
 82 
     | 
    
         
            +
                  - MIA3-C1
         
     | 
| 
      
 83 
     | 
    
         
            +
                  X-Amz-Cf-Id:
         
     | 
| 
      
 84 
     | 
    
         
            +
                  - 2gEvWjpkcPNslWv7rngv2e9RFjnBf8vR80Ja-VID2vkZ53jmFjrT_w==
         
     | 
| 
       78 
85 
     | 
    
         
             
                body:
         
     | 
| 
       79 
86 
     | 
    
         
             
                  encoding: UTF-8
         
     | 
| 
       80 
     | 
    
         
            -
                  string: '[{"id": 
     | 
| 
       81 
     | 
    
         
            -
             
     | 
| 
       82 
     | 
    
         
            -
             
     | 
| 
       83 
     | 
    
         
            -
             
     | 
| 
      
 87 
     | 
    
         
            +
                  string: '[{"id":3200,"amount":1120.4,"cycle":"monthly","next_billing":"2022-04-22","end_at":null,"instructions":null,"customer_id":93340,"customer_person_name":"Joao
         
     | 
| 
      
 88 
     | 
    
         
            +
                    da Silva","customer_cnpj_cpf":"18.033.842/0001-05","customer_address":"Rua
         
     | 
| 
      
 89 
     | 
    
         
            +
                    quinhentos","customer_state":"RJ","customer_neighborhood":"Sao Francisco","customer_zipcode":"12312123","customer_address_number":"111","customer_address_complement":"Sala
         
     | 
| 
      
 90 
     | 
    
         
            +
                    4","customer_phone_number":"2112123434","customer_email":"cliente@example.com","customer_city_name":"Rio
         
     | 
| 
      
 91 
     | 
    
         
            +
                    de Janeiro","customer_email_cc":null,"customer_ignore_email":null,"customer_ignore_sms":null,"customer_mobile_local_code":null,"customer_mobile_number":null,"customer_nickname":null,"customer_notes":null,"description":"Hospedagem","created_at":"2022-02-22T14:26:57-03:00","updated_at":"2022-02-22T14:26:58-03:00","created_via_api":true,"days_in_advance":7,"bank_billet_account_id":659,"fine_for_delay":null,"fine_type":0,"fine_percentage":null,"fine_value":null,"days_for_fine":null,"late_payment_interest":null,"interest_type":0,"interest_daily_value":null,"interest_daily_percentage":null,"interest_monthly_percentage":null,"days_for_interest":null,"discount_type":0,"days_for_discount":null,"discount_value":null,"discount_percentage":null,"email":null,"bank_billet_layout_id":null,"bank_billet_ids":[472525],"notes":null,"payment_count":1,"tags":[],"tag_list":null,"prevent_registration":false,"divergent_payment_type":null,"divergent_payment_value_type":null,"divergent_payment_maximum_value":null,"divergent_payment_minimum_value":null,"divergent_payment_maximum_percentage":null,"divergent_payment_minimum_percentage":null,"divergent_payment_limit":null,"days_for_second_discount":null,"second_discount_percentage":null,"second_discount_value":null,"days_for_third_discount":null,"third_discount_percentage":null,"third_discount_value":null,"days_for_revoke":null,"days_for_sue":null,"days_for_negativation":null,"interest_percentage":null,"interest_value":null,"interest_days_type":0,"customer_contact_person":null,"custom_attachment_name":null,"guarantor_name":null,"guarantor_cnpj_cpf":null,"guarantor_address_number":null,"guarantor_neighborhood":null,"guarantor_phone_number":null,"guarantor_city_name":null,"guarantor_state":null,"guarantor_zipcode":null,"guarantor_address":null,"guarantor_address_complement":null},{"id":3201,"amount":1120.4,"cycle":"monthly","next_billing":"2022-04-22","end_at":null,"instructions":null,"customer_id":93340,"customer_person_name":"Joao
         
     | 
| 
      
 92 
     | 
    
         
            +
                    da Silva","customer_cnpj_cpf":"18.033.842/0001-05","customer_address":"Rua
         
     | 
| 
      
 93 
     | 
    
         
            +
                    quinhentos","customer_state":"RJ","customer_neighborhood":"Sao Francisco","customer_zipcode":"12312123","customer_address_number":"111","customer_address_complement":"Sala
         
     | 
| 
      
 94 
     | 
    
         
            +
                    4","customer_phone_number":"2112123434","customer_email":"cliente@example.com","customer_city_name":"Rio
         
     | 
| 
      
 95 
     | 
    
         
            +
                    de Janeiro","customer_email_cc":null,"customer_ignore_email":null,"customer_ignore_sms":null,"customer_mobile_local_code":null,"customer_mobile_number":null,"customer_nickname":null,"customer_notes":null,"description":"Hospedagem","created_at":"2022-02-22T14:30:36-03:00","updated_at":"2022-02-22T14:30:39-03:00","created_via_api":true,"days_in_advance":7,"bank_billet_account_id":659,"fine_for_delay":null,"fine_type":0,"fine_percentage":null,"fine_value":null,"days_for_fine":null,"late_payment_interest":null,"interest_type":0,"interest_daily_value":null,"interest_daily_percentage":null,"interest_monthly_percentage":null,"days_for_interest":null,"discount_type":0,"days_for_discount":null,"discount_value":null,"discount_percentage":null,"email":null,"bank_billet_layout_id":null,"bank_billet_ids":[472531],"notes":null,"payment_count":1,"tags":[],"tag_list":null,"prevent_registration":false,"divergent_payment_type":null,"divergent_payment_value_type":null,"divergent_payment_maximum_value":null,"divergent_payment_minimum_value":null,"divergent_payment_maximum_percentage":null,"divergent_payment_minimum_percentage":null,"divergent_payment_limit":null,"days_for_second_discount":null,"second_discount_percentage":null,"second_discount_value":null,"days_for_third_discount":null,"third_discount_percentage":null,"third_discount_value":null,"days_for_revoke":null,"days_for_sue":null,"days_for_negativation":null,"interest_percentage":null,"interest_value":null,"interest_days_type":0,"customer_contact_person":null,"custom_attachment_name":null,"guarantor_name":null,"guarantor_cnpj_cpf":null,"guarantor_address_number":null,"guarantor_neighborhood":null,"guarantor_phone_number":null,"guarantor_city_name":null,"guarantor_state":null,"guarantor_zipcode":null,"guarantor_address":null,"guarantor_address_complement":null}]'
         
     | 
| 
      
 96 
     | 
    
         
            +
              recorded_at: Tue, 22 Feb 2022 17:30:39 GMT
         
     | 
| 
      
 97 
     | 
    
         
            +
            recorded_with: VCR 6.0.0
         
     | 
| 
         @@ -2,82 +2,88 @@ 
     | 
|
| 
       2 
2 
     | 
    
         
             
            http_interactions:
         
     | 
| 
       3 
3 
     | 
    
         
             
            - request:
         
     | 
| 
       4 
4 
     | 
    
         
             
                method: post
         
     | 
| 
       5 
     | 
    
         
            -
                uri: https://sandbox. 
     | 
| 
      
 5 
     | 
    
         
            +
                uri: https://api-sandbox.kobana.com.br/v1/customer_subscriptions
         
     | 
| 
       6 
6 
     | 
    
         
             
                body:
         
     | 
| 
       7 
7 
     | 
    
         
             
                  encoding: UTF-8
         
     | 
| 
       8 
8 
     | 
    
         
             
                  string: '{"customer_subscription":{"customer_id":""}}'
         
     | 
| 
       9 
9 
     | 
    
         
             
                headers:
         
     | 
| 
       10 
10 
     | 
    
         
             
                  User-Agent:
         
     | 
| 
       11 
     | 
    
         
            -
                  -  
     | 
| 
      
 11 
     | 
    
         
            +
                  - email@minhaempresa.com.br
         
     | 
| 
       12 
12 
     | 
    
         
             
                  Authorization:
         
     | 
| 
       13 
     | 
    
         
            -
                  -  
     | 
| 
      
 13 
     | 
    
         
            +
                  - Bearer BOLETOSIMPLES_API_TOKEN
         
     | 
| 
       14 
14 
     | 
    
         
             
                  Content-Type:
         
     | 
| 
       15 
15 
     | 
    
         
             
                  - application/json
         
     | 
| 
      
 16 
     | 
    
         
            +
                  Accept:
         
     | 
| 
      
 17 
     | 
    
         
            +
                  - application/json
         
     | 
| 
       16 
18 
     | 
    
         
             
                  Accept-Encoding:
         
     | 
| 
       17 
19 
     | 
    
         
             
                  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
         
     | 
| 
       18 
     | 
    
         
            -
                  Accept:
         
     | 
| 
       19 
     | 
    
         
            -
                  - "*/*"
         
     | 
| 
       20 
20 
     | 
    
         
             
              response:
         
     | 
| 
       21 
21 
     | 
    
         
             
                status:
         
     | 
| 
       22 
22 
     | 
    
         
             
                  code: 422
         
     | 
| 
       23 
23 
     | 
    
         
             
                  message: Unprocessable Entity
         
     | 
| 
       24 
24 
     | 
    
         
             
                headers:
         
     | 
| 
       25 
     | 
    
         
            -
                  Connection:
         
     | 
| 
       26 
     | 
    
         
            -
                  - keep-alive
         
     | 
| 
       27 
25 
     | 
    
         
             
                  Content-Type:
         
     | 
| 
       28 
26 
     | 
    
         
             
                  - application/json; charset=utf-8
         
     | 
| 
       29 
27 
     | 
    
         
             
                  Transfer-Encoding:
         
     | 
| 
       30 
28 
     | 
    
         
             
                  - chunked
         
     | 
| 
       31 
     | 
    
         
            -
                   
     | 
| 
       32 
     | 
    
         
            -
                  -  
     | 
| 
       33 
     | 
    
         
            -
                   
     | 
| 
       34 
     | 
    
         
            -
                  -  
     | 
| 
       35 
     | 
    
         
            -
                  X- 
     | 
| 
       36 
     | 
    
         
            -
                  -  
     | 
| 
       37 
     | 
    
         
            -
                  Date:
         
     | 
| 
       38 
     | 
    
         
            -
                  - Mon, 15 Aug 2016 19:12:05 GMT
         
     | 
| 
       39 
     | 
    
         
            -
                  Strict-Transport-Security:
         
     | 
| 
       40 
     | 
    
         
            -
                  - max-age=631138519
         
     | 
| 
       41 
     | 
    
         
            -
                  X-Ratelimit-Remaining:
         
     | 
| 
       42 
     | 
    
         
            -
                  - '497'
         
     | 
| 
       43 
     | 
    
         
            -
                  Vary:
         
     | 
| 
       44 
     | 
    
         
            -
                  - Accept-Encoding
         
     | 
| 
       45 
     | 
    
         
            -
                  X-Permitted-Cross-Domain-Policies:
         
     | 
| 
       46 
     | 
    
         
            -
                  - none
         
     | 
| 
      
 29 
     | 
    
         
            +
                  Connection:
         
     | 
| 
      
 30 
     | 
    
         
            +
                  - keep-alive
         
     | 
| 
      
 31 
     | 
    
         
            +
                  Server:
         
     | 
| 
      
 32 
     | 
    
         
            +
                  - Cowboy
         
     | 
| 
      
 33 
     | 
    
         
            +
                  X-Frame-Options:
         
     | 
| 
      
 34 
     | 
    
         
            +
                  - DENY
         
     | 
| 
       47 
35 
     | 
    
         
             
                  X-Xss-Protection:
         
     | 
| 
       48 
36 
     | 
    
         
             
                  - 1; mode=block
         
     | 
| 
       49 
     | 
    
         
            -
                  X- 
     | 
| 
       50 
     | 
    
         
            -
                  -  
     | 
| 
       51 
     | 
    
         
            -
                  Content-Security-Policy-Report-Only:
         
     | 
| 
       52 
     | 
    
         
            -
                  - 'default-src ''self''; child-src ''self'' www.googleadservices.com googleads.g.doubleclick.net
         
     | 
| 
       53 
     | 
    
         
            -
                    www.google.com; connect-src ws: wss: *.intercom.io ws.pusherapp.com hn.inspectlet.com
         
     | 
| 
       54 
     | 
    
         
            -
                    stats.pusher.com; font-src ''self'' fonts.googleapis.com fonts.gstatic.com
         
     | 
| 
       55 
     | 
    
         
            -
                    data:; img-src ''self'' https: data:; script-src ''self'' static.intercomcdn.com
         
     | 
| 
       56 
     | 
    
         
            -
                    cdn.inspectlet.com widget.intercom.io js.intercomcdn.com js.pusher.com stats.pusher.com
         
     | 
| 
       57 
     | 
    
         
            -
                    zapier.com www.google-analytics.com www.googleadservices.com i.kissmetrics.com
         
     | 
| 
       58 
     | 
    
         
            -
                    doug1izaerwt3.cloudfront.net app.popupdomination.com cdn.ywxi.net www.draw.io;
         
     | 
| 
       59 
     | 
    
         
            -
                    style-src ''self'' fonts.googleapis.com; report-uri https://boletosimples.report-uri.io/r/default/csp/reportOnly'
         
     | 
| 
      
 37 
     | 
    
         
            +
                  X-Content-Type-Options:
         
     | 
| 
      
 38 
     | 
    
         
            +
                  - nosniff
         
     | 
| 
       60 
39 
     | 
    
         
             
                  X-Download-Options:
         
     | 
| 
       61 
40 
     | 
    
         
             
                  - noopen
         
     | 
| 
      
 41 
     | 
    
         
            +
                  X-Permitted-Cross-Domain-Policies:
         
     | 
| 
      
 42 
     | 
    
         
            +
                  - none
         
     | 
| 
      
 43 
     | 
    
         
            +
                  Referrer-Policy:
         
     | 
| 
      
 44 
     | 
    
         
            +
                  - strict-origin-when-cross-origin
         
     | 
| 
      
 45 
     | 
    
         
            +
                  Expect-Ct:
         
     | 
| 
      
 46 
     | 
    
         
            +
                  - max-age=0, report-uri="https://boletosimples.report-uri.com/r/d/ct/reportOnly"
         
     | 
| 
      
 47 
     | 
    
         
            +
                  Cross-Origin-Resource-Policy:
         
     | 
| 
      
 48 
     | 
    
         
            +
                  - cross-origin
         
     | 
| 
      
 49 
     | 
    
         
            +
                  Cross-Origin-Embedder-Policy:
         
     | 
| 
      
 50 
     | 
    
         
            +
                  - unsafe-none
         
     | 
| 
      
 51 
     | 
    
         
            +
                  Cross-Origin-Opener-Policy:
         
     | 
| 
      
 52 
     | 
    
         
            +
                  - unsafe-none
         
     | 
| 
      
 53 
     | 
    
         
            +
                  X-Ratelimit-Limit:
         
     | 
| 
      
 54 
     | 
    
         
            +
                  - '18000'
         
     | 
| 
      
 55 
     | 
    
         
            +
                  X-Ratelimit-Remaining:
         
     | 
| 
      
 56 
     | 
    
         
            +
                  - '17960'
         
     | 
| 
      
 57 
     | 
    
         
            +
                  Cache-Control:
         
     | 
| 
      
 58 
     | 
    
         
            +
                  - no-cache
         
     | 
| 
      
 59 
     | 
    
         
            +
                  X-Request-Id:
         
     | 
| 
      
 60 
     | 
    
         
            +
                  - 90e83d99-6331-4d1a-8f32-d62c84b18ff4
         
     | 
| 
       62 
61 
     | 
    
         
             
                  X-Runtime:
         
     | 
| 
       63 
     | 
    
         
            -
                  - '0. 
     | 
| 
       64 
     | 
    
         
            -
                   
     | 
| 
       65 
     | 
    
         
            -
                  -  
     | 
| 
       66 
     | 
    
         
            -
                  X-Content-Type-Options:
         
     | 
| 
       67 
     | 
    
         
            -
                  - nosniff
         
     | 
| 
      
 62 
     | 
    
         
            +
                  - '0.055160'
         
     | 
| 
      
 63 
     | 
    
         
            +
                  Date:
         
     | 
| 
      
 64 
     | 
    
         
            +
                  - Tue, 22 Feb 2022 17:30:37 GMT
         
     | 
| 
       68 
65 
     | 
    
         
             
                  X-Rack-Cache:
         
     | 
| 
       69 
66 
     | 
    
         
             
                  - invalidate, pass
         
     | 
| 
       70 
     | 
    
         
            -
                   
     | 
| 
       71 
     | 
    
         
            -
                  -  
     | 
| 
       72 
     | 
    
         
            -
                   
     | 
| 
       73 
     | 
    
         
            -
                  -  
     | 
| 
      
 67 
     | 
    
         
            +
                  Strict-Transport-Security:
         
     | 
| 
      
 68 
     | 
    
         
            +
                  - max-age=31556952; includeSubDomains; preload
         
     | 
| 
      
 69 
     | 
    
         
            +
                  Vary:
         
     | 
| 
      
 70 
     | 
    
         
            +
                  - Origin,Accept-Encoding
         
     | 
| 
      
 71 
     | 
    
         
            +
                  X-Rack-Cors:
         
     | 
| 
      
 72 
     | 
    
         
            +
                  - miss; no-origin
         
     | 
| 
       74 
73 
     | 
    
         
             
                  Via:
         
     | 
| 
       75 
     | 
    
         
            -
                  - 1.1 vegur
         
     | 
| 
      
 74 
     | 
    
         
            +
                  - 1.1 vegur, 1.1 b3ca1a7752327aa687a6611c7f28951e.cloudfront.net (CloudFront)
         
     | 
| 
      
 75 
     | 
    
         
            +
                  X-Cache:
         
     | 
| 
      
 76 
     | 
    
         
            +
                  - Error from cloudfront
         
     | 
| 
      
 77 
     | 
    
         
            +
                  X-Amz-Cf-Pop:
         
     | 
| 
      
 78 
     | 
    
         
            +
                  - MIA3-C1
         
     | 
| 
      
 79 
     | 
    
         
            +
                  X-Amz-Cf-Id:
         
     | 
| 
      
 80 
     | 
    
         
            +
                  - UmV_SSORxjI2o6ZzH12DFmW8i5aV9pnfPk8MvFkaumFMEU05ALcySA==
         
     | 
| 
       76 
81 
     | 
    
         
             
                body:
         
     | 
| 
       77 
82 
     | 
    
         
             
                  encoding: UTF-8
         
     | 
| 
       78 
     | 
    
         
            -
                  string: '{"errors":{" 
     | 
| 
       79 
     | 
    
         
            -
                     
     | 
| 
       80 
     | 
    
         
            -
                    pode ficar em branco"] 
     | 
| 
       81 
     | 
    
         
            -
             
     | 
| 
       82 
     | 
    
         
            -
             
     | 
| 
       83 
     | 
    
         
            -
             
     | 
| 
      
 83 
     | 
    
         
            +
                  string: '{"errors":{"customer_person_name":["não pode ficar em branco"],"customer_cnpj_cpf":["não
         
     | 
| 
      
 84 
     | 
    
         
            +
                    é um CNPJ ou CPF válido"],"customer_zipcode":["não pode ficar em branco"],"amount":["não
         
     | 
| 
      
 85 
     | 
    
         
            +
                    pode ficar em branco"],"customer_address":["não pode ficar em branco"],"customer_neighborhood":["não
         
     | 
| 
      
 86 
     | 
    
         
            +
                    pode ficar em branco"],"customer_city_name":["não pode ficar em branco"],"customer_state":["não
         
     | 
| 
      
 87 
     | 
    
         
            +
                    está incluído na lista"]}}'
         
     | 
| 
      
 88 
     | 
    
         
            +
              recorded_at: Tue, 22 Feb 2022 17:30:38 GMT
         
     | 
| 
      
 89 
     | 
    
         
            +
            recorded_with: VCR 6.0.0
         
     |