recurly 0.4.8 → 0.4.10

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of recurly might be problematic. Click here for more details.

Files changed (114) hide show
  1. data/README.md +2 -2
  2. data/lib/recurly.rb +2 -1
  3. data/lib/recurly/account.rb +2 -2
  4. data/lib/recurly/base.rb +30 -12
  5. data/lib/recurly/billing_info.rb +2 -2
  6. data/lib/recurly/exceptions.rb +13 -0
  7. data/lib/recurly/plan.rb +1 -1
  8. data/lib/recurly/subscription.rb +2 -2
  9. data/lib/recurly/transaction.rb +2 -2
  10. data/lib/recurly/transparent.rb +1 -1
  11. data/lib/recurly/verification.rb +77 -0
  12. data/lib/recurly/version.rb +1 -1
  13. data/spec/config/recurly.yml +4 -4
  14. data/spec/integration/account_spec.rb +12 -0
  15. data/spec/integration/billing_info_spec.rb +2 -2
  16. data/spec/integration/charge_spec.rb +0 -1
  17. data/spec/integration/plan_spec.rb +2 -2
  18. data/spec/support/vcr.rb +2 -2
  19. data/spec/unit/verification_spec.rb +76 -0
  20. data/spec/vcr/account/accept-language-account/1313708721.yml +39 -0
  21. data/spec/vcr/account/close/1313708721.yml +104 -0
  22. data/spec/vcr/account/create-blank/1313708721.yml +33 -0
  23. data/spec/vcr/account/create-duplicate/1313708721.yml +69 -0
  24. data/spec/vcr/account/create-min/1313708721.yml +38 -0
  25. data/spec/vcr/account/create/1313708721.yml +39 -0
  26. data/spec/vcr/account/find/1313708721.yml +107 -0
  27. data/spec/vcr/account/list/1313708721.yml +878 -0
  28. data/spec/vcr/account/update/1313708721.yml +158 -0
  29. data/spec/vcr/billing/create/1313708721.yml +118 -0
  30. data/spec/vcr/billing/destroy/1313708721.yml +177 -0
  31. data/spec/vcr/billing/errors/1313708721.yml +71 -0
  32. data/spec/vcr/billing/find/1313708721.yml +156 -0
  33. data/spec/vcr/billing/update/1313708721.yml +159 -0
  34. data/spec/vcr/charge/create/1313708721.yml +153 -0
  35. data/spec/vcr/charge/delete-uninvoiced/1313708721.yml +206 -0
  36. data/spec/vcr/charge/list-all/1313708721.yml +198 -0
  37. data/spec/vcr/charge/list-invoiced/1313708721.yml +294 -0
  38. data/spec/vcr/charge/list-pending/1313708721.yml +200 -0
  39. data/spec/vcr/charge/lookup/1313708721.yml +112 -0
  40. data/spec/vcr/coupon/create/1296774903.yml +96 -170
  41. data/spec/vcr/coupon/destroy/1296774903.yml +114 -190
  42. data/spec/vcr/credit/create/1313708090.yml +112 -0
  43. data/spec/vcr/credit/delete/1313708090.yml +171 -0
  44. data/spec/vcr/credit/list/1313708090.yml +198 -0
  45. data/spec/vcr/credit/lookup/1313708090.yml +112 -0
  46. data/spec/vcr/invoice/create-no-charges/1296674173.yml +100 -185
  47. data/spec/vcr/invoice/create/1296674173.yml +182 -328
  48. data/spec/vcr/invoice/list/1296674173.yml +255 -442
  49. data/spec/vcr/invoice/lookup/1296674173.yml +187 -331
  50. data/spec/vcr/plan/all.yml +210 -253
  51. data/spec/vcr/plan/find.yml +115 -187
  52. data/spec/vcr/plan/update.yml +105 -187
  53. data/spec/vcr/subscription/addons/add/1296674173.yml +269 -212
  54. data/spec/vcr/subscription/addons/create/1296674173.yml +172 -212
  55. data/spec/vcr/subscription/addons/remove/1296674173.yml +257 -212
  56. data/spec/vcr/subscription/cancel-with-code/1296674173.yml +271 -452
  57. data/spec/vcr/subscription/cancel/1296674173.yml +234 -394
  58. data/spec/vcr/subscription/change1/1296674173.yml +237 -402
  59. data/spec/vcr/subscription/change2/1296674173.yml +238 -402
  60. data/spec/vcr/subscription/create/1296674173.yml +123 -221
  61. data/spec/vcr/subscription/find/1296674173.yml +161 -279
  62. data/spec/vcr/subscription/reactivate/1296674173.yml +261 -431
  63. data/spec/vcr/subscription/refund-full/1296674173.yml +223 -373
  64. data/spec/vcr/subscription/refund-none/1296674173.yml +223 -373
  65. data/spec/vcr/subscription/refund-partial/1296674173.yml +223 -373
  66. data/spec/vcr/transaction/all/1311126815.yml +215 -0
  67. data/spec/vcr/transaction/create-no-account/1311126815.yml +51 -0
  68. data/spec/vcr/transaction/create-with-account/1311126815.yml +125 -0
  69. data/spec/vcr/transaction/list-filled/1311126815.yml +349 -0
  70. data/spec/vcr/transaction/list-initial/1311126815.yml +123 -0
  71. data/spec/vcr/transaction/lookup/1311126815.yml +335 -0
  72. data/spec/vcr/transaction/refund/1311126815.yml +163 -0
  73. data/spec/vcr/transaction/void/1311126815.yml +215 -0
  74. data/spec/vcr/transparent/post-url/1311239470.yml +76 -0
  75. metadata +207 -154
  76. data/spec/vcr/account/accept-language-account/1296674173.yml +0 -70
  77. data/spec/vcr/account/close/1296674173.yml +0 -164
  78. data/spec/vcr/account/create-blank/1296674173.yml +0 -52
  79. data/spec/vcr/account/create-duplicate/1296674173.yml +0 -116
  80. data/spec/vcr/account/create-min/1296674173.yml +0 -66
  81. data/spec/vcr/account/create/1296674173.yml +0 -70
  82. data/spec/vcr/account/find/1296674173.yml +0 -169
  83. data/spec/vcr/account/list/1296674173.yml +0 -55
  84. data/spec/vcr/account/update/1296674173.yml +0 -258
  85. data/spec/vcr/billing/create/1296690812.yml +0 -215
  86. data/spec/vcr/billing/destroy/1296690812.yml +0 -294
  87. data/spec/vcr/billing/find/1296690812.yml +0 -280
  88. data/spec/vcr/billing/update/1296690812.yml +0 -297
  89. data/spec/vcr/charge/create/1296674173.yml +0 -262
  90. data/spec/vcr/charge/delete-uninvoiced/1296674173.yml +0 -307
  91. data/spec/vcr/charge/list-all/1296674173.yml +0 -316
  92. data/spec/vcr/charge/list-invoiced/1296674173.yml +0 -468
  93. data/spec/vcr/charge/list-pending/1296674173.yml +0 -316
  94. data/spec/vcr/charge/lookup/1296674173.yml +0 -180
  95. data/spec/vcr/coupon/create/1296688818.yml +0 -183
  96. data/spec/vcr/coupon/destroy/1296688818.yml +0 -207
  97. data/spec/vcr/credit/create/1296674173.yml +0 -121
  98. data/spec/vcr/credit/delete/1296674173.yml +0 -121
  99. data/spec/vcr/credit/list/1296674173.yml +0 -121
  100. data/spec/vcr/credit/lookup/1296674173.yml +0 -121
  101. data/spec/vcr/plan/delete/1296674173.yml +0 -225
  102. data/spec/vcr/transaction/all/1296674173.yml +0 -389
  103. data/spec/vcr/transaction/create-no-account/1296674173.yml +0 -93
  104. data/spec/vcr/transaction/create-with-account/1296674173.yml +0 -225
  105. data/spec/vcr/transaction/list-filled/1296674173.yml +0 -487
  106. data/spec/vcr/transaction/list-initial/1296674173.yml +0 -217
  107. data/spec/vcr/transaction/lookup/1296674173.yml +0 -563
  108. data/spec/vcr/transaction/refund/1296674173.yml +0 -287
  109. data/spec/vcr/transaction/void/1296674173.yml +0 -352
  110. data/spec/vcr/transparent/post-url/1311127536.yml +0 -0
  111. data/spec/vcr/transparent/post-url/1311127583.yml +0 -0
  112. data/spec/vcr/transparent/post-url/1311128042.yml +0 -0
  113. data/spec/vcr/transparent/post-url/1311128073.yml +0 -0
  114. data/spec/vcr/transparent/post-url/1311128087.yml +0 -0
@@ -1,287 +0,0 @@
1
- ---
2
- - !ruby/struct:VCR::HTTPInteraction
3
- request: !ruby/struct:VCR::Request
4
- method: :post
5
- uri: http://isaac%40recurly.com:isaac1024@litle-test.recurly.local:3000/accounts.xml
6
- body: |
7
- <?xml version="1.0" encoding="UTF-8"?>
8
- <account>
9
- <account-code>transaction-refund-1296674173</account-code>
10
- <first-name>Verena</first-name>
11
- <last-name>Test</last-name>
12
- <email>verena@test.com</email>
13
- <company-name>Recurly Ruby Gem</company-name>
14
- <accept-language type="yaml" nil="true"></accept-language>
15
- </account>
16
-
17
- headers:
18
- authorization:
19
- - Basic aXNhYWNAcmVjdXJseS5jb206aXNhYWMxMDI0
20
- content-type:
21
- - application/xml
22
- accept:
23
- - "*/*"
24
- user-agent:
25
- - Ruby
26
- connection:
27
- - close
28
- response: !ruby/struct:VCR::Response
29
- status: !ruby/struct:VCR::ResponseStatus
30
- code: 201
31
- message: "Created "
32
- headers:
33
- cache-control:
34
- - no-cache
35
- location:
36
- - http://litle-test.recurly.local:3000/accounts/transaction-refund-1296674173
37
- x-runtime:
38
- - "793"
39
- content-type:
40
- - application/xml; charset=utf-8
41
- content-length:
42
- - "591"
43
- server:
44
- - WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18)
45
- date:
46
- - Thu, 03 Feb 2011 22:26:18 GMT
47
- connection:
48
- - close
49
- set-cookie:
50
- - account_credentials=aaa04745895f78fef21de6cb3ab48889f5198ab15f2002faa8006434d503e3efb8fca5d6f8e4b1f908b9a38a525c07b6867bb21eedeff34ee86d4e1655b48dcf%3A%3A; domain=.recurly.local; path=/
51
- - ""
52
- - _recurly_session=ebf7b3e816052b159df0439f47419ace; domain=.recurly.local; path=/; HttpOnly
53
- body: |
54
- <?xml version="1.0" encoding="UTF-8"?>
55
- <account>
56
- <id>transaction-refund-1296674173</id>
57
- <account_code>transaction-refund-1296674173</account_code>
58
- <username></username>
59
- <email>verena@test.com</email>
60
- <first_name>Verena</first_name>
61
- <last_name>Test</last_name>
62
- <company_name>Recurly Ruby Gem</company_name>
63
- <balance_in_cents type="integer">0</balance_in_cents>
64
- <closed type="boolean">false</closed>
65
- <hosted_login_token>a9f4c1839eb44692b198c9d6a3a34b26</hosted_login_token>
66
- <created_at type="datetime">2011-02-03T22:26:18Z</created_at>
67
- <state>active</state>
68
- </account>
69
-
70
- http_version: "1.1"
71
- - !ruby/struct:VCR::HTTPInteraction
72
- request: !ruby/struct:VCR::Request
73
- method: :put
74
- uri: http://isaac%40recurly.com:isaac1024@litle-test.recurly.local:3000/accounts/transaction-refund-1296674173/billing_info.xml
75
- body: |
76
- <?xml version="1.0" encoding="UTF-8"?>
77
- <billing-info>
78
- <address1>123 Test St</address1>
79
- <city>San Francisco</city>
80
- <state>CA</state>
81
- <zip>94115</zip>
82
- <country>US</country>
83
- <credit-card>
84
- <number>4111111111111111</number>
85
- <year type="integer">2012</year>
86
- <month type="integer">2</month>
87
- <verification-value>123</verification-value>
88
- </credit-card>
89
- <account-code>transaction-refund-1296674173</account-code>
90
- <first-name>Verena</first-name>
91
- <last-name>Test</last-name>
92
- </billing-info>
93
-
94
- headers:
95
- authorization:
96
- - Basic aXNhYWNAcmVjdXJseS5jb206aXNhYWMxMDI0
97
- content-type:
98
- - application/xml
99
- accept:
100
- - "*/*"
101
- user-agent:
102
- - Ruby
103
- connection:
104
- - close
105
- response: !ruby/struct:VCR::Response
106
- status: !ruby/struct:VCR::ResponseStatus
107
- code: 200
108
- message: "OK "
109
- headers:
110
- x-runtime:
111
- - "1692"
112
- content-type:
113
- - application/xml; charset=utf-8
114
- etag:
115
- - "\"feb91fdd8ab5c0689b9b14ea6421b36f\""
116
- cache-control:
117
- - private, max-age=0, must-revalidate
118
- content-length:
119
- - "644"
120
- server:
121
- - WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18)
122
- date:
123
- - Thu, 03 Feb 2011 22:26:22 GMT
124
- connection:
125
- - close
126
- set-cookie:
127
- - _recurly_session=d151cb317c705c25fa1b722f095b935e; domain=.recurly.local; path=/; HttpOnly
128
- body: |
129
- <?xml version="1.0" encoding="UTF-8"?>
130
- <billing_info>
131
- <account_code>transaction-refund-1296674173</account_code>
132
- <first_name>Verena</first_name>
133
- <last_name>Test</last_name>
134
- <address1>123 Test St</address1>
135
- <address2></address2>
136
- <city>San Francisco</city>
137
- <state>CA</state>
138
- <country>US</country>
139
- <zip>94115</zip>
140
- <phone></phone>
141
- <vat_number></vat_number>
142
- <ip_address></ip_address>
143
- <credit_card>
144
- <type>visa</type>
145
- <last_four>1111</last_four>
146
- <month type="integer">2</month>
147
- <year type="integer">2012</year>
148
- </credit_card>
149
- <updated_at type="datetime">2011-02-03T22:26:22Z</updated_at>
150
- </billing_info>
151
-
152
- http_version: "1.1"
153
- - !ruby/struct:VCR::HTTPInteraction
154
- request: !ruby/struct:VCR::Request
155
- method: :post
156
- uri: http://isaac%40recurly.com:isaac1024@litle-test.recurly.local:3000/transactions.xml
157
- body: |
158
- <?xml version="1.0" encoding="UTF-8"?>
159
- <transaction>
160
- <account>
161
- <account-code>transaction-refund-1296674173</account-code>
162
- </account>
163
- <amount-in-cents type="integer">1000</amount-in-cents>
164
- <description>one</description>
165
- </transaction>
166
-
167
- headers:
168
- authorization:
169
- - Basic aXNhYWNAcmVjdXJseS5jb206aXNhYWMxMDI0
170
- content-type:
171
- - application/xml
172
- accept:
173
- - "*/*"
174
- user-agent:
175
- - Ruby
176
- connection:
177
- - close
178
- response: !ruby/struct:VCR::Response
179
- status: !ruby/struct:VCR::ResponseStatus
180
- code: 201
181
- message: "Created "
182
- headers:
183
- cache-control:
184
- - no-cache
185
- location:
186
- - http://litle-test.recurly.local:3000/transactions/6c39ecb5829a4c1f825a70348e7add3e
187
- x-runtime:
188
- - "4265"
189
- content-type:
190
- - application/xml; charset=utf-8
191
- content-length:
192
- - "860"
193
- server:
194
- - WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18)
195
- date:
196
- - Thu, 03 Feb 2011 22:26:28 GMT
197
- connection:
198
- - close
199
- set-cookie:
200
- - _recurly_session=df2e3662960966fa1964b9cb17f0fa6c; domain=.recurly.local; path=/; HttpOnly
201
- body: |
202
- <?xml version="1.0" encoding="UTF-8"?>
203
- <transaction type="Payment">
204
- <id>6c39ecb5829a4c1f825a70348e7add3e</id>
205
- <account_code>transaction-refund-1296674173</account_code>
206
- <action>purchase</action>
207
- <date type="datetime">2011-02-03T22:26:25Z</date>
208
- <amount_in_cents type="integer">1000</amount_in_cents>
209
- <status>success</status>
210
- <message>Test Gateway: Successful test transaction</message>
211
- <reference>12345</reference>
212
- <cvv_result code="M">Match</cvv_result>
213
- <avs_result code="D">Street address and postal code match.</avs_result>
214
- <avs_result_street>Y</avs_result_street>
215
- <avs_result_postal>Y</avs_result_postal>
216
- <test type="boolean">true</test>
217
- <voidable type="boolean">true</voidable>
218
- <refundable type="boolean">true</refundable>
219
- <credit_card>
220
- <type>visa</type>
221
- <last_four>1111</last_four>
222
- </credit_card>
223
- </transaction>
224
-
225
- http_version: "1.1"
226
- - !ruby/struct:VCR::HTTPInteraction
227
- request: !ruby/struct:VCR::Request
228
- method: :delete
229
- uri: http://isaac%40recurly.com:isaac1024@litle-test.recurly.local:3000/transactions/6c39ecb5829a4c1f825a70348e7add3e.xml?action=refund&amount=1000
230
- body:
231
- headers:
232
- authorization:
233
- - Basic aXNhYWNAcmVjdXJseS5jb206aXNhYWMxMDI0
234
- accept:
235
- - application/xml
236
- user-agent:
237
- - Ruby
238
- connection:
239
- - close
240
- response: !ruby/struct:VCR::Response
241
- status: !ruby/struct:VCR::ResponseStatus
242
- code: 200
243
- message: "OK "
244
- headers:
245
- x-runtime:
246
- - "780"
247
- content-type:
248
- - application/xml; charset=utf-8
249
- etag:
250
- - "\"0e8cc745bc2bfded2ff1758673051f0d\""
251
- cache-control:
252
- - private, max-age=0, must-revalidate
253
- content-length:
254
- - "859"
255
- server:
256
- - WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18)
257
- date:
258
- - Thu, 03 Feb 2011 22:26:31 GMT
259
- connection:
260
- - close
261
- set-cookie:
262
- - _recurly_session=e3f4e177709fcd3920158faa0ae16961; domain=.recurly.local; path=/; HttpOnly
263
- body: |
264
- <?xml version="1.0" encoding="UTF-8"?>
265
- <transaction type="Payment">
266
- <id>6c39ecb5829a4c1f825a70348e7add3e</id>
267
- <account_code>transaction-refund-1296674173</account_code>
268
- <action>purchase</action>
269
- <date type="datetime">2011-02-03T22:26:25Z</date>
270
- <amount_in_cents type="integer">1000</amount_in_cents>
271
- <status>void</status>
272
- <message>Test Gateway: Successful test transaction</message>
273
- <reference>12345</reference>
274
- <cvv_result code="M">Match</cvv_result>
275
- <avs_result code="D">Street address and postal code match.</avs_result>
276
- <avs_result_street>Y</avs_result_street>
277
- <avs_result_postal>Y</avs_result_postal>
278
- <test type="boolean">true</test>
279
- <voidable type="boolean">false</voidable>
280
- <refundable type="boolean">false</refundable>
281
- <credit_card>
282
- <type>visa</type>
283
- <last_four>1111</last_four>
284
- </credit_card>
285
- </transaction>
286
-
287
- http_version: "1.1"
@@ -1,352 +0,0 @@
1
- ---
2
- - !ruby/struct:VCR::HTTPInteraction
3
- request: !ruby/struct:VCR::Request
4
- method: :post
5
- uri: http://isaac%40recurly.com:isaac1024@litle-test.recurly.local:3000/accounts.xml
6
- body: |
7
- <?xml version="1.0" encoding="UTF-8"?>
8
- <account>
9
- <account-code>transaction-void-1296674173</account-code>
10
- <first-name>Verena</first-name>
11
- <last-name>Test</last-name>
12
- <email>verena@test.com</email>
13
- <company-name>Recurly Ruby Gem</company-name>
14
- <accept-language type="yaml" nil="true"></accept-language>
15
- </account>
16
-
17
- headers:
18
- authorization:
19
- - Basic aXNhYWNAcmVjdXJseS5jb206aXNhYWMxMDI0
20
- content-type:
21
- - application/xml
22
- accept:
23
- - "*/*"
24
- user-agent:
25
- - Ruby
26
- connection:
27
- - close
28
- response: !ruby/struct:VCR::Response
29
- status: !ruby/struct:VCR::ResponseStatus
30
- code: 201
31
- message: "Created "
32
- headers:
33
- cache-control:
34
- - no-cache
35
- location:
36
- - http://litle-test.recurly.local:3000/accounts/transaction-void-1296674173
37
- x-runtime:
38
- - "899"
39
- content-type:
40
- - application/xml; charset=utf-8
41
- content-length:
42
- - "587"
43
- server:
44
- - WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18)
45
- date:
46
- - Thu, 03 Feb 2011 22:26:00 GMT
47
- connection:
48
- - close
49
- set-cookie:
50
- - account_credentials=82756c4697af4c5d0bb2ce034c6d191e19b499a019dae325855e6d1ff19277bd33e65b1a3cd30449c68ea88be78bf00a6524194518c87e71d644b41cbc973aca%3A%3A; domain=.recurly.local; path=/
51
- - ""
52
- - _recurly_session=e16d80bc7e4d27b2c21badad8d61ae2f; domain=.recurly.local; path=/; HttpOnly
53
- body: |
54
- <?xml version="1.0" encoding="UTF-8"?>
55
- <account>
56
- <id>transaction-void-1296674173</id>
57
- <account_code>transaction-void-1296674173</account_code>
58
- <username></username>
59
- <email>verena@test.com</email>
60
- <first_name>Verena</first_name>
61
- <last_name>Test</last_name>
62
- <company_name>Recurly Ruby Gem</company_name>
63
- <balance_in_cents type="integer">0</balance_in_cents>
64
- <closed type="boolean">false</closed>
65
- <hosted_login_token>1f33673b49fa4a329514a460614c847e</hosted_login_token>
66
- <created_at type="datetime">2011-02-03T22:26:00Z</created_at>
67
- <state>active</state>
68
- </account>
69
-
70
- http_version: "1.1"
71
- - !ruby/struct:VCR::HTTPInteraction
72
- request: !ruby/struct:VCR::Request
73
- method: :put
74
- uri: http://isaac%40recurly.com:isaac1024@litle-test.recurly.local:3000/accounts/transaction-void-1296674173/billing_info.xml
75
- body: |
76
- <?xml version="1.0" encoding="UTF-8"?>
77
- <billing-info>
78
- <address1>123 Test St</address1>
79
- <city>San Francisco</city>
80
- <state>CA</state>
81
- <zip>94115</zip>
82
- <country>US</country>
83
- <credit-card>
84
- <number>4111111111111111</number>
85
- <year type="integer">2012</year>
86
- <month type="integer">2</month>
87
- <verification-value>123</verification-value>
88
- </credit-card>
89
- <account-code>transaction-void-1296674173</account-code>
90
- <first-name>Verena</first-name>
91
- <last-name>Test</last-name>
92
- </billing-info>
93
-
94
- headers:
95
- authorization:
96
- - Basic aXNhYWNAcmVjdXJseS5jb206aXNhYWMxMDI0
97
- content-type:
98
- - application/xml
99
- accept:
100
- - "*/*"
101
- user-agent:
102
- - Ruby
103
- connection:
104
- - close
105
- response: !ruby/struct:VCR::Response
106
- status: !ruby/struct:VCR::ResponseStatus
107
- code: 200
108
- message: "OK "
109
- headers:
110
- x-runtime:
111
- - "1762"
112
- content-type:
113
- - application/xml; charset=utf-8
114
- etag:
115
- - "\"70c401337a4c43d807abef5650fd1dfc\""
116
- cache-control:
117
- - private, max-age=0, must-revalidate
118
- content-length:
119
- - "642"
120
- server:
121
- - WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18)
122
- date:
123
- - Thu, 03 Feb 2011 22:26:04 GMT
124
- connection:
125
- - close
126
- set-cookie:
127
- - _recurly_session=767d2a523e660bd5c4d27803317be1bb; domain=.recurly.local; path=/; HttpOnly
128
- body: |
129
- <?xml version="1.0" encoding="UTF-8"?>
130
- <billing_info>
131
- <account_code>transaction-void-1296674173</account_code>
132
- <first_name>Verena</first_name>
133
- <last_name>Test</last_name>
134
- <address1>123 Test St</address1>
135
- <address2></address2>
136
- <city>San Francisco</city>
137
- <state>CA</state>
138
- <country>US</country>
139
- <zip>94115</zip>
140
- <phone></phone>
141
- <vat_number></vat_number>
142
- <ip_address></ip_address>
143
- <credit_card>
144
- <type>visa</type>
145
- <last_four>1111</last_four>
146
- <month type="integer">2</month>
147
- <year type="integer">2012</year>
148
- </credit_card>
149
- <updated_at type="datetime">2011-02-03T22:26:04Z</updated_at>
150
- </billing_info>
151
-
152
- http_version: "1.1"
153
- - !ruby/struct:VCR::HTTPInteraction
154
- request: !ruby/struct:VCR::Request
155
- method: :post
156
- uri: http://isaac%40recurly.com:isaac1024@litle-test.recurly.local:3000/transactions.xml
157
- body: |
158
- <?xml version="1.0" encoding="UTF-8"?>
159
- <transaction>
160
- <account>
161
- <account-code>transaction-void-1296674173</account-code>
162
- </account>
163
- <amount-in-cents type="integer">100</amount-in-cents>
164
- <description>one</description>
165
- </transaction>
166
-
167
- headers:
168
- authorization:
169
- - Basic aXNhYWNAcmVjdXJseS5jb206aXNhYWMxMDI0
170
- content-type:
171
- - application/xml
172
- accept:
173
- - "*/*"
174
- user-agent:
175
- - Ruby
176
- connection:
177
- - close
178
- response: !ruby/struct:VCR::Response
179
- status: !ruby/struct:VCR::ResponseStatus
180
- code: 201
181
- message: "Created "
182
- headers:
183
- cache-control:
184
- - no-cache
185
- location:
186
- - http://litle-test.recurly.local:3000/transactions/0ce0c2d62de64377a9c1c6f4ca0767e9
187
- x-runtime:
188
- - "4314"
189
- content-type:
190
- - application/xml; charset=utf-8
191
- content-length:
192
- - "857"
193
- server:
194
- - WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18)
195
- date:
196
- - Thu, 03 Feb 2011 22:26:10 GMT
197
- connection:
198
- - close
199
- set-cookie:
200
- - _recurly_session=405c188e9fb327d044029aae2b70f968; domain=.recurly.local; path=/; HttpOnly
201
- body: |
202
- <?xml version="1.0" encoding="UTF-8"?>
203
- <transaction type="Payment">
204
- <id>0ce0c2d62de64377a9c1c6f4ca0767e9</id>
205
- <account_code>transaction-void-1296674173</account_code>
206
- <action>purchase</action>
207
- <date type="datetime">2011-02-03T22:26:07Z</date>
208
- <amount_in_cents type="integer">100</amount_in_cents>
209
- <status>success</status>
210
- <message>Test Gateway: Successful test transaction</message>
211
- <reference>12345</reference>
212
- <cvv_result code="M">Match</cvv_result>
213
- <avs_result code="D">Street address and postal code match.</avs_result>
214
- <avs_result_street>Y</avs_result_street>
215
- <avs_result_postal>Y</avs_result_postal>
216
- <test type="boolean">true</test>
217
- <voidable type="boolean">true</voidable>
218
- <refundable type="boolean">true</refundable>
219
- <credit_card>
220
- <type>visa</type>
221
- <last_four>1111</last_four>
222
- </credit_card>
223
- </transaction>
224
-
225
- http_version: "1.1"
226
- - !ruby/struct:VCR::HTTPInteraction
227
- request: !ruby/struct:VCR::Request
228
- method: :delete
229
- uri: http://isaac%40recurly.com:isaac1024@litle-test.recurly.local:3000/transactions/0ce0c2d62de64377a9c1c6f4ca0767e9.xml?action=void
230
- body:
231
- headers:
232
- authorization:
233
- - Basic aXNhYWNAcmVjdXJseS5jb206aXNhYWMxMDI0
234
- accept:
235
- - application/xml
236
- user-agent:
237
- - Ruby
238
- connection:
239
- - close
240
- response: !ruby/struct:VCR::Response
241
- status: !ruby/struct:VCR::ResponseStatus
242
- code: 200
243
- message: "OK "
244
- headers:
245
- x-runtime:
246
- - "497"
247
- content-type:
248
- - application/xml; charset=utf-8
249
- etag:
250
- - "\"2fa159b95ffba0ff731efa2ec06c108e\""
251
- cache-control:
252
- - private, max-age=0, must-revalidate
253
- content-length:
254
- - "856"
255
- server:
256
- - WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18)
257
- date:
258
- - Thu, 03 Feb 2011 22:26:13 GMT
259
- connection:
260
- - close
261
- set-cookie:
262
- - _recurly_session=e97a4ea7a4bc9321531047259d1b9b47; domain=.recurly.local; path=/; HttpOnly
263
- body: |
264
- <?xml version="1.0" encoding="UTF-8"?>
265
- <transaction type="Payment">
266
- <id>0ce0c2d62de64377a9c1c6f4ca0767e9</id>
267
- <account_code>transaction-void-1296674173</account_code>
268
- <action>purchase</action>
269
- <date type="datetime">2011-02-03T22:26:07Z</date>
270
- <amount_in_cents type="integer">100</amount_in_cents>
271
- <status>void</status>
272
- <message>Test Gateway: Successful test transaction</message>
273
- <reference>12345</reference>
274
- <cvv_result code="M">Match</cvv_result>
275
- <avs_result code="D">Street address and postal code match.</avs_result>
276
- <avs_result_street>Y</avs_result_street>
277
- <avs_result_postal>Y</avs_result_postal>
278
- <test type="boolean">true</test>
279
- <voidable type="boolean">false</voidable>
280
- <refundable type="boolean">false</refundable>
281
- <credit_card>
282
- <type>visa</type>
283
- <last_four>1111</last_four>
284
- </credit_card>
285
- </transaction>
286
-
287
- http_version: "1.1"
288
- - !ruby/struct:VCR::HTTPInteraction
289
- request: !ruby/struct:VCR::Request
290
- method: :get
291
- uri: http://isaac%40recurly.com:isaac1024@litle-test.recurly.local:3000/transactions.xml?show=voided
292
- body:
293
- headers:
294
- authorization:
295
- - Basic aXNhYWNAcmVjdXJseS5jb206aXNhYWMxMDI0
296
- accept:
297
- - application/xml
298
- accept-encoding:
299
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
300
- user-agent:
301
- - Ruby
302
- connection:
303
- - close
304
- response: !ruby/struct:VCR::Response
305
- status: !ruby/struct:VCR::ResponseStatus
306
- code: 200
307
- message: "OK "
308
- headers:
309
- x-runtime:
310
- - "341"
311
- content-type:
312
- - application/xml; charset=utf-8
313
- etag:
314
- - "\"ff8937537dcd0d6f2000e4e298d05023\""
315
- cache-control:
316
- - private, max-age=0, must-revalidate
317
- content-length:
318
- - "991"
319
- server:
320
- - WEBrick/1.3.1 (Ruby/1.9.2/2010-08-18)
321
- date:
322
- - Thu, 03 Feb 2011 22:26:15 GMT
323
- connection:
324
- - close
325
- set-cookie:
326
- - _recurly_session=ee733a74cab77353b2a5347712d1a822; domain=.recurly.local; path=/; HttpOnly
327
- body: |
328
- <?xml version="1.0" encoding="UTF-8"?>
329
- <transactions type="collection">
330
- <current_page type="integer">1</current_page>
331
- <per_page type="integer">20</per_page>
332
- <total_entries type="integer">1</total_entries>
333
- <transaction type="Payment">
334
- <id>0ce0c2d62de64377a9c1c6f4ca0767e9</id>
335
- <account_code>transaction-void-1296674173</account_code>
336
- <action>purchase</action>
337
- <date type="datetime">2011-02-03T22:26:07Z</date>
338
- <amount_in_cents type="integer">100</amount_in_cents>
339
- <status>void</status>
340
- <message>Test Gateway: Successful test transaction</message>
341
- <reference>12345</reference>
342
- <cvv_result code="M">Match</cvv_result>
343
- <avs_result code="D">Street address and postal code match.</avs_result>
344
- <avs_result_street>Y</avs_result_street>
345
- <avs_result_postal>Y</avs_result_postal>
346
- <test type="boolean">true</test>
347
- <voidable type="boolean">false</voidable>
348
- <refundable type="boolean">false</refundable>
349
- </transaction>
350
- </transactions>
351
-
352
- http_version: "1.1"