fat_zebra 3.2.4 → 3.2.6

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.
Files changed (53) hide show
  1. checksums.yaml +4 -4
  2. data/.buildkite/pipeline.yml +34 -0
  3. data/.rubocop.yml +2 -2
  4. data/.tool-versions +1 -0
  5. data/.travis.yml +1 -4
  6. data/Gemfile +2 -0
  7. data/README.md +1 -1
  8. data/Rakefile +2 -0
  9. data/fat_zebra.gemspec +5 -1
  10. data/lib/fat_zebra/api_helper.rb +7 -4
  11. data/lib/fat_zebra/api_operation/delete.rb +2 -0
  12. data/lib/fat_zebra/api_operation/find.rb +2 -0
  13. data/lib/fat_zebra/api_operation/save.rb +2 -0
  14. data/lib/fat_zebra/api_operation/search.rb +2 -0
  15. data/lib/fat_zebra/api_operation/void.rb +2 -0
  16. data/lib/fat_zebra/api_resource.rb +11 -7
  17. data/lib/fat_zebra/authenticate.rb +2 -0
  18. data/lib/fat_zebra/bank_account.rb +2 -0
  19. data/lib/fat_zebra/batch.rb +5 -2
  20. data/lib/fat_zebra/card.rb +2 -0
  21. data/lib/fat_zebra/config.rb +3 -1
  22. data/lib/fat_zebra/customer.rb +2 -0
  23. data/lib/fat_zebra/direct_credit.rb +2 -0
  24. data/lib/fat_zebra/direct_debit.rb +2 -0
  25. data/lib/fat_zebra/errors.rb +3 -4
  26. data/lib/fat_zebra/fat_zebra_object.rb +2 -0
  27. data/lib/fat_zebra/information.rb +2 -0
  28. data/lib/fat_zebra/object_helper.rb +2 -0
  29. data/lib/fat_zebra/payment_plan.rb +2 -2
  30. data/lib/fat_zebra/paypal/authorization.rb +3 -1
  31. data/lib/fat_zebra/paypal/billing_agreement.rb +3 -1
  32. data/lib/fat_zebra/paypal/capture.rb +3 -1
  33. data/lib/fat_zebra/paypal/order.rb +3 -1
  34. data/lib/fat_zebra/paypal/refund.rb +3 -1
  35. data/lib/fat_zebra/purchase.rb +5 -2
  36. data/lib/fat_zebra/refund.rb +2 -0
  37. data/lib/fat_zebra/request/multipart/epilogue.rb +2 -0
  38. data/lib/fat_zebra/request/multipart/file_io.rb +2 -0
  39. data/lib/fat_zebra/request/multipart/param.rb +2 -0
  40. data/lib/fat_zebra/request/multipart/part.rb +3 -1
  41. data/lib/fat_zebra/request/multipart/stream.rb +3 -0
  42. data/lib/fat_zebra/request.rb +8 -5
  43. data/lib/fat_zebra/util.rb +4 -2
  44. data/lib/fat_zebra/utilities/mastercard/click_to_pay/registration.rb +35 -0
  45. data/lib/fat_zebra/validation.rb +6 -4
  46. data/lib/fat_zebra/version.rb +3 -1
  47. data/lib/fat_zebra/web_hook.rb +2 -0
  48. data/lib/fat_zebra.rb +7 -0
  49. data/spec/cassettes/FatZebra_PaymentPlan/_create/perpetual_subscription/1_1_4_1.yml +183 -0
  50. data/spec/cassettes/FatZebra_PaymentPlan/_create/perpetual_subscription/1_1_4_2.yml +183 -0
  51. data/spec/cassettes/FatZebra_PaymentPlan/_create/perpetual_subscription/1_1_4_3.yml +183 -0
  52. data/spec/lib/fat_zebra/payment_plan_spec.rb +33 -10
  53. metadata +17 -11
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module FatZebra
2
4
  ##
3
5
  # == FatZebra \Web \Hook
data/lib/fat_zebra.rb CHANGED
@@ -1,3 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ $LOAD_PATH.unshift(__dir__) unless $LOAD_PATH.include?(__dir__)
4
+
1
5
  # Libraries
2
6
  require 'securerandom'
3
7
  require 'json'
@@ -38,6 +42,9 @@ require 'fat_zebra/bank_account'
38
42
  require 'fat_zebra/web_hook'
39
43
  require 'fat_zebra/batch'
40
44
 
45
+ # Utilities/Mastercard
46
+ require 'fat_zebra/utilities/mastercard/click_to_pay/registration'
47
+
41
48
  # Paypal API Resources
42
49
  require 'fat_zebra/paypal/billing_agreement'
43
50
  require 'fat_zebra/paypal/order'
@@ -0,0 +1,183 @@
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
@@ -0,0 +1,183 @@
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
@@ -0,0 +1,183 @@
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