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":"3c070c6412c69a846180d657c2d0d385","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:34 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.574895'
         
     | 
| 
       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.533934'
         
     | 
| 
       47 
     | 
    
         
            -
                  X-Frame-Options:
         
     | 
| 
       48 
     | 
    
         
            -
                  - SAMEORIGIN
         
     | 
| 
       49 
     | 
    
         
            -
                  X-Content-Type-Options:
         
     | 
| 
       50 
     | 
    
         
            -
                  - nosniff
         
     | 
| 
      
 44 
     | 
    
         
            +
                  - b065de14b70152e03ffb7ca0
         
     | 
| 
       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":"435587","id":"071-P-MVH3FAZC","card_number":"512345XXXXXX2346","card_holder":"Matthew
         
     | 
| 
      
 50 
     | 
    
         
            +
                    Savage","card_expiry":"2030-02-28","card_token":"7ojhxpz5l2eemypiph3e","card_type":"MasterCard","card_category":"Credit","card_subcategory":"Standard","amount":10000,"decimal_amount":100.0,"successful":true,"message":"Approved","reference":"3c070c6412c69a846180d657c2d0d385","currency":"AUD","transaction_id":"071-P-MVH3FAZC","settlement_date":"2019-04-29","transaction_date":"2019-04-29T19:20:34+10:00","response_code":"00","captured":true,"captured_amount":10000,"rrn":"071PMVH3FAZC","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:34 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-MVH3FAZC","amount":10000,"reference":"3c070c6412c69a846180d657c2d0d385","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:34 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.122247'
         
     | 
| 
       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.111994'
         
     | 
| 
       103 
     | 
    
         
            -
                  X-Frame-Options:
         
     | 
| 
       104 
     | 
    
         
            -
                  - SAMEORIGIN
         
     | 
| 
       105 
     | 
    
         
            -
                  X-Content-Type-Options:
         
     | 
| 
       106 
     | 
    
         
            -
                  - nosniff
         
     | 
| 
      
 94 
     | 
    
         
            +
                  - 84715a70978914e436760d60
         
     | 
| 
       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":"1556529634","id":"071-R-G5N1JOLB","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-G5N1JOLB","reference":"3c070c6412c69a846180d657c2d0d385","currency":"AUD","successful":true,"transaction_date":"2019-04-29T19:20:34+10:00","response_code":"00","settlement_date":"2019-04-30","metadata":{},"standalone":false,"rrn":"071RG5N1JOLB"},"errors":[],"test":true}'
         
     | 
| 
       113 
101 
     | 
    
         
             
                http_version: 
         
     | 
| 
       114 
     | 
    
         
            -
              recorded_at:  
     | 
| 
      
 102 
     | 
    
         
            +
              recorded_at: Mon, 29 Apr 2019 09:20:34 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-G5N1JOLB","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:35 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.092314'
         
     | 
| 
       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.054287'
         
     | 
| 
       159 
     | 
    
         
            -
                  X-Frame-Options:
         
     | 
| 
       160 
     | 
    
         
            -
                  - SAMEORIGIN
         
     | 
| 
       161 
     | 
    
         
            -
                  X-Content-Type-Options:
         
     | 
| 
       162 
     | 
    
         
            -
                  - nosniff
         
     | 
| 
      
 144 
     | 
    
         
            +
                  - 3dac4ca03feb29b08a3c99f0
         
     | 
| 
       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":"1556529634","id":"071-R-G5N1JOLB","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-G5N1JOLB","reference":"3c070c6412c69a846180d657c2d0d385","currency":"AUD","successful":true,"transaction_date":"2019-04-29T19:20:34+10:00","response_code":"00","settlement_date":"2019-04-30","metadata":{},"standalone":false,"rrn":"071RG5N1JOLB"},"errors":[],"test":true}'
         
     | 
| 
       169 
151 
     | 
    
         
             
                http_version: 
         
     | 
| 
       170 
     | 
    
         
            -
              recorded_at:  
     | 
| 
      
 152 
     | 
    
         
            +
              recorded_at: Mon, 29 Apr 2019 09:20:35 GMT
         
     | 
| 
       171 
153 
     | 
    
         
             
            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":"a83bc5d1e502568203fafcf50e333bcc","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:35 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.587369'
         
     | 
| 
       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.548284'
         
     | 
| 
       47 
     | 
    
         
            -
                  X-Frame-Options:
         
     | 
| 
       48 
     | 
    
         
            -
                  - SAMEORIGIN
         
     | 
| 
       49 
     | 
    
         
            -
                  X-Content-Type-Options:
         
     | 
| 
       50 
     | 
    
         
            -
                  - nosniff
         
     | 
| 
      
 44 
     | 
    
         
            +
                  - 86fbf1eb0ff432c6b30d0515
         
     | 
| 
       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":"685270","id":"071-P-SK4WOTEG","card_number":"512345XXXXXX2346","card_holder":"Matthew
         
     | 
| 
      
 50 
     | 
    
         
            +
                    Savage","card_expiry":"2030-02-28","card_token":"txx5zo207ovnerqvm2u6","card_type":"MasterCard","card_category":"Credit","card_subcategory":"Standard","amount":10000,"decimal_amount":100.0,"successful":true,"message":"Approved","reference":"a83bc5d1e502568203fafcf50e333bcc","currency":"AUD","transaction_id":"071-P-SK4WOTEG","settlement_date":"2019-04-29","transaction_date":"2019-04-29T19:20:35+10:00","response_code":"00","captured":true,"captured_amount":10000,"rrn":"071PSK4WOTEG","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:35 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-SK4WOTEG","amount":10000,"reference":"a83bc5d1e502568203fafcf50e333bcc","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:35 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.126369'
         
     | 
| 
       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.151913'
         
     | 
| 
       103 
     | 
    
         
            -
                  X-Frame-Options:
         
     | 
| 
       104 
     | 
    
         
            -
                  - SAMEORIGIN
         
     | 
| 
       105 
     | 
    
         
            -
                  X-Content-Type-Options:
         
     | 
| 
       106 
     | 
    
         
            -
                  - nosniff
         
     | 
| 
      
 94 
     | 
    
         
            +
                  - b6138439c5a97899180c95eb
         
     | 
| 
       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":"1556529635","id":"071-R-QDAVEF5D","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-QDAVEF5D","reference":"a83bc5d1e502568203fafcf50e333bcc","currency":"AUD","successful":true,"transaction_date":"2019-04-29T19:20:35+10:00","response_code":"00","settlement_date":"2019-04-30","metadata":{},"standalone":false,"rrn":"071RQDAVEF5D"},"errors":[],"test":true}'
         
     | 
| 
       113 
101 
     | 
    
         
             
                http_version: 
         
     | 
| 
       114 
     | 
    
         
            -
              recorded_at:  
     | 
| 
      
 102 
     | 
    
         
            +
              recorded_at: Mon, 29 Apr 2019 09:20:35 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-QDAVEF5D","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:36 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.054402'
         
     | 
| 
       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.041915'
         
     | 
| 
       159 
     | 
    
         
            -
                  X-Frame-Options:
         
     | 
| 
       160 
     | 
    
         
            -
                  - SAMEORIGIN
         
     | 
| 
       161 
     | 
    
         
            -
                  X-Content-Type-Options:
         
     | 
| 
       162 
     | 
    
         
            -
                  - nosniff
         
     | 
| 
      
 144 
     | 
    
         
            +
                  - b0267d270a365acc3cc14377
         
     | 
| 
       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":"1556529635","id":"071-R-QDAVEF5D","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-QDAVEF5D","reference":"a83bc5d1e502568203fafcf50e333bcc","currency":"AUD","successful":true,"transaction_date":"2019-04-29T19:20:35+10:00","response_code":"00","settlement_date":"2019-04-30","metadata":{},"standalone":false,"rrn":"071RQDAVEF5D"},"errors":[],"test":true}'
         
     | 
| 
       169 
151 
     | 
    
         
             
                http_version: 
         
     | 
| 
       170 
     | 
    
         
            -
              recorded_at:  
     | 
| 
      
 152 
     | 
    
         
            +
              recorded_at: Mon, 29 Apr 2019 09:20:36 GMT
         
     | 
| 
       171 
153 
     | 
    
         
             
            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":"182eb840971416b26f930020ea572aa3","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:36 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.536361'
         
     | 
| 
       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.524966'
         
     | 
| 
       47 
     | 
    
         
            -
                  X-Frame-Options:
         
     | 
| 
       48 
     | 
    
         
            -
                  - SAMEORIGIN
         
     | 
| 
       49 
     | 
    
         
            -
                  X-Content-Type-Options:
         
     | 
| 
       50 
     | 
    
         
            -
                  - nosniff
         
     | 
| 
      
 44 
     | 
    
         
            +
                  - 667df5495b80c5b621b5db7b
         
     | 
| 
       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":"393731","id":"071-P-1KJZKO42","card_number":"512345XXXXXX2346","card_holder":"Matthew
         
     | 
| 
      
 50 
     | 
    
         
            +
                    Savage","card_expiry":"2030-02-28","card_token":"psqatscpl0tsprxtqu7d","card_type":"MasterCard","card_category":"Credit","card_subcategory":"Standard","amount":10000,"decimal_amount":100.0,"successful":true,"message":"Approved","reference":"182eb840971416b26f930020ea572aa3","currency":"AUD","transaction_id":"071-P-1KJZKO42","settlement_date":"2019-04-29","transaction_date":"2019-04-29T19:20:36+10:00","response_code":"00","captured":true,"captured_amount":10000,"rrn":"071P1KJZKO42","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:36 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-1KJZKO42","amount":10000,"reference":"182eb840971416b26f930020ea572aa3","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:36 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.139686'
         
     | 
| 
       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.126752'
         
     | 
| 
       103 
     | 
    
         
            -
                  X-Frame-Options:
         
     | 
| 
       104 
     | 
    
         
            -
                  - SAMEORIGIN
         
     | 
| 
       105 
     | 
    
         
            -
                  X-Content-Type-Options:
         
     | 
| 
       106 
     | 
    
         
            -
                  - nosniff
         
     | 
| 
      
 94 
     | 
    
         
            +
                  - 4bf2977485eab8e8dadc4608
         
     | 
| 
       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":"1556529636","id":"071-R-WH01OTD3","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-WH01OTD3","reference":"182eb840971416b26f930020ea572aa3","currency":"AUD","successful":true,"transaction_date":"2019-04-29T19:20:36+10:00","response_code":"00","settlement_date":"2019-04-30","metadata":{},"standalone":false,"rrn":"071RWH01OTD3"},"errors":[],"test":true}'
         
     | 
| 
       113 
101 
     | 
    
         
             
                http_version: 
         
     | 
| 
       114 
     | 
    
         
            -
              recorded_at:  
     | 
| 
      
 102 
     | 
    
         
            +
              recorded_at: Mon, 29 Apr 2019 09:20:36 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-WH01OTD3","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:36 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.057984'
         
     | 
| 
       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.077386'
         
     | 
| 
       159 
     | 
    
         
            -
                  X-Frame-Options:
         
     | 
| 
       160 
     | 
    
         
            -
                  - SAMEORIGIN
         
     | 
| 
       161 
     | 
    
         
            -
                  X-Content-Type-Options:
         
     | 
| 
       162 
     | 
    
         
            -
                  - nosniff
         
     | 
| 
      
 144 
     | 
    
         
            +
                  - '0858bde48b83740828743668'
         
     | 
| 
       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":"1556529636","id":"071-R-WH01OTD3","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-WH01OTD3","reference":"182eb840971416b26f930020ea572aa3","currency":"AUD","successful":true,"transaction_date":"2019-04-29T19:20:36+10:00","response_code":"00","settlement_date":"2019-04-30","metadata":{},"standalone":false,"rrn":"071RWH01OTD3"},"errors":[],"test":true}'
         
     | 
| 
       169 
151 
     | 
    
         
             
                http_version: 
         
     | 
| 
       170 
     | 
    
         
            -
              recorded_at:  
     | 
| 
      
 152 
     | 
    
         
            +
              recorded_at: Mon, 29 Apr 2019 09:20:36 GMT
         
     | 
| 
       171 
153 
     | 
    
         
             
            recorded_with: VCR 3.0.3
         
     |