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,183 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: post
|
5
|
-
uri: https://gateway.sandbox.fatzebra.com.au/v1.0/customers
|
6
|
-
body:
|
7
|
-
encoding: UTF-8
|
8
|
-
string: '{"first_name":"Harrold","last_name":"Humphries","reference":"79cb17c5d392fb158d2c18d67f145e7d","email":"hhump@test.com","ip_address":"180.200.33.181","card":{"card_holder":"Harrold
|
9
|
-
Humphries Senior","card_number":"5123456789012346","expiry_date":"05/2023","cvv":"123"},"address":{"address":"1
|
10
|
-
Harriet Road","city":"Kooliablin","state":"NSW","postcode":"2222","country":"Australia"},"test":true}'
|
11
|
-
headers:
|
12
|
-
Accept-Encoding:
|
13
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
14
|
-
Accept:
|
15
|
-
- application/json
|
16
|
-
User-Agent:
|
17
|
-
- Ruby
|
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
|
-
- Thu, 06 Oct 2022 00:22:23 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
|
-
Strict-Transport-Security:
|
40
|
-
- max-age=31536000; includeSubDomains
|
41
|
-
- max-age=31536000; includeSubDomains
|
42
|
-
X-Request-Version:
|
43
|
-
- 1.21.8
|
44
|
-
Pragma:
|
45
|
-
- no-cache
|
46
|
-
X-Request-Id:
|
47
|
-
- 681b03c82ea8480650d26190
|
48
|
-
X-Runtime:
|
49
|
-
- '0.083641'
|
50
|
-
X-Backend:
|
51
|
-
- gateway
|
52
|
-
Content-Security-Policy-Report-Only:
|
53
|
-
- 'child-src ''self'' blob: *.cardinalcommerce.com fatzebra.statuspage.io; connect-src
|
54
|
-
''self'' *.forter.com *.pmnts-staging.io *.rollbar.com *.nr-data.net *.cardinalcommerce.com
|
55
|
-
fatzebra.statuspage.io *.googleapis.com *.google-analytics.com; default-src
|
56
|
-
''self'' ''unsafe-eval'' ''unsafe-inline'' *.forter.com *.nr-data.net blob:
|
57
|
-
*.pmnts-sandbox.io *.rollbar.com fatzebra.statuspage.io *.iovation.com data:
|
58
|
-
*.googleapis.com *.gstatic.com *.newrelic.com *.bootstrapcdn.com www.google.com
|
59
|
-
pay.google.com *.google-analytics.com *.gravatar.com; font-src ''self'' cdnjs.cloudflare.com
|
60
|
-
data: *.gstatic.com *.bootstrapcdn.com *.aexp-static.com; form-action ''self''
|
61
|
-
*.cardinalcommerce.com; frame-ancestors ''self''; frame-src ''self'' fatzebra.statuspage.io
|
62
|
-
*.americanexpress.com www.google.com pay.google.com *.masterpass.com *.visa.com
|
63
|
-
*.mastercard.com; img-src ''self'' *.visa.com data: *.googleapis.com *.gstatic.com
|
64
|
-
masterpass.com *.masterpass.com *.americanexpress.com *.google-analytics.com
|
65
|
-
*.gravatar.com; script-src ''self'' ''unsafe-eval'' ''unsafe-inline'' *.forter.com
|
66
|
-
*.nr-data.net *.pmnts-sandbox.io *.pmnts-staging.io *.rollbar.com fatzebra.statuspage.io
|
67
|
-
cdnjs.cloudflare.com *.iovation.com *.jquery.com *.newrelic.com *.googleapis.com
|
68
|
-
*.cardinalcommerce.com *.bootstrapcdn.com wasm-eval *.google-analytics.com
|
69
|
-
*.googletagmanager.com; script-src-attr ''unsafe-inline''; script-src-elem
|
70
|
-
''self'' ''unsafe-inline'' *.forter.com *.nr-data.net *.pmnts-sandbox.io *.rollbar.com
|
71
|
-
fatzebra.statuspage.io *.iovation.com *.jquery.com cdnjs.cloudflare.com *.pmnts-staging.io
|
72
|
-
*.aexp-static.com *.newrelic.com *.googleapis.com *.americanexpress.com www.google.com
|
73
|
-
pay.google.com *.visa.com *.masterpass.com *.mastercard.com *.google-analytics.com
|
74
|
-
*.gstatic.com *.bootstrapcdn.com; style-src ''self'' ''unsafe-eval'' ''unsafe-inline''
|
75
|
-
*.bootstrapcdn.com *.googleapis.com; style-src-attr ''unsafe-inline''; style-src-elem
|
76
|
-
''unsafe-inline'' ''self'' *.googleapis.com cdnjs.cloudflare.com *.bootstrapcdn.com;
|
77
|
-
worker-src blob:; report-uri https://fatzebra.report-uri.com/r/d/csp/wizard'
|
78
|
-
Nel:
|
79
|
-
- '{"report_to":"default","max_age":31536000,"include_subdomains":true}'
|
80
|
-
Report-To:
|
81
|
-
- '{"group":"default","max_age":31536000,"endpoints":[{"url":"https://fatzebra.report-uri.com/a/d/g"}],"include_subdomains":true}'
|
82
|
-
body:
|
83
|
-
encoding: UTF-8
|
84
|
-
string: '{"successful":true,"response":{"id":"071-C-SHT1JCDR","email":"hhump@test.com","reference":"79cb17c5d392fb158d2c18d67f145e7d","first_name":"Harrold","last_name":"Humphries","created_at":"2022-10-06T11:22:23+11:00","address":{"address":"1
|
85
|
-
Harriet Road","city":"Kooliablin","state":"NSW","postcode":"2222","country":"Australia"},"card_token":"8hxhptfdjg8uhosaj59z","card_number":"512345XXXXXX2346","bank_account":null,"metadata":null,"sdk_ready":true},"errors":[],"test":true}'
|
86
|
-
http_version:
|
87
|
-
recorded_at: Thu, 06 Oct 2022 00:22:22 GMT
|
88
|
-
- request:
|
89
|
-
method: post
|
90
|
-
uri: https://gateway.sandbox.fatzebra.com.au/v1.0/payment_plans
|
91
|
-
body:
|
92
|
-
encoding: UTF-8
|
93
|
-
string: '{"payment_method":"Credit Card","customer":"071-C-SHT1JCDR","reference":"e5a99a35e877b2b226611c73f141e208","setup_fee":0,"amount":100,"start_date":"2023-01-04","end_date":"2023-04-04","frequency":"Weekly","anniversary":5,"test":true}'
|
94
|
-
headers:
|
95
|
-
Accept-Encoding:
|
96
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
97
|
-
Accept:
|
98
|
-
- application/json
|
99
|
-
User-Agent:
|
100
|
-
- Ruby
|
101
|
-
Authorization:
|
102
|
-
- Basic VEVTVDpURVNU
|
103
|
-
Content-Type:
|
104
|
-
- application/json
|
105
|
-
response:
|
106
|
-
status:
|
107
|
-
code: 201
|
108
|
-
message: Created
|
109
|
-
headers:
|
110
|
-
Date:
|
111
|
-
- Thu, 06 Oct 2022 00:22:23 GMT
|
112
|
-
Content-Type:
|
113
|
-
- application/json; charset=utf-8
|
114
|
-
Transfer-Encoding:
|
115
|
-
- chunked
|
116
|
-
Connection:
|
117
|
-
- keep-alive
|
118
|
-
Status:
|
119
|
-
- 201 Created
|
120
|
-
Cache-Control:
|
121
|
-
- no-store
|
122
|
-
Strict-Transport-Security:
|
123
|
-
- max-age=31536000; includeSubDomains
|
124
|
-
- max-age=31536000; includeSubDomains
|
125
|
-
X-Request-Version:
|
126
|
-
- 1.21.8
|
127
|
-
Pragma:
|
128
|
-
- no-cache
|
129
|
-
X-Request-Id:
|
130
|
-
- 4f6c836430ba9f3b61966fd4
|
131
|
-
X-Runtime:
|
132
|
-
- '0.405789'
|
133
|
-
X-Backend:
|
134
|
-
- gateway
|
135
|
-
Content-Security-Policy-Report-Only:
|
136
|
-
- 'child-src ''self'' blob: *.cardinalcommerce.com fatzebra.statuspage.io; connect-src
|
137
|
-
''self'' *.forter.com *.pmnts-staging.io *.rollbar.com *.nr-data.net *.cardinalcommerce.com
|
138
|
-
fatzebra.statuspage.io *.googleapis.com *.google-analytics.com; default-src
|
139
|
-
''self'' ''unsafe-eval'' ''unsafe-inline'' *.forter.com *.nr-data.net blob:
|
140
|
-
*.pmnts-sandbox.io *.rollbar.com fatzebra.statuspage.io *.iovation.com data:
|
141
|
-
*.googleapis.com *.gstatic.com *.newrelic.com *.bootstrapcdn.com www.google.com
|
142
|
-
pay.google.com *.google-analytics.com *.gravatar.com; font-src ''self'' cdnjs.cloudflare.com
|
143
|
-
data: *.gstatic.com *.bootstrapcdn.com *.aexp-static.com; form-action ''self''
|
144
|
-
*.cardinalcommerce.com; frame-ancestors ''self''; frame-src ''self'' fatzebra.statuspage.io
|
145
|
-
*.americanexpress.com www.google.com pay.google.com *.masterpass.com *.visa.com
|
146
|
-
*.mastercard.com; img-src ''self'' *.visa.com data: *.googleapis.com *.gstatic.com
|
147
|
-
masterpass.com *.masterpass.com *.americanexpress.com *.google-analytics.com
|
148
|
-
*.gravatar.com; script-src ''self'' ''unsafe-eval'' ''unsafe-inline'' *.forter.com
|
149
|
-
*.nr-data.net *.pmnts-sandbox.io *.pmnts-staging.io *.rollbar.com fatzebra.statuspage.io
|
150
|
-
cdnjs.cloudflare.com *.iovation.com *.jquery.com *.newrelic.com *.googleapis.com
|
151
|
-
*.cardinalcommerce.com *.bootstrapcdn.com wasm-eval *.google-analytics.com
|
152
|
-
*.googletagmanager.com; script-src-attr ''unsafe-inline''; script-src-elem
|
153
|
-
''self'' ''unsafe-inline'' *.forter.com *.nr-data.net *.pmnts-sandbox.io *.rollbar.com
|
154
|
-
fatzebra.statuspage.io *.iovation.com *.jquery.com cdnjs.cloudflare.com *.pmnts-staging.io
|
155
|
-
*.aexp-static.com *.newrelic.com *.googleapis.com *.americanexpress.com www.google.com
|
156
|
-
pay.google.com *.visa.com *.masterpass.com *.mastercard.com *.google-analytics.com
|
157
|
-
*.gstatic.com *.bootstrapcdn.com; style-src ''self'' ''unsafe-eval'' ''unsafe-inline''
|
158
|
-
*.bootstrapcdn.com *.googleapis.com; style-src-attr ''unsafe-inline''; style-src-elem
|
159
|
-
''unsafe-inline'' ''self'' *.googleapis.com cdnjs.cloudflare.com *.bootstrapcdn.com;
|
160
|
-
worker-src blob:; report-uri https://fatzebra.report-uri.com/r/d/csp/wizard'
|
161
|
-
Nel:
|
162
|
-
- '{"report_to":"default","max_age":31536000,"include_subdomains":true}'
|
163
|
-
Report-To:
|
164
|
-
- '{"group":"default","max_age":31536000,"endpoints":[{"url":"https://fatzebra.report-uri.com/a/d/g"}],"include_subdomains":true}'
|
165
|
-
body:
|
166
|
-
encoding: UTF-8
|
167
|
-
string: '{"successful":true,"response":{"id":"071-PP-RN9CEUJC","customer":"071-C-SHT1JCDR","amount":100,"currency":"AUD","setup_fee":0,"frequency":"Weekly","anniversary":5,"start_date":"2023-01-04","end_date":"2023-04-04","total_count":null,"total_amount":null,"payment_method":"Credit
|
168
|
-
Card","reference":"e5a99a35e877b2b226611c73f141e208","description":null,"status":"Active","status_reason":"None","created_at":"2022-10-06T11:22:23+11:00","failed_payment_fee":0,"retry_interval":3,"status_change_date":null,"payments":[{"id":"071-PT-PXO3HBWY","payment_plan":"071-PP-RN9CEUJC","reference":"e5a99a35e877b2b226611c73f141e208-0001","amount":100,"currency":"AUD","scheduled_date":"2023-01-06","payment_method":"Credit
|
169
|
-
Card","status":"Scheduled","result":null,"records":[]},{"id":"071-PT-7V9AUT9X","payment_plan":"071-PP-RN9CEUJC","reference":"e5a99a35e877b2b226611c73f141e208-0002","amount":100,"currency":"AUD","scheduled_date":"2023-01-13","payment_method":"Credit
|
170
|
-
Card","status":"Scheduled","result":null,"records":[]},{"id":"071-PT-8HKSQKH8","payment_plan":"071-PP-RN9CEUJC","reference":"e5a99a35e877b2b226611c73f141e208-0003","amount":100,"currency":"AUD","scheduled_date":"2023-01-20","payment_method":"Credit
|
171
|
-
Card","status":"Scheduled","result":null,"records":[]},{"id":"071-PT-Q672MW0R","payment_plan":"071-PP-RN9CEUJC","reference":"e5a99a35e877b2b226611c73f141e208-0004","amount":100,"currency":"AUD","scheduled_date":"2023-01-27","payment_method":"Credit
|
172
|
-
Card","status":"Scheduled","result":null,"records":[]},{"id":"071-PT-VV8EWW99","payment_plan":"071-PP-RN9CEUJC","reference":"e5a99a35e877b2b226611c73f141e208-0005","amount":100,"currency":"AUD","scheduled_date":"2023-02-03","payment_method":"Credit
|
173
|
-
Card","status":"Scheduled","result":null,"records":[]},{"id":"071-PT-WWENJPEN","payment_plan":"071-PP-RN9CEUJC","reference":"e5a99a35e877b2b226611c73f141e208-0006","amount":100,"currency":"AUD","scheduled_date":"2023-02-10","payment_method":"Credit
|
174
|
-
Card","status":"Scheduled","result":null,"records":[]},{"id":"071-PT-3Z36PCC1","payment_plan":"071-PP-RN9CEUJC","reference":"e5a99a35e877b2b226611c73f141e208-0007","amount":100,"currency":"AUD","scheduled_date":"2023-02-17","payment_method":"Credit
|
175
|
-
Card","status":"Scheduled","result":null,"records":[]},{"id":"071-PT-P8P0RMGA","payment_plan":"071-PP-RN9CEUJC","reference":"e5a99a35e877b2b226611c73f141e208-0008","amount":100,"currency":"AUD","scheduled_date":"2023-02-24","payment_method":"Credit
|
176
|
-
Card","status":"Scheduled","result":null,"records":[]},{"id":"071-PT-MNWP7YHJ","payment_plan":"071-PP-RN9CEUJC","reference":"e5a99a35e877b2b226611c73f141e208-0009","amount":100,"currency":"AUD","scheduled_date":"2023-03-03","payment_method":"Credit
|
177
|
-
Card","status":"Scheduled","result":null,"records":[]},{"id":"071-PT-1SRRLVF9","payment_plan":"071-PP-RN9CEUJC","reference":"e5a99a35e877b2b226611c73f141e208-0010","amount":100,"currency":"AUD","scheduled_date":"2023-03-10","payment_method":"Credit
|
178
|
-
Card","status":"Scheduled","result":null,"records":[]},{"id":"071-PT-YEPJPBC8","payment_plan":"071-PP-RN9CEUJC","reference":"e5a99a35e877b2b226611c73f141e208-0011","amount":100,"currency":"AUD","scheduled_date":"2023-03-17","payment_method":"Credit
|
179
|
-
Card","status":"Scheduled","result":null,"records":[]},{"id":"071-PT-H3UMOW5F","payment_plan":"071-PP-RN9CEUJC","reference":"e5a99a35e877b2b226611c73f141e208-0012","amount":100,"currency":"AUD","scheduled_date":"2023-03-24","payment_method":"Credit
|
180
|
-
Card","status":"Scheduled","result":null,"records":[]}]},"errors":[],"test":true}'
|
181
|
-
http_version:
|
182
|
-
recorded_at: Thu, 06 Oct 2022 00:22:23 GMT
|
183
|
-
recorded_with: VCR 3.0.3
|
@@ -1,183 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: post
|
5
|
-
uri: https://gateway.sandbox.fatzebra.com.au/v1.0/customers
|
6
|
-
body:
|
7
|
-
encoding: UTF-8
|
8
|
-
string: '{"first_name":"Harrold","last_name":"Humphries","reference":"335a5085e1c87f78bdd6846abce50d1e","email":"hhump@test.com","ip_address":"180.200.33.181","card":{"card_holder":"Harrold
|
9
|
-
Humphries Senior","card_number":"5123456789012346","expiry_date":"05/2023","cvv":"123"},"address":{"address":"1
|
10
|
-
Harriet Road","city":"Kooliablin","state":"NSW","postcode":"2222","country":"Australia"},"test":true}'
|
11
|
-
headers:
|
12
|
-
Accept-Encoding:
|
13
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
14
|
-
Accept:
|
15
|
-
- application/json
|
16
|
-
User-Agent:
|
17
|
-
- Ruby
|
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
|
-
- Thu, 06 Oct 2022 00:22:24 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
|
-
Strict-Transport-Security:
|
40
|
-
- max-age=31536000; includeSubDomains
|
41
|
-
- max-age=31536000; includeSubDomains
|
42
|
-
X-Request-Version:
|
43
|
-
- 1.21.8
|
44
|
-
Pragma:
|
45
|
-
- no-cache
|
46
|
-
X-Request-Id:
|
47
|
-
- 4fa7935a4d107f79560228e5
|
48
|
-
X-Runtime:
|
49
|
-
- '0.098838'
|
50
|
-
X-Backend:
|
51
|
-
- gateway
|
52
|
-
Content-Security-Policy-Report-Only:
|
53
|
-
- 'child-src ''self'' blob: *.cardinalcommerce.com fatzebra.statuspage.io; connect-src
|
54
|
-
''self'' *.forter.com *.pmnts-staging.io *.rollbar.com *.nr-data.net *.cardinalcommerce.com
|
55
|
-
fatzebra.statuspage.io *.googleapis.com *.google-analytics.com; default-src
|
56
|
-
''self'' ''unsafe-eval'' ''unsafe-inline'' *.forter.com *.nr-data.net blob:
|
57
|
-
*.pmnts-sandbox.io *.rollbar.com fatzebra.statuspage.io *.iovation.com data:
|
58
|
-
*.googleapis.com *.gstatic.com *.newrelic.com *.bootstrapcdn.com www.google.com
|
59
|
-
pay.google.com *.google-analytics.com *.gravatar.com; font-src ''self'' cdnjs.cloudflare.com
|
60
|
-
data: *.gstatic.com *.bootstrapcdn.com *.aexp-static.com; form-action ''self''
|
61
|
-
*.cardinalcommerce.com; frame-ancestors ''self''; frame-src ''self'' fatzebra.statuspage.io
|
62
|
-
*.americanexpress.com www.google.com pay.google.com *.masterpass.com *.visa.com
|
63
|
-
*.mastercard.com; img-src ''self'' *.visa.com data: *.googleapis.com *.gstatic.com
|
64
|
-
masterpass.com *.masterpass.com *.americanexpress.com *.google-analytics.com
|
65
|
-
*.gravatar.com; script-src ''self'' ''unsafe-eval'' ''unsafe-inline'' *.forter.com
|
66
|
-
*.nr-data.net *.pmnts-sandbox.io *.pmnts-staging.io *.rollbar.com fatzebra.statuspage.io
|
67
|
-
cdnjs.cloudflare.com *.iovation.com *.jquery.com *.newrelic.com *.googleapis.com
|
68
|
-
*.cardinalcommerce.com *.bootstrapcdn.com wasm-eval *.google-analytics.com
|
69
|
-
*.googletagmanager.com; script-src-attr ''unsafe-inline''; script-src-elem
|
70
|
-
''self'' ''unsafe-inline'' *.forter.com *.nr-data.net *.pmnts-sandbox.io *.rollbar.com
|
71
|
-
fatzebra.statuspage.io *.iovation.com *.jquery.com cdnjs.cloudflare.com *.pmnts-staging.io
|
72
|
-
*.aexp-static.com *.newrelic.com *.googleapis.com *.americanexpress.com www.google.com
|
73
|
-
pay.google.com *.visa.com *.masterpass.com *.mastercard.com *.google-analytics.com
|
74
|
-
*.gstatic.com *.bootstrapcdn.com; style-src ''self'' ''unsafe-eval'' ''unsafe-inline''
|
75
|
-
*.bootstrapcdn.com *.googleapis.com; style-src-attr ''unsafe-inline''; style-src-elem
|
76
|
-
''unsafe-inline'' ''self'' *.googleapis.com cdnjs.cloudflare.com *.bootstrapcdn.com;
|
77
|
-
worker-src blob:; report-uri https://fatzebra.report-uri.com/r/d/csp/wizard'
|
78
|
-
Nel:
|
79
|
-
- '{"report_to":"default","max_age":31536000,"include_subdomains":true}'
|
80
|
-
Report-To:
|
81
|
-
- '{"group":"default","max_age":31536000,"endpoints":[{"url":"https://fatzebra.report-uri.com/a/d/g"}],"include_subdomains":true}'
|
82
|
-
body:
|
83
|
-
encoding: UTF-8
|
84
|
-
string: '{"successful":true,"response":{"id":"071-C-Y1AC3F01","email":"hhump@test.com","reference":"335a5085e1c87f78bdd6846abce50d1e","first_name":"Harrold","last_name":"Humphries","created_at":"2022-10-06T11:22:24+11:00","address":{"address":"1
|
85
|
-
Harriet Road","city":"Kooliablin","state":"NSW","postcode":"2222","country":"Australia"},"card_token":"8q2nus7yhqbdbm1je84d","card_number":"512345XXXXXX2346","bank_account":null,"metadata":null,"sdk_ready":true},"errors":[],"test":true}'
|
86
|
-
http_version:
|
87
|
-
recorded_at: Thu, 06 Oct 2022 00:22:24 GMT
|
88
|
-
- request:
|
89
|
-
method: post
|
90
|
-
uri: https://gateway.sandbox.fatzebra.com.au/v1.0/payment_plans
|
91
|
-
body:
|
92
|
-
encoding: UTF-8
|
93
|
-
string: '{"payment_method":"Credit Card","customer":"071-C-Y1AC3F01","reference":"8d2050ed6911b6ab9ce57280ada606ff","setup_fee":0,"amount":100,"start_date":"2023-01-04","end_date":"2023-04-04","frequency":"Weekly","anniversary":5,"test":true}'
|
94
|
-
headers:
|
95
|
-
Accept-Encoding:
|
96
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
97
|
-
Accept:
|
98
|
-
- application/json
|
99
|
-
User-Agent:
|
100
|
-
- Ruby
|
101
|
-
Authorization:
|
102
|
-
- Basic VEVTVDpURVNU
|
103
|
-
Content-Type:
|
104
|
-
- application/json
|
105
|
-
response:
|
106
|
-
status:
|
107
|
-
code: 201
|
108
|
-
message: Created
|
109
|
-
headers:
|
110
|
-
Date:
|
111
|
-
- Thu, 06 Oct 2022 00:22:25 GMT
|
112
|
-
Content-Type:
|
113
|
-
- application/json; charset=utf-8
|
114
|
-
Transfer-Encoding:
|
115
|
-
- chunked
|
116
|
-
Connection:
|
117
|
-
- keep-alive
|
118
|
-
Status:
|
119
|
-
- 201 Created
|
120
|
-
Cache-Control:
|
121
|
-
- no-store
|
122
|
-
Strict-Transport-Security:
|
123
|
-
- max-age=31536000; includeSubDomains
|
124
|
-
- max-age=31536000; includeSubDomains
|
125
|
-
X-Request-Version:
|
126
|
-
- 1.21.8
|
127
|
-
Pragma:
|
128
|
-
- no-cache
|
129
|
-
X-Request-Id:
|
130
|
-
- 593d6cdb23db9ece36f91faf
|
131
|
-
X-Runtime:
|
132
|
-
- '0.431061'
|
133
|
-
X-Backend:
|
134
|
-
- gateway
|
135
|
-
Content-Security-Policy-Report-Only:
|
136
|
-
- 'child-src ''self'' blob: *.cardinalcommerce.com fatzebra.statuspage.io; connect-src
|
137
|
-
''self'' *.forter.com *.pmnts-staging.io *.rollbar.com *.nr-data.net *.cardinalcommerce.com
|
138
|
-
fatzebra.statuspage.io *.googleapis.com *.google-analytics.com; default-src
|
139
|
-
''self'' ''unsafe-eval'' ''unsafe-inline'' *.forter.com *.nr-data.net blob:
|
140
|
-
*.pmnts-sandbox.io *.rollbar.com fatzebra.statuspage.io *.iovation.com data:
|
141
|
-
*.googleapis.com *.gstatic.com *.newrelic.com *.bootstrapcdn.com www.google.com
|
142
|
-
pay.google.com *.google-analytics.com *.gravatar.com; font-src ''self'' cdnjs.cloudflare.com
|
143
|
-
data: *.gstatic.com *.bootstrapcdn.com *.aexp-static.com; form-action ''self''
|
144
|
-
*.cardinalcommerce.com; frame-ancestors ''self''; frame-src ''self'' fatzebra.statuspage.io
|
145
|
-
*.americanexpress.com www.google.com pay.google.com *.masterpass.com *.visa.com
|
146
|
-
*.mastercard.com; img-src ''self'' *.visa.com data: *.googleapis.com *.gstatic.com
|
147
|
-
masterpass.com *.masterpass.com *.americanexpress.com *.google-analytics.com
|
148
|
-
*.gravatar.com; script-src ''self'' ''unsafe-eval'' ''unsafe-inline'' *.forter.com
|
149
|
-
*.nr-data.net *.pmnts-sandbox.io *.pmnts-staging.io *.rollbar.com fatzebra.statuspage.io
|
150
|
-
cdnjs.cloudflare.com *.iovation.com *.jquery.com *.newrelic.com *.googleapis.com
|
151
|
-
*.cardinalcommerce.com *.bootstrapcdn.com wasm-eval *.google-analytics.com
|
152
|
-
*.googletagmanager.com; script-src-attr ''unsafe-inline''; script-src-elem
|
153
|
-
''self'' ''unsafe-inline'' *.forter.com *.nr-data.net *.pmnts-sandbox.io *.rollbar.com
|
154
|
-
fatzebra.statuspage.io *.iovation.com *.jquery.com cdnjs.cloudflare.com *.pmnts-staging.io
|
155
|
-
*.aexp-static.com *.newrelic.com *.googleapis.com *.americanexpress.com www.google.com
|
156
|
-
pay.google.com *.visa.com *.masterpass.com *.mastercard.com *.google-analytics.com
|
157
|
-
*.gstatic.com *.bootstrapcdn.com; style-src ''self'' ''unsafe-eval'' ''unsafe-inline''
|
158
|
-
*.bootstrapcdn.com *.googleapis.com; style-src-attr ''unsafe-inline''; style-src-elem
|
159
|
-
''unsafe-inline'' ''self'' *.googleapis.com cdnjs.cloudflare.com *.bootstrapcdn.com;
|
160
|
-
worker-src blob:; report-uri https://fatzebra.report-uri.com/r/d/csp/wizard'
|
161
|
-
Nel:
|
162
|
-
- '{"report_to":"default","max_age":31536000,"include_subdomains":true}'
|
163
|
-
Report-To:
|
164
|
-
- '{"group":"default","max_age":31536000,"endpoints":[{"url":"https://fatzebra.report-uri.com/a/d/g"}],"include_subdomains":true}'
|
165
|
-
body:
|
166
|
-
encoding: UTF-8
|
167
|
-
string: '{"successful":true,"response":{"id":"071-PP-VS3BW7PP","customer":"071-C-Y1AC3F01","amount":100,"currency":"AUD","setup_fee":0,"frequency":"Weekly","anniversary":5,"start_date":"2023-01-04","end_date":"2023-04-04","total_count":null,"total_amount":null,"payment_method":"Credit
|
168
|
-
Card","reference":"8d2050ed6911b6ab9ce57280ada606ff","description":null,"status":"Active","status_reason":"None","created_at":"2022-10-06T11:22:25+11:00","failed_payment_fee":0,"retry_interval":3,"status_change_date":null,"payments":[{"id":"071-PT-5GZKIR2P","payment_plan":"071-PP-VS3BW7PP","reference":"8d2050ed6911b6ab9ce57280ada606ff-0001","amount":100,"currency":"AUD","scheduled_date":"2023-01-06","payment_method":"Credit
|
169
|
-
Card","status":"Scheduled","result":null,"records":[]},{"id":"071-PT-6GZSJM80","payment_plan":"071-PP-VS3BW7PP","reference":"8d2050ed6911b6ab9ce57280ada606ff-0002","amount":100,"currency":"AUD","scheduled_date":"2023-01-13","payment_method":"Credit
|
170
|
-
Card","status":"Scheduled","result":null,"records":[]},{"id":"071-PT-RGMB252W","payment_plan":"071-PP-VS3BW7PP","reference":"8d2050ed6911b6ab9ce57280ada606ff-0003","amount":100,"currency":"AUD","scheduled_date":"2023-01-20","payment_method":"Credit
|
171
|
-
Card","status":"Scheduled","result":null,"records":[]},{"id":"071-PT-SIRYWHXB","payment_plan":"071-PP-VS3BW7PP","reference":"8d2050ed6911b6ab9ce57280ada606ff-0004","amount":100,"currency":"AUD","scheduled_date":"2023-01-27","payment_method":"Credit
|
172
|
-
Card","status":"Scheduled","result":null,"records":[]},{"id":"071-PT-TJERCOP7","payment_plan":"071-PP-VS3BW7PP","reference":"8d2050ed6911b6ab9ce57280ada606ff-0005","amount":100,"currency":"AUD","scheduled_date":"2023-02-03","payment_method":"Credit
|
173
|
-
Card","status":"Scheduled","result":null,"records":[]},{"id":"071-PT-FU8IXW7U","payment_plan":"071-PP-VS3BW7PP","reference":"8d2050ed6911b6ab9ce57280ada606ff-0006","amount":100,"currency":"AUD","scheduled_date":"2023-02-10","payment_method":"Credit
|
174
|
-
Card","status":"Scheduled","result":null,"records":[]},{"id":"071-PT-IEIMCX2Y","payment_plan":"071-PP-VS3BW7PP","reference":"8d2050ed6911b6ab9ce57280ada606ff-0007","amount":100,"currency":"AUD","scheduled_date":"2023-02-17","payment_method":"Credit
|
175
|
-
Card","status":"Scheduled","result":null,"records":[]},{"id":"071-PT-M80CWO1A","payment_plan":"071-PP-VS3BW7PP","reference":"8d2050ed6911b6ab9ce57280ada606ff-0008","amount":100,"currency":"AUD","scheduled_date":"2023-02-24","payment_method":"Credit
|
176
|
-
Card","status":"Scheduled","result":null,"records":[]},{"id":"071-PT-VBRJQY4O","payment_plan":"071-PP-VS3BW7PP","reference":"8d2050ed6911b6ab9ce57280ada606ff-0009","amount":100,"currency":"AUD","scheduled_date":"2023-03-03","payment_method":"Credit
|
177
|
-
Card","status":"Scheduled","result":null,"records":[]},{"id":"071-PT-D7TRN8GI","payment_plan":"071-PP-VS3BW7PP","reference":"8d2050ed6911b6ab9ce57280ada606ff-0010","amount":100,"currency":"AUD","scheduled_date":"2023-03-10","payment_method":"Credit
|
178
|
-
Card","status":"Scheduled","result":null,"records":[]},{"id":"071-PT-RSLAC0E0","payment_plan":"071-PP-VS3BW7PP","reference":"8d2050ed6911b6ab9ce57280ada606ff-0011","amount":100,"currency":"AUD","scheduled_date":"2023-03-17","payment_method":"Credit
|
179
|
-
Card","status":"Scheduled","result":null,"records":[]},{"id":"071-PT-S2NUKBXL","payment_plan":"071-PP-VS3BW7PP","reference":"8d2050ed6911b6ab9ce57280ada606ff-0012","amount":100,"currency":"AUD","scheduled_date":"2023-03-24","payment_method":"Credit
|
180
|
-
Card","status":"Scheduled","result":null,"records":[]}]},"errors":[],"test":true}'
|
181
|
-
http_version:
|
182
|
-
recorded_at: Thu, 06 Oct 2022 00:22:25 GMT
|
183
|
-
recorded_with: VCR 3.0.3
|
@@ -1,183 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: post
|
5
|
-
uri: https://gateway.sandbox.fatzebra.com.au/v1.0/customers
|
6
|
-
body:
|
7
|
-
encoding: UTF-8
|
8
|
-
string: '{"first_name":"Harrold","last_name":"Humphries","reference":"24afa31905723b983269b560ea69305b","email":"hhump@test.com","ip_address":"180.200.33.181","card":{"card_holder":"Harrold
|
9
|
-
Humphries Senior","card_number":"5123456789012346","expiry_date":"05/2023","cvv":"123"},"address":{"address":"1
|
10
|
-
Harriet Road","city":"Kooliablin","state":"NSW","postcode":"2222","country":"Australia"},"test":true}'
|
11
|
-
headers:
|
12
|
-
Accept-Encoding:
|
13
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
14
|
-
Accept:
|
15
|
-
- application/json
|
16
|
-
User-Agent:
|
17
|
-
- Ruby
|
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
|
-
- Thu, 06 Oct 2022 00:22:26 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
|
-
Strict-Transport-Security:
|
40
|
-
- max-age=31536000; includeSubDomains
|
41
|
-
- max-age=31536000; includeSubDomains
|
42
|
-
X-Request-Version:
|
43
|
-
- 1.21.8
|
44
|
-
Pragma:
|
45
|
-
- no-cache
|
46
|
-
X-Request-Id:
|
47
|
-
- 719015d575211a060e5bb57e
|
48
|
-
X-Runtime:
|
49
|
-
- '0.080575'
|
50
|
-
X-Backend:
|
51
|
-
- gateway
|
52
|
-
Content-Security-Policy-Report-Only:
|
53
|
-
- 'child-src ''self'' blob: *.cardinalcommerce.com fatzebra.statuspage.io; connect-src
|
54
|
-
''self'' *.forter.com *.pmnts-staging.io *.rollbar.com *.nr-data.net *.cardinalcommerce.com
|
55
|
-
fatzebra.statuspage.io *.googleapis.com *.google-analytics.com; default-src
|
56
|
-
''self'' ''unsafe-eval'' ''unsafe-inline'' *.forter.com *.nr-data.net blob:
|
57
|
-
*.pmnts-sandbox.io *.rollbar.com fatzebra.statuspage.io *.iovation.com data:
|
58
|
-
*.googleapis.com *.gstatic.com *.newrelic.com *.bootstrapcdn.com www.google.com
|
59
|
-
pay.google.com *.google-analytics.com *.gravatar.com; font-src ''self'' cdnjs.cloudflare.com
|
60
|
-
data: *.gstatic.com *.bootstrapcdn.com *.aexp-static.com; form-action ''self''
|
61
|
-
*.cardinalcommerce.com; frame-ancestors ''self''; frame-src ''self'' fatzebra.statuspage.io
|
62
|
-
*.americanexpress.com www.google.com pay.google.com *.masterpass.com *.visa.com
|
63
|
-
*.mastercard.com; img-src ''self'' *.visa.com data: *.googleapis.com *.gstatic.com
|
64
|
-
masterpass.com *.masterpass.com *.americanexpress.com *.google-analytics.com
|
65
|
-
*.gravatar.com; script-src ''self'' ''unsafe-eval'' ''unsafe-inline'' *.forter.com
|
66
|
-
*.nr-data.net *.pmnts-sandbox.io *.pmnts-staging.io *.rollbar.com fatzebra.statuspage.io
|
67
|
-
cdnjs.cloudflare.com *.iovation.com *.jquery.com *.newrelic.com *.googleapis.com
|
68
|
-
*.cardinalcommerce.com *.bootstrapcdn.com wasm-eval *.google-analytics.com
|
69
|
-
*.googletagmanager.com; script-src-attr ''unsafe-inline''; script-src-elem
|
70
|
-
''self'' ''unsafe-inline'' *.forter.com *.nr-data.net *.pmnts-sandbox.io *.rollbar.com
|
71
|
-
fatzebra.statuspage.io *.iovation.com *.jquery.com cdnjs.cloudflare.com *.pmnts-staging.io
|
72
|
-
*.aexp-static.com *.newrelic.com *.googleapis.com *.americanexpress.com www.google.com
|
73
|
-
pay.google.com *.visa.com *.masterpass.com *.mastercard.com *.google-analytics.com
|
74
|
-
*.gstatic.com *.bootstrapcdn.com; style-src ''self'' ''unsafe-eval'' ''unsafe-inline''
|
75
|
-
*.bootstrapcdn.com *.googleapis.com; style-src-attr ''unsafe-inline''; style-src-elem
|
76
|
-
''unsafe-inline'' ''self'' *.googleapis.com cdnjs.cloudflare.com *.bootstrapcdn.com;
|
77
|
-
worker-src blob:; report-uri https://fatzebra.report-uri.com/r/d/csp/wizard'
|
78
|
-
Nel:
|
79
|
-
- '{"report_to":"default","max_age":31536000,"include_subdomains":true}'
|
80
|
-
Report-To:
|
81
|
-
- '{"group":"default","max_age":31536000,"endpoints":[{"url":"https://fatzebra.report-uri.com/a/d/g"}],"include_subdomains":true}'
|
82
|
-
body:
|
83
|
-
encoding: UTF-8
|
84
|
-
string: '{"successful":true,"response":{"id":"071-C-6FMTKA57","email":"hhump@test.com","reference":"24afa31905723b983269b560ea69305b","first_name":"Harrold","last_name":"Humphries","created_at":"2022-10-06T11:22:25+11:00","address":{"address":"1
|
85
|
-
Harriet Road","city":"Kooliablin","state":"NSW","postcode":"2222","country":"Australia"},"card_token":"oqh8v4jtgsl8ckdka9s1","card_number":"512345XXXXXX2346","bank_account":null,"metadata":null,"sdk_ready":true},"errors":[],"test":true}'
|
86
|
-
http_version:
|
87
|
-
recorded_at: Thu, 06 Oct 2022 00:22:25 GMT
|
88
|
-
- request:
|
89
|
-
method: post
|
90
|
-
uri: https://gateway.sandbox.fatzebra.com.au/v1.0/payment_plans
|
91
|
-
body:
|
92
|
-
encoding: UTF-8
|
93
|
-
string: '{"payment_method":"Credit Card","customer":"071-C-6FMTKA57","reference":"7b6bc420610da917011cc24cfa35d98d","setup_fee":0,"amount":100,"start_date":"2023-01-04","end_date":"2023-04-04","frequency":"Weekly","anniversary":5,"test":true}'
|
94
|
-
headers:
|
95
|
-
Accept-Encoding:
|
96
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
97
|
-
Accept:
|
98
|
-
- application/json
|
99
|
-
User-Agent:
|
100
|
-
- Ruby
|
101
|
-
Authorization:
|
102
|
-
- Basic VEVTVDpURVNU
|
103
|
-
Content-Type:
|
104
|
-
- application/json
|
105
|
-
response:
|
106
|
-
status:
|
107
|
-
code: 201
|
108
|
-
message: Created
|
109
|
-
headers:
|
110
|
-
Date:
|
111
|
-
- Thu, 06 Oct 2022 00:22:26 GMT
|
112
|
-
Content-Type:
|
113
|
-
- application/json; charset=utf-8
|
114
|
-
Transfer-Encoding:
|
115
|
-
- chunked
|
116
|
-
Connection:
|
117
|
-
- keep-alive
|
118
|
-
Status:
|
119
|
-
- 201 Created
|
120
|
-
Cache-Control:
|
121
|
-
- no-store
|
122
|
-
Strict-Transport-Security:
|
123
|
-
- max-age=31536000; includeSubDomains
|
124
|
-
- max-age=31536000; includeSubDomains
|
125
|
-
X-Request-Version:
|
126
|
-
- 1.21.8
|
127
|
-
Pragma:
|
128
|
-
- no-cache
|
129
|
-
X-Request-Id:
|
130
|
-
- '09b341c47a3f603f10d825ab'
|
131
|
-
X-Runtime:
|
132
|
-
- '0.405580'
|
133
|
-
X-Backend:
|
134
|
-
- gateway
|
135
|
-
Content-Security-Policy-Report-Only:
|
136
|
-
- 'child-src ''self'' blob: *.cardinalcommerce.com fatzebra.statuspage.io; connect-src
|
137
|
-
''self'' *.forter.com *.pmnts-staging.io *.rollbar.com *.nr-data.net *.cardinalcommerce.com
|
138
|
-
fatzebra.statuspage.io *.googleapis.com *.google-analytics.com; default-src
|
139
|
-
''self'' ''unsafe-eval'' ''unsafe-inline'' *.forter.com *.nr-data.net blob:
|
140
|
-
*.pmnts-sandbox.io *.rollbar.com fatzebra.statuspage.io *.iovation.com data:
|
141
|
-
*.googleapis.com *.gstatic.com *.newrelic.com *.bootstrapcdn.com www.google.com
|
142
|
-
pay.google.com *.google-analytics.com *.gravatar.com; font-src ''self'' cdnjs.cloudflare.com
|
143
|
-
data: *.gstatic.com *.bootstrapcdn.com *.aexp-static.com; form-action ''self''
|
144
|
-
*.cardinalcommerce.com; frame-ancestors ''self''; frame-src ''self'' fatzebra.statuspage.io
|
145
|
-
*.americanexpress.com www.google.com pay.google.com *.masterpass.com *.visa.com
|
146
|
-
*.mastercard.com; img-src ''self'' *.visa.com data: *.googleapis.com *.gstatic.com
|
147
|
-
masterpass.com *.masterpass.com *.americanexpress.com *.google-analytics.com
|
148
|
-
*.gravatar.com; script-src ''self'' ''unsafe-eval'' ''unsafe-inline'' *.forter.com
|
149
|
-
*.nr-data.net *.pmnts-sandbox.io *.pmnts-staging.io *.rollbar.com fatzebra.statuspage.io
|
150
|
-
cdnjs.cloudflare.com *.iovation.com *.jquery.com *.newrelic.com *.googleapis.com
|
151
|
-
*.cardinalcommerce.com *.bootstrapcdn.com wasm-eval *.google-analytics.com
|
152
|
-
*.googletagmanager.com; script-src-attr ''unsafe-inline''; script-src-elem
|
153
|
-
''self'' ''unsafe-inline'' *.forter.com *.nr-data.net *.pmnts-sandbox.io *.rollbar.com
|
154
|
-
fatzebra.statuspage.io *.iovation.com *.jquery.com cdnjs.cloudflare.com *.pmnts-staging.io
|
155
|
-
*.aexp-static.com *.newrelic.com *.googleapis.com *.americanexpress.com www.google.com
|
156
|
-
pay.google.com *.visa.com *.masterpass.com *.mastercard.com *.google-analytics.com
|
157
|
-
*.gstatic.com *.bootstrapcdn.com; style-src ''self'' ''unsafe-eval'' ''unsafe-inline''
|
158
|
-
*.bootstrapcdn.com *.googleapis.com; style-src-attr ''unsafe-inline''; style-src-elem
|
159
|
-
''unsafe-inline'' ''self'' *.googleapis.com cdnjs.cloudflare.com *.bootstrapcdn.com;
|
160
|
-
worker-src blob:; report-uri https://fatzebra.report-uri.com/r/d/csp/wizard'
|
161
|
-
Nel:
|
162
|
-
- '{"report_to":"default","max_age":31536000,"include_subdomains":true}'
|
163
|
-
Report-To:
|
164
|
-
- '{"group":"default","max_age":31536000,"endpoints":[{"url":"https://fatzebra.report-uri.com/a/d/g"}],"include_subdomains":true}'
|
165
|
-
body:
|
166
|
-
encoding: UTF-8
|
167
|
-
string: '{"successful":true,"response":{"id":"071-PP-CT2VS286","customer":"071-C-6FMTKA57","amount":100,"currency":"AUD","setup_fee":0,"frequency":"Weekly","anniversary":5,"start_date":"2023-01-04","end_date":"2023-04-04","total_count":null,"total_amount":null,"payment_method":"Credit
|
168
|
-
Card","reference":"7b6bc420610da917011cc24cfa35d98d","description":null,"status":"Active","status_reason":"None","created_at":"2022-10-06T11:22:26+11:00","failed_payment_fee":0,"retry_interval":3,"status_change_date":null,"payments":[{"id":"071-PT-GCDX05QC","payment_plan":"071-PP-CT2VS286","reference":"7b6bc420610da917011cc24cfa35d98d-0001","amount":100,"currency":"AUD","scheduled_date":"2023-01-06","payment_method":"Credit
|
169
|
-
Card","status":"Scheduled","result":null,"records":[]},{"id":"071-PT-6LM6H00S","payment_plan":"071-PP-CT2VS286","reference":"7b6bc420610da917011cc24cfa35d98d-0002","amount":100,"currency":"AUD","scheduled_date":"2023-01-13","payment_method":"Credit
|
170
|
-
Card","status":"Scheduled","result":null,"records":[]},{"id":"071-PT-EVK5KMZ2","payment_plan":"071-PP-CT2VS286","reference":"7b6bc420610da917011cc24cfa35d98d-0003","amount":100,"currency":"AUD","scheduled_date":"2023-01-20","payment_method":"Credit
|
171
|
-
Card","status":"Scheduled","result":null,"records":[]},{"id":"071-PT-12SYJEVW","payment_plan":"071-PP-CT2VS286","reference":"7b6bc420610da917011cc24cfa35d98d-0004","amount":100,"currency":"AUD","scheduled_date":"2023-01-27","payment_method":"Credit
|
172
|
-
Card","status":"Scheduled","result":null,"records":[]},{"id":"071-PT-BHKWQZGK","payment_plan":"071-PP-CT2VS286","reference":"7b6bc420610da917011cc24cfa35d98d-0005","amount":100,"currency":"AUD","scheduled_date":"2023-02-03","payment_method":"Credit
|
173
|
-
Card","status":"Scheduled","result":null,"records":[]},{"id":"071-PT-G4TZJ5EE","payment_plan":"071-PP-CT2VS286","reference":"7b6bc420610da917011cc24cfa35d98d-0006","amount":100,"currency":"AUD","scheduled_date":"2023-02-10","payment_method":"Credit
|
174
|
-
Card","status":"Scheduled","result":null,"records":[]},{"id":"071-PT-UWZSFWOR","payment_plan":"071-PP-CT2VS286","reference":"7b6bc420610da917011cc24cfa35d98d-0007","amount":100,"currency":"AUD","scheduled_date":"2023-02-17","payment_method":"Credit
|
175
|
-
Card","status":"Scheduled","result":null,"records":[]},{"id":"071-PT-QVSEDRFY","payment_plan":"071-PP-CT2VS286","reference":"7b6bc420610da917011cc24cfa35d98d-0008","amount":100,"currency":"AUD","scheduled_date":"2023-02-24","payment_method":"Credit
|
176
|
-
Card","status":"Scheduled","result":null,"records":[]},{"id":"071-PT-GQVAZOM7","payment_plan":"071-PP-CT2VS286","reference":"7b6bc420610da917011cc24cfa35d98d-0009","amount":100,"currency":"AUD","scheduled_date":"2023-03-03","payment_method":"Credit
|
177
|
-
Card","status":"Scheduled","result":null,"records":[]},{"id":"071-PT-NFE7J1MV","payment_plan":"071-PP-CT2VS286","reference":"7b6bc420610da917011cc24cfa35d98d-0010","amount":100,"currency":"AUD","scheduled_date":"2023-03-10","payment_method":"Credit
|
178
|
-
Card","status":"Scheduled","result":null,"records":[]},{"id":"071-PT-VS36TXC4","payment_plan":"071-PP-CT2VS286","reference":"7b6bc420610da917011cc24cfa35d98d-0011","amount":100,"currency":"AUD","scheduled_date":"2023-03-17","payment_method":"Credit
|
179
|
-
Card","status":"Scheduled","result":null,"records":[]},{"id":"071-PT-PTV0ORDF","payment_plan":"071-PP-CT2VS286","reference":"7b6bc420610da917011cc24cfa35d98d-0012","amount":100,"currency":"AUD","scheduled_date":"2023-03-24","payment_method":"Credit
|
180
|
-
Card","status":"Scheduled","result":null,"records":[]}]},"errors":[],"test":true}'
|
181
|
-
http_version:
|
182
|
-
recorded_at: Thu, 06 Oct 2022 00:22:26 GMT
|
183
|
-
recorded_with: VCR 3.0.3
|