fat_zebra 3.0.11 → 3.2.3
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 +5 -5
 - data/.gitignore +2 -0
 - data/.rubocop.yml +3 -5
 - data/.travis.yml +3 -3
 - data/README.md +5 -5
 - data/fat_zebra.gemspec +5 -7
 - data/lib/fat_zebra.rb +8 -0
 - data/lib/fat_zebra/api_operation/search.rb +1 -1
 - data/lib/fat_zebra/authenticate.rb +64 -0
 - data/lib/fat_zebra/card.rb +1 -0
 - data/lib/fat_zebra/direct_credit.rb +1 -1
 - data/lib/fat_zebra/direct_debit.rb +1 -1
 - data/lib/fat_zebra/paypal/authorization.rb +49 -0
 - data/lib/fat_zebra/paypal/billing_agreement.rb +56 -0
 - data/lib/fat_zebra/paypal/capture.rb +36 -0
 - data/lib/fat_zebra/paypal/order.rb +22 -0
 - data/lib/fat_zebra/paypal/refund.rb +22 -0
 - data/lib/fat_zebra/refund.rb +4 -0
 - data/lib/fat_zebra/util.rb +1 -1
 - data/lib/fat_zebra/validation.rb +4 -0
 - data/lib/fat_zebra/version.rb +1 -1
 - data/spec/cassettes/FatZebra_Authenticate/_authenticate/validations/1_3_5_1.yml +46 -0
 - data/spec/cassettes/FatZebra_Authenticate/_authenticate/with_challenge_response/1_3_3_1.yml +90 -0
 - data/spec/cassettes/FatZebra_Authenticate/_authenticate/with_challenge_response/1_3_3_2.yml +90 -0
 - data/spec/cassettes/FatZebra_Authenticate/_authenticate/with_frictionless_response/1_3_2_1.yml +90 -0
 - data/spec/cassettes/FatZebra_Authenticate/_authenticate/with_frictionless_response/1_3_2_2.yml +90 -0
 - data/spec/cassettes/FatZebra_Authenticate/_authenticate/with_invalid_input/1_3_1_1.yml +90 -0
 - data/spec/cassettes/FatZebra_Authenticate/_authenticate/with_invalid_input/1_3_1_2.yml +87 -0
 - data/spec/cassettes/FatZebra_Authenticate/_authenticate/with_invalid_input/1_3_1_3.yml +92 -0
 - data/spec/cassettes/FatZebra_Authenticate/_authenticate/with_invalid_input/1_3_1_4.yml +91 -0
 - data/spec/cassettes/FatZebra_Authenticate/_authenticate/with_type_validation/1_3_4_1.yml +46 -0
 - data/spec/cassettes/FatZebra_Authenticate/_decode_session/when_token_is_invalid/returns_error_when_invalid_token.yml +47 -0
 - data/spec/cassettes/FatZebra_Authenticate/_decode_session/when_token_is_valid/decodes_JWT.yml +87 -0
 - data/spec/cassettes/FatZebra_Authenticate/_session/returns_JWT_with_given_params.yml +44 -0
 - data/spec/cassettes/FatZebra_Authenticate/_session/returns_JWT_with_no_amount.yml +44 -0
 - data/spec/cassettes/FatZebra_Authenticate/_session/returns_error_when_amount_is_invalid.yml +44 -0
 - data/spec/cassettes/FatZebra_Authenticate/_session/returns_error_when_currency_is_invalid.yml +46 -0
 - data/spec/cassettes/FatZebra_BankAccount/_create/1_1_1.yml +8 -14
 - data/spec/cassettes/FatZebra_BankAccount/_create/1_1_2.yml +8 -14
 - data/spec/cassettes/FatZebra_BankAccount/_search/1_2_1.yml +34 -52
 - data/spec/cassettes/FatZebra_BankAccount/_search/1_2_2.yml +34 -52
 - data/spec/cassettes/FatZebra_BankAccount/_search/1_2_3.yml +34 -52
 - data/spec/cassettes/FatZebra_Batch/_create/with_file/1_1_1_1.yml +11 -17
 - data/spec/cassettes/FatZebra_Batch/_create/with_file/1_1_1_2.yml +11 -17
 - data/spec/cassettes/FatZebra_Batch/_create/with_path/1_1_2_1.yml +11 -17
 - data/spec/cassettes/FatZebra_Batch/_create/with_path/1_1_2_2.yml +11 -17
 - data/spec/cassettes/FatZebra_Batch/_find/1_2_1.yml +19 -31
 - data/spec/cassettes/FatZebra_Batch/_find/1_2_2.yml +19 -31
 - data/spec/cassettes/FatZebra_Batch/_result/1_4_1.yml +26 -44
 - data/spec/cassettes/FatZebra_Batch/_search/1_3_1.yml +8 -14
 - data/spec/cassettes/FatZebra_Batch/_search/1_3_2.yml +8 -14
 - data/spec/cassettes/FatZebra_Batch/_search/1_3_3.yml +8 -14
 - data/spec/cassettes/FatZebra_Card/_create/1_1_1.yml +7 -13
 - data/spec/cassettes/FatZebra_Card/_create/1_1_2.yml +7 -13
 - data/spec/cassettes/FatZebra_Card/_create/1_1_3.yml +7 -13
 - data/spec/cassettes/FatZebra_Card/_create/1_1_4.yml +7 -13
 - data/spec/cassettes/FatZebra_Card/_create/1_1_5.yml +7 -13
 - data/spec/cassettes/FatZebra_Card/_create/1_1_6.yml +7 -13
 - data/spec/cassettes/FatZebra_Card/_find/1_3_1.yml +111 -0
 - data/spec/cassettes/FatZebra_Card/_find/1_3_2.yml +111 -0
 - data/spec/cassettes/FatZebra_Card/_update/1_2_1.yml +15 -27
 - data/spec/cassettes/FatZebra_Card/_update/1_2_2.yml +15 -27
 - data/spec/cassettes/FatZebra_Card/_update/1_2_3.yml +15 -27
 - data/spec/cassettes/FatZebra_Card/_update/validations/1_2_4_1.yml +7 -13
 - data/spec/cassettes/FatZebra_Customer/_create/1_1_1.yml +9 -15
 - data/spec/cassettes/FatZebra_Customer/_create/1_1_2.yml +9 -15
 - data/spec/cassettes/FatZebra_Customer/_create/1_1_3.yml +9 -15
 - data/spec/cassettes/FatZebra_Customer/_create/1_1_4.yml +9 -15
 - data/spec/cassettes/FatZebra_Customer/_create/1_1_5.yml +9 -15
 - data/spec/cassettes/FatZebra_Customer/_create/1_1_6.yml +9 -15
 - data/spec/cassettes/FatZebra_Customer/_delete/1_5_1.yml +18 -30
 - data/spec/cassettes/FatZebra_Customer/_find/1_3_1.yml +18 -30
 - data/spec/cassettes/FatZebra_Customer/_find/1_3_2.yml +18 -30
 - data/spec/cassettes/FatZebra_Customer/_search/1_2_1.yml +14 -24
 - data/spec/cassettes/FatZebra_Customer/_search/1_2_2.yml +14 -24
 - data/spec/cassettes/FatZebra_Customer/_search/1_2_3.yml +14 -24
 - data/spec/cassettes/FatZebra_Customer/_update/1_4_1.yml +19 -31
 - data/spec/cassettes/FatZebra_Customer/_update/1_4_2.yml +19 -31
 - data/spec/cassettes/FatZebra_DirectCredit/_create/1_1_1.yml +8 -14
 - data/spec/cassettes/FatZebra_DirectCredit/_create/1_1_2.yml +8 -14
 - data/spec/cassettes/FatZebra_DirectCredit/_create/1_1_3.yml +8 -14
 - data/spec/cassettes/FatZebra_DirectCredit/_create/1_1_4.yml +8 -14
 - data/spec/cassettes/FatZebra_DirectCredit/_create/validations/valid/1_1_5_1_1.yml +7 -13
 - data/spec/cassettes/FatZebra_DirectCredit/_delete/1_4_1.yml +16 -28
 - data/spec/cassettes/FatZebra_DirectCredit/_find/1_2_1.yml +16 -28
 - data/spec/cassettes/FatZebra_DirectCredit/_find/1_2_2.yml +16 -28
 - data/spec/cassettes/FatZebra_DirectCredit/_find/1_2_3.yml +103 -0
 - data/spec/cassettes/FatZebra_DirectCredit/_search/1_3_1.yml +24 -42
 - data/spec/cassettes/FatZebra_DirectCredit/_search/1_3_2.yml +24 -42
 - data/spec/cassettes/FatZebra_DirectDebit/_create/1_1_1.yml +8 -14
 - data/spec/cassettes/FatZebra_DirectDebit/_create/1_1_2.yml +8 -14
 - data/spec/cassettes/FatZebra_DirectDebit/_create/1_1_3.yml +8 -14
 - data/spec/cassettes/FatZebra_DirectDebit/_create/1_1_4.yml +8 -14
 - data/spec/cassettes/FatZebra_DirectDebit/_create/validations/valid/1_1_5_1_1.yml +7 -13
 - data/spec/cassettes/FatZebra_DirectDebit/_delete/1_4_1.yml +16 -28
 - data/spec/cassettes/FatZebra_DirectDebit/_find/1_2_1.yml +16 -28
 - data/spec/cassettes/FatZebra_DirectDebit/_find/1_2_2.yml +16 -28
 - data/spec/cassettes/FatZebra_DirectDebit/_find/1_2_3.yml +103 -0
 - data/spec/cassettes/FatZebra_DirectDebit/_search/1_3_1.yml +24 -42
 - data/spec/cassettes/FatZebra_DirectDebit/_search/1_3_2.yml +24 -42
 - data/spec/cassettes/FatZebra_Information/_ping/1_1_1.yml +7 -13
 - data/spec/cassettes/FatZebra_Information/_ping/1_1_2.yml +7 -13
 - data/spec/cassettes/FatZebra_PaymentPlan/_active_/1_8_1.yml +52 -76
 - data/spec/cassettes/FatZebra_PaymentPlan/_active_/1_8_2.yml +52 -76
 - data/spec/cassettes/FatZebra_PaymentPlan/_create/1_1_1.yml +22 -34
 - data/spec/cassettes/FatZebra_PaymentPlan/_create/1_1_2.yml +22 -34
 - data/spec/cassettes/FatZebra_PaymentPlan/_create/1_1_3.yml +22 -34
 - data/spec/cassettes/FatZebra_PaymentPlan/_delete/1_5_1.yml +31 -49
 - data/spec/cassettes/FatZebra_PaymentPlan/_destroy/1_6_1.yml +31 -49
 - data/spec/cassettes/FatZebra_PaymentPlan/_find/1_2_1.yml +35 -53
 - data/spec/cassettes/FatZebra_PaymentPlan/_find/1_2_2.yml +35 -53
 - data/spec/cassettes/FatZebra_PaymentPlan/_find/1_2_3.yml +35 -53
 - data/spec/cassettes/FatZebra_PaymentPlan/_suspend_/1_7_1.yml +37 -55
 - data/spec/cassettes/FatZebra_PaymentPlan/_suspend_/1_7_2.yml +37 -55
 - data/spec/cassettes/FatZebra_PaymentPlan/_update/1_3_1.yml +31 -49
 - data/spec/cassettes/FatZebra_PaymentPlan/_update/1_3_2.yml +31 -49
 - data/spec/cassettes/FatZebra_PaymentPlan/_update/1_3_3.yml +31 -49
 - data/spec/cassettes/FatZebra_PaymentPlan/_update/1_4_1.yml +37 -55
 - data/spec/cassettes/FatZebra_PaymentPlan/_update/1_4_2.yml +37 -55
 - data/spec/cassettes/FatZebra_Paypal_Authorization/_capture/returns_a_new_capture_record.yml +45 -0
 - data/spec/cassettes/FatZebra_Paypal_Authorization/_find/when_found/returns_authorization.yml +46 -0
 - data/spec/cassettes/FatZebra_Paypal_Authorization/_search/with_date_filter/returns_records_created_after_start_date.yml +46 -0
 - data/spec/cassettes/FatZebra_Paypal_Authorization/_void/returns_a_voided_capture_record.yml +44 -0
 - data/spec/cassettes/FatZebra_Paypal_BillingAgreement/_charge/Valid_payload/returns_a_new_order_record.yml +48 -0
 - data/spec/cassettes/FatZebra_Paypal_BillingAgreement/_find/when_found/returns_billing_agreement.yml +48 -0
 - data/spec/cassettes/FatZebra_Paypal_BillingAgreement/_search/with_date_filter/returns_records_created_after_start_date.yml +48 -0
 - data/spec/cassettes/FatZebra_Paypal_Capture/_find/when_found/returns_capture.yml +47 -0
 - data/spec/cassettes/FatZebra_Paypal_Capture/_refund/returns_a_new_refund_record.yml +45 -0
 - data/spec/cassettes/FatZebra_Paypal_Capture/_search/with_date_filter/returns_records_created_after_start_date.yml +49 -0
 - data/spec/cassettes/FatZebra_Paypal_Order/_find/when_found/returns_order.yml +48 -0
 - data/spec/cassettes/FatZebra_Paypal_Order/_search/with_date_filter/returns_orders_created_after_start_date.yml +55 -0
 - data/spec/cassettes/FatZebra_Paypal_Refund/_find/when_found/returns_refund.yml +47 -0
 - data/spec/cassettes/FatZebra_Paypal_Refund/_search/with_date_filter/returns_all_refund_records_created_after_start_date.yml +50 -0
 - data/spec/cassettes/FatZebra_Purchase/_create/1_1_1.yml +9 -15
 - data/spec/cassettes/FatZebra_Purchase/_create/1_1_10.yml +9 -15
 - data/spec/cassettes/FatZebra_Purchase/_create/1_1_11.yml +9 -15
 - data/spec/cassettes/FatZebra_Purchase/_create/1_1_12.yml +9 -15
 - data/spec/cassettes/FatZebra_Purchase/_create/1_1_13.yml +9 -15
 - data/spec/cassettes/FatZebra_Purchase/_create/1_1_2.yml +9 -15
 - data/spec/cassettes/FatZebra_Purchase/_create/1_1_3.yml +9 -15
 - data/spec/cassettes/FatZebra_Purchase/_create/1_1_4.yml +9 -15
 - data/spec/cassettes/FatZebra_Purchase/_create/1_1_5.yml +9 -15
 - data/spec/cassettes/FatZebra_Purchase/_create/1_1_6.yml +9 -15
 - data/spec/cassettes/FatZebra_Purchase/_create/1_1_7.yml +9 -15
 - data/spec/cassettes/FatZebra_Purchase/_create/1_1_8.yml +9 -15
 - data/spec/cassettes/FatZebra_Purchase/_create/1_1_9.yml +9 -15
 - data/spec/cassettes/FatZebra_Purchase/_create/bad_request/1_1_14_1.yml +11 -17
 - data/spec/cassettes/FatZebra_Purchase/_create/bad_request/1_1_14_2.yml +11 -17
 - data/spec/cassettes/FatZebra_Purchase/_search/1_3_1.yml +36 -54
 - data/spec/cassettes/FatZebra_Purchase/_search/1_3_2.yml +36 -54
 - data/spec/cassettes/FatZebra_Purchase/_search/1_3_3.yml +36 -54
 - data/spec/cassettes/FatZebra_Purchase/_void/1_6_1.yml +18 -30
 - data/spec/cassettes/FatZebra_Purchase/_void/1_6_2.yml +18 -30
 - data/spec/cassettes/FatZebra_Purchase/_void/1_6_3.yml +18 -30
 - data/spec/cassettes/FatZebra_Purchase/_void/1_6_4.yml +18 -30
 - data/spec/cassettes/FatZebra_Purchase/_void/1_7_1.yml +18 -30
 - data/spec/cassettes/FatZebra_Purchase/_void/1_7_2.yml +18 -30
 - data/spec/cassettes/FatZebra_Purchase/_void/1_7_3.yml +18 -30
 - data/spec/cassettes/FatZebra_Purchase/_void/1_7_4.yml +18 -30
 - data/spec/cassettes/FatZebra_Refund/_create/1_1_1.yml +18 -30
 - data/spec/cassettes/FatZebra_Refund/_create/1_1_10.yml +18 -30
 - data/spec/cassettes/FatZebra_Refund/_create/1_1_2.yml +18 -30
 - data/spec/cassettes/FatZebra_Refund/_create/1_1_3.yml +18 -30
 - data/spec/cassettes/FatZebra_Refund/_create/1_1_4.yml +18 -30
 - data/spec/cassettes/FatZebra_Refund/_create/1_1_5.yml +18 -30
 - data/spec/cassettes/FatZebra_Refund/_create/1_1_6.yml +18 -30
 - data/spec/cassettes/FatZebra_Refund/_create/1_1_7.yml +18 -30
 - data/spec/cassettes/FatZebra_Refund/_create/1_1_8.yml +18 -30
 - data/spec/cassettes/FatZebra_Refund/_create/1_1_9.yml +18 -30
 - data/spec/cassettes/FatZebra_Refund/_find/1_2_1.yml +27 -45
 - data/spec/cassettes/FatZebra_Refund/_find/1_2_2.yml +27 -45
 - data/spec/cassettes/FatZebra_Refund/_find/1_2_3.yml +27 -45
 - data/spec/cassettes/FatZebra_Refund/_search/responds_with_the_newly-created_refunds.yml +214 -0
 - data/spec/cassettes/FatZebra_Refund/_void/1_4_1.yml +27 -45
 - data/spec/cassettes/FatZebra_Refund/_void/1_4_2.yml +27 -45
 - data/spec/cassettes/FatZebra_Refund/_void/1_4_3.yml +27 -45
 - data/spec/cassettes/FatZebra_Refund/_void/1_4_4.yml +27 -45
 - data/spec/cassettes/FatZebra_WebHook/_create/1_1_1.yml +7 -13
 - data/spec/cassettes/FatZebra_WebHook/_create/1_1_2.yml +7 -13
 - data/spec/cassettes/FatZebra_WebHook/_create/1_1_3.yml +7 -13
 - data/spec/cassettes/FatZebra_WebHook/_delete/1_4_1.yml +15 -27
 - data/spec/cassettes/FatZebra_WebHook/_search/1_2_1.yml +115 -43
 - data/spec/cassettes/FatZebra_WebHook/_search/1_2_2.yml +115 -43
 - data/spec/cassettes/FatZebra_WebHook/_update/1_3_1.yml +15 -27
 - data/spec/cassettes/FatZebra_WebHook/_update/1_3_2.yml +15 -27
 - data/spec/lib/fat_zebra/authenticate_spec.rb +187 -0
 - data/spec/lib/fat_zebra/card_spec.rb +8 -0
 - data/spec/lib/fat_zebra/direct_credit_spec.rb +14 -1
 - data/spec/lib/fat_zebra/direct_debit_spec.rb +14 -1
 - data/spec/lib/fat_zebra/payment_plan_spec.rb +1 -1
 - data/spec/lib/fat_zebra/paypal/authorization_spec.rb +79 -0
 - data/spec/lib/fat_zebra/paypal/billing_agreement_spec.rb +62 -0
 - data/spec/lib/fat_zebra/paypal/capture_spec.rb +60 -0
 - data/spec/lib/fat_zebra/paypal/order_spec.rb +35 -0
 - data/spec/lib/fat_zebra/paypal/refund_spec.rb +36 -0
 - data/spec/lib/fat_zebra/purchase_spec.rb +3 -3
 - data/spec/lib/fat_zebra/refund_spec.rb +37 -17
 - data/spec/spec_helper.rb +0 -1
 - data/spec/support/payloads.rb +135 -0
 - metadata +59 -15
 - data/spec/cassettes/FatZebra_Refund/_search/1_3_1.yml +0 -295
 - data/spec/cassettes/FatZebra_Refund/_search/1_3_2.yml +0 -295
 
| 
         @@ -5,7 +5,7 @@ http_interactions: 
     | 
|
| 
       5 
5 
     | 
    
         
             
                uri: https://gateway.sandbox.fatzebra.com.au/v1.0/purchases
         
     | 
| 
       6 
6 
     | 
    
         
             
                body:
         
     | 
| 
       7 
7 
     | 
    
         
             
                  encoding: UTF-8
         
     | 
| 
       8 
     | 
    
         
            -
                  string: '{"amount":10000,"card_holder":"Matthew Savage","card_number":"5123456789012346","card_expiry":"02/2030","cvv":123,"reference":" 
     | 
| 
      
 8 
     | 
    
         
            +
                  string: '{"amount":10000,"card_holder":"Matthew Savage","card_number":"5123456789012346","card_expiry":"02/2030","cvv":123,"reference":"e2e5dce953451efcb7975dfb9c2a48be","customer_ip":"1.2.3.4","currency":"AUD","test":true}'
         
     | 
| 
       9 
9 
     | 
    
         
             
                headers:
         
     | 
| 
       10 
10 
     | 
    
         
             
                  Accept-Encoding:
         
     | 
| 
       11 
11 
     | 
    
         
             
                  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
         
     | 
| 
         @@ -23,7 +23,7 @@ http_interactions: 
     | 
|
| 
       23 
23 
     | 
    
         
             
                  message: OK
         
     | 
| 
       24 
24 
     | 
    
         
             
                headers:
         
     | 
| 
       25 
25 
     | 
    
         
             
                  Date:
         
     | 
| 
       26 
     | 
    
         
            -
                  -  
     | 
| 
      
 26 
     | 
    
         
            +
                  - Mon, 29 Apr 2019 09:20:31 GMT
         
     | 
| 
       27 
27 
     | 
    
         
             
                  Content-Type:
         
     | 
| 
       28 
28 
     | 
    
         
             
                  - application/json; charset=utf-8
         
     | 
| 
       29 
29 
     | 
    
         
             
                  Transfer-Encoding:
         
     | 
| 
         @@ -35,33 +35,27 @@ http_interactions: 
     | 
|
| 
       35 
35 
     | 
    
         
             
                  Cache-Control:
         
     | 
| 
       36 
36 
     | 
    
         
             
                  - no-store
         
     | 
| 
       37 
37 
     | 
    
         
             
                  X-Request-Version:
         
     | 
| 
       38 
     | 
    
         
            -
                  - 1.16.9- 
     | 
| 
      
 38 
     | 
    
         
            +
                  - 1.16.9-3941@c1d8236
         
     | 
| 
      
 39 
     | 
    
         
            +
                  X-Runtime:
         
     | 
| 
      
 40 
     | 
    
         
            +
                  - '0.572735'
         
     | 
| 
       39 
41 
     | 
    
         
             
                  Pragma:
         
     | 
| 
       40 
42 
     | 
    
         
             
                  - no-cache
         
     | 
| 
       41 
     | 
    
         
            -
                  X-Xss-Protection:
         
     | 
| 
       42 
     | 
    
         
            -
                  - 1; mode=block
         
     | 
| 
       43 
43 
     | 
    
         
             
                  X-Request-Id:
         
     | 
| 
       44 
     | 
    
         
            -
                  -  
     | 
| 
       45 
     | 
    
         
            -
                  X-Runtime:
         
     | 
| 
       46 
     | 
    
         
            -
                  - '0.525204'
         
     | 
| 
       47 
     | 
    
         
            -
                  X-Frame-Options:
         
     | 
| 
       48 
     | 
    
         
            -
                  - SAMEORIGIN
         
     | 
| 
       49 
     | 
    
         
            -
                  X-Content-Type-Options:
         
     | 
| 
       50 
     | 
    
         
            -
                  - nosniff
         
     | 
| 
      
 44 
     | 
    
         
            +
                  - 61abd8e38cf93c836ccaaf26
         
     | 
| 
       51 
45 
     | 
    
         
             
                  X-Backend:
         
     | 
| 
       52 
46 
     | 
    
         
             
                  - sbox-priv-gateway-a
         
     | 
| 
       53 
47 
     | 
    
         
             
                body:
         
     | 
| 
       54 
48 
     | 
    
         
             
                  encoding: UTF-8
         
     | 
| 
       55 
     | 
    
         
            -
                  string: '{"successful":true,"response":{"authorization":" 
     | 
| 
       56 
     | 
    
         
            -
                    Savage","card_expiry":"2030-02-28","card_token":" 
     | 
| 
      
 49 
     | 
    
         
            +
                  string: '{"successful":true,"response":{"authorization":"310846","id":"071-P-DHX6RW80","card_number":"512345XXXXXX2346","card_holder":"Matthew
         
     | 
| 
      
 50 
     | 
    
         
            +
                    Savage","card_expiry":"2030-02-28","card_token":"zsqz731vld384l7g9cd6","card_type":"MasterCard","card_category":"Credit","card_subcategory":"Standard","amount":10000,"decimal_amount":100.0,"successful":true,"message":"Approved","reference":"e2e5dce953451efcb7975dfb9c2a48be","currency":"AUD","transaction_id":"071-P-DHX6RW80","settlement_date":"2019-04-29","transaction_date":"2019-04-29T19:20:31+10:00","response_code":"00","captured":true,"captured_amount":10000,"rrn":"071PDHX6RW80","cvv_match":"M","metadata":{"authorization_tracking_id":"","original_transaction_reference":""},"addendum_data":{}},"errors":[],"test":true}'
         
     | 
| 
       57 
51 
     | 
    
         
             
                http_version: 
         
     | 
| 
       58 
     | 
    
         
            -
              recorded_at:  
     | 
| 
      
 52 
     | 
    
         
            +
              recorded_at: Mon, 29 Apr 2019 09:20:31 GMT
         
     | 
| 
       59 
53 
     | 
    
         
             
            - request:
         
     | 
| 
       60 
54 
     | 
    
         
             
                method: post
         
     | 
| 
       61 
55 
     | 
    
         
             
                uri: https://gateway.sandbox.fatzebra.com.au/v1.0/refunds
         
     | 
| 
       62 
56 
     | 
    
         
             
                body:
         
     | 
| 
       63 
57 
     | 
    
         
             
                  encoding: UTF-8
         
     | 
| 
       64 
     | 
    
         
            -
                  string: '{"transaction_id":"071-P- 
     | 
| 
      
 58 
     | 
    
         
            +
                  string: '{"transaction_id":"071-P-DHX6RW80","amount":10000,"reference":"e2e5dce953451efcb7975dfb9c2a48be","test":true}'
         
     | 
| 
       65 
59 
     | 
    
         
             
                headers:
         
     | 
| 
       66 
60 
     | 
    
         
             
                  Accept-Encoding:
         
     | 
| 
       67 
61 
     | 
    
         
             
                  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
         
     | 
| 
         @@ -79,7 +73,7 @@ http_interactions: 
     | 
|
| 
       79 
73 
     | 
    
         
             
                  message: OK
         
     | 
| 
       80 
74 
     | 
    
         
             
                headers:
         
     | 
| 
       81 
75 
     | 
    
         
             
                  Date:
         
     | 
| 
       82 
     | 
    
         
            -
                  -  
     | 
| 
      
 76 
     | 
    
         
            +
                  - Mon, 29 Apr 2019 09:20:31 GMT
         
     | 
| 
       83 
77 
     | 
    
         
             
                  Content-Type:
         
     | 
| 
       84 
78 
     | 
    
         
             
                  - application/json; charset=utf-8
         
     | 
| 
       85 
79 
     | 
    
         
             
                  Transfer-Encoding:
         
     | 
| 
         @@ -91,30 +85,24 @@ http_interactions: 
     | 
|
| 
       91 
85 
     | 
    
         
             
                  Cache-Control:
         
     | 
| 
       92 
86 
     | 
    
         
             
                  - no-store
         
     | 
| 
       93 
87 
     | 
    
         
             
                  X-Request-Version:
         
     | 
| 
       94 
     | 
    
         
            -
                  - 1.16.9- 
     | 
| 
      
 88 
     | 
    
         
            +
                  - 1.16.9-3941@c1d8236
         
     | 
| 
      
 89 
     | 
    
         
            +
                  X-Runtime:
         
     | 
| 
      
 90 
     | 
    
         
            +
                  - '0.157224'
         
     | 
| 
       95 
91 
     | 
    
         
             
                  Pragma:
         
     | 
| 
       96 
92 
     | 
    
         
             
                  - no-cache
         
     | 
| 
       97 
     | 
    
         
            -
                  X-Xss-Protection:
         
     | 
| 
       98 
     | 
    
         
            -
                  - 1; mode=block
         
     | 
| 
       99 
93 
     | 
    
         
             
                  X-Request-Id:
         
     | 
| 
       100 
     | 
    
         
            -
                  -  
     | 
| 
       101 
     | 
    
         
            -
                  X-Runtime:
         
     | 
| 
       102 
     | 
    
         
            -
                  - '0.151226'
         
     | 
| 
       103 
     | 
    
         
            -
                  X-Frame-Options:
         
     | 
| 
       104 
     | 
    
         
            -
                  - SAMEORIGIN
         
     | 
| 
       105 
     | 
    
         
            -
                  X-Content-Type-Options:
         
     | 
| 
       106 
     | 
    
         
            -
                  - nosniff
         
     | 
| 
      
 94 
     | 
    
         
            +
                  - 61bdd3775f81c8f009593232
         
     | 
| 
       107 
95 
     | 
    
         
             
                  X-Backend:
         
     | 
| 
       108 
96 
     | 
    
         
             
                  - sbox-priv-gateway-a
         
     | 
| 
       109 
97 
     | 
    
         
             
                body:
         
     | 
| 
       110 
98 
     | 
    
         
             
                  encoding: UTF-8
         
     | 
| 
       111 
     | 
    
         
            -
                  string: '{"successful":true,"response":{"authorization":" 
     | 
| 
       112 
     | 
    
         
            -
                    Savage","card_number":"512345XXXXXX2346","card_expiry":"2030-02-28","card_type":"MasterCard","transaction_id":"071-R- 
     | 
| 
      
 99 
     | 
    
         
            +
                  string: '{"successful":true,"response":{"authorization":"1556529631","id":"071-R-UO8IL2IQ","amount":10000,"refunded":"Approved","message":"Approved","card_holder":"Matthew
         
     | 
| 
      
 100 
     | 
    
         
            +
                    Savage","card_number":"512345XXXXXX2346","card_expiry":"2030-02-28","card_type":"MasterCard","transaction_id":"071-R-UO8IL2IQ","reference":"e2e5dce953451efcb7975dfb9c2a48be","currency":"AUD","successful":true,"transaction_date":"2019-04-29T19:20:31+10:00","response_code":"00","settlement_date":"2019-04-30","metadata":{},"standalone":false,"rrn":"071RUO8IL2IQ"},"errors":[],"test":true}'
         
     | 
| 
       113 
101 
     | 
    
         
             
                http_version: 
         
     | 
| 
       114 
     | 
    
         
            -
              recorded_at:  
     | 
| 
      
 102 
     | 
    
         
            +
              recorded_at: Mon, 29 Apr 2019 09:20:31 GMT
         
     | 
| 
       115 
103 
     | 
    
         
             
            - request:
         
     | 
| 
       116 
104 
     | 
    
         
             
                method: get
         
     | 
| 
       117 
     | 
    
         
            -
                uri: https://gateway.sandbox.fatzebra.com.au/v1.0/refunds/ 
     | 
| 
      
 105 
     | 
    
         
            +
                uri: https://gateway.sandbox.fatzebra.com.au/v1.0/refunds/e2e5dce953451efcb7975dfb9c2a48be?test=true
         
     | 
| 
       118 
106 
     | 
    
         
             
                body:
         
     | 
| 
       119 
107 
     | 
    
         
             
                  encoding: US-ASCII
         
     | 
| 
       120 
108 
     | 
    
         
             
                  string: ''
         
     | 
| 
         @@ -137,7 +125,7 @@ http_interactions: 
     | 
|
| 
       137 
125 
     | 
    
         
             
                  message: OK
         
     | 
| 
       138 
126 
     | 
    
         
             
                headers:
         
     | 
| 
       139 
127 
     | 
    
         
             
                  Date:
         
     | 
| 
       140 
     | 
    
         
            -
                  -  
     | 
| 
      
 128 
     | 
    
         
            +
                  - Mon, 29 Apr 2019 09:20:31 GMT
         
     | 
| 
       141 
129 
     | 
    
         
             
                  Content-Type:
         
     | 
| 
       142 
130 
     | 
    
         
             
                  - application/json; charset=utf-8
         
     | 
| 
       143 
131 
     | 
    
         
             
                  Transfer-Encoding:
         
     | 
| 
         @@ -149,25 +137,19 @@ http_interactions: 
     | 
|
| 
       149 
137 
     | 
    
         
             
                  Cache-Control:
         
     | 
| 
       150 
138 
     | 
    
         
             
                  - no-store
         
     | 
| 
       151 
139 
     | 
    
         
             
                  X-Request-Version:
         
     | 
| 
       152 
     | 
    
         
            -
                  - 1.16.9- 
     | 
| 
      
 140 
     | 
    
         
            +
                  - 1.16.9-3941@c1d8236
         
     | 
| 
      
 141 
     | 
    
         
            +
                  X-Runtime:
         
     | 
| 
      
 142 
     | 
    
         
            +
                  - '0.037765'
         
     | 
| 
       153 
143 
     | 
    
         
             
                  Pragma:
         
     | 
| 
       154 
144 
     | 
    
         
             
                  - no-cache
         
     | 
| 
       155 
     | 
    
         
            -
                  X-Xss-Protection:
         
     | 
| 
       156 
     | 
    
         
            -
                  - 1; mode=block
         
     | 
| 
       157 
145 
     | 
    
         
             
                  X-Request-Id:
         
     | 
| 
       158 
     | 
    
         
            -
                  -  
     | 
| 
       159 
     | 
    
         
            -
                  X-Runtime:
         
     | 
| 
       160 
     | 
    
         
            -
                  - '0.016596'
         
     | 
| 
       161 
     | 
    
         
            -
                  X-Frame-Options:
         
     | 
| 
       162 
     | 
    
         
            -
                  - SAMEORIGIN
         
     | 
| 
       163 
     | 
    
         
            -
                  X-Content-Type-Options:
         
     | 
| 
       164 
     | 
    
         
            -
                  - nosniff
         
     | 
| 
      
 146 
     | 
    
         
            +
                  - cf9726be643079638021f310
         
     | 
| 
       165 
147 
     | 
    
         
             
                  X-Backend:
         
     | 
| 
       166 
148 
     | 
    
         
             
                  - sbox-priv-gateway-a
         
     | 
| 
       167 
149 
     | 
    
         
             
                body:
         
     | 
| 
       168 
150 
     | 
    
         
             
                  encoding: UTF-8
         
     | 
| 
       169 
     | 
    
         
            -
                  string: '{"successful":true,"response":{"authorization":" 
     | 
| 
       170 
     | 
    
         
            -
                    Savage","card_number":"512345XXXXXX2346","card_expiry":"2030-02-28","card_type":"MasterCard","transaction_id":"071-R- 
     | 
| 
      
 151 
     | 
    
         
            +
                  string: '{"successful":true,"response":{"authorization":"1556529631","id":"071-R-UO8IL2IQ","amount":10000,"refunded":"Approved","message":"Approved","card_holder":"Matthew
         
     | 
| 
      
 152 
     | 
    
         
            +
                    Savage","card_number":"512345XXXXXX2346","card_expiry":"2030-02-28","card_type":"MasterCard","transaction_id":"071-R-UO8IL2IQ","reference":"e2e5dce953451efcb7975dfb9c2a48be","currency":"AUD","successful":true,"transaction_date":"2019-04-29T19:20:31+10:00","response_code":"00","settlement_date":"2019-04-30","metadata":{},"standalone":false,"rrn":"071RUO8IL2IQ"},"errors":[],"test":true}'
         
     | 
| 
       171 
153 
     | 
    
         
             
                http_version: 
         
     | 
| 
       172 
     | 
    
         
            -
              recorded_at:  
     | 
| 
      
 154 
     | 
    
         
            +
              recorded_at: Mon, 29 Apr 2019 09:20:31 GMT
         
     | 
| 
       173 
155 
     | 
    
         
             
            recorded_with: VCR 3.0.3
         
     | 
| 
         @@ -0,0 +1,214 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            ---
         
     | 
| 
      
 2 
     | 
    
         
            +
            http_interactions:
         
     | 
| 
      
 3 
     | 
    
         
            +
            - request:
         
     | 
| 
      
 4 
     | 
    
         
            +
                method: post
         
     | 
| 
      
 5 
     | 
    
         
            +
                uri: https://gateway.sandbox.fatzebra.com.au/v1.0/purchases
         
     | 
| 
      
 6 
     | 
    
         
            +
                body:
         
     | 
| 
      
 7 
     | 
    
         
            +
                  encoding: UTF-8
         
     | 
| 
      
 8 
     | 
    
         
            +
                  string: '{"amount":10000,"card_holder":"Matthew Savage","card_number":"5123456789012346","card_expiry":"02/2030","cvv":123,"reference":"dd42fee8a2cc83d58563ae233e53d3d8","customer_ip":"1.2.3.4","currency":"AUD","test":true}'
         
     | 
| 
      
 9 
     | 
    
         
            +
                headers:
         
     | 
| 
      
 10 
     | 
    
         
            +
                  Accept-Encoding:
         
     | 
| 
      
 11 
     | 
    
         
            +
                  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
         
     | 
| 
      
 12 
     | 
    
         
            +
                  Accept:
         
     | 
| 
      
 13 
     | 
    
         
            +
                  - application/json
         
     | 
| 
      
 14 
     | 
    
         
            +
                  User-Agent:
         
     | 
| 
      
 15 
     | 
    
         
            +
                  - Ruby
         
     | 
| 
      
 16 
     | 
    
         
            +
                  Authorization:
         
     | 
| 
      
 17 
     | 
    
         
            +
                  - Basic VEVTVDpURVNU
         
     | 
| 
      
 18 
     | 
    
         
            +
                  Content-Type:
         
     | 
| 
      
 19 
     | 
    
         
            +
                  - application/json
         
     | 
| 
      
 20 
     | 
    
         
            +
              response:
         
     | 
| 
      
 21 
     | 
    
         
            +
                status:
         
     | 
| 
      
 22 
     | 
    
         
            +
                  code: 200
         
     | 
| 
      
 23 
     | 
    
         
            +
                  message: OK
         
     | 
| 
      
 24 
     | 
    
         
            +
                headers:
         
     | 
| 
      
 25 
     | 
    
         
            +
                  Date:
         
     | 
| 
      
 26 
     | 
    
         
            +
                  - Mon, 29 Apr 2019 09:20:32 GMT
         
     | 
| 
      
 27 
     | 
    
         
            +
                  Content-Type:
         
     | 
| 
      
 28 
     | 
    
         
            +
                  - application/json; charset=utf-8
         
     | 
| 
      
 29 
     | 
    
         
            +
                  Transfer-Encoding:
         
     | 
| 
      
 30 
     | 
    
         
            +
                  - chunked
         
     | 
| 
      
 31 
     | 
    
         
            +
                  Connection:
         
     | 
| 
      
 32 
     | 
    
         
            +
                  - keep-alive
         
     | 
| 
      
 33 
     | 
    
         
            +
                  Status:
         
     | 
| 
      
 34 
     | 
    
         
            +
                  - 200 OK
         
     | 
| 
      
 35 
     | 
    
         
            +
                  Cache-Control:
         
     | 
| 
      
 36 
     | 
    
         
            +
                  - no-store
         
     | 
| 
      
 37 
     | 
    
         
            +
                  X-Request-Version:
         
     | 
| 
      
 38 
     | 
    
         
            +
                  - 1.16.9-3941@c1d8236
         
     | 
| 
      
 39 
     | 
    
         
            +
                  X-Runtime:
         
     | 
| 
      
 40 
     | 
    
         
            +
                  - '0.553382'
         
     | 
| 
      
 41 
     | 
    
         
            +
                  Pragma:
         
     | 
| 
      
 42 
     | 
    
         
            +
                  - no-cache
         
     | 
| 
      
 43 
     | 
    
         
            +
                  X-Request-Id:
         
     | 
| 
      
 44 
     | 
    
         
            +
                  - 4b4bcf4b80b92c3843053e7b
         
     | 
| 
      
 45 
     | 
    
         
            +
                  X-Backend:
         
     | 
| 
      
 46 
     | 
    
         
            +
                  - sbox-priv-gateway-a
         
     | 
| 
      
 47 
     | 
    
         
            +
                body:
         
     | 
| 
      
 48 
     | 
    
         
            +
                  encoding: UTF-8
         
     | 
| 
      
 49 
     | 
    
         
            +
                  string: '{"successful":true,"response":{"authorization":"557686","id":"071-P-POZGGTEL","card_number":"512345XXXXXX2346","card_holder":"Matthew
         
     | 
| 
      
 50 
     | 
    
         
            +
                    Savage","card_expiry":"2030-02-28","card_token":"0pp4e5ltoh63z1t7950o","card_type":"MasterCard","card_category":"Credit","card_subcategory":"Standard","amount":10000,"decimal_amount":100.0,"successful":true,"message":"Approved","reference":"dd42fee8a2cc83d58563ae233e53d3d8","currency":"AUD","transaction_id":"071-P-POZGGTEL","settlement_date":"2019-04-29","transaction_date":"2019-04-29T19:20:32+10:00","response_code":"00","captured":true,"captured_amount":10000,"rrn":"071PPOZGGTEL","cvv_match":"M","metadata":{"authorization_tracking_id":"","original_transaction_reference":""},"addendum_data":{}},"errors":[],"test":true}'
         
     | 
| 
      
 51 
     | 
    
         
            +
                http_version: 
         
     | 
| 
      
 52 
     | 
    
         
            +
              recorded_at: Mon, 29 Apr 2019 09:20:32 GMT
         
     | 
| 
      
 53 
     | 
    
         
            +
            - request:
         
     | 
| 
      
 54 
     | 
    
         
            +
                method: post
         
     | 
| 
      
 55 
     | 
    
         
            +
                uri: https://gateway.sandbox.fatzebra.com.au/v1.0/refunds
         
     | 
| 
      
 56 
     | 
    
         
            +
                body:
         
     | 
| 
      
 57 
     | 
    
         
            +
                  encoding: UTF-8
         
     | 
| 
      
 58 
     | 
    
         
            +
                  string: '{"amount":1000,"reference":"a60bda474e886499f1355a4067af8b9d","transaction_id":"071-P-POZGGTEL","test":true}'
         
     | 
| 
      
 59 
     | 
    
         
            +
                headers:
         
     | 
| 
      
 60 
     | 
    
         
            +
                  Accept-Encoding:
         
     | 
| 
      
 61 
     | 
    
         
            +
                  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
         
     | 
| 
      
 62 
     | 
    
         
            +
                  Accept:
         
     | 
| 
      
 63 
     | 
    
         
            +
                  - application/json
         
     | 
| 
      
 64 
     | 
    
         
            +
                  User-Agent:
         
     | 
| 
      
 65 
     | 
    
         
            +
                  - Ruby
         
     | 
| 
      
 66 
     | 
    
         
            +
                  Authorization:
         
     | 
| 
      
 67 
     | 
    
         
            +
                  - Basic VEVTVDpURVNU
         
     | 
| 
      
 68 
     | 
    
         
            +
                  Content-Type:
         
     | 
| 
      
 69 
     | 
    
         
            +
                  - application/json
         
     | 
| 
      
 70 
     | 
    
         
            +
              response:
         
     | 
| 
      
 71 
     | 
    
         
            +
                status:
         
     | 
| 
      
 72 
     | 
    
         
            +
                  code: 200
         
     | 
| 
      
 73 
     | 
    
         
            +
                  message: OK
         
     | 
| 
      
 74 
     | 
    
         
            +
                headers:
         
     | 
| 
      
 75 
     | 
    
         
            +
                  Date:
         
     | 
| 
      
 76 
     | 
    
         
            +
                  - Mon, 29 Apr 2019 09:20:32 GMT
         
     | 
| 
      
 77 
     | 
    
         
            +
                  Content-Type:
         
     | 
| 
      
 78 
     | 
    
         
            +
                  - application/json; charset=utf-8
         
     | 
| 
      
 79 
     | 
    
         
            +
                  Transfer-Encoding:
         
     | 
| 
      
 80 
     | 
    
         
            +
                  - chunked
         
     | 
| 
      
 81 
     | 
    
         
            +
                  Connection:
         
     | 
| 
      
 82 
     | 
    
         
            +
                  - keep-alive
         
     | 
| 
      
 83 
     | 
    
         
            +
                  Status:
         
     | 
| 
      
 84 
     | 
    
         
            +
                  - 200 OK
         
     | 
| 
      
 85 
     | 
    
         
            +
                  Cache-Control:
         
     | 
| 
      
 86 
     | 
    
         
            +
                  - no-store
         
     | 
| 
      
 87 
     | 
    
         
            +
                  X-Request-Version:
         
     | 
| 
      
 88 
     | 
    
         
            +
                  - 1.16.9-3941@c1d8236
         
     | 
| 
      
 89 
     | 
    
         
            +
                  X-Runtime:
         
     | 
| 
      
 90 
     | 
    
         
            +
                  - '0.135777'
         
     | 
| 
      
 91 
     | 
    
         
            +
                  Pragma:
         
     | 
| 
      
 92 
     | 
    
         
            +
                  - no-cache
         
     | 
| 
      
 93 
     | 
    
         
            +
                  X-Request-Id:
         
     | 
| 
      
 94 
     | 
    
         
            +
                  - 93a6fbc1eba3d9da26ddf596
         
     | 
| 
      
 95 
     | 
    
         
            +
                  X-Backend:
         
     | 
| 
      
 96 
     | 
    
         
            +
                  - sbox-priv-gateway-a
         
     | 
| 
      
 97 
     | 
    
         
            +
                body:
         
     | 
| 
      
 98 
     | 
    
         
            +
                  encoding: UTF-8
         
     | 
| 
      
 99 
     | 
    
         
            +
                  string: '{"successful":true,"response":{"authorization":"1556529632","id":"071-R-BH9LPLMK","amount":1000,"refunded":"Approved","message":"Approved","card_holder":"Matthew
         
     | 
| 
      
 100 
     | 
    
         
            +
                    Savage","card_number":"512345XXXXXX2346","card_expiry":"2030-02-28","card_type":"MasterCard","transaction_id":"071-R-BH9LPLMK","reference":"a60bda474e886499f1355a4067af8b9d","currency":"AUD","successful":true,"transaction_date":"2019-04-29T19:20:32+10:00","response_code":"00","settlement_date":"2019-04-30","metadata":{},"standalone":false,"rrn":"071RBH9LPLMK"},"errors":[],"test":true}'
         
     | 
| 
      
 101 
     | 
    
         
            +
                http_version: 
         
     | 
| 
      
 102 
     | 
    
         
            +
              recorded_at: Mon, 29 Apr 2019 09:20:32 GMT
         
     | 
| 
      
 103 
     | 
    
         
            +
            - request:
         
     | 
| 
      
 104 
     | 
    
         
            +
                method: post
         
     | 
| 
      
 105 
     | 
    
         
            +
                uri: https://gateway.sandbox.fatzebra.com.au/v1.0/refunds
         
     | 
| 
      
 106 
     | 
    
         
            +
                body:
         
     | 
| 
      
 107 
     | 
    
         
            +
                  encoding: UTF-8
         
     | 
| 
      
 108 
     | 
    
         
            +
                  string: '{"amount":1000,"reference":"9e719766a1390afd4e9ec6d900e7b293","transaction_id":"071-P-POZGGTEL","test":true}'
         
     | 
| 
      
 109 
     | 
    
         
            +
                headers:
         
     | 
| 
      
 110 
     | 
    
         
            +
                  Accept-Encoding:
         
     | 
| 
      
 111 
     | 
    
         
            +
                  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
         
     | 
| 
      
 112 
     | 
    
         
            +
                  Accept:
         
     | 
| 
      
 113 
     | 
    
         
            +
                  - application/json
         
     | 
| 
      
 114 
     | 
    
         
            +
                  User-Agent:
         
     | 
| 
      
 115 
     | 
    
         
            +
                  - Ruby
         
     | 
| 
      
 116 
     | 
    
         
            +
                  Authorization:
         
     | 
| 
      
 117 
     | 
    
         
            +
                  - Basic VEVTVDpURVNU
         
     | 
| 
      
 118 
     | 
    
         
            +
                  Content-Type:
         
     | 
| 
      
 119 
     | 
    
         
            +
                  - application/json
         
     | 
| 
      
 120 
     | 
    
         
            +
              response:
         
     | 
| 
      
 121 
     | 
    
         
            +
                status:
         
     | 
| 
      
 122 
     | 
    
         
            +
                  code: 200
         
     | 
| 
      
 123 
     | 
    
         
            +
                  message: OK
         
     | 
| 
      
 124 
     | 
    
         
            +
                headers:
         
     | 
| 
      
 125 
     | 
    
         
            +
                  Date:
         
     | 
| 
      
 126 
     | 
    
         
            +
                  - Mon, 29 Apr 2019 09:20:32 GMT
         
     | 
| 
      
 127 
     | 
    
         
            +
                  Content-Type:
         
     | 
| 
      
 128 
     | 
    
         
            +
                  - application/json; charset=utf-8
         
     | 
| 
      
 129 
     | 
    
         
            +
                  Transfer-Encoding:
         
     | 
| 
      
 130 
     | 
    
         
            +
                  - chunked
         
     | 
| 
      
 131 
     | 
    
         
            +
                  Connection:
         
     | 
| 
      
 132 
     | 
    
         
            +
                  - keep-alive
         
     | 
| 
      
 133 
     | 
    
         
            +
                  Status:
         
     | 
| 
      
 134 
     | 
    
         
            +
                  - 200 OK
         
     | 
| 
      
 135 
     | 
    
         
            +
                  Cache-Control:
         
     | 
| 
      
 136 
     | 
    
         
            +
                  - no-store
         
     | 
| 
      
 137 
     | 
    
         
            +
                  X-Request-Version:
         
     | 
| 
      
 138 
     | 
    
         
            +
                  - 1.16.9-3941@c1d8236
         
     | 
| 
      
 139 
     | 
    
         
            +
                  X-Runtime:
         
     | 
| 
      
 140 
     | 
    
         
            +
                  - '0.133865'
         
     | 
| 
      
 141 
     | 
    
         
            +
                  Pragma:
         
     | 
| 
      
 142 
     | 
    
         
            +
                  - no-cache
         
     | 
| 
      
 143 
     | 
    
         
            +
                  X-Request-Id:
         
     | 
| 
      
 144 
     | 
    
         
            +
                  - 377375942b5cb61406b818b4
         
     | 
| 
      
 145 
     | 
    
         
            +
                  X-Backend:
         
     | 
| 
      
 146 
     | 
    
         
            +
                  - sbox-priv-gateway-a
         
     | 
| 
      
 147 
     | 
    
         
            +
                body:
         
     | 
| 
      
 148 
     | 
    
         
            +
                  encoding: UTF-8
         
     | 
| 
      
 149 
     | 
    
         
            +
                  string: '{"successful":true,"response":{"authorization":"1556529632","id":"071-R-1LK7JF6Q","amount":1000,"refunded":"Approved","message":"Approved","card_holder":"Matthew
         
     | 
| 
      
 150 
     | 
    
         
            +
                    Savage","card_number":"512345XXXXXX2346","card_expiry":"2030-02-28","card_type":"MasterCard","transaction_id":"071-R-1LK7JF6Q","reference":"9e719766a1390afd4e9ec6d900e7b293","currency":"AUD","successful":true,"transaction_date":"2019-04-29T19:20:32+10:00","response_code":"00","settlement_date":"2019-04-30","metadata":{},"standalone":false,"rrn":"071R1LK7JF6Q"},"errors":[],"test":true}'
         
     | 
| 
      
 151 
     | 
    
         
            +
                http_version: 
         
     | 
| 
      
 152 
     | 
    
         
            +
              recorded_at: Mon, 29 Apr 2019 09:20:32 GMT
         
     | 
| 
      
 153 
     | 
    
         
            +
            - request:
         
     | 
| 
      
 154 
     | 
    
         
            +
                method: get
         
     | 
| 
      
 155 
     | 
    
         
            +
                uri: https://gateway.sandbox.fatzebra.com.au/v1.0/refunds?limit=10&offset=0&test=true
         
     | 
| 
      
 156 
     | 
    
         
            +
                body:
         
     | 
| 
      
 157 
     | 
    
         
            +
                  encoding: US-ASCII
         
     | 
| 
      
 158 
     | 
    
         
            +
                  string: ''
         
     | 
| 
      
 159 
     | 
    
         
            +
                headers:
         
     | 
| 
      
 160 
     | 
    
         
            +
                  Accept-Encoding:
         
     | 
| 
      
 161 
     | 
    
         
            +
                  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
         
     | 
| 
      
 162 
     | 
    
         
            +
                  Accept:
         
     | 
| 
      
 163 
     | 
    
         
            +
                  - application/json
         
     | 
| 
      
 164 
     | 
    
         
            +
                  User-Agent:
         
     | 
| 
      
 165 
     | 
    
         
            +
                  - Ruby
         
     | 
| 
      
 166 
     | 
    
         
            +
                  Host:
         
     | 
| 
      
 167 
     | 
    
         
            +
                  - gateway.sandbox.fatzebra.com.au
         
     | 
| 
      
 168 
     | 
    
         
            +
                  Authorization:
         
     | 
| 
      
 169 
     | 
    
         
            +
                  - Basic VEVTVDpURVNU
         
     | 
| 
      
 170 
     | 
    
         
            +
                  Content-Type:
         
     | 
| 
      
 171 
     | 
    
         
            +
                  - application/json
         
     | 
| 
      
 172 
     | 
    
         
            +
              response:
         
     | 
| 
      
 173 
     | 
    
         
            +
                status:
         
     | 
| 
      
 174 
     | 
    
         
            +
                  code: 200
         
     | 
| 
      
 175 
     | 
    
         
            +
                  message: OK
         
     | 
| 
      
 176 
     | 
    
         
            +
                headers:
         
     | 
| 
      
 177 
     | 
    
         
            +
                  Date:
         
     | 
| 
      
 178 
     | 
    
         
            +
                  - Mon, 29 Apr 2019 09:20:33 GMT
         
     | 
| 
      
 179 
     | 
    
         
            +
                  Content-Type:
         
     | 
| 
      
 180 
     | 
    
         
            +
                  - application/json; charset=utf-8
         
     | 
| 
      
 181 
     | 
    
         
            +
                  Transfer-Encoding:
         
     | 
| 
      
 182 
     | 
    
         
            +
                  - chunked
         
     | 
| 
      
 183 
     | 
    
         
            +
                  Connection:
         
     | 
| 
      
 184 
     | 
    
         
            +
                  - keep-alive
         
     | 
| 
      
 185 
     | 
    
         
            +
                  Status:
         
     | 
| 
      
 186 
     | 
    
         
            +
                  - 200 OK
         
     | 
| 
      
 187 
     | 
    
         
            +
                  Cache-Control:
         
     | 
| 
      
 188 
     | 
    
         
            +
                  - no-store
         
     | 
| 
      
 189 
     | 
    
         
            +
                  X-Request-Version:
         
     | 
| 
      
 190 
     | 
    
         
            +
                  - 1.16.9-3941@c1d8236
         
     | 
| 
      
 191 
     | 
    
         
            +
                  X-Runtime:
         
     | 
| 
      
 192 
     | 
    
         
            +
                  - '0.071413'
         
     | 
| 
      
 193 
     | 
    
         
            +
                  Pragma:
         
     | 
| 
      
 194 
     | 
    
         
            +
                  - no-cache
         
     | 
| 
      
 195 
     | 
    
         
            +
                  X-Request-Id:
         
     | 
| 
      
 196 
     | 
    
         
            +
                  - 9fc97cfcfacc661c31056618
         
     | 
| 
      
 197 
     | 
    
         
            +
                  X-Backend:
         
     | 
| 
      
 198 
     | 
    
         
            +
                  - sbox-priv-gateway-a
         
     | 
| 
      
 199 
     | 
    
         
            +
                body:
         
     | 
| 
      
 200 
     | 
    
         
            +
                  encoding: UTF-8
         
     | 
| 
      
 201 
     | 
    
         
            +
                  string: '{"successful":true,"response":[{"authorization":"1556529632","id":"071-R-1LK7JF6Q","amount":1000,"refunded":"Approved","message":"Approved","card_holder":"Matthew
         
     | 
| 
      
 202 
     | 
    
         
            +
                    Savage","card_number":"512345XXXXXX2346","card_expiry":"2030-02-28","card_type":"MasterCard","transaction_id":"071-R-1LK7JF6Q","reference":"9e719766a1390afd4e9ec6d900e7b293","currency":"AUD","successful":true,"transaction_date":"2019-04-29T19:20:32+10:00","response_code":"00","settlement_date":"2019-04-30","metadata":{},"standalone":false,"rrn":"071R1LK7JF6Q"},{"authorization":"1556529632","id":"071-R-BH9LPLMK","amount":1000,"refunded":"Approved","message":"Approved","card_holder":"Matthew
         
     | 
| 
      
 203 
     | 
    
         
            +
                    Savage","card_number":"512345XXXXXX2346","card_expiry":"2030-02-28","card_type":"MasterCard","transaction_id":"071-R-BH9LPLMK","reference":"a60bda474e886499f1355a4067af8b9d","currency":"AUD","successful":true,"transaction_date":"2019-04-29T19:20:32+10:00","response_code":"00","settlement_date":"2019-04-30","metadata":{},"standalone":false,"rrn":"071RBH9LPLMK"},{"authorization":"1556529631","id":"071-R-UO8IL2IQ","amount":10000,"refunded":"Approved","message":"Approved","card_holder":"Matthew
         
     | 
| 
      
 204 
     | 
    
         
            +
                    Savage","card_number":"512345XXXXXX2346","card_expiry":"2030-02-28","card_type":"MasterCard","transaction_id":"071-R-UO8IL2IQ","reference":"e2e5dce953451efcb7975dfb9c2a48be","currency":"AUD","successful":true,"transaction_date":"2019-04-29T19:20:31+10:00","response_code":"00","settlement_date":"2019-04-30","metadata":{},"standalone":false,"rrn":"071RUO8IL2IQ"},{"authorization":"1556529630","id":"071-R-BREDWHM9","amount":10000,"refunded":"Approved","message":"Approved","card_holder":"Matthew
         
     | 
| 
      
 205 
     | 
    
         
            +
                    Savage","card_number":"512345XXXXXX2346","card_expiry":"2030-02-28","card_type":"MasterCard","transaction_id":"071-R-BREDWHM9","reference":"7aecf66e4aea8cea7d0765623c57695a","currency":"AUD","successful":true,"transaction_date":"2019-04-29T19:20:30+10:00","response_code":"00","settlement_date":"2019-04-30","metadata":{},"standalone":false,"rrn":"071RBREDWHM9"},{"authorization":"1556529629","id":"071-R-8XBGTTPA","amount":10000,"refunded":"Approved","message":"Approved","card_holder":"Matthew
         
     | 
| 
      
 206 
     | 
    
         
            +
                    Savage","card_number":"512345XXXXXX2346","card_expiry":"2030-02-28","card_type":"MasterCard","transaction_id":"071-R-8XBGTTPA","reference":"a01580a699b3c6b7f7cbb62940c5ac8e","currency":"AUD","successful":true,"transaction_date":"2019-04-29T19:20:29+10:00","response_code":"00","settlement_date":"2019-04-30","metadata":{},"standalone":false,"rrn":"071R8XBGTTPA"},{"authorization":"1556529629","id":"071-R-8X6FX1DM","amount":10000,"refunded":"Approved","message":"Approved","card_holder":"Matthew
         
     | 
| 
      
 207 
     | 
    
         
            +
                    Savage","card_number":"512345XXXXXX2346","card_expiry":"2030-02-28","card_type":"MasterCard","transaction_id":"071-R-8X6FX1DM","reference":"cf7c1df45da6ef4d2d13554f3e1cf469","currency":"AUD","successful":true,"transaction_date":"2019-04-29T19:20:28+10:00","response_code":"00","settlement_date":"2019-04-30","metadata":{},"standalone":false,"rrn":"071R8X6FX1DM"},{"authorization":"1556529628","id":"071-R-HX1BGOK","amount":10000,"refunded":"Approved","message":"Approved","card_holder":"Matthew
         
     | 
| 
      
 208 
     | 
    
         
            +
                    Savage","card_number":"512345XXXXXX2346","card_expiry":"2030-02-28","card_type":"MasterCard","transaction_id":"071-R-HX1BGOK","reference":"034f253bbb448b7ff1a0d5d2d20ac0e0","currency":"AUD","successful":true,"transaction_date":"2019-04-29T19:20:28+10:00","response_code":"00","settlement_date":"2019-04-30","metadata":{},"standalone":false,"rrn":"071RHX1BGOK"},{"authorization":"1556529627","id":"071-R-ZGANZPSJ","amount":10000,"refunded":"Approved","message":"Approved","card_holder":"Matthew
         
     | 
| 
      
 209 
     | 
    
         
            +
                    Savage","card_number":"512345XXXXXX2346","card_expiry":"2030-02-28","card_type":"MasterCard","transaction_id":"071-R-ZGANZPSJ","reference":"91ca35c03a8f26c9a28c31bce58ce26f","currency":"AUD","successful":true,"transaction_date":"2019-04-29T19:20:27+10:00","response_code":"00","settlement_date":"2019-04-30","metadata":{},"standalone":false,"rrn":"071RZGANZPSJ"},{"authorization":"1556529626","id":"071-R-H0YWRNN0","amount":10000,"refunded":"Approved","message":"Approved","card_holder":"Matthew
         
     | 
| 
      
 210 
     | 
    
         
            +
                    Savage","card_number":"512345XXXXXX2346","card_expiry":"2030-02-28","card_type":"MasterCard","transaction_id":"071-R-H0YWRNN0","reference":"7460ff6d3ac11ca3a3db9f12a3d56645","currency":"AUD","successful":true,"transaction_date":"2019-04-29T19:20:26+10:00","response_code":"00","settlement_date":"2019-04-30","metadata":{},"standalone":false,"rrn":"071RH0YWRNN0"},{"authorization":"1556529625","id":"071-R-NLCR7NM7","amount":10000,"refunded":"Approved","message":"Approved","card_holder":"Matthew
         
     | 
| 
      
 211 
     | 
    
         
            +
                    Savage","card_number":"512345XXXXXX2346","card_expiry":"2030-02-28","card_type":"MasterCard","transaction_id":"071-R-NLCR7NM7","reference":"f5f8d5cd684941f35c5c456b1e3070dd","currency":"AUD","successful":true,"transaction_date":"2019-04-29T19:20:25+10:00","response_code":"00","settlement_date":"2019-04-30","metadata":{},"standalone":false,"rrn":"071RNLCR7NM7"}],"errors":[],"test":true,"records":10,"total_records":30764,"page":0,"total_pages":3077}'
         
     | 
| 
      
 212 
     | 
    
         
            +
                http_version: 
         
     | 
| 
      
 213 
     | 
    
         
            +
              recorded_at: Mon, 29 Apr 2019 09:20:33 GMT
         
     | 
| 
      
 214 
     | 
    
         
            +
            recorded_with: VCR 3.0.3
         
     | 
| 
         @@ -5,7 +5,7 @@ http_interactions: 
     | 
|
| 
       5 
5 
     | 
    
         
             
                uri: https://gateway.sandbox.fatzebra.com.au/v1.0/purchases
         
     | 
| 
       6 
6 
     | 
    
         
             
                body:
         
     | 
| 
       7 
7 
     | 
    
         
             
                  encoding: UTF-8
         
     | 
| 
       8 
     | 
    
         
            -
                  string: '{"amount":10000,"card_holder":"Matthew Savage","card_number":"5123456789012346","card_expiry":"02/2030","cvv":123,"reference":" 
     | 
| 
      
 8 
     | 
    
         
            +
                  string: '{"amount":10000,"card_holder":"Matthew Savage","card_number":"5123456789012346","card_expiry":"02/2030","cvv":123,"reference":"0d20af137d6f844c1e51d0983d44e2cd","customer_ip":"1.2.3.4","currency":"AUD","test":true}'
         
     | 
| 
       9 
9 
     | 
    
         
             
                headers:
         
     | 
| 
       10 
10 
     | 
    
         
             
                  Accept-Encoding:
         
     | 
| 
       11 
11 
     | 
    
         
             
                  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
         
     | 
| 
         @@ -23,7 +23,7 @@ http_interactions: 
     | 
|
| 
       23 
23 
     | 
    
         
             
                  message: OK
         
     | 
| 
       24 
24 
     | 
    
         
             
                headers:
         
     | 
| 
       25 
25 
     | 
    
         
             
                  Date:
         
     | 
| 
       26 
     | 
    
         
            -
                  -  
     | 
| 
      
 26 
     | 
    
         
            +
                  - Mon, 29 Apr 2019 09:20:33 GMT
         
     | 
| 
       27 
27 
     | 
    
         
             
                  Content-Type:
         
     | 
| 
       28 
28 
     | 
    
         
             
                  - application/json; charset=utf-8
         
     | 
| 
       29 
29 
     | 
    
         
             
                  Transfer-Encoding:
         
     | 
| 
         @@ -35,33 +35,27 @@ http_interactions: 
     | 
|
| 
       35 
35 
     | 
    
         
             
                  Cache-Control:
         
     | 
| 
       36 
36 
     | 
    
         
             
                  - no-store
         
     | 
| 
       37 
37 
     | 
    
         
             
                  X-Request-Version:
         
     | 
| 
       38 
     | 
    
         
            -
                  - 1.16.9- 
     | 
| 
      
 38 
     | 
    
         
            +
                  - 1.16.9-3941@c1d8236
         
     | 
| 
      
 39 
     | 
    
         
            +
                  X-Runtime:
         
     | 
| 
      
 40 
     | 
    
         
            +
                  - '0.545721'
         
     | 
| 
       39 
41 
     | 
    
         
             
                  Pragma:
         
     | 
| 
       40 
42 
     | 
    
         
             
                  - no-cache
         
     | 
| 
       41 
     | 
    
         
            -
                  X-Xss-Protection:
         
     | 
| 
       42 
     | 
    
         
            -
                  - 1; mode=block
         
     | 
| 
       43 
43 
     | 
    
         
             
                  X-Request-Id:
         
     | 
| 
       44 
     | 
    
         
            -
                  -  
     | 
| 
       45 
     | 
    
         
            -
                  X-Runtime:
         
     | 
| 
       46 
     | 
    
         
            -
                  - '0.508371'
         
     | 
| 
       47 
     | 
    
         
            -
                  X-Frame-Options:
         
     | 
| 
       48 
     | 
    
         
            -
                  - SAMEORIGIN
         
     | 
| 
       49 
     | 
    
         
            -
                  X-Content-Type-Options:
         
     | 
| 
       50 
     | 
    
         
            -
                  - nosniff
         
     | 
| 
      
 44 
     | 
    
         
            +
                  - 3df1fd74f32c7b882c05dcac
         
     | 
| 
       51 
45 
     | 
    
         
             
                  X-Backend:
         
     | 
| 
       52 
46 
     | 
    
         
             
                  - sbox-priv-gateway-a
         
     | 
| 
       53 
47 
     | 
    
         
             
                body:
         
     | 
| 
       54 
48 
     | 
    
         
             
                  encoding: UTF-8
         
     | 
| 
       55 
     | 
    
         
            -
                  string: '{"successful":true,"response":{"authorization":" 
     | 
| 
       56 
     | 
    
         
            -
                    Savage","card_expiry":"2030-02-28","card_token":" 
     | 
| 
      
 49 
     | 
    
         
            +
                  string: '{"successful":true,"response":{"authorization":"824876","id":"071-P-FF6KSCVP","card_number":"512345XXXXXX2346","card_holder":"Matthew
         
     | 
| 
      
 50 
     | 
    
         
            +
                    Savage","card_expiry":"2030-02-28","card_token":"4yvogd4n84zdvm3zca2z","card_type":"MasterCard","card_category":"Credit","card_subcategory":"Standard","amount":10000,"decimal_amount":100.0,"successful":true,"message":"Approved","reference":"0d20af137d6f844c1e51d0983d44e2cd","currency":"AUD","transaction_id":"071-P-FF6KSCVP","settlement_date":"2019-04-29","transaction_date":"2019-04-29T19:20:33+10:00","response_code":"00","captured":true,"captured_amount":10000,"rrn":"071PFF6KSCVP","cvv_match":"M","metadata":{"authorization_tracking_id":"","original_transaction_reference":""},"addendum_data":{}},"errors":[],"test":true}'
         
     | 
| 
       57 
51 
     | 
    
         
             
                http_version: 
         
     | 
| 
       58 
     | 
    
         
            -
              recorded_at:  
     | 
| 
      
 52 
     | 
    
         
            +
              recorded_at: Mon, 29 Apr 2019 09:20:33 GMT
         
     | 
| 
       59 
53 
     | 
    
         
             
            - request:
         
     | 
| 
       60 
54 
     | 
    
         
             
                method: post
         
     | 
| 
       61 
55 
     | 
    
         
             
                uri: https://gateway.sandbox.fatzebra.com.au/v1.0/refunds
         
     | 
| 
       62 
56 
     | 
    
         
             
                body:
         
     | 
| 
       63 
57 
     | 
    
         
             
                  encoding: UTF-8
         
     | 
| 
       64 
     | 
    
         
            -
                  string: '{"transaction_id":"071-P- 
     | 
| 
      
 58 
     | 
    
         
            +
                  string: '{"transaction_id":"071-P-FF6KSCVP","amount":10000,"reference":"0d20af137d6f844c1e51d0983d44e2cd","test":true}'
         
     | 
| 
       65 
59 
     | 
    
         
             
                headers:
         
     | 
| 
       66 
60 
     | 
    
         
             
                  Accept-Encoding:
         
     | 
| 
       67 
61 
     | 
    
         
             
                  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
         
     | 
| 
         @@ -79,7 +73,7 @@ http_interactions: 
     | 
|
| 
       79 
73 
     | 
    
         
             
                  message: OK
         
     | 
| 
       80 
74 
     | 
    
         
             
                headers:
         
     | 
| 
       81 
75 
     | 
    
         
             
                  Date:
         
     | 
| 
       82 
     | 
    
         
            -
                  -  
     | 
| 
      
 76 
     | 
    
         
            +
                  - Mon, 29 Apr 2019 09:20:33 GMT
         
     | 
| 
       83 
77 
     | 
    
         
             
                  Content-Type:
         
     | 
| 
       84 
78 
     | 
    
         
             
                  - application/json; charset=utf-8
         
     | 
| 
       85 
79 
     | 
    
         
             
                  Transfer-Encoding:
         
     | 
| 
         @@ -91,33 +85,27 @@ http_interactions: 
     | 
|
| 
       91 
85 
     | 
    
         
             
                  Cache-Control:
         
     | 
| 
       92 
86 
     | 
    
         
             
                  - no-store
         
     | 
| 
       93 
87 
     | 
    
         
             
                  X-Request-Version:
         
     | 
| 
       94 
     | 
    
         
            -
                  - 1.16.9- 
     | 
| 
      
 88 
     | 
    
         
            +
                  - 1.16.9-3941@c1d8236
         
     | 
| 
      
 89 
     | 
    
         
            +
                  X-Runtime:
         
     | 
| 
      
 90 
     | 
    
         
            +
                  - '0.140949'
         
     | 
| 
       95 
91 
     | 
    
         
             
                  Pragma:
         
     | 
| 
       96 
92 
     | 
    
         
             
                  - no-cache
         
     | 
| 
       97 
     | 
    
         
            -
                  X-Xss-Protection:
         
     | 
| 
       98 
     | 
    
         
            -
                  - 1; mode=block
         
     | 
| 
       99 
93 
     | 
    
         
             
                  X-Request-Id:
         
     | 
| 
       100 
     | 
    
         
            -
                  -  
     | 
| 
       101 
     | 
    
         
            -
                  X-Runtime:
         
     | 
| 
       102 
     | 
    
         
            -
                  - '0.122000'
         
     | 
| 
       103 
     | 
    
         
            -
                  X-Frame-Options:
         
     | 
| 
       104 
     | 
    
         
            -
                  - SAMEORIGIN
         
     | 
| 
       105 
     | 
    
         
            -
                  X-Content-Type-Options:
         
     | 
| 
       106 
     | 
    
         
            -
                  - nosniff
         
     | 
| 
      
 94 
     | 
    
         
            +
                  - 0c50ac0ad3bdbdb98b18867e
         
     | 
| 
       107 
95 
     | 
    
         
             
                  X-Backend:
         
     | 
| 
       108 
96 
     | 
    
         
             
                  - sbox-priv-gateway-a
         
     | 
| 
       109 
97 
     | 
    
         
             
                body:
         
     | 
| 
       110 
98 
     | 
    
         
             
                  encoding: UTF-8
         
     | 
| 
       111 
     | 
    
         
            -
                  string: '{"successful":true,"response":{"authorization":" 
     | 
| 
       112 
     | 
    
         
            -
                    Savage","card_number":"512345XXXXXX2346","card_expiry":"2030-02-28","card_type":"MasterCard","transaction_id":"071-R- 
     | 
| 
      
 99 
     | 
    
         
            +
                  string: '{"successful":true,"response":{"authorization":"1556529633","id":"071-R-RBBJGPF1","amount":10000,"refunded":"Approved","message":"Approved","card_holder":"Matthew
         
     | 
| 
      
 100 
     | 
    
         
            +
                    Savage","card_number":"512345XXXXXX2346","card_expiry":"2030-02-28","card_type":"MasterCard","transaction_id":"071-R-RBBJGPF1","reference":"0d20af137d6f844c1e51d0983d44e2cd","currency":"AUD","successful":true,"transaction_date":"2019-04-29T19:20:33+10:00","response_code":"00","settlement_date":"2019-04-30","metadata":{},"standalone":false,"rrn":"071RRBBJGPF1"},"errors":[],"test":true}'
         
     | 
| 
       113 
101 
     | 
    
         
             
                http_version: 
         
     | 
| 
       114 
     | 
    
         
            -
              recorded_at:  
     | 
| 
      
 102 
     | 
    
         
            +
              recorded_at: Mon, 29 Apr 2019 09:20:33 GMT
         
     | 
| 
       115 
103 
     | 
    
         
             
            - request:
         
     | 
| 
       116 
104 
     | 
    
         
             
                method: post
         
     | 
| 
       117 
105 
     | 
    
         
             
                uri: https://gateway.sandbox.fatzebra.com.au/v1.0/refunds/void
         
     | 
| 
       118 
106 
     | 
    
         
             
                body:
         
     | 
| 
       119 
107 
     | 
    
         
             
                  encoding: UTF-8
         
     | 
| 
       120 
     | 
    
         
            -
                  string: '{"id":"071-R- 
     | 
| 
      
 108 
     | 
    
         
            +
                  string: '{"id":"071-R-RBBJGPF1","test":true}'
         
     | 
| 
       121 
109 
     | 
    
         
             
                headers:
         
     | 
| 
       122 
110 
     | 
    
         
             
                  Accept-Encoding:
         
     | 
| 
       123 
111 
     | 
    
         
             
                  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
         
     | 
| 
         @@ -135,7 +123,7 @@ http_interactions: 
     | 
|
| 
       135 
123 
     | 
    
         
             
                  message: OK
         
     | 
| 
       136 
124 
     | 
    
         
             
                headers:
         
     | 
| 
       137 
125 
     | 
    
         
             
                  Date:
         
     | 
| 
       138 
     | 
    
         
            -
                  -  
     | 
| 
      
 126 
     | 
    
         
            +
                  - Mon, 29 Apr 2019 09:20:34 GMT
         
     | 
| 
       139 
127 
     | 
    
         
             
                  Content-Type:
         
     | 
| 
       140 
128 
     | 
    
         
             
                  - application/json; charset=utf-8
         
     | 
| 
       141 
129 
     | 
    
         
             
                  Transfer-Encoding:
         
     | 
| 
         @@ -147,25 +135,19 @@ http_interactions: 
     | 
|
| 
       147 
135 
     | 
    
         
             
                  Cache-Control:
         
     | 
| 
       148 
136 
     | 
    
         
             
                  - no-store
         
     | 
| 
       149 
137 
     | 
    
         
             
                  X-Request-Version:
         
     | 
| 
       150 
     | 
    
         
            -
                  - 1.16.9- 
     | 
| 
      
 138 
     | 
    
         
            +
                  - 1.16.9-3941@c1d8236
         
     | 
| 
      
 139 
     | 
    
         
            +
                  X-Runtime:
         
     | 
| 
      
 140 
     | 
    
         
            +
                  - '0.076599'
         
     | 
| 
       151 
141 
     | 
    
         
             
                  Pragma:
         
     | 
| 
       152 
142 
     | 
    
         
             
                  - no-cache
         
     | 
| 
       153 
     | 
    
         
            -
                  X-Xss-Protection:
         
     | 
| 
       154 
     | 
    
         
            -
                  - 1; mode=block
         
     | 
| 
       155 
143 
     | 
    
         
             
                  X-Request-Id:
         
     | 
| 
       156 
     | 
    
         
            -
                  -  
     | 
| 
       157 
     | 
    
         
            -
                  X-Runtime:
         
     | 
| 
       158 
     | 
    
         
            -
                  - '0.044891'
         
     | 
| 
       159 
     | 
    
         
            -
                  X-Frame-Options:
         
     | 
| 
       160 
     | 
    
         
            -
                  - SAMEORIGIN
         
     | 
| 
       161 
     | 
    
         
            -
                  X-Content-Type-Options:
         
     | 
| 
       162 
     | 
    
         
            -
                  - nosniff
         
     | 
| 
      
 144 
     | 
    
         
            +
                  - 3268e62e6578bec8ae145df4
         
     | 
| 
       163 
145 
     | 
    
         
             
                  X-Backend:
         
     | 
| 
       164 
146 
     | 
    
         
             
                  - sbox-priv-gateway-a
         
     | 
| 
       165 
147 
     | 
    
         
             
                body:
         
     | 
| 
       166 
148 
     | 
    
         
             
                  encoding: UTF-8
         
     | 
| 
       167 
     | 
    
         
            -
                  string: '{"successful":true,"response":{"authorization":" 
     | 
| 
       168 
     | 
    
         
            -
                    Savage","card_number":"512345XXXXXX2346","card_expiry":"2030-02-28","card_type":"MasterCard","transaction_id":"071-R- 
     | 
| 
      
 149 
     | 
    
         
            +
                  string: '{"successful":true,"response":{"authorization":"1556529633","id":"071-R-RBBJGPF1","amount":10000,"refunded":"Voided","message":"Voided","card_holder":"Matthew
         
     | 
| 
      
 150 
     | 
    
         
            +
                    Savage","card_number":"512345XXXXXX2346","card_expiry":"2030-02-28","card_type":"MasterCard","transaction_id":"071-R-RBBJGPF1","reference":"0d20af137d6f844c1e51d0983d44e2cd","currency":"AUD","successful":true,"transaction_date":"2019-04-29T19:20:33+10:00","response_code":"00","settlement_date":"2019-04-30","metadata":{},"standalone":false,"rrn":"071RRBBJGPF1"},"errors":[],"test":true}'
         
     | 
| 
       169 
151 
     | 
    
         
             
                http_version: 
         
     | 
| 
       170 
     | 
    
         
            -
              recorded_at:  
     | 
| 
      
 152 
     | 
    
         
            +
              recorded_at: Mon, 29 Apr 2019 09:20:34 GMT
         
     | 
| 
       171 
153 
     | 
    
         
             
            recorded_with: VCR 3.0.3
         
     |