fat_zebra 3.2.8 → 3.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +2 -9
- data/fat_zebra.gemspec +9 -9
- data/lib/fat_zebra/api_resource.rb +0 -1
- data/lib/fat_zebra/object_helper.rb +2 -2
- data/lib/fat_zebra/request.rb +5 -9
- data/lib/fat_zebra/util.rb +3 -3
- data/lib/fat_zebra/utilities/apple_pay/domain.rb +23 -8
- data/lib/fat_zebra/validation.rb +1 -1
- data/lib/fat_zebra/version.rb +1 -2
- data/lib/fat_zebra.rb +0 -1
- metadata +20 -246
- data/.buildkite/pipeline.yml +0 -34
- data/.gitignore +0 -8
- data/.rspec +0 -0
- data/.rubocop.yml +0 -42
- data/.tool-versions +0 -1
- data/.travis.yml +0 -8
- data/Gemfile +0 -6
- data/Rakefile +0 -10
- data/spec/cassettes/FatZebra_Authenticate/_authenticate/validations/1_3_5_1.yml +0 -46
- data/spec/cassettes/FatZebra_Authenticate/_authenticate/with_challenge_response/1_3_3_1.yml +0 -90
- data/spec/cassettes/FatZebra_Authenticate/_authenticate/with_challenge_response/1_3_3_2.yml +0 -90
- data/spec/cassettes/FatZebra_Authenticate/_authenticate/with_frictionless_response/1_3_2_1.yml +0 -90
- data/spec/cassettes/FatZebra_Authenticate/_authenticate/with_frictionless_response/1_3_2_2.yml +0 -90
- data/spec/cassettes/FatZebra_Authenticate/_authenticate/with_invalid_input/1_3_1_1.yml +0 -90
- data/spec/cassettes/FatZebra_Authenticate/_authenticate/with_invalid_input/1_3_1_2.yml +0 -87
- data/spec/cassettes/FatZebra_Authenticate/_authenticate/with_invalid_input/1_3_1_3.yml +0 -92
- data/spec/cassettes/FatZebra_Authenticate/_authenticate/with_invalid_input/1_3_1_4.yml +0 -91
- data/spec/cassettes/FatZebra_Authenticate/_authenticate/with_type_validation/1_3_4_1.yml +0 -46
- data/spec/cassettes/FatZebra_Authenticate/_decode_session/when_token_is_invalid/returns_error_when_invalid_token.yml +0 -47
- data/spec/cassettes/FatZebra_Authenticate/_decode_session/when_token_is_valid/decodes_JWT.yml +0 -87
- data/spec/cassettes/FatZebra_Authenticate/_session/returns_JWT_with_given_params.yml +0 -44
- data/spec/cassettes/FatZebra_Authenticate/_session/returns_JWT_with_no_amount.yml +0 -44
- data/spec/cassettes/FatZebra_Authenticate/_session/returns_error_when_amount_is_invalid.yml +0 -44
- data/spec/cassettes/FatZebra_Authenticate/_session/returns_error_when_currency_is_invalid.yml +0 -46
- data/spec/cassettes/FatZebra_BankAccount/_create/1_1_1.yml +0 -53
- data/spec/cassettes/FatZebra_BankAccount/_create/1_1_2.yml +0 -53
- data/spec/cassettes/FatZebra_BankAccount/_search/1_2_1.yml +0 -164
- data/spec/cassettes/FatZebra_BankAccount/_search/1_2_2.yml +0 -164
- data/spec/cassettes/FatZebra_BankAccount/_search/1_2_3.yml +0 -164
- data/spec/cassettes/FatZebra_Batch/_create/with_file/1_1_1_1.yml +0 -61
- data/spec/cassettes/FatZebra_Batch/_create/with_file/1_1_1_2.yml +0 -61
- data/spec/cassettes/FatZebra_Batch/_create/with_path/1_1_2_1.yml +0 -61
- data/spec/cassettes/FatZebra_Batch/_create/with_path/1_1_2_2.yml +0 -61
- data/spec/cassettes/FatZebra_Batch/_find/1_2_1.yml +0 -112
- data/spec/cassettes/FatZebra_Batch/_find/1_2_2.yml +0 -112
- data/spec/cassettes/FatZebra_Batch/_result/1_4_1.yml +0 -163
- data/spec/cassettes/FatZebra_Batch/_search/1_3_1.yml +0 -54
- data/spec/cassettes/FatZebra_Batch/_search/1_3_2.yml +0 -54
- data/spec/cassettes/FatZebra_Batch/_search/1_3_3.yml +0 -54
- data/spec/cassettes/FatZebra_Card/_create/1_1_1.yml +0 -54
- data/spec/cassettes/FatZebra_Card/_create/1_1_2.yml +0 -54
- data/spec/cassettes/FatZebra_Card/_create/1_1_3.yml +0 -54
- data/spec/cassettes/FatZebra_Card/_create/1_1_4.yml +0 -54
- data/spec/cassettes/FatZebra_Card/_create/1_1_5.yml +0 -54
- data/spec/cassettes/FatZebra_Card/_create/1_1_6.yml +0 -54
- data/spec/cassettes/FatZebra_Card/_find/1_3_1.yml +0 -111
- data/spec/cassettes/FatZebra_Card/_find/1_3_2.yml +0 -111
- data/spec/cassettes/FatZebra_Card/_update/1_2_1.yml +0 -105
- data/spec/cassettes/FatZebra_Card/_update/1_2_2.yml +0 -105
- data/spec/cassettes/FatZebra_Card/_update/1_2_3.yml +0 -105
- data/spec/cassettes/FatZebra_Card/_update/validations/1_2_4_1.yml +0 -54
- data/spec/cassettes/FatZebra_Customer/_create/1_1_1.yml +0 -55
- data/spec/cassettes/FatZebra_Customer/_create/1_1_2.yml +0 -55
- data/spec/cassettes/FatZebra_Customer/_create/1_1_3.yml +0 -55
- data/spec/cassettes/FatZebra_Customer/_create/1_1_4.yml +0 -55
- data/spec/cassettes/FatZebra_Customer/_create/1_1_5.yml +0 -55
- data/spec/cassettes/FatZebra_Customer/_create/1_1_6.yml +0 -55
- data/spec/cassettes/FatZebra_Customer/_delete/1_5_1.yml +0 -103
- data/spec/cassettes/FatZebra_Customer/_find/1_3_1.yml +0 -107
- data/spec/cassettes/FatZebra_Customer/_find/1_3_2.yml +0 -107
- data/spec/cassettes/FatZebra_Customer/_search/1_2_1.yml +0 -60
- data/spec/cassettes/FatZebra_Customer/_search/1_2_2.yml +0 -60
- data/spec/cassettes/FatZebra_Customer/_search/1_2_3.yml +0 -60
- data/spec/cassettes/FatZebra_Customer/_update/1_4_1.yml +0 -106
- data/spec/cassettes/FatZebra_Customer/_update/1_4_2.yml +0 -106
- data/spec/cassettes/FatZebra_DirectCredit/_create/1_1_1.yml +0 -52
- data/spec/cassettes/FatZebra_DirectCredit/_create/1_1_2.yml +0 -52
- data/spec/cassettes/FatZebra_DirectCredit/_create/1_1_3.yml +0 -52
- data/spec/cassettes/FatZebra_DirectCredit/_create/1_1_4.yml +0 -52
- data/spec/cassettes/FatZebra_DirectCredit/_create/validations/valid/1_1_5_1_1.yml +0 -52
- data/spec/cassettes/FatZebra_DirectCredit/_delete/1_4_1.yml +0 -99
- data/spec/cassettes/FatZebra_DirectCredit/_find/1_2_1.yml +0 -103
- data/spec/cassettes/FatZebra_DirectCredit/_find/1_2_2.yml +0 -103
- data/spec/cassettes/FatZebra_DirectCredit/_find/1_2_3.yml +0 -103
- data/spec/cassettes/FatZebra_DirectCredit/_search/1_3_1.yml +0 -152
- data/spec/cassettes/FatZebra_DirectCredit/_search/1_3_2.yml +0 -152
- data/spec/cassettes/FatZebra_DirectDebit/_create/1_1_1.yml +0 -52
- data/spec/cassettes/FatZebra_DirectDebit/_create/1_1_2.yml +0 -52
- data/spec/cassettes/FatZebra_DirectDebit/_create/1_1_3.yml +0 -52
- data/spec/cassettes/FatZebra_DirectDebit/_create/1_1_4.yml +0 -52
- data/spec/cassettes/FatZebra_DirectDebit/_create/validations/valid/1_1_5_1_1.yml +0 -52
- data/spec/cassettes/FatZebra_DirectDebit/_delete/1_4_1.yml +0 -99
- data/spec/cassettes/FatZebra_DirectDebit/_find/1_2_1.yml +0 -103
- data/spec/cassettes/FatZebra_DirectDebit/_find/1_2_2.yml +0 -103
- data/spec/cassettes/FatZebra_DirectDebit/_find/1_2_3.yml +0 -103
- data/spec/cassettes/FatZebra_DirectDebit/_search/1_3_1.yml +0 -152
- data/spec/cassettes/FatZebra_DirectDebit/_search/1_3_2.yml +0 -152
- data/spec/cassettes/FatZebra_Information/_ping/1_1_1.yml +0 -54
- data/spec/cassettes/FatZebra_Information/_ping/1_1_2.yml +0 -54
- data/spec/cassettes/FatZebra_PaymentPlan/_active_/1_8_1.yml +0 -222
- data/spec/cassettes/FatZebra_PaymentPlan/_active_/1_8_2.yml +0 -222
- data/spec/cassettes/FatZebra_PaymentPlan/_create/1_1_1.yml +0 -110
- data/spec/cassettes/FatZebra_PaymentPlan/_create/1_1_2.yml +0 -110
- data/spec/cassettes/FatZebra_PaymentPlan/_create/1_1_3.yml +0 -110
- data/spec/cassettes/FatZebra_PaymentPlan/_create/perpetual_subscription/1_1_4_1.yml +0 -183
- data/spec/cassettes/FatZebra_PaymentPlan/_create/perpetual_subscription/1_1_4_2.yml +0 -183
- data/spec/cassettes/FatZebra_PaymentPlan/_create/perpetual_subscription/1_1_4_3.yml +0 -183
- data/spec/cassettes/FatZebra_PaymentPlan/_delete/1_5_1.yml +0 -158
- data/spec/cassettes/FatZebra_PaymentPlan/_destroy/1_6_1.yml +0 -158
- data/spec/cassettes/FatZebra_PaymentPlan/_find/1_2_1.yml +0 -167
- data/spec/cassettes/FatZebra_PaymentPlan/_find/1_2_2.yml +0 -167
- data/spec/cassettes/FatZebra_PaymentPlan/_find/1_2_3.yml +0 -167
- data/spec/cassettes/FatZebra_PaymentPlan/_suspend_/1_7_1.yml +0 -166
- data/spec/cassettes/FatZebra_PaymentPlan/_suspend_/1_7_2.yml +0 -166
- data/spec/cassettes/FatZebra_PaymentPlan/_update/1_3_1.yml +0 -160
- data/spec/cassettes/FatZebra_PaymentPlan/_update/1_3_2.yml +0 -160
- data/spec/cassettes/FatZebra_PaymentPlan/_update/1_3_3.yml +0 -160
- data/spec/cassettes/FatZebra_PaymentPlan/_update/1_4_1.yml +0 -166
- data/spec/cassettes/FatZebra_PaymentPlan/_update/1_4_2.yml +0 -166
- data/spec/cassettes/FatZebra_Paypal_Authorization/_capture/returns_a_new_capture_record.yml +0 -45
- data/spec/cassettes/FatZebra_Paypal_Authorization/_find/when_found/returns_authorization.yml +0 -46
- data/spec/cassettes/FatZebra_Paypal_Authorization/_search/with_date_filter/returns_records_created_after_start_date.yml +0 -46
- data/spec/cassettes/FatZebra_Paypal_Authorization/_void/returns_a_voided_capture_record.yml +0 -44
- data/spec/cassettes/FatZebra_Paypal_BillingAgreement/_charge/Valid_payload/returns_a_new_order_record.yml +0 -48
- data/spec/cassettes/FatZebra_Paypal_BillingAgreement/_find/when_found/returns_billing_agreement.yml +0 -48
- data/spec/cassettes/FatZebra_Paypal_BillingAgreement/_search/with_date_filter/returns_records_created_after_start_date.yml +0 -48
- data/spec/cassettes/FatZebra_Paypal_Capture/_find/when_found/returns_capture.yml +0 -47
- data/spec/cassettes/FatZebra_Paypal_Capture/_refund/returns_a_new_refund_record.yml +0 -45
- data/spec/cassettes/FatZebra_Paypal_Capture/_search/with_date_filter/returns_records_created_after_start_date.yml +0 -49
- data/spec/cassettes/FatZebra_Paypal_Order/_find/when_found/returns_order.yml +0 -48
- data/spec/cassettes/FatZebra_Paypal_Order/_search/with_date_filter/returns_orders_created_after_start_date.yml +0 -55
- data/spec/cassettes/FatZebra_Paypal_Refund/_find/when_found/returns_refund.yml +0 -47
- data/spec/cassettes/FatZebra_Paypal_Refund/_search/with_date_filter/returns_all_refund_records_created_after_start_date.yml +0 -50
- data/spec/cassettes/FatZebra_Purchase/_capture/1_5_1.yml +0 -115
- data/spec/cassettes/FatZebra_Purchase/_capture/1_5_2.yml +0 -115
- data/spec/cassettes/FatZebra_Purchase/_capture/1_5_3.yml +0 -115
- data/spec/cassettes/FatZebra_Purchase/_create/1_1_1.yml +0 -53
- data/spec/cassettes/FatZebra_Purchase/_create/1_1_10.yml +0 -53
- data/spec/cassettes/FatZebra_Purchase/_create/1_1_11.yml +0 -53
- data/spec/cassettes/FatZebra_Purchase/_create/1_1_12.yml +0 -53
- data/spec/cassettes/FatZebra_Purchase/_create/1_1_13.yml +0 -53
- data/spec/cassettes/FatZebra_Purchase/_create/1_1_2.yml +0 -53
- data/spec/cassettes/FatZebra_Purchase/_create/1_1_3.yml +0 -53
- data/spec/cassettes/FatZebra_Purchase/_create/1_1_4.yml +0 -53
- data/spec/cassettes/FatZebra_Purchase/_create/1_1_5.yml +0 -53
- data/spec/cassettes/FatZebra_Purchase/_create/1_1_6.yml +0 -53
- data/spec/cassettes/FatZebra_Purchase/_create/1_1_7.yml +0 -53
- data/spec/cassettes/FatZebra_Purchase/_create/1_1_8.yml +0 -53
- data/spec/cassettes/FatZebra_Purchase/_create/1_1_9.yml +0 -53
- data/spec/cassettes/FatZebra_Purchase/_create/bad_request/1_1_14_1.yml +0 -55
- data/spec/cassettes/FatZebra_Purchase/_create/bad_request/1_1_14_2.yml +0 -55
- data/spec/cassettes/FatZebra_Purchase/_extend_/1_9_1.yml +0 -109
- data/spec/cassettes/FatZebra_Purchase/_extend_/1_9_2.yml +0 -109
- data/spec/cassettes/FatZebra_Purchase/_extend_/1_9_3.yml +0 -109
- data/spec/cassettes/FatZebra_Purchase/_find/1_2_1.yml +0 -117
- data/spec/cassettes/FatZebra_Purchase/_find/1_2_2.yml +0 -117
- data/spec/cassettes/FatZebra_Purchase/_find/1_2_3.yml +0 -117
- data/spec/cassettes/FatZebra_Purchase/_find/1_2_4.yml +0 -117
- data/spec/cassettes/FatZebra_Purchase/_increment/1_10_1.yml +0 -109
- data/spec/cassettes/FatZebra_Purchase/_increment/1_10_2.yml +0 -109
- data/spec/cassettes/FatZebra_Purchase/_increment/1_10_3.yml +0 -109
- data/spec/cassettes/FatZebra_Purchase/_increment/1_10_4.yml +0 -109
- data/spec/cassettes/FatZebra_Purchase/_refund/1_4_1.yml +0 -115
- data/spec/cassettes/FatZebra_Purchase/_refund/1_4_2.yml +0 -115
- data/spec/cassettes/FatZebra_Purchase/_refund/1_4_3.yml +0 -115
- data/spec/cassettes/FatZebra_Purchase/_search/1_3_1.yml +0 -164
- data/spec/cassettes/FatZebra_Purchase/_search/1_3_2.yml +0 -164
- data/spec/cassettes/FatZebra_Purchase/_search/1_3_3.yml +0 -164
- data/spec/cassettes/FatZebra_Purchase/_settlement/1_8_1.yml +0 -652
- data/spec/cassettes/FatZebra_Purchase/_settlement/1_8_2.yml +0 -652
- data/spec/cassettes/FatZebra_Purchase/_settlement/1_8_3.yml +0 -652
- data/spec/cassettes/FatZebra_Purchase/_void/1_6_1.yml +0 -103
- data/spec/cassettes/FatZebra_Purchase/_void/1_6_2.yml +0 -103
- data/spec/cassettes/FatZebra_Purchase/_void/1_6_3.yml +0 -103
- data/spec/cassettes/FatZebra_Purchase/_void/1_6_4.yml +0 -103
- data/spec/cassettes/FatZebra_Purchase/_void/1_7_1.yml +0 -103
- data/spec/cassettes/FatZebra_Purchase/_void/1_7_2.yml +0 -103
- data/spec/cassettes/FatZebra_Purchase/_void/1_7_3.yml +0 -103
- data/spec/cassettes/FatZebra_Purchase/_void/1_7_4.yml +0 -103
- data/spec/cassettes/FatZebra_Refund/_create/1_1_1.yml +0 -103
- data/spec/cassettes/FatZebra_Refund/_create/1_1_10.yml +0 -103
- data/spec/cassettes/FatZebra_Refund/_create/1_1_2.yml +0 -103
- data/spec/cassettes/FatZebra_Refund/_create/1_1_3.yml +0 -103
- data/spec/cassettes/FatZebra_Refund/_create/1_1_4.yml +0 -103
- data/spec/cassettes/FatZebra_Refund/_create/1_1_5.yml +0 -103
- data/spec/cassettes/FatZebra_Refund/_create/1_1_6.yml +0 -103
- data/spec/cassettes/FatZebra_Refund/_create/1_1_7.yml +0 -103
- data/spec/cassettes/FatZebra_Refund/_create/1_1_8.yml +0 -103
- data/spec/cassettes/FatZebra_Refund/_create/1_1_9.yml +0 -103
- data/spec/cassettes/FatZebra_Refund/_find/1_2_1.yml +0 -155
- data/spec/cassettes/FatZebra_Refund/_find/1_2_2.yml +0 -155
- data/spec/cassettes/FatZebra_Refund/_find/1_2_3.yml +0 -155
- data/spec/cassettes/FatZebra_Refund/_search/responds_with_the_newly-created_refunds.yml +0 -214
- data/spec/cassettes/FatZebra_Refund/_void/1_4_1.yml +0 -153
- data/spec/cassettes/FatZebra_Refund/_void/1_4_2.yml +0 -153
- data/spec/cassettes/FatZebra_Refund/_void/1_4_3.yml +0 -153
- data/spec/cassettes/FatZebra_Refund/_void/1_4_4.yml +0 -153
- data/spec/cassettes/FatZebra_Utilities_ApplePay_Domain/_delete_/deletes_the_domain.yml +0 -52
- data/spec/cassettes/FatZebra_Utilities_ApplePay_Domain/_find_/fetches_the_domain.yml +0 -86
- data/spec/cassettes/FatZebra_Utilities_ApplePay_Domain/_list/fetches_the_merchant_domains.yml +0 -86
- data/spec/cassettes/FatZebra_Utilities_ApplePay_Domain/_register_/creates_the_domain.yml +0 -84
- data/spec/cassettes/FatZebra_WebHook/_create/1_1_1.yml +0 -53
- data/spec/cassettes/FatZebra_WebHook/_create/1_1_2.yml +0 -53
- data/spec/cassettes/FatZebra_WebHook/_create/1_1_3.yml +0 -53
- data/spec/cassettes/FatZebra_WebHook/_delete/1_4_1.yml +0 -101
- data/spec/cassettes/FatZebra_WebHook/_search/1_2_1.yml +0 -298
- data/spec/cassettes/FatZebra_WebHook/_search/1_2_2.yml +0 -300
- data/spec/cassettes/FatZebra_WebHook/_update/1_3_1.yml +0 -104
- data/spec/cassettes/FatZebra_WebHook/_update/1_3_2.yml +0 -104
- data/spec/fixtures/batch_test.csv +0 -4
- data/spec/lib/fat_zebra/api_resource_spec.rb +0 -25
- data/spec/lib/fat_zebra/authenticate_spec.rb +0 -187
- data/spec/lib/fat_zebra/bank_account_spec.rb +0 -34
- data/spec/lib/fat_zebra/batch_spec.rb +0 -59
- data/spec/lib/fat_zebra/card_spec.rb +0 -49
- data/spec/lib/fat_zebra/config_spec.rb +0 -69
- data/spec/lib/fat_zebra/customer_spec.rb +0 -53
- data/spec/lib/fat_zebra/direct_credit_spec.rb +0 -74
- data/spec/lib/fat_zebra/direct_debit_spec.rb +0 -74
- data/spec/lib/fat_zebra/fat_zebra_object_spec.rb +0 -117
- data/spec/lib/fat_zebra/information_spec.rb +0 -13
- data/spec/lib/fat_zebra/payment_plan_spec.rb +0 -117
- data/spec/lib/fat_zebra/paypal/authorization_spec.rb +0 -79
- data/spec/lib/fat_zebra/paypal/billing_agreement_spec.rb +0 -62
- data/spec/lib/fat_zebra/paypal/capture_spec.rb +0 -60
- data/spec/lib/fat_zebra/paypal/order_spec.rb +0 -35
- data/spec/lib/fat_zebra/paypal/refund_spec.rb +0 -36
- data/spec/lib/fat_zebra/purchase_spec.rb +0 -123
- data/spec/lib/fat_zebra/refund_spec.rb +0 -95
- data/spec/lib/fat_zebra/request_spec.rb +0 -59
- data/spec/lib/fat_zebra/util_spec.rb +0 -29
- data/spec/lib/fat_zebra/utilities/apple_pay/domain_spec.rb +0 -60
- data/spec/lib/fat_zebra/validation_spec.rb +0 -22
- data/spec/lib/fat_zebra/web_hook_spec.rb +0 -50
- data/spec/spec_helper.rb +0 -53
- data/spec/support/payloads.rb +0 -178
- data/vendor/cacert.pem +0 -3390
@@ -1,153 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: post
|
5
|
-
uri: https://gateway.sandbox.fatzebra.com.au/v1.0/purchases
|
6
|
-
body:
|
7
|
-
encoding: UTF-8
|
8
|
-
string: '{"amount":10000,"card_holder":"Matthew Savage","card_number":"5123456789012346","card_expiry":"02/2030","cvv":123,"reference":"a83bc5d1e502568203fafcf50e333bcc","customer_ip":"1.2.3.4","currency":"AUD","test":true}'
|
9
|
-
headers:
|
10
|
-
Accept-Encoding:
|
11
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
12
|
-
Accept:
|
13
|
-
- application/json
|
14
|
-
User-Agent:
|
15
|
-
- Ruby
|
16
|
-
Authorization:
|
17
|
-
- Basic VEVTVDpURVNU
|
18
|
-
Content-Type:
|
19
|
-
- application/json
|
20
|
-
response:
|
21
|
-
status:
|
22
|
-
code: 200
|
23
|
-
message: OK
|
24
|
-
headers:
|
25
|
-
Date:
|
26
|
-
- Mon, 29 Apr 2019 09:20:35 GMT
|
27
|
-
Content-Type:
|
28
|
-
- application/json; charset=utf-8
|
29
|
-
Transfer-Encoding:
|
30
|
-
- chunked
|
31
|
-
Connection:
|
32
|
-
- keep-alive
|
33
|
-
Status:
|
34
|
-
- 200 OK
|
35
|
-
Cache-Control:
|
36
|
-
- no-store
|
37
|
-
X-Request-Version:
|
38
|
-
- 1.16.9-3941@c1d8236
|
39
|
-
X-Runtime:
|
40
|
-
- '0.587369'
|
41
|
-
Pragma:
|
42
|
-
- no-cache
|
43
|
-
X-Request-Id:
|
44
|
-
- 86fbf1eb0ff432c6b30d0515
|
45
|
-
X-Backend:
|
46
|
-
- sbox-priv-gateway-a
|
47
|
-
body:
|
48
|
-
encoding: UTF-8
|
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}'
|
51
|
-
http_version:
|
52
|
-
recorded_at: Mon, 29 Apr 2019 09:20:35 GMT
|
53
|
-
- request:
|
54
|
-
method: post
|
55
|
-
uri: https://gateway.sandbox.fatzebra.com.au/v1.0/refunds
|
56
|
-
body:
|
57
|
-
encoding: UTF-8
|
58
|
-
string: '{"transaction_id":"071-P-SK4WOTEG","amount":10000,"reference":"a83bc5d1e502568203fafcf50e333bcc","test":true}'
|
59
|
-
headers:
|
60
|
-
Accept-Encoding:
|
61
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
62
|
-
Accept:
|
63
|
-
- application/json
|
64
|
-
User-Agent:
|
65
|
-
- Ruby
|
66
|
-
Authorization:
|
67
|
-
- Basic VEVTVDpURVNU
|
68
|
-
Content-Type:
|
69
|
-
- application/json
|
70
|
-
response:
|
71
|
-
status:
|
72
|
-
code: 200
|
73
|
-
message: OK
|
74
|
-
headers:
|
75
|
-
Date:
|
76
|
-
- Mon, 29 Apr 2019 09:20:35 GMT
|
77
|
-
Content-Type:
|
78
|
-
- application/json; charset=utf-8
|
79
|
-
Transfer-Encoding:
|
80
|
-
- chunked
|
81
|
-
Connection:
|
82
|
-
- keep-alive
|
83
|
-
Status:
|
84
|
-
- 200 OK
|
85
|
-
Cache-Control:
|
86
|
-
- no-store
|
87
|
-
X-Request-Version:
|
88
|
-
- 1.16.9-3941@c1d8236
|
89
|
-
X-Runtime:
|
90
|
-
- '0.126369'
|
91
|
-
Pragma:
|
92
|
-
- no-cache
|
93
|
-
X-Request-Id:
|
94
|
-
- b6138439c5a97899180c95eb
|
95
|
-
X-Backend:
|
96
|
-
- sbox-priv-gateway-a
|
97
|
-
body:
|
98
|
-
encoding: UTF-8
|
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}'
|
101
|
-
http_version:
|
102
|
-
recorded_at: Mon, 29 Apr 2019 09:20:35 GMT
|
103
|
-
- request:
|
104
|
-
method: post
|
105
|
-
uri: https://gateway.sandbox.fatzebra.com.au/v1.0/refunds/void
|
106
|
-
body:
|
107
|
-
encoding: UTF-8
|
108
|
-
string: '{"id":"071-R-QDAVEF5D","test":true}'
|
109
|
-
headers:
|
110
|
-
Accept-Encoding:
|
111
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
112
|
-
Accept:
|
113
|
-
- application/json
|
114
|
-
User-Agent:
|
115
|
-
- Ruby
|
116
|
-
Authorization:
|
117
|
-
- Basic VEVTVDpURVNU
|
118
|
-
Content-Type:
|
119
|
-
- application/json
|
120
|
-
response:
|
121
|
-
status:
|
122
|
-
code: 200
|
123
|
-
message: OK
|
124
|
-
headers:
|
125
|
-
Date:
|
126
|
-
- Mon, 29 Apr 2019 09:20:36 GMT
|
127
|
-
Content-Type:
|
128
|
-
- application/json; charset=utf-8
|
129
|
-
Transfer-Encoding:
|
130
|
-
- chunked
|
131
|
-
Connection:
|
132
|
-
- keep-alive
|
133
|
-
Status:
|
134
|
-
- 200 OK
|
135
|
-
Cache-Control:
|
136
|
-
- no-store
|
137
|
-
X-Request-Version:
|
138
|
-
- 1.16.9-3941@c1d8236
|
139
|
-
X-Runtime:
|
140
|
-
- '0.054402'
|
141
|
-
Pragma:
|
142
|
-
- no-cache
|
143
|
-
X-Request-Id:
|
144
|
-
- b0267d270a365acc3cc14377
|
145
|
-
X-Backend:
|
146
|
-
- sbox-priv-gateway-a
|
147
|
-
body:
|
148
|
-
encoding: UTF-8
|
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}'
|
151
|
-
http_version:
|
152
|
-
recorded_at: Mon, 29 Apr 2019 09:20:36 GMT
|
153
|
-
recorded_with: VCR 3.0.3
|
@@ -1,153 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: post
|
5
|
-
uri: https://gateway.sandbox.fatzebra.com.au/v1.0/purchases
|
6
|
-
body:
|
7
|
-
encoding: UTF-8
|
8
|
-
string: '{"amount":10000,"card_holder":"Matthew Savage","card_number":"5123456789012346","card_expiry":"02/2030","cvv":123,"reference":"182eb840971416b26f930020ea572aa3","customer_ip":"1.2.3.4","currency":"AUD","test":true}'
|
9
|
-
headers:
|
10
|
-
Accept-Encoding:
|
11
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
12
|
-
Accept:
|
13
|
-
- application/json
|
14
|
-
User-Agent:
|
15
|
-
- Ruby
|
16
|
-
Authorization:
|
17
|
-
- Basic VEVTVDpURVNU
|
18
|
-
Content-Type:
|
19
|
-
- application/json
|
20
|
-
response:
|
21
|
-
status:
|
22
|
-
code: 200
|
23
|
-
message: OK
|
24
|
-
headers:
|
25
|
-
Date:
|
26
|
-
- Mon, 29 Apr 2019 09:20:36 GMT
|
27
|
-
Content-Type:
|
28
|
-
- application/json; charset=utf-8
|
29
|
-
Transfer-Encoding:
|
30
|
-
- chunked
|
31
|
-
Connection:
|
32
|
-
- keep-alive
|
33
|
-
Status:
|
34
|
-
- 200 OK
|
35
|
-
Cache-Control:
|
36
|
-
- no-store
|
37
|
-
X-Request-Version:
|
38
|
-
- 1.16.9-3941@c1d8236
|
39
|
-
X-Runtime:
|
40
|
-
- '0.536361'
|
41
|
-
Pragma:
|
42
|
-
- no-cache
|
43
|
-
X-Request-Id:
|
44
|
-
- 667df5495b80c5b621b5db7b
|
45
|
-
X-Backend:
|
46
|
-
- sbox-priv-gateway-a
|
47
|
-
body:
|
48
|
-
encoding: UTF-8
|
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}'
|
51
|
-
http_version:
|
52
|
-
recorded_at: Mon, 29 Apr 2019 09:20:36 GMT
|
53
|
-
- request:
|
54
|
-
method: post
|
55
|
-
uri: https://gateway.sandbox.fatzebra.com.au/v1.0/refunds
|
56
|
-
body:
|
57
|
-
encoding: UTF-8
|
58
|
-
string: '{"transaction_id":"071-P-1KJZKO42","amount":10000,"reference":"182eb840971416b26f930020ea572aa3","test":true}'
|
59
|
-
headers:
|
60
|
-
Accept-Encoding:
|
61
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
62
|
-
Accept:
|
63
|
-
- application/json
|
64
|
-
User-Agent:
|
65
|
-
- Ruby
|
66
|
-
Authorization:
|
67
|
-
- Basic VEVTVDpURVNU
|
68
|
-
Content-Type:
|
69
|
-
- application/json
|
70
|
-
response:
|
71
|
-
status:
|
72
|
-
code: 200
|
73
|
-
message: OK
|
74
|
-
headers:
|
75
|
-
Date:
|
76
|
-
- Mon, 29 Apr 2019 09:20:36 GMT
|
77
|
-
Content-Type:
|
78
|
-
- application/json; charset=utf-8
|
79
|
-
Transfer-Encoding:
|
80
|
-
- chunked
|
81
|
-
Connection:
|
82
|
-
- keep-alive
|
83
|
-
Status:
|
84
|
-
- 200 OK
|
85
|
-
Cache-Control:
|
86
|
-
- no-store
|
87
|
-
X-Request-Version:
|
88
|
-
- 1.16.9-3941@c1d8236
|
89
|
-
X-Runtime:
|
90
|
-
- '0.139686'
|
91
|
-
Pragma:
|
92
|
-
- no-cache
|
93
|
-
X-Request-Id:
|
94
|
-
- 4bf2977485eab8e8dadc4608
|
95
|
-
X-Backend:
|
96
|
-
- sbox-priv-gateway-a
|
97
|
-
body:
|
98
|
-
encoding: UTF-8
|
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}'
|
101
|
-
http_version:
|
102
|
-
recorded_at: Mon, 29 Apr 2019 09:20:36 GMT
|
103
|
-
- request:
|
104
|
-
method: post
|
105
|
-
uri: https://gateway.sandbox.fatzebra.com.au/v1.0/refunds/void
|
106
|
-
body:
|
107
|
-
encoding: UTF-8
|
108
|
-
string: '{"id":"071-R-WH01OTD3","test":true}'
|
109
|
-
headers:
|
110
|
-
Accept-Encoding:
|
111
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
112
|
-
Accept:
|
113
|
-
- application/json
|
114
|
-
User-Agent:
|
115
|
-
- Ruby
|
116
|
-
Authorization:
|
117
|
-
- Basic VEVTVDpURVNU
|
118
|
-
Content-Type:
|
119
|
-
- application/json
|
120
|
-
response:
|
121
|
-
status:
|
122
|
-
code: 200
|
123
|
-
message: OK
|
124
|
-
headers:
|
125
|
-
Date:
|
126
|
-
- Mon, 29 Apr 2019 09:20:36 GMT
|
127
|
-
Content-Type:
|
128
|
-
- application/json; charset=utf-8
|
129
|
-
Transfer-Encoding:
|
130
|
-
- chunked
|
131
|
-
Connection:
|
132
|
-
- keep-alive
|
133
|
-
Status:
|
134
|
-
- 200 OK
|
135
|
-
Cache-Control:
|
136
|
-
- no-store
|
137
|
-
X-Request-Version:
|
138
|
-
- 1.16.9-3941@c1d8236
|
139
|
-
X-Runtime:
|
140
|
-
- '0.057984'
|
141
|
-
Pragma:
|
142
|
-
- no-cache
|
143
|
-
X-Request-Id:
|
144
|
-
- '0858bde48b83740828743668'
|
145
|
-
X-Backend:
|
146
|
-
- sbox-priv-gateway-a
|
147
|
-
body:
|
148
|
-
encoding: UTF-8
|
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}'
|
151
|
-
http_version:
|
152
|
-
recorded_at: Mon, 29 Apr 2019 09:20:36 GMT
|
153
|
-
recorded_with: VCR 3.0.3
|
@@ -1,52 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: delete
|
5
|
-
uri: https://gateway.sandbox.fatzebra.com.au/v1.0/utilities/apple_pay/domains/www.example99.com
|
6
|
-
body:
|
7
|
-
encoding: UTF-8
|
8
|
-
string: '{"test":true}'
|
9
|
-
headers:
|
10
|
-
Accept-Encoding:
|
11
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
12
|
-
Accept:
|
13
|
-
- "*/*"
|
14
|
-
User-Agent:
|
15
|
-
- Ruby
|
16
|
-
Authorization:
|
17
|
-
- Basic VEVTVDpURVNU
|
18
|
-
response:
|
19
|
-
status:
|
20
|
-
code: 202
|
21
|
-
message: Accepted
|
22
|
-
headers:
|
23
|
-
Date:
|
24
|
-
- Mon, 04 Mar 2024 01:10:33 GMT
|
25
|
-
Content-Type:
|
26
|
-
- application/json; charset=utf-8
|
27
|
-
Transfer-Encoding:
|
28
|
-
- chunked
|
29
|
-
Connection:
|
30
|
-
- keep-alive
|
31
|
-
Status:
|
32
|
-
- 202 Accepted
|
33
|
-
Cache-Control:
|
34
|
-
- no-store
|
35
|
-
Vary:
|
36
|
-
- Accept
|
37
|
-
Pragma:
|
38
|
-
- no-cache
|
39
|
-
X-Request-Id:
|
40
|
-
- 3f319fea5d6aa95004cab8f5
|
41
|
-
X-Runtime:
|
42
|
-
- '0.033681'
|
43
|
-
X-Backend:
|
44
|
-
- gateway
|
45
|
-
Strict-Transport-Security:
|
46
|
-
- max-age=31536000; includeSubDomains
|
47
|
-
body:
|
48
|
-
encoding: UTF-8
|
49
|
-
string: '{"successful":true,"response":{},"errors":[],"test":true}'
|
50
|
-
http_version:
|
51
|
-
recorded_at: Mon, 04 Mar 2024 01:10:33 GMT
|
52
|
-
recorded_with: VCR 3.0.3
|
@@ -1,86 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: get
|
5
|
-
uri: https://gateway.sandbox.fatzebra.com.au/v1.0/utilities/apple_pay/domains/www.example.com?test=true
|
6
|
-
body:
|
7
|
-
encoding: US-ASCII
|
8
|
-
string: ''
|
9
|
-
headers:
|
10
|
-
Accept-Encoding:
|
11
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
12
|
-
Accept:
|
13
|
-
- application/json
|
14
|
-
User-Agent:
|
15
|
-
- Ruby
|
16
|
-
Host:
|
17
|
-
- gateway.sandbox.fatzebra.com.au
|
18
|
-
Authorization:
|
19
|
-
- Basic VEVTVDpURVNU
|
20
|
-
Content-Type:
|
21
|
-
- application/json
|
22
|
-
response:
|
23
|
-
status:
|
24
|
-
code: 200
|
25
|
-
message: OK
|
26
|
-
headers:
|
27
|
-
Date:
|
28
|
-
- Mon, 04 Mar 2024 01:10:33 GMT
|
29
|
-
Content-Type:
|
30
|
-
- application/json; charset=utf-8
|
31
|
-
Transfer-Encoding:
|
32
|
-
- chunked
|
33
|
-
Connection:
|
34
|
-
- keep-alive
|
35
|
-
Status:
|
36
|
-
- 200 OK
|
37
|
-
Cache-Control:
|
38
|
-
- no-store
|
39
|
-
Vary:
|
40
|
-
- Accept
|
41
|
-
Pragma:
|
42
|
-
- no-cache
|
43
|
-
X-Request-Id:
|
44
|
-
- 5347a0df5e2ebe022d005a3a
|
45
|
-
X-Runtime:
|
46
|
-
- '0.030516'
|
47
|
-
X-Backend:
|
48
|
-
- gateway
|
49
|
-
Strict-Transport-Security:
|
50
|
-
- max-age=31536000; includeSubDomains
|
51
|
-
Content-Security-Policy-Report-Only:
|
52
|
-
- 'child-src ''self'' blob: *.cardinalcommerce.com fatzebra.statuspage.io; connect-src
|
53
|
-
''self'' *.mastercard.com *.forter.com *.pmnts-staging.io *.rollbar.com *.nr-data.net
|
54
|
-
*.cardinalcommerce.com fatzebra.statuspage.io *.googleapis.com *.google-analytics.com;
|
55
|
-
default-src ''self'' ''unsafe-eval'' ''unsafe-inline'' *.forter.com *.nr-data.net
|
56
|
-
blob: *.pmnts-sandbox.io *.rollbar.com fatzebra.statuspage.io *.iovation.com
|
57
|
-
data: *.googleapis.com *.gstatic.com *.newrelic.com *.bootstrapcdn.com www.google.com
|
58
|
-
pay.google.com *.google-analytics.com *.gravatar.com; font-src ''self'' cdnjs.cloudflare.com
|
59
|
-
data: *.gstatic.com *.bootstrapcdn.com *.aexp-static.com; form-action ''self''
|
60
|
-
*.cardinalcommerce.com; frame-ancestors ''self''; frame-src ''self'' fatzebra.statuspage.io
|
61
|
-
*.americanexpress.com www.google.com pay.google.com *.masterpass.com *.visa.com
|
62
|
-
*.mastercard.com; img-src ''self'' *.visa.com data: *.googleapis.com *.gstatic.com
|
63
|
-
masterpass.com *.masterpass.com *.americanexpress.com *.google-analytics.com
|
64
|
-
*.gravatar.com; script-src ''self'' ''unsafe-eval'' ''unsafe-inline'' *.forter.com
|
65
|
-
*.nr-data.net *.pmnts-sandbox.io *.pmnts-staging.io *.rollbar.com fatzebra.statuspage.io
|
66
|
-
cdnjs.cloudflare.com *.iovation.com *.jquery.com *.newrelic.com *.googleapis.com
|
67
|
-
*.cardinalcommerce.com *.bootstrapcdn.com wasm-eval *.google-analytics.com
|
68
|
-
*.googletagmanager.com; script-src-attr ''unsafe-inline''; script-src-elem
|
69
|
-
''self'' ''unsafe-inline'' *.forter.com *.nr-data.net *.pmnts-sandbox.io *.rollbar.com
|
70
|
-
fatzebra.statuspage.io *.iovation.com *.jquery.com cdnjs.cloudflare.com *.pmnts-staging.io
|
71
|
-
*.aexp-static.com *.newrelic.com *.googleapis.com *.americanexpress.com www.google.com
|
72
|
-
pay.google.com *.visa.com *.masterpass.com *.mastercard.com *.google-analytics.com
|
73
|
-
*.gstatic.com *.bootstrapcdn.com; style-src ''self'' ''unsafe-eval'' ''unsafe-inline''
|
74
|
-
*.bootstrapcdn.com *.googleapis.com; style-src-attr ''unsafe-inline''; style-src-elem
|
75
|
-
''unsafe-inline'' ''self'' *.googleapis.com cdnjs.cloudflare.com *.bootstrapcdn.com;
|
76
|
-
worker-src blob:; report-uri https://fatzebra.report-uri.com/r/d/csp/wizard'
|
77
|
-
Nel:
|
78
|
-
- '{"report_to":"default","max_age":31536000,"include_subdomains":true}'
|
79
|
-
Report-To:
|
80
|
-
- '{"group":"default","max_age":31536000,"endpoints":[{"url":"https://fatzebra.report-uri.com/a/d/g"}],"include_subdomains":true}'
|
81
|
-
body:
|
82
|
-
encoding: UTF-8
|
83
|
-
string: '{"successful":true,"response":{"status":"Active","domain":"www.example.com","created_at":"2023-04-14T15:15:45+10:00","updated_at":"2023-04-14T05:15:47+00:00"},"errors":[],"test":true}'
|
84
|
-
http_version:
|
85
|
-
recorded_at: Mon, 04 Mar 2024 01:10:32 GMT
|
86
|
-
recorded_with: VCR 3.0.3
|
data/spec/cassettes/FatZebra_Utilities_ApplePay_Domain/_list/fetches_the_merchant_domains.yml
DELETED
@@ -1,86 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: get
|
5
|
-
uri: https://gateway.sandbox.fatzebra.com.au/v1.0/utilities/apple_pay/domains?test=true
|
6
|
-
body:
|
7
|
-
encoding: US-ASCII
|
8
|
-
string: ""
|
9
|
-
headers:
|
10
|
-
Accept-Encoding:
|
11
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
12
|
-
Accept:
|
13
|
-
- application/json
|
14
|
-
User-Agent:
|
15
|
-
- Ruby
|
16
|
-
Host:
|
17
|
-
- gateway.sandbox.fatzebra.com.au
|
18
|
-
Authorization:
|
19
|
-
- Basic VEVTVDpURVNU
|
20
|
-
Content-Type:
|
21
|
-
- application/json
|
22
|
-
response:
|
23
|
-
status:
|
24
|
-
code: 200
|
25
|
-
message: OK
|
26
|
-
headers:
|
27
|
-
Date:
|
28
|
-
- Wed, 27 Mar 2024 05:15:56 GMT
|
29
|
-
Content-Type:
|
30
|
-
- application/json; charset=utf-8
|
31
|
-
Transfer-Encoding:
|
32
|
-
- chunked
|
33
|
-
Connection:
|
34
|
-
- keep-alive
|
35
|
-
Status:
|
36
|
-
- 200 OK
|
37
|
-
Cache-Control:
|
38
|
-
- no-store
|
39
|
-
Vary:
|
40
|
-
- Accept
|
41
|
-
Pragma:
|
42
|
-
- no-cache
|
43
|
-
X-Request-Id:
|
44
|
-
- 2cbc832327aa693a5e85b23b
|
45
|
-
X-Runtime:
|
46
|
-
- "0.062169"
|
47
|
-
X-Backend:
|
48
|
-
- gateway
|
49
|
-
Strict-Transport-Security:
|
50
|
-
- max-age=31536000; includeSubDomains
|
51
|
-
Content-Security-Policy-Report-Only:
|
52
|
-
- "child-src 'self' blob: *.cardinalcommerce.com fatzebra.statuspage.io; connect-src
|
53
|
-
'self' *.mastercard.com *.forter.com *.pmnts-staging.io *.rollbar.com *.nr-data.net
|
54
|
-
*.cardinalcommerce.com fatzebra.statuspage.io *.googleapis.com *.google-analytics.com;
|
55
|
-
default-src 'self' 'unsafe-eval' 'unsafe-inline' *.forter.com *.nr-data.net
|
56
|
-
blob: *.pmnts-sandbox.io *.rollbar.com fatzebra.statuspage.io *.iovation.com
|
57
|
-
data: *.googleapis.com *.gstatic.com *.newrelic.com *.bootstrapcdn.com www.google.com
|
58
|
-
pay.google.com *.google-analytics.com *.gravatar.com; font-src 'self' cdnjs.cloudflare.com
|
59
|
-
data: *.gstatic.com *.bootstrapcdn.com *.aexp-static.com; form-action 'self'
|
60
|
-
*.cardinalcommerce.com; frame-ancestors 'self'; frame-src 'self' fatzebra.statuspage.io
|
61
|
-
*.americanexpress.com www.google.com pay.google.com *.masterpass.com *.visa.com
|
62
|
-
*.mastercard.com; img-src 'self' *.visa.com data: *.googleapis.com *.gstatic.com
|
63
|
-
masterpass.com *.masterpass.com *.americanexpress.com *.google-analytics.com
|
64
|
-
*.gravatar.com; script-src 'self' 'unsafe-eval' 'unsafe-inline' *.forter.com
|
65
|
-
*.nr-data.net *.pmnts-sandbox.io *.pmnts-staging.io *.rollbar.com fatzebra.statuspage.io
|
66
|
-
cdnjs.cloudflare.com *.iovation.com *.jquery.com *.newrelic.com *.googleapis.com
|
67
|
-
*.cardinalcommerce.com *.bootstrapcdn.com wasm-eval *.google-analytics.com
|
68
|
-
*.googletagmanager.com; script-src-attr 'unsafe-inline'; script-src-elem
|
69
|
-
'self' 'unsafe-inline' *.forter.com *.nr-data.net *.pmnts-sandbox.io *.rollbar.com
|
70
|
-
fatzebra.statuspage.io *.iovation.com *.jquery.com cdnjs.cloudflare.com *.pmnts-staging.io
|
71
|
-
*.aexp-static.com *.newrelic.com *.googleapis.com *.americanexpress.com www.google.com
|
72
|
-
pay.google.com *.visa.com *.masterpass.com *.mastercard.com *.google-analytics.com
|
73
|
-
*.gstatic.com *.bootstrapcdn.com; style-src 'self' 'unsafe-eval' 'unsafe-inline'
|
74
|
-
*.bootstrapcdn.com *.googleapis.com; style-src-attr 'unsafe-inline'; style-src-elem
|
75
|
-
'unsafe-inline' 'self' *.googleapis.com cdnjs.cloudflare.com *.bootstrapcdn.com;
|
76
|
-
worker-src blob:; report-uri https://fatzebra.report-uri.com/r/d/csp/wizard"
|
77
|
-
Nel:
|
78
|
-
- '{"report_to":"default","max_age":31536000,"include_subdomains":true}'
|
79
|
-
Report-To:
|
80
|
-
- '{"group":"default","max_age":31536000,"endpoints":[{"url":"https://fatzebra.report-uri.com/a/d/g"}],"include_subdomains":true}'
|
81
|
-
body:
|
82
|
-
encoding: UTF-8
|
83
|
-
string: '{"successful":true,"response":[{"domain":"example.com","status":"Active"},{"domain":"example2.com","status":"Active"}],"errors":[],"test":true}'
|
84
|
-
http_version:
|
85
|
-
recorded_at: Wed, 27 Mar 2024 05:15:56 GMT
|
86
|
-
recorded_with: VCR 3.0.3
|
@@ -1,84 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: post
|
5
|
-
uri: https://gateway.sandbox.fatzebra.com.au/v1.0/utilities/apple_pay/domains/www.example99.com
|
6
|
-
body:
|
7
|
-
encoding: UTF-8
|
8
|
-
string: '{"async":false,"test":true}'
|
9
|
-
headers:
|
10
|
-
Accept-Encoding:
|
11
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
12
|
-
Accept:
|
13
|
-
- application/json
|
14
|
-
User-Agent:
|
15
|
-
- Ruby
|
16
|
-
Authorization:
|
17
|
-
- Basic VEVTVDpURVNU
|
18
|
-
Content-Type:
|
19
|
-
- application/json
|
20
|
-
response:
|
21
|
-
status:
|
22
|
-
code: 200
|
23
|
-
message: OK
|
24
|
-
headers:
|
25
|
-
Date:
|
26
|
-
- Mon, 04 Mar 2024 01:10:32 GMT
|
27
|
-
Content-Type:
|
28
|
-
- application/json; charset=utf-8
|
29
|
-
Transfer-Encoding:
|
30
|
-
- chunked
|
31
|
-
Connection:
|
32
|
-
- keep-alive
|
33
|
-
Status:
|
34
|
-
- 200 OK
|
35
|
-
Cache-Control:
|
36
|
-
- no-store
|
37
|
-
Vary:
|
38
|
-
- Accept
|
39
|
-
Pragma:
|
40
|
-
- no-cache
|
41
|
-
X-Request-Id:
|
42
|
-
- 298c3b404da4ccb5139e44ce
|
43
|
-
X-Runtime:
|
44
|
-
- '3.097708'
|
45
|
-
X-Backend:
|
46
|
-
- gateway
|
47
|
-
Strict-Transport-Security:
|
48
|
-
- max-age=31536000; includeSubDomains
|
49
|
-
Content-Security-Policy-Report-Only:
|
50
|
-
- 'child-src ''self'' blob: *.cardinalcommerce.com fatzebra.statuspage.io; connect-src
|
51
|
-
''self'' *.mastercard.com *.forter.com *.pmnts-staging.io *.rollbar.com *.nr-data.net
|
52
|
-
*.cardinalcommerce.com fatzebra.statuspage.io *.googleapis.com *.google-analytics.com;
|
53
|
-
default-src ''self'' ''unsafe-eval'' ''unsafe-inline'' *.forter.com *.nr-data.net
|
54
|
-
blob: *.pmnts-sandbox.io *.rollbar.com fatzebra.statuspage.io *.iovation.com
|
55
|
-
data: *.googleapis.com *.gstatic.com *.newrelic.com *.bootstrapcdn.com www.google.com
|
56
|
-
pay.google.com *.google-analytics.com *.gravatar.com; font-src ''self'' cdnjs.cloudflare.com
|
57
|
-
data: *.gstatic.com *.bootstrapcdn.com *.aexp-static.com; form-action ''self''
|
58
|
-
*.cardinalcommerce.com; frame-ancestors ''self''; frame-src ''self'' fatzebra.statuspage.io
|
59
|
-
*.americanexpress.com www.google.com pay.google.com *.masterpass.com *.visa.com
|
60
|
-
*.mastercard.com; img-src ''self'' *.visa.com data: *.googleapis.com *.gstatic.com
|
61
|
-
masterpass.com *.masterpass.com *.americanexpress.com *.google-analytics.com
|
62
|
-
*.gravatar.com; script-src ''self'' ''unsafe-eval'' ''unsafe-inline'' *.forter.com
|
63
|
-
*.nr-data.net *.pmnts-sandbox.io *.pmnts-staging.io *.rollbar.com fatzebra.statuspage.io
|
64
|
-
cdnjs.cloudflare.com *.iovation.com *.jquery.com *.newrelic.com *.googleapis.com
|
65
|
-
*.cardinalcommerce.com *.bootstrapcdn.com wasm-eval *.google-analytics.com
|
66
|
-
*.googletagmanager.com; script-src-attr ''unsafe-inline''; script-src-elem
|
67
|
-
''self'' ''unsafe-inline'' *.forter.com *.nr-data.net *.pmnts-sandbox.io *.rollbar.com
|
68
|
-
fatzebra.statuspage.io *.iovation.com *.jquery.com cdnjs.cloudflare.com *.pmnts-staging.io
|
69
|
-
*.aexp-static.com *.newrelic.com *.googleapis.com *.americanexpress.com www.google.com
|
70
|
-
pay.google.com *.visa.com *.masterpass.com *.mastercard.com *.google-analytics.com
|
71
|
-
*.gstatic.com *.bootstrapcdn.com; style-src ''self'' ''unsafe-eval'' ''unsafe-inline''
|
72
|
-
*.bootstrapcdn.com *.googleapis.com; style-src-attr ''unsafe-inline''; style-src-elem
|
73
|
-
''unsafe-inline'' ''self'' *.googleapis.com cdnjs.cloudflare.com *.bootstrapcdn.com;
|
74
|
-
worker-src blob:; report-uri https://fatzebra.report-uri.com/r/d/csp/wizard'
|
75
|
-
Nel:
|
76
|
-
- '{"report_to":"default","max_age":31536000,"include_subdomains":true}'
|
77
|
-
Report-To:
|
78
|
-
- '{"group":"default","max_age":31536000,"endpoints":[{"url":"https://fatzebra.report-uri.com/a/d/g"}],"include_subdomains":true}'
|
79
|
-
body:
|
80
|
-
encoding: UTF-8
|
81
|
-
string: '{"successful":true,"response":{"status":"Active","domain":"www.example99.com","created_at":"2024-03-04T12:10:29+11:00","updated_at":"2024-03-04T01:10:31+00:00"},"errors":[],"test":true}'
|
82
|
-
http_version:
|
83
|
-
recorded_at: Mon, 04 Mar 2024 01:10:32 GMT
|
84
|
-
recorded_with: VCR 3.0.3
|
@@ -1,53 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: post
|
5
|
-
uri: https://gateway.sandbox.fatzebra.com.au/v1.0/web_hooks
|
6
|
-
body:
|
7
|
-
encoding: UTF-8
|
8
|
-
string: '{"events":"*","mode":"Test","name":"test hook","address":"http://stage.example.com.au/v1/api/hook_listener","test":true}'
|
9
|
-
headers:
|
10
|
-
Accept-Encoding:
|
11
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
12
|
-
Accept:
|
13
|
-
- application/json
|
14
|
-
User-Agent:
|
15
|
-
- Ruby
|
16
|
-
Authorization:
|
17
|
-
- Basic VEVTVDpURVNU
|
18
|
-
Content-Type:
|
19
|
-
- application/json
|
20
|
-
response:
|
21
|
-
status:
|
22
|
-
code: 200
|
23
|
-
message: OK
|
24
|
-
headers:
|
25
|
-
Date:
|
26
|
-
- Mon, 29 Apr 2019 09:20:37 GMT
|
27
|
-
Content-Type:
|
28
|
-
- application/json; charset=utf-8
|
29
|
-
Transfer-Encoding:
|
30
|
-
- chunked
|
31
|
-
Connection:
|
32
|
-
- keep-alive
|
33
|
-
Status:
|
34
|
-
- 200 OK
|
35
|
-
Cache-Control:
|
36
|
-
- no-store
|
37
|
-
X-Request-Version:
|
38
|
-
- 1.16.9-3941@c1d8236
|
39
|
-
X-Runtime:
|
40
|
-
- '0.089272'
|
41
|
-
Pragma:
|
42
|
-
- no-cache
|
43
|
-
X-Request-Id:
|
44
|
-
- 4165a7a4718bbbf432d925c8
|
45
|
-
X-Backend:
|
46
|
-
- sbox-priv-gateway-a
|
47
|
-
body:
|
48
|
-
encoding: UTF-8
|
49
|
-
string: '{"successful":true,"response":{"address":"http://stage.example.com.au/v1/api/hook_listener","events":"*","mode":"Test","authentication_username":null,"authentication_password":"","is_active":null,"name":"test
|
50
|
-
hook","id":"071-WH-H4GJOG0N"},"errors":[],"test":true}'
|
51
|
-
http_version:
|
52
|
-
recorded_at: Mon, 29 Apr 2019 09:20:37 GMT
|
53
|
-
recorded_with: VCR 3.0.3
|