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":"f652b39cd11387fff86a9b50f3a98d3f","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:24:21 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.600426'
         
     | 
| 
       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.509608'
         
     | 
| 
       47 
     | 
    
         
            -
                  X-Frame-Options:
         
     | 
| 
       48 
     | 
    
         
            -
                  - SAMEORIGIN
         
     | 
| 
       49 
     | 
    
         
            -
                  X-Content-Type-Options:
         
     | 
| 
       50 
     | 
    
         
            -
                  - nosniff
         
     | 
| 
      
 44 
     | 
    
         
            +
                  - 36869febfe5f5b3165ae2e1a
         
     | 
| 
       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":"845967","id":"071-P-MCXVLCCI","card_number":"512345XXXXXX2346","card_holder":"Matthew
         
     | 
| 
      
 50 
     | 
    
         
            +
                    Savage","card_expiry":"2030-02-28","card_token":"scxsjqhw4ifuzv5qgknv","card_type":"MasterCard","card_category":"Credit","card_subcategory":"Standard","amount":10000,"decimal_amount":100.0,"successful":true,"message":"Approved","reference":"f652b39cd11387fff86a9b50f3a98d3f","currency":"AUD","transaction_id":"071-P-MCXVLCCI","settlement_date":"2019-04-29","transaction_date":"2019-04-29T19:24:21+10:00","response_code":"00","captured":true,"captured_amount":10000,"rrn":"071PMCXVLCCI","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:24:21 GMT
         
     | 
| 
       59 
53 
     | 
    
         
             
            - request:
         
     | 
| 
       60 
54 
     | 
    
         
             
                method: post
         
     | 
| 
       61 
55 
     | 
    
         
             
                uri: https://gateway.sandbox.fatzebra.com.au/v1.0/purchases/void
         
     | 
| 
       62 
56 
     | 
    
         
             
                body:
         
     | 
| 
       63 
57 
     | 
    
         
             
                  encoding: UTF-8
         
     | 
| 
       64 
     | 
    
         
            -
                  string: '{"id":"071-P- 
     | 
| 
      
 58 
     | 
    
         
            +
                  string: '{"id":"071-P-MCXVLCCI","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:24:21 GMT
         
     | 
| 
       83 
77 
     | 
    
         
             
                  Content-Type:
         
     | 
| 
       84 
78 
     | 
    
         
             
                  - application/json; charset=utf-8
         
     | 
| 
       85 
79 
     | 
    
         
             
                  Transfer-Encoding:
         
     | 
| 
         @@ -91,25 +85,19 @@ 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.084402'
         
     | 
| 
       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.092292'
         
     | 
| 
       103 
     | 
    
         
            -
                  X-Frame-Options:
         
     | 
| 
       104 
     | 
    
         
            -
                  - SAMEORIGIN
         
     | 
| 
       105 
     | 
    
         
            -
                  X-Content-Type-Options:
         
     | 
| 
       106 
     | 
    
         
            -
                  - nosniff
         
     | 
| 
      
 94 
     | 
    
         
            +
                  - 1ba2c4990eb8f0cae1b47808
         
     | 
| 
       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_expiry":"2030-02-28","card_token":" 
     | 
| 
      
 99 
     | 
    
         
            +
                  string: '{"successful":true,"response":{"authorization":"845967","id":"071-P-MCXVLCCI","card_number":"512345XXXXXX2346","card_holder":"Matthew
         
     | 
| 
      
 100 
     | 
    
         
            +
                    Savage","card_expiry":"2030-02-28","card_token":"scxsjqhw4ifuzv5qgknv","card_type":"MasterCard","card_category":"Credit","card_subcategory":"Standard","amount":10000,"decimal_amount":100.0,"successful":true,"message":"Voided","reference":"f652b39cd11387fff86a9b50f3a98d3f","currency":"AUD","transaction_id":"071-P-MCXVLCCI","settlement_date":"2019-04-29","transaction_date":"2019-04-29T19:24:21+10:00","response_code":"00","captured":true,"captured_amount":0,"rrn":"071PMCXVLCCI","cvv_match":"M","metadata":{"authorization_tracking_id":"","original_transaction_reference":""},"addendum_data":{}},"errors":[],"test":true}'
         
     | 
| 
       113 
101 
     | 
    
         
             
                http_version: 
         
     | 
| 
       114 
     | 
    
         
            -
              recorded_at:  
     | 
| 
      
 102 
     | 
    
         
            +
              recorded_at: Mon, 29 Apr 2019 09:24:21 GMT
         
     | 
| 
       115 
103 
     | 
    
         
             
            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":"b865561efa38fb0de6c6d58b866842b7","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:24:22 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.561799'
         
     | 
| 
       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.566404'
         
     | 
| 
       47 
     | 
    
         
            -
                  X-Frame-Options:
         
     | 
| 
       48 
     | 
    
         
            -
                  - SAMEORIGIN
         
     | 
| 
       49 
     | 
    
         
            -
                  X-Content-Type-Options:
         
     | 
| 
       50 
     | 
    
         
            -
                  - nosniff
         
     | 
| 
      
 44 
     | 
    
         
            +
                  - 77203e03c71b2a38cb00eaa3
         
     | 
| 
       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":"862204","id":"071-P-H073BTKP","card_number":"512345XXXXXX2346","card_holder":"Matthew
         
     | 
| 
      
 50 
     | 
    
         
            +
                    Savage","card_expiry":"2030-02-28","card_token":"gxa0kgni8br9coczv607","card_type":"MasterCard","card_category":"Credit","card_subcategory":"Standard","amount":10000,"decimal_amount":100.0,"successful":true,"message":"Approved","reference":"b865561efa38fb0de6c6d58b866842b7","currency":"AUD","transaction_id":"071-P-H073BTKP","settlement_date":"2019-04-29","transaction_date":"2019-04-29T19:24:22+10:00","response_code":"00","captured":true,"captured_amount":10000,"rrn":"071PH073BTKP","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:24:22 GMT
         
     | 
| 
       59 
53 
     | 
    
         
             
            - request:
         
     | 
| 
       60 
54 
     | 
    
         
             
                method: post
         
     | 
| 
       61 
55 
     | 
    
         
             
                uri: https://gateway.sandbox.fatzebra.com.au/v1.0/purchases/void
         
     | 
| 
       62 
56 
     | 
    
         
             
                body:
         
     | 
| 
       63 
57 
     | 
    
         
             
                  encoding: UTF-8
         
     | 
| 
       64 
     | 
    
         
            -
                  string: '{"id":"071-P- 
     | 
| 
      
 58 
     | 
    
         
            +
                  string: '{"id":"071-P-H073BTKP","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:24:22 GMT
         
     | 
| 
       83 
77 
     | 
    
         
             
                  Content-Type:
         
     | 
| 
       84 
78 
     | 
    
         
             
                  - application/json; charset=utf-8
         
     | 
| 
       85 
79 
     | 
    
         
             
                  Transfer-Encoding:
         
     | 
| 
         @@ -91,25 +85,19 @@ 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.079124'
         
     | 
| 
       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.069394'
         
     | 
| 
       103 
     | 
    
         
            -
                  X-Frame-Options:
         
     | 
| 
       104 
     | 
    
         
            -
                  - SAMEORIGIN
         
     | 
| 
       105 
     | 
    
         
            -
                  X-Content-Type-Options:
         
     | 
| 
       106 
     | 
    
         
            -
                  - nosniff
         
     | 
| 
      
 94 
     | 
    
         
            +
                  - 767f3d48716264d8fc5157cc
         
     | 
| 
       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_expiry":"2030-02-28","card_token":" 
     | 
| 
      
 99 
     | 
    
         
            +
                  string: '{"successful":true,"response":{"authorization":"862204","id":"071-P-H073BTKP","card_number":"512345XXXXXX2346","card_holder":"Matthew
         
     | 
| 
      
 100 
     | 
    
         
            +
                    Savage","card_expiry":"2030-02-28","card_token":"gxa0kgni8br9coczv607","card_type":"MasterCard","card_category":"Credit","card_subcategory":"Standard","amount":10000,"decimal_amount":100.0,"successful":true,"message":"Voided","reference":"b865561efa38fb0de6c6d58b866842b7","currency":"AUD","transaction_id":"071-P-H073BTKP","settlement_date":"2019-04-29","transaction_date":"2019-04-29T19:24:22+10:00","response_code":"00","captured":true,"captured_amount":0,"rrn":"071PH073BTKP","cvv_match":"M","metadata":{"authorization_tracking_id":"","original_transaction_reference":""},"addendum_data":{}},"errors":[],"test":true}'
         
     | 
| 
       113 
101 
     | 
    
         
             
                http_version: 
         
     | 
| 
       114 
     | 
    
         
            -
              recorded_at:  
     | 
| 
      
 102 
     | 
    
         
            +
              recorded_at: Mon, 29 Apr 2019 09:24:22 GMT
         
     | 
| 
       115 
103 
     | 
    
         
             
            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":"4d9dcab8883c5530352bb9d595dfe33e","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:24:23 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.527747'
         
     | 
| 
       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.642429'
         
     | 
| 
       47 
     | 
    
         
            -
                  X-Frame-Options:
         
     | 
| 
       48 
     | 
    
         
            -
                  - SAMEORIGIN
         
     | 
| 
       49 
     | 
    
         
            -
                  X-Content-Type-Options:
         
     | 
| 
       50 
     | 
    
         
            -
                  - nosniff
         
     | 
| 
      
 44 
     | 
    
         
            +
                  - d417f0c23482ea9e3d075a1f
         
     | 
| 
       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":"934127","id":"071-P-XNQW0S6N","card_number":"512345XXXXXX2346","card_holder":"Matthew
         
     | 
| 
      
 50 
     | 
    
         
            +
                    Savage","card_expiry":"2030-02-28","card_token":"b7ys4ay4rpoclttuwhp4","card_type":"MasterCard","card_category":"Credit","card_subcategory":"Standard","amount":10000,"decimal_amount":100.0,"successful":true,"message":"Approved","reference":"4d9dcab8883c5530352bb9d595dfe33e","currency":"AUD","transaction_id":"071-P-XNQW0S6N","settlement_date":"2019-04-29","transaction_date":"2019-04-29T19:24:23+10:00","response_code":"00","captured":true,"captured_amount":10000,"rrn":"071PXNQW0S6N","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:24:23 GMT
         
     | 
| 
       59 
53 
     | 
    
         
             
            - request:
         
     | 
| 
       60 
54 
     | 
    
         
             
                method: post
         
     | 
| 
       61 
55 
     | 
    
         
             
                uri: https://gateway.sandbox.fatzebra.com.au/v1.0/purchases/void
         
     | 
| 
       62 
56 
     | 
    
         
             
                body:
         
     | 
| 
       63 
57 
     | 
    
         
             
                  encoding: UTF-8
         
     | 
| 
       64 
     | 
    
         
            -
                  string: '{"id":"071-P- 
     | 
| 
      
 58 
     | 
    
         
            +
                  string: '{"id":"071-P-XNQW0S6N","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:24:23 GMT
         
     | 
| 
       83 
77 
     | 
    
         
             
                  Content-Type:
         
     | 
| 
       84 
78 
     | 
    
         
             
                  - application/json; charset=utf-8
         
     | 
| 
       85 
79 
     | 
    
         
             
                  Transfer-Encoding:
         
     | 
| 
         @@ -91,25 +85,19 @@ 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.082140'
         
     | 
| 
       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.071114'
         
     | 
| 
       103 
     | 
    
         
            -
                  X-Frame-Options:
         
     | 
| 
       104 
     | 
    
         
            -
                  - SAMEORIGIN
         
     | 
| 
       105 
     | 
    
         
            -
                  X-Content-Type-Options:
         
     | 
| 
       106 
     | 
    
         
            -
                  - nosniff
         
     | 
| 
      
 94 
     | 
    
         
            +
                  - 98d967c8be155e7cdff557b4
         
     | 
| 
       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_expiry":"2030-02-28","card_token":" 
     | 
| 
      
 99 
     | 
    
         
            +
                  string: '{"successful":true,"response":{"authorization":"934127","id":"071-P-XNQW0S6N","card_number":"512345XXXXXX2346","card_holder":"Matthew
         
     | 
| 
      
 100 
     | 
    
         
            +
                    Savage","card_expiry":"2030-02-28","card_token":"b7ys4ay4rpoclttuwhp4","card_type":"MasterCard","card_category":"Credit","card_subcategory":"Standard","amount":10000,"decimal_amount":100.0,"successful":true,"message":"Voided","reference":"4d9dcab8883c5530352bb9d595dfe33e","currency":"AUD","transaction_id":"071-P-XNQW0S6N","settlement_date":"2019-04-29","transaction_date":"2019-04-29T19:24:23+10:00","response_code":"00","captured":true,"captured_amount":0,"rrn":"071PXNQW0S6N","cvv_match":"M","metadata":{"authorization_tracking_id":"","original_transaction_reference":""},"addendum_data":{}},"errors":[],"test":true}'
         
     | 
| 
       113 
101 
     | 
    
         
             
                http_version: 
         
     | 
| 
       114 
     | 
    
         
            -
              recorded_at:  
     | 
| 
      
 102 
     | 
    
         
            +
              recorded_at: Mon, 29 Apr 2019 09:24:23 GMT
         
     | 
| 
       115 
103 
     | 
    
         
             
            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":"8e4f97817c939037eced9a2dae1f80c9","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:24:24 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.603136'
         
     | 
| 
       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.510799'
         
     | 
| 
       47 
     | 
    
         
            -
                  X-Frame-Options:
         
     | 
| 
       48 
     | 
    
         
            -
                  - SAMEORIGIN
         
     | 
| 
       49 
     | 
    
         
            -
                  X-Content-Type-Options:
         
     | 
| 
       50 
     | 
    
         
            -
                  - nosniff
         
     | 
| 
      
 44 
     | 
    
         
            +
                  - e9b23aa8764168ab7b7eb76b
         
     | 
| 
       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":"175180","id":"071-P-RBIUJUOE","card_number":"512345XXXXXX2346","card_holder":"Matthew
         
     | 
| 
      
 50 
     | 
    
         
            +
                    Savage","card_expiry":"2030-02-28","card_token":"3ptyvu9tv3sbwic9vmc2","card_type":"MasterCard","card_category":"Credit","card_subcategory":"Standard","amount":10000,"decimal_amount":100.0,"successful":true,"message":"Approved","reference":"8e4f97817c939037eced9a2dae1f80c9","currency":"AUD","transaction_id":"071-P-RBIUJUOE","settlement_date":"2019-04-29","transaction_date":"2019-04-29T19:24:23+10:00","response_code":"00","captured":true,"captured_amount":10000,"rrn":"071PRBIUJUOE","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:24:24 GMT
         
     | 
| 
       59 
53 
     | 
    
         
             
            - request:
         
     | 
| 
       60 
54 
     | 
    
         
             
                method: post
         
     | 
| 
       61 
55 
     | 
    
         
             
                uri: https://gateway.sandbox.fatzebra.com.au/v1.0/purchases/void
         
     | 
| 
       62 
56 
     | 
    
         
             
                body:
         
     | 
| 
       63 
57 
     | 
    
         
             
                  encoding: UTF-8
         
     | 
| 
       64 
     | 
    
         
            -
                  string: '{"id":"071-P- 
     | 
| 
      
 58 
     | 
    
         
            +
                  string: '{"id":"071-P-RBIUJUOE","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:24:24 GMT
         
     | 
| 
       83 
77 
     | 
    
         
             
                  Content-Type:
         
     | 
| 
       84 
78 
     | 
    
         
             
                  - application/json; charset=utf-8
         
     | 
| 
       85 
79 
     | 
    
         
             
                  Transfer-Encoding:
         
     | 
| 
         @@ -91,25 +85,19 @@ 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.089302'
         
     | 
| 
       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.069018'
         
     | 
| 
       103 
     | 
    
         
            -
                  X-Frame-Options:
         
     | 
| 
       104 
     | 
    
         
            -
                  - SAMEORIGIN
         
     | 
| 
       105 
     | 
    
         
            -
                  X-Content-Type-Options:
         
     | 
| 
       106 
     | 
    
         
            -
                  - nosniff
         
     | 
| 
      
 94 
     | 
    
         
            +
                  - 9a98d80a90e6256423d7c37c
         
     | 
| 
       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_expiry":"2030-02-28","card_token":" 
     | 
| 
      
 99 
     | 
    
         
            +
                  string: '{"successful":true,"response":{"authorization":"175180","id":"071-P-RBIUJUOE","card_number":"512345XXXXXX2346","card_holder":"Matthew
         
     | 
| 
      
 100 
     | 
    
         
            +
                    Savage","card_expiry":"2030-02-28","card_token":"3ptyvu9tv3sbwic9vmc2","card_type":"MasterCard","card_category":"Credit","card_subcategory":"Standard","amount":10000,"decimal_amount":100.0,"successful":true,"message":"Voided","reference":"8e4f97817c939037eced9a2dae1f80c9","currency":"AUD","transaction_id":"071-P-RBIUJUOE","settlement_date":"2019-04-29","transaction_date":"2019-04-29T19:24:23+10:00","response_code":"00","captured":true,"captured_amount":0,"rrn":"071PRBIUJUOE","cvv_match":"M","metadata":{"authorization_tracking_id":"","original_transaction_reference":""},"addendum_data":{}},"errors":[],"test":true}'
         
     | 
| 
       113 
101 
     | 
    
         
             
                http_version: 
         
     | 
| 
       114 
     | 
    
         
            -
              recorded_at:  
     | 
| 
      
 102 
     | 
    
         
            +
              recorded_at: Mon, 29 Apr 2019 09:24:24 GMT
         
     | 
| 
       115 
103 
     | 
    
         
             
            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":"4d9dadee105e70205db41fa604955677","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:24:24 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.561681'
         
     | 
| 
       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.506546'
         
     | 
| 
       47 
     | 
    
         
            -
                  X-Frame-Options:
         
     | 
| 
       48 
     | 
    
         
            -
                  - SAMEORIGIN
         
     | 
| 
       49 
     | 
    
         
            -
                  X-Content-Type-Options:
         
     | 
| 
       50 
     | 
    
         
            -
                  - nosniff
         
     | 
| 
      
 44 
     | 
    
         
            +
                  - e01cdd7c6e5f3a3c931bde54
         
     | 
| 
       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":"408468","id":"071-P-FVTPUZKZ","card_number":"512345XXXXXX2346","card_holder":"Matthew
         
     | 
| 
      
 50 
     | 
    
         
            +
                    Savage","card_expiry":"2030-02-28","card_token":"bpn5rkr0br5a017mwl88","card_type":"MasterCard","card_category":"Credit","card_subcategory":"Standard","amount":10000,"decimal_amount":100.0,"successful":true,"message":"Approved","reference":"4d9dadee105e70205db41fa604955677","currency":"AUD","transaction_id":"071-P-FVTPUZKZ","settlement_date":"2019-04-29","transaction_date":"2019-04-29T19:24:24+10:00","response_code":"00","captured":true,"captured_amount":10000,"rrn":"071PFVTPUZKZ","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:24:24 GMT
         
     | 
| 
       59 
53 
     | 
    
         
             
            - request:
         
     | 
| 
       60 
54 
     | 
    
         
             
                method: post
         
     | 
| 
       61 
55 
     | 
    
         
             
                uri: https://gateway.sandbox.fatzebra.com.au/v1.0/purchases/void
         
     | 
| 
       62 
56 
     | 
    
         
             
                body:
         
     | 
| 
       63 
57 
     | 
    
         
             
                  encoding: UTF-8
         
     | 
| 
       64 
     | 
    
         
            -
                  string: '{"id":"071-P- 
     | 
| 
      
 58 
     | 
    
         
            +
                  string: '{"id":"071-P-FVTPUZKZ","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:24:25 GMT
         
     | 
| 
       83 
77 
     | 
    
         
             
                  Content-Type:
         
     | 
| 
       84 
78 
     | 
    
         
             
                  - application/json; charset=utf-8
         
     | 
| 
       85 
79 
     | 
    
         
             
                  Transfer-Encoding:
         
     | 
| 
         @@ -91,25 +85,19 @@ 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.089902'
         
     | 
| 
       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.069360'
         
     | 
| 
       103 
     | 
    
         
            -
                  X-Frame-Options:
         
     | 
| 
       104 
     | 
    
         
            -
                  - SAMEORIGIN
         
     | 
| 
       105 
     | 
    
         
            -
                  X-Content-Type-Options:
         
     | 
| 
       106 
     | 
    
         
            -
                  - nosniff
         
     | 
| 
      
 94 
     | 
    
         
            +
                  - 8a394d5f3fe37b742360e02b
         
     | 
| 
       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_expiry":"2030-02-28","card_token":" 
     | 
| 
      
 99 
     | 
    
         
            +
                  string: '{"successful":true,"response":{"authorization":"408468","id":"071-P-FVTPUZKZ","card_number":"512345XXXXXX2346","card_holder":"Matthew
         
     | 
| 
      
 100 
     | 
    
         
            +
                    Savage","card_expiry":"2030-02-28","card_token":"bpn5rkr0br5a017mwl88","card_type":"MasterCard","card_category":"Credit","card_subcategory":"Standard","amount":10000,"decimal_amount":100.0,"successful":true,"message":"Voided","reference":"4d9dadee105e70205db41fa604955677","currency":"AUD","transaction_id":"071-P-FVTPUZKZ","settlement_date":"2019-04-29","transaction_date":"2019-04-29T19:24:24+10:00","response_code":"00","captured":true,"captured_amount":0,"rrn":"071PFVTPUZKZ","cvv_match":"M","metadata":{"authorization_tracking_id":"","original_transaction_reference":""},"addendum_data":{}},"errors":[],"test":true}'
         
     | 
| 
       113 
101 
     | 
    
         
             
                http_version: 
         
     | 
| 
       114 
     | 
    
         
            -
              recorded_at:  
     | 
| 
      
 102 
     | 
    
         
            +
              recorded_at: Mon, 29 Apr 2019 09:24:25 GMT
         
     | 
| 
       115 
103 
     | 
    
         
             
            recorded_with: VCR 3.0.3
         
     |