wirecard_sepa 0.1.6 → 0.1.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/.ruby-version +1 -0
- data/.travis.yml +1 -2
- data/lib/templates/wirecard_sepa/recurring/recurring_request.xml +1 -0
- data/lib/wirecard_sepa/direct_debit/response.rb +5 -0
- data/lib/wirecard_sepa/recurring/recurring_request.rb +1 -1
- data/lib/wirecard_sepa/version.rb +1 -1
- data/spec/lib/wirecard_sepa/gateway_spec.rb +15 -25
- data/spec/lib/wirecard_sepa/recurring/recurring_request_spec.rb +1 -0
- data/spec/lib/wirecard_sepa/recurring/recurring_response_spec.rb +1 -0
- data/spec/spec_helper.rb +10 -27
- data/spec/support/recurring/success/recurring_request.xml +1 -0
- data/wirecard_sepa.gemspec +1 -1
- metadata +6 -14
- data/spec/support/fixtures/vcr/gateway_debit.yml +0 -708
- data/spec/support/fixtures/vcr/gateway_recurring_init.yml +0 -708
- data/spec/support/fixtures/vcr/gateway_recurring_process.yml +0 -506
- data/spec/support/fixtures/vcr/gateway_recurring_process/init.yml +0 -772
@@ -1,772 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: post
|
5
|
-
uri: https://api-test.wirecard.com/engine/rest/paymentmethods/
|
6
|
-
body:
|
7
|
-
encoding: UTF-8
|
8
|
-
string: |+
|
9
|
-
<payment xmlns="http://www.elastic-payments.com/schema/payment">
|
10
|
-
<merchant-account-id>4c901196-eff7-411e-82a3-5ef6b6860d64</merchant-account-id>
|
11
|
-
<request-id>801dce0a-c18c-4327-b88a-00663b1bc37f</request-id>
|
12
|
-
<transaction-type>debit</transaction-type>
|
13
|
-
<requested-amount currency="EUR">15.00</requested-amount>
|
14
|
-
<account-holder>
|
15
|
-
<first-name>Bob</first-name>
|
16
|
-
<last-name>Hawk</last-name>
|
17
|
-
</account-holder>
|
18
|
-
<order-number>666</order-number>
|
19
|
-
<payment-methods>
|
20
|
-
<payment-method name="sepadirectdebit" />
|
21
|
-
</payment-methods>
|
22
|
-
<bank-account>
|
23
|
-
<iban>DE42512308000000060004</iban>
|
24
|
-
<bic>WIREDEMMXXX</bic>
|
25
|
-
</bank-account>
|
26
|
-
<mandate>
|
27
|
-
<mandate-id>2356789</mandate-id>
|
28
|
-
<signed-date>2013-08-11</signed-date>
|
29
|
-
</mandate>
|
30
|
-
<creditor-id>DE00000000000000000000</creditor-id>
|
31
|
-
<periodic>
|
32
|
-
<periodic-type>recurring</periodic-type>
|
33
|
-
<sequence-type>first</sequence-type>
|
34
|
-
</periodic>
|
35
|
-
</payment>
|
36
|
-
|
37
|
-
headers:
|
38
|
-
User-Agent:
|
39
|
-
- Typhoeus - https://github.com/typhoeus/typhoeus
|
40
|
-
Content-Type:
|
41
|
-
- application/xml
|
42
|
-
response:
|
43
|
-
status:
|
44
|
-
code: 201
|
45
|
-
message: Created
|
46
|
-
headers:
|
47
|
-
Date:
|
48
|
-
- Tue, 28 Jul 2015 14:10:56 GMT
|
49
|
-
Content-Type:
|
50
|
-
- application/xml;charset=UTF-8
|
51
|
-
Content-Language:
|
52
|
-
- en-US
|
53
|
-
Content-Length:
|
54
|
-
- '1303'
|
55
|
-
Connection:
|
56
|
-
- close
|
57
|
-
body:
|
58
|
-
encoding: UTF-8
|
59
|
-
string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><payment xmlns="http://www.elastic-payments.com/schema/payment"><merchant-account-id>4c901196-eff7-411e-82a3-5ef6b6860d64</merchant-account-id><transaction-id>768e4b3e-3532-11e5-b074-005056a96a54</transaction-id><request-id>801dce0a-c18c-4327-b88a-00663b1bc37f</request-id><transaction-type>debit</transaction-type><transaction-state>success</transaction-state><completion-time-stamp>2015-07-28T14:10:56.000Z</completion-time-stamp><statuses><status
|
60
|
-
code="201.0000" description="The resource was successfully created." severity="information"/></statuses><requested-amount
|
61
|
-
currency="EUR">15.00</requested-amount><account-holder><first-name>Bob</first-name><last-name>Hawk</last-name></account-holder><order-number>666</order-number><payment-methods><payment-method
|
62
|
-
name="sepadirectdebit"/></payment-methods><bank-account><iban>DE42512308000000060004</iban><bic>WIREDEMMXXX</bic></bank-account><mandate><mandate-id>2356789</mandate-id><signed-date>2013-08-11</signed-date></mandate><creditor-id>DE00000000000000000000</creditor-id><due-date>2015-07-31</due-date><periodic><periodic-type>recurring</periodic-type><sequence-type>first</sequence-type></periodic><provider-transaction-reference-id>478E332B48</provider-transaction-reference-id></payment>
|
63
|
-
http_version: '1.1'
|
64
|
-
adapter_metadata:
|
65
|
-
effective_url: https://api-test.wirecard.com/engine/rest/paymentmethods/
|
66
|
-
recorded_at: Tue, 28 Jul 2015 14:10:56 GMT
|
67
|
-
- request:
|
68
|
-
method: post
|
69
|
-
uri: https://api-test.wirecard.com/engine/rest/paymentmethods/
|
70
|
-
body:
|
71
|
-
encoding: UTF-8
|
72
|
-
string: |+
|
73
|
-
<payment xmlns="http://www.elastic-payments.com/schema/payment">
|
74
|
-
<merchant-account-id>4c901196-eff7-411e-82a3-5ef6b6860d64</merchant-account-id>
|
75
|
-
<request-id>b1aed725-efeb-4dca-aa25-02c1b8528ce0</request-id>
|
76
|
-
<transaction-type>debit</transaction-type>
|
77
|
-
<requested-amount currency="EUR">15.00</requested-amount>
|
78
|
-
<account-holder>
|
79
|
-
<first-name>Bob</first-name>
|
80
|
-
<last-name>Hawk</last-name>
|
81
|
-
</account-holder>
|
82
|
-
<order-number>666</order-number>
|
83
|
-
<payment-methods>
|
84
|
-
<payment-method name="sepadirectdebit" />
|
85
|
-
</payment-methods>
|
86
|
-
<bank-account>
|
87
|
-
<iban>DE42512308000000060004</iban>
|
88
|
-
<bic>WIREDEMMXXX</bic>
|
89
|
-
</bank-account>
|
90
|
-
<mandate>
|
91
|
-
<mandate-id>2356789</mandate-id>
|
92
|
-
<signed-date>2013-08-11</signed-date>
|
93
|
-
</mandate>
|
94
|
-
<creditor-id>DE00000000000000000000</creditor-id>
|
95
|
-
<periodic>
|
96
|
-
<periodic-type>recurring</periodic-type>
|
97
|
-
<sequence-type>first</sequence-type>
|
98
|
-
</periodic>
|
99
|
-
</payment>
|
100
|
-
|
101
|
-
headers:
|
102
|
-
User-Agent:
|
103
|
-
- Typhoeus - https://github.com/typhoeus/typhoeus
|
104
|
-
Content-Type:
|
105
|
-
- application/xml
|
106
|
-
response:
|
107
|
-
status:
|
108
|
-
code: 201
|
109
|
-
message: Created
|
110
|
-
headers:
|
111
|
-
Date:
|
112
|
-
- Tue, 28 Jul 2015 14:11:04 GMT
|
113
|
-
Content-Type:
|
114
|
-
- application/xml;charset=UTF-8
|
115
|
-
Content-Language:
|
116
|
-
- en-US
|
117
|
-
Content-Length:
|
118
|
-
- '1303'
|
119
|
-
Connection:
|
120
|
-
- close
|
121
|
-
body:
|
122
|
-
encoding: UTF-8
|
123
|
-
string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><payment xmlns="http://www.elastic-payments.com/schema/payment"><merchant-account-id>4c901196-eff7-411e-82a3-5ef6b6860d64</merchant-account-id><transaction-id>7b7d2b2e-3532-11e5-b074-005056a96a54</transaction-id><request-id>b1aed725-efeb-4dca-aa25-02c1b8528ce0</request-id><transaction-type>debit</transaction-type><transaction-state>success</transaction-state><completion-time-stamp>2015-07-28T14:11:04.000Z</completion-time-stamp><statuses><status
|
124
|
-
code="201.0000" description="The resource was successfully created." severity="information"/></statuses><requested-amount
|
125
|
-
currency="EUR">15.00</requested-amount><account-holder><first-name>Bob</first-name><last-name>Hawk</last-name></account-holder><order-number>666</order-number><payment-methods><payment-method
|
126
|
-
name="sepadirectdebit"/></payment-methods><bank-account><iban>DE42512308000000060004</iban><bic>WIREDEMMXXX</bic></bank-account><mandate><mandate-id>2356789</mandate-id><signed-date>2013-08-11</signed-date></mandate><creditor-id>DE00000000000000000000</creditor-id><due-date>2015-07-31</due-date><periodic><periodic-type>recurring</periodic-type><sequence-type>first</sequence-type></periodic><provider-transaction-reference-id>B4B5FEBDF7</provider-transaction-reference-id></payment>
|
127
|
-
http_version: '1.1'
|
128
|
-
adapter_metadata:
|
129
|
-
effective_url: https://api-test.wirecard.com/engine/rest/paymentmethods/
|
130
|
-
recorded_at: Tue, 28 Jul 2015 14:11:04 GMT
|
131
|
-
- request:
|
132
|
-
method: post
|
133
|
-
uri: https://api-test.wirecard.com/engine/rest/paymentmethods/
|
134
|
-
body:
|
135
|
-
encoding: UTF-8
|
136
|
-
string: |+
|
137
|
-
<payment xmlns="http://www.elastic-payments.com/schema/payment">
|
138
|
-
<merchant-account-id>4c901196-eff7-411e-82a3-5ef6b6860d64</merchant-account-id>
|
139
|
-
<request-id>cb7dcce0-e286-4639-a4d7-dd258fbbea79</request-id>
|
140
|
-
<transaction-type>debit</transaction-type>
|
141
|
-
<requested-amount currency="EUR">15.00</requested-amount>
|
142
|
-
<account-holder>
|
143
|
-
<first-name>Bob</first-name>
|
144
|
-
<last-name>Hawk</last-name>
|
145
|
-
</account-holder>
|
146
|
-
<order-number>666</order-number>
|
147
|
-
<payment-methods>
|
148
|
-
<payment-method name="sepadirectdebit" />
|
149
|
-
</payment-methods>
|
150
|
-
<bank-account>
|
151
|
-
<iban>DE42512308000000060004</iban>
|
152
|
-
<bic>WIREDEMMXXX</bic>
|
153
|
-
</bank-account>
|
154
|
-
<mandate>
|
155
|
-
<mandate-id>2356789</mandate-id>
|
156
|
-
<signed-date>2013-08-11</signed-date>
|
157
|
-
</mandate>
|
158
|
-
<creditor-id>DE00000000000000000000</creditor-id>
|
159
|
-
<periodic>
|
160
|
-
<periodic-type>recurring</periodic-type>
|
161
|
-
<sequence-type>first</sequence-type>
|
162
|
-
</periodic>
|
163
|
-
</payment>
|
164
|
-
|
165
|
-
headers:
|
166
|
-
User-Agent:
|
167
|
-
- Typhoeus - https://github.com/typhoeus/typhoeus
|
168
|
-
Content-Type:
|
169
|
-
- application/xml
|
170
|
-
response:
|
171
|
-
status:
|
172
|
-
code: 201
|
173
|
-
message: Created
|
174
|
-
headers:
|
175
|
-
Date:
|
176
|
-
- Tue, 28 Jul 2015 14:11:38 GMT
|
177
|
-
Content-Type:
|
178
|
-
- application/xml;charset=UTF-8
|
179
|
-
Content-Language:
|
180
|
-
- en-US
|
181
|
-
Content-Length:
|
182
|
-
- '1303'
|
183
|
-
Connection:
|
184
|
-
- close
|
185
|
-
body:
|
186
|
-
encoding: UTF-8
|
187
|
-
string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><payment xmlns="http://www.elastic-payments.com/schema/payment"><merchant-account-id>4c901196-eff7-411e-82a3-5ef6b6860d64</merchant-account-id><transaction-id>8fb76104-3532-11e5-b074-005056a96a54</transaction-id><request-id>cb7dcce0-e286-4639-a4d7-dd258fbbea79</request-id><transaction-type>debit</transaction-type><transaction-state>success</transaction-state><completion-time-stamp>2015-07-28T14:11:38.000Z</completion-time-stamp><statuses><status
|
188
|
-
code="201.0000" description="The resource was successfully created." severity="information"/></statuses><requested-amount
|
189
|
-
currency="EUR">15.00</requested-amount><account-holder><first-name>Bob</first-name><last-name>Hawk</last-name></account-holder><order-number>666</order-number><payment-methods><payment-method
|
190
|
-
name="sepadirectdebit"/></payment-methods><bank-account><iban>DE42512308000000060004</iban><bic>WIREDEMMXXX</bic></bank-account><mandate><mandate-id>2356789</mandate-id><signed-date>2013-08-11</signed-date></mandate><creditor-id>DE00000000000000000000</creditor-id><due-date>2015-07-31</due-date><periodic><periodic-type>recurring</periodic-type><sequence-type>first</sequence-type></periodic><provider-transaction-reference-id>D63EC508A9</provider-transaction-reference-id></payment>
|
191
|
-
http_version: '1.1'
|
192
|
-
adapter_metadata:
|
193
|
-
effective_url: https://api-test.wirecard.com/engine/rest/paymentmethods/
|
194
|
-
recorded_at: Tue, 28 Jul 2015 14:11:38 GMT
|
195
|
-
- request:
|
196
|
-
method: post
|
197
|
-
uri: https://api-test.wirecard.com/engine/rest/paymentmethods/
|
198
|
-
body:
|
199
|
-
encoding: UTF-8
|
200
|
-
string: |+
|
201
|
-
<payment xmlns="http://www.elastic-payments.com/schema/payment">
|
202
|
-
<merchant-account-id>4c901196-eff7-411e-82a3-5ef6b6860d64</merchant-account-id>
|
203
|
-
<request-id>b1a0d0d7-961b-4df8-9eb2-9c93dd165a2b</request-id>
|
204
|
-
<transaction-type>debit</transaction-type>
|
205
|
-
<requested-amount currency="EUR">15.00</requested-amount>
|
206
|
-
<account-holder>
|
207
|
-
<first-name>Bob</first-name>
|
208
|
-
<last-name>Hawk</last-name>
|
209
|
-
</account-holder>
|
210
|
-
<order-number>666</order-number>
|
211
|
-
<payment-methods>
|
212
|
-
<payment-method name="sepadirectdebit" />
|
213
|
-
</payment-methods>
|
214
|
-
<bank-account>
|
215
|
-
<iban>DE42512308000000060004</iban>
|
216
|
-
<bic>WIREDEMMXXX</bic>
|
217
|
-
</bank-account>
|
218
|
-
<mandate>
|
219
|
-
<mandate-id>2356789</mandate-id>
|
220
|
-
<signed-date>2013-08-11</signed-date>
|
221
|
-
</mandate>
|
222
|
-
<creditor-id>DE00000000000000000000</creditor-id>
|
223
|
-
<periodic>
|
224
|
-
<periodic-type>recurring</periodic-type>
|
225
|
-
<sequence-type>first</sequence-type>
|
226
|
-
</periodic>
|
227
|
-
</payment>
|
228
|
-
|
229
|
-
headers:
|
230
|
-
User-Agent:
|
231
|
-
- Typhoeus - https://github.com/typhoeus/typhoeus
|
232
|
-
Content-Type:
|
233
|
-
- application/xml
|
234
|
-
response:
|
235
|
-
status:
|
236
|
-
code: 201
|
237
|
-
message: Created
|
238
|
-
headers:
|
239
|
-
Date:
|
240
|
-
- Tue, 28 Jul 2015 14:14:27 GMT
|
241
|
-
Content-Type:
|
242
|
-
- application/xml;charset=UTF-8
|
243
|
-
Content-Language:
|
244
|
-
- en-US
|
245
|
-
Content-Length:
|
246
|
-
- '1303'
|
247
|
-
Connection:
|
248
|
-
- close
|
249
|
-
body:
|
250
|
-
encoding: UTF-8
|
251
|
-
string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><payment xmlns="http://www.elastic-payments.com/schema/payment"><merchant-account-id>4c901196-eff7-411e-82a3-5ef6b6860d64</merchant-account-id><transaction-id>f4b81c92-3532-11e5-b074-005056a96a54</transaction-id><request-id>b1a0d0d7-961b-4df8-9eb2-9c93dd165a2b</request-id><transaction-type>debit</transaction-type><transaction-state>success</transaction-state><completion-time-stamp>2015-07-28T14:14:27.000Z</completion-time-stamp><statuses><status
|
252
|
-
code="201.0000" description="The resource was successfully created." severity="information"/></statuses><requested-amount
|
253
|
-
currency="EUR">15.00</requested-amount><account-holder><first-name>Bob</first-name><last-name>Hawk</last-name></account-holder><order-number>666</order-number><payment-methods><payment-method
|
254
|
-
name="sepadirectdebit"/></payment-methods><bank-account><iban>DE42512308000000060004</iban><bic>WIREDEMMXXX</bic></bank-account><mandate><mandate-id>2356789</mandate-id><signed-date>2013-08-11</signed-date></mandate><creditor-id>DE00000000000000000000</creditor-id><due-date>2015-07-31</due-date><periodic><periodic-type>recurring</periodic-type><sequence-type>first</sequence-type></periodic><provider-transaction-reference-id>67B1D683F8</provider-transaction-reference-id></payment>
|
255
|
-
http_version: '1.1'
|
256
|
-
adapter_metadata:
|
257
|
-
effective_url: https://api-test.wirecard.com/engine/rest/paymentmethods/
|
258
|
-
recorded_at: Tue, 28 Jul 2015 14:14:28 GMT
|
259
|
-
- request:
|
260
|
-
method: post
|
261
|
-
uri: https://api-test.wirecard.com/engine/rest/paymentmethods/
|
262
|
-
body:
|
263
|
-
encoding: UTF-8
|
264
|
-
string: |+
|
265
|
-
<payment xmlns="http://www.elastic-payments.com/schema/payment">
|
266
|
-
<merchant-account-id>4c901196-eff7-411e-82a3-5ef6b6860d64</merchant-account-id>
|
267
|
-
<request-id>28d00f56-489e-47dd-ae06-1c6d1b9aa588</request-id>
|
268
|
-
<transaction-type>debit</transaction-type>
|
269
|
-
<requested-amount currency="EUR">15.00</requested-amount>
|
270
|
-
<account-holder>
|
271
|
-
<first-name>Bob</first-name>
|
272
|
-
<last-name>Hawk</last-name>
|
273
|
-
</account-holder>
|
274
|
-
<order-number>666</order-number>
|
275
|
-
<payment-methods>
|
276
|
-
<payment-method name="sepadirectdebit" />
|
277
|
-
</payment-methods>
|
278
|
-
<bank-account>
|
279
|
-
<iban>DE42512308000000060004</iban>
|
280
|
-
<bic>WIREDEMMXXX</bic>
|
281
|
-
</bank-account>
|
282
|
-
<mandate>
|
283
|
-
<mandate-id>2356789</mandate-id>
|
284
|
-
<signed-date>2013-08-11</signed-date>
|
285
|
-
</mandate>
|
286
|
-
<creditor-id>DE00000000000000000000</creditor-id>
|
287
|
-
<periodic>
|
288
|
-
<periodic-type>recurring</periodic-type>
|
289
|
-
<sequence-type>first</sequence-type>
|
290
|
-
</periodic>
|
291
|
-
</payment>
|
292
|
-
|
293
|
-
headers:
|
294
|
-
User-Agent:
|
295
|
-
- Typhoeus - https://github.com/typhoeus/typhoeus
|
296
|
-
Content-Type:
|
297
|
-
- application/xml
|
298
|
-
response:
|
299
|
-
status:
|
300
|
-
code: 201
|
301
|
-
message: Created
|
302
|
-
headers:
|
303
|
-
Date:
|
304
|
-
- Tue, 28 Jul 2015 14:14:34 GMT
|
305
|
-
Content-Type:
|
306
|
-
- application/xml;charset=UTF-8
|
307
|
-
Content-Language:
|
308
|
-
- en-US
|
309
|
-
Content-Length:
|
310
|
-
- '1303'
|
311
|
-
Connection:
|
312
|
-
- close
|
313
|
-
body:
|
314
|
-
encoding: UTF-8
|
315
|
-
string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><payment xmlns="http://www.elastic-payments.com/schema/payment"><merchant-account-id>4c901196-eff7-411e-82a3-5ef6b6860d64</merchant-account-id><transaction-id>f8721856-3532-11e5-b074-005056a96a54</transaction-id><request-id>28d00f56-489e-47dd-ae06-1c6d1b9aa588</request-id><transaction-type>debit</transaction-type><transaction-state>success</transaction-state><completion-time-stamp>2015-07-28T14:14:33.000Z</completion-time-stamp><statuses><status
|
316
|
-
code="201.0000" description="The resource was successfully created." severity="information"/></statuses><requested-amount
|
317
|
-
currency="EUR">15.00</requested-amount><account-holder><first-name>Bob</first-name><last-name>Hawk</last-name></account-holder><order-number>666</order-number><payment-methods><payment-method
|
318
|
-
name="sepadirectdebit"/></payment-methods><bank-account><iban>DE42512308000000060004</iban><bic>WIREDEMMXXX</bic></bank-account><mandate><mandate-id>2356789</mandate-id><signed-date>2013-08-11</signed-date></mandate><creditor-id>DE00000000000000000000</creditor-id><due-date>2015-07-31</due-date><periodic><periodic-type>recurring</periodic-type><sequence-type>first</sequence-type></periodic><provider-transaction-reference-id>F14274FED1</provider-transaction-reference-id></payment>
|
319
|
-
http_version: '1.1'
|
320
|
-
adapter_metadata:
|
321
|
-
effective_url: https://api-test.wirecard.com/engine/rest/paymentmethods/
|
322
|
-
recorded_at: Tue, 28 Jul 2015 14:14:34 GMT
|
323
|
-
- request:
|
324
|
-
method: post
|
325
|
-
uri: https://api-test.wirecard.com/engine/rest/paymentmethods/
|
326
|
-
body:
|
327
|
-
encoding: UTF-8
|
328
|
-
string: |+
|
329
|
-
<payment xmlns="http://www.elastic-payments.com/schema/payment">
|
330
|
-
<merchant-account-id>4c901196-eff7-411e-82a3-5ef6b6860d64</merchant-account-id>
|
331
|
-
<request-id>6a586fa3-87e7-47c8-89cf-a5dc9f438924</request-id>
|
332
|
-
<transaction-type>debit</transaction-type>
|
333
|
-
<requested-amount currency="EUR">15.00</requested-amount>
|
334
|
-
<account-holder>
|
335
|
-
<first-name>Bob</first-name>
|
336
|
-
<last-name>Hawk</last-name>
|
337
|
-
</account-holder>
|
338
|
-
<order-number>666</order-number>
|
339
|
-
<payment-methods>
|
340
|
-
<payment-method name="sepadirectdebit" />
|
341
|
-
</payment-methods>
|
342
|
-
<bank-account>
|
343
|
-
<iban>DE42512308000000060004</iban>
|
344
|
-
<bic>WIREDEMMXXX</bic>
|
345
|
-
</bank-account>
|
346
|
-
<mandate>
|
347
|
-
<mandate-id>2356789</mandate-id>
|
348
|
-
<signed-date>2013-08-11</signed-date>
|
349
|
-
</mandate>
|
350
|
-
<creditor-id>DE00000000000000000000</creditor-id>
|
351
|
-
<periodic>
|
352
|
-
<periodic-type>recurring</periodic-type>
|
353
|
-
<sequence-type>first</sequence-type>
|
354
|
-
</periodic>
|
355
|
-
</payment>
|
356
|
-
|
357
|
-
headers:
|
358
|
-
User-Agent:
|
359
|
-
- Typhoeus - https://github.com/typhoeus/typhoeus
|
360
|
-
Content-Type:
|
361
|
-
- application/xml
|
362
|
-
response:
|
363
|
-
status:
|
364
|
-
code: 201
|
365
|
-
message: Created
|
366
|
-
headers:
|
367
|
-
Date:
|
368
|
-
- Tue, 28 Jul 2015 14:14:38 GMT
|
369
|
-
Content-Type:
|
370
|
-
- application/xml;charset=UTF-8
|
371
|
-
Content-Language:
|
372
|
-
- en-US
|
373
|
-
Content-Length:
|
374
|
-
- '1303'
|
375
|
-
Connection:
|
376
|
-
- close
|
377
|
-
body:
|
378
|
-
encoding: UTF-8
|
379
|
-
string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><payment xmlns="http://www.elastic-payments.com/schema/payment"><merchant-account-id>4c901196-eff7-411e-82a3-5ef6b6860d64</merchant-account-id><transaction-id>fb334d3a-3532-11e5-b074-005056a96a54</transaction-id><request-id>6a586fa3-87e7-47c8-89cf-a5dc9f438924</request-id><transaction-type>debit</transaction-type><transaction-state>success</transaction-state><completion-time-stamp>2015-07-28T14:14:38.000Z</completion-time-stamp><statuses><status
|
380
|
-
code="201.0000" description="The resource was successfully created." severity="information"/></statuses><requested-amount
|
381
|
-
currency="EUR">15.00</requested-amount><account-holder><first-name>Bob</first-name><last-name>Hawk</last-name></account-holder><order-number>666</order-number><payment-methods><payment-method
|
382
|
-
name="sepadirectdebit"/></payment-methods><bank-account><iban>DE42512308000000060004</iban><bic>WIREDEMMXXX</bic></bank-account><mandate><mandate-id>2356789</mandate-id><signed-date>2013-08-11</signed-date></mandate><creditor-id>DE00000000000000000000</creditor-id><due-date>2015-07-31</due-date><periodic><periodic-type>recurring</periodic-type><sequence-type>first</sequence-type></periodic><provider-transaction-reference-id>1D2662703E</provider-transaction-reference-id></payment>
|
383
|
-
http_version: '1.1'
|
384
|
-
adapter_metadata:
|
385
|
-
effective_url: https://api-test.wirecard.com/engine/rest/paymentmethods/
|
386
|
-
recorded_at: Tue, 28 Jul 2015 14:14:39 GMT
|
387
|
-
- request:
|
388
|
-
method: post
|
389
|
-
uri: https://api-test.wirecard.com/engine/rest/paymentmethods/
|
390
|
-
body:
|
391
|
-
encoding: UTF-8
|
392
|
-
string: |+
|
393
|
-
<payment xmlns="http://www.elastic-payments.com/schema/payment">
|
394
|
-
<merchant-account-id>4c901196-eff7-411e-82a3-5ef6b6860d64</merchant-account-id>
|
395
|
-
<request-id>4711</request-id>
|
396
|
-
<transaction-type>debit</transaction-type>
|
397
|
-
<requested-amount currency="EUR">15.00</requested-amount>
|
398
|
-
<account-holder>
|
399
|
-
<first-name>Bob</first-name>
|
400
|
-
<last-name>Hawk</last-name>
|
401
|
-
</account-holder>
|
402
|
-
<order-number>666</order-number>
|
403
|
-
<payment-methods>
|
404
|
-
<payment-method name="sepadirectdebit" />
|
405
|
-
</payment-methods>
|
406
|
-
<bank-account>
|
407
|
-
<iban>DE42512308000000060004</iban>
|
408
|
-
<bic>WIREDEMMXXX</bic>
|
409
|
-
</bank-account>
|
410
|
-
<mandate>
|
411
|
-
<mandate-id>2356789</mandate-id>
|
412
|
-
<signed-date>2013-08-11</signed-date>
|
413
|
-
</mandate>
|
414
|
-
<creditor-id>DE00000000000000000000</creditor-id>
|
415
|
-
<periodic>
|
416
|
-
<periodic-type>recurring</periodic-type>
|
417
|
-
<sequence-type>first</sequence-type>
|
418
|
-
</periodic>
|
419
|
-
</payment>
|
420
|
-
|
421
|
-
headers:
|
422
|
-
User-Agent:
|
423
|
-
- Typhoeus - https://github.com/typhoeus/typhoeus
|
424
|
-
Content-Type:
|
425
|
-
- application/xml
|
426
|
-
response:
|
427
|
-
status:
|
428
|
-
code: 201
|
429
|
-
message: Created
|
430
|
-
headers:
|
431
|
-
Date:
|
432
|
-
- Tue, 28 Jul 2015 14:15:47 GMT
|
433
|
-
Content-Type:
|
434
|
-
- application/xml;charset=UTF-8
|
435
|
-
Content-Language:
|
436
|
-
- en-US
|
437
|
-
Content-Length:
|
438
|
-
- '1251'
|
439
|
-
Connection:
|
440
|
-
- close
|
441
|
-
body:
|
442
|
-
encoding: UTF-8
|
443
|
-
string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><payment xmlns="http://www.elastic-payments.com/schema/payment"><merchant-account-id>4c901196-eff7-411e-82a3-5ef6b6860d64</merchant-account-id><transaction-id>2480929c-3533-11e5-b074-005056a96a54</transaction-id><request-id>4711</request-id><transaction-type>debit</transaction-type><transaction-state>failed</transaction-state><completion-time-stamp>2015-07-28T14:15:47.000Z</completion-time-stamp><statuses><status
|
444
|
-
code="400.1018" description="The same Request Id for the Merchant Account
|
445
|
-
is being tried a second time. Please use another Request Id." severity="error"/></statuses><requested-amount
|
446
|
-
currency="EUR">15.00</requested-amount><account-holder><first-name>Bob</first-name><last-name>Hawk</last-name></account-holder><order-number>666</order-number><payment-methods><payment-method
|
447
|
-
name="sepadirectdebit"/></payment-methods><bank-account><iban>DE42512308000000060004</iban><bic>WIREDEMMXXX</bic></bank-account><mandate><mandate-id>2356789</mandate-id><signed-date>2013-08-11</signed-date></mandate><creditor-id>DE00000000000000000000</creditor-id><due-date>2015-07-31</due-date><periodic><periodic-type>recurring</periodic-type><sequence-type>first</sequence-type></periodic></payment>
|
448
|
-
http_version: '1.1'
|
449
|
-
adapter_metadata:
|
450
|
-
effective_url: https://api-test.wirecard.com/engine/rest/paymentmethods/
|
451
|
-
recorded_at: Tue, 28 Jul 2015 14:15:48 GMT
|
452
|
-
- request:
|
453
|
-
method: post
|
454
|
-
uri: https://api-test.wirecard.com/engine/rest/paymentmethods/
|
455
|
-
body:
|
456
|
-
encoding: UTF-8
|
457
|
-
string: |+
|
458
|
-
<payment xmlns="http://www.elastic-payments.com/schema/payment">
|
459
|
-
<merchant-account-id>4c901196-eff7-411e-82a3-5ef6b6860d64</merchant-account-id>
|
460
|
-
<request-id>9a19edc1-28ce-40fa-b666-e059a4189f8f</request-id>
|
461
|
-
<transaction-type>debit</transaction-type>
|
462
|
-
<requested-amount currency="EUR">15.00</requested-amount>
|
463
|
-
<account-holder>
|
464
|
-
<first-name>Bob</first-name>
|
465
|
-
<last-name>Hawk</last-name>
|
466
|
-
</account-holder>
|
467
|
-
<order-number>666</order-number>
|
468
|
-
<payment-methods>
|
469
|
-
<payment-method name="sepadirectdebit" />
|
470
|
-
</payment-methods>
|
471
|
-
<bank-account>
|
472
|
-
<iban>DE42512308000000060004</iban>
|
473
|
-
<bic>WIREDEMMXXX</bic>
|
474
|
-
</bank-account>
|
475
|
-
<mandate>
|
476
|
-
<mandate-id>2356789</mandate-id>
|
477
|
-
<signed-date>2013-08-11</signed-date>
|
478
|
-
</mandate>
|
479
|
-
<creditor-id>DE00000000000000000000</creditor-id>
|
480
|
-
<periodic>
|
481
|
-
<periodic-type>recurring</periodic-type>
|
482
|
-
<sequence-type>first</sequence-type>
|
483
|
-
</periodic>
|
484
|
-
</payment>
|
485
|
-
|
486
|
-
headers:
|
487
|
-
User-Agent:
|
488
|
-
- Typhoeus - https://github.com/typhoeus/typhoeus
|
489
|
-
Content-Type:
|
490
|
-
- application/xml
|
491
|
-
response:
|
492
|
-
status:
|
493
|
-
code: 201
|
494
|
-
message: Created
|
495
|
-
headers:
|
496
|
-
Date:
|
497
|
-
- Tue, 28 Jul 2015 14:17:07 GMT
|
498
|
-
Content-Type:
|
499
|
-
- application/xml;charset=UTF-8
|
500
|
-
Content-Language:
|
501
|
-
- en-US
|
502
|
-
Content-Length:
|
503
|
-
- '1303'
|
504
|
-
Connection:
|
505
|
-
- close
|
506
|
-
body:
|
507
|
-
encoding: UTF-8
|
508
|
-
string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><payment xmlns="http://www.elastic-payments.com/schema/payment"><merchant-account-id>4c901196-eff7-411e-82a3-5ef6b6860d64</merchant-account-id><transaction-id>53b06aec-3533-11e5-b074-005056a96a54</transaction-id><request-id>9a19edc1-28ce-40fa-b666-e059a4189f8f</request-id><transaction-type>debit</transaction-type><transaction-state>success</transaction-state><completion-time-stamp>2015-07-28T14:17:07.000Z</completion-time-stamp><statuses><status
|
509
|
-
code="201.0000" description="The resource was successfully created." severity="information"/></statuses><requested-amount
|
510
|
-
currency="EUR">15.00</requested-amount><account-holder><first-name>Bob</first-name><last-name>Hawk</last-name></account-holder><order-number>666</order-number><payment-methods><payment-method
|
511
|
-
name="sepadirectdebit"/></payment-methods><bank-account><iban>DE42512308000000060004</iban><bic>WIREDEMMXXX</bic></bank-account><mandate><mandate-id>2356789</mandate-id><signed-date>2013-08-11</signed-date></mandate><creditor-id>DE00000000000000000000</creditor-id><due-date>2015-07-31</due-date><periodic><periodic-type>recurring</periodic-type><sequence-type>first</sequence-type></periodic><provider-transaction-reference-id>BBDF0F31EE</provider-transaction-reference-id></payment>
|
512
|
-
http_version: '1.1'
|
513
|
-
adapter_metadata:
|
514
|
-
effective_url: https://api-test.wirecard.com/engine/rest/paymentmethods/
|
515
|
-
recorded_at: Tue, 28 Jul 2015 14:17:07 GMT
|
516
|
-
- request:
|
517
|
-
method: post
|
518
|
-
uri: https://api-test.wirecard.com/engine/rest/paymentmethods/
|
519
|
-
body:
|
520
|
-
encoding: UTF-8
|
521
|
-
string: |+
|
522
|
-
<payment xmlns="http://www.elastic-payments.com/schema/payment">
|
523
|
-
<merchant-account-id>4c901196-eff7-411e-82a3-5ef6b6860d64</merchant-account-id>
|
524
|
-
<request-id>4d08b6e8-bc4c-474b-8235-928139e238f5</request-id>
|
525
|
-
<transaction-type>debit</transaction-type>
|
526
|
-
<requested-amount currency="EUR">15.00</requested-amount>
|
527
|
-
<account-holder>
|
528
|
-
<first-name>Bob</first-name>
|
529
|
-
<last-name>Hawk</last-name>
|
530
|
-
</account-holder>
|
531
|
-
<order-number>666</order-number>
|
532
|
-
<payment-methods>
|
533
|
-
<payment-method name="sepadirectdebit" />
|
534
|
-
</payment-methods>
|
535
|
-
<bank-account>
|
536
|
-
<iban>DE42512308000000060004</iban>
|
537
|
-
<bic>WIREDEMMXXX</bic>
|
538
|
-
</bank-account>
|
539
|
-
<mandate>
|
540
|
-
<mandate-id>2356789</mandate-id>
|
541
|
-
<signed-date>2013-08-11</signed-date>
|
542
|
-
</mandate>
|
543
|
-
<creditor-id>DE00000000000000000000</creditor-id>
|
544
|
-
<periodic>
|
545
|
-
<periodic-type>recurring</periodic-type>
|
546
|
-
<sequence-type>first</sequence-type>
|
547
|
-
</periodic>
|
548
|
-
</payment>
|
549
|
-
|
550
|
-
headers:
|
551
|
-
User-Agent:
|
552
|
-
- Typhoeus - https://github.com/typhoeus/typhoeus
|
553
|
-
Content-Type:
|
554
|
-
- application/xml
|
555
|
-
response:
|
556
|
-
status:
|
557
|
-
code: 201
|
558
|
-
message: Created
|
559
|
-
headers:
|
560
|
-
Date:
|
561
|
-
- Tue, 08 Sep 2015 15:21:07 GMT
|
562
|
-
Content-Type:
|
563
|
-
- application/xml;charset=UTF-8
|
564
|
-
Content-Language:
|
565
|
-
- en-US
|
566
|
-
Content-Length:
|
567
|
-
- '1303'
|
568
|
-
Connection:
|
569
|
-
- close
|
570
|
-
body:
|
571
|
-
encoding: UTF-8
|
572
|
-
string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><payment xmlns="http://www.elastic-payments.com/schema/payment"><merchant-account-id>4c901196-eff7-411e-82a3-5ef6b6860d64</merchant-account-id><transaction-id>39c99a88-563d-11e5-9e69-005056a96a54</transaction-id><request-id>4d08b6e8-bc4c-474b-8235-928139e238f5</request-id><transaction-type>debit</transaction-type><transaction-state>success</transaction-state><completion-time-stamp>2015-09-08T15:21:06.000Z</completion-time-stamp><statuses><status
|
573
|
-
code="201.0000" description="The resource was successfully created." severity="information"/></statuses><requested-amount
|
574
|
-
currency="EUR">15.00</requested-amount><account-holder><first-name>Bob</first-name><last-name>Hawk</last-name></account-holder><order-number>666</order-number><payment-methods><payment-method
|
575
|
-
name="sepadirectdebit"/></payment-methods><bank-account><iban>DE42512308000000060004</iban><bic>WIREDEMMXXX</bic></bank-account><mandate><mandate-id>2356789</mandate-id><signed-date>2013-08-11</signed-date></mandate><creditor-id>DE00000000000000000000</creditor-id><due-date>2015-09-11</due-date><periodic><periodic-type>recurring</periodic-type><sequence-type>first</sequence-type></periodic><provider-transaction-reference-id>5EA205555E</provider-transaction-reference-id></payment>
|
576
|
-
http_version: '1.1'
|
577
|
-
adapter_metadata:
|
578
|
-
effective_url: https://api-test.wirecard.com/engine/rest/paymentmethods/
|
579
|
-
recorded_at: Tue, 08 Sep 2015 15:21:07 GMT
|
580
|
-
- request:
|
581
|
-
method: post
|
582
|
-
uri: https://api-test.wirecard.com/engine/rest/paymentmethods/
|
583
|
-
body:
|
584
|
-
encoding: UTF-8
|
585
|
-
string: |+
|
586
|
-
<payment xmlns="http://www.elastic-payments.com/schema/payment">
|
587
|
-
<merchant-account-id>4c901196-eff7-411e-82a3-5ef6b6860d64</merchant-account-id>
|
588
|
-
<request-id>8eae4042-2778-4adc-9396-8a07ba6fc57c</request-id>
|
589
|
-
<transaction-type>debit</transaction-type>
|
590
|
-
<requested-amount currency="EUR">15.00</requested-amount>
|
591
|
-
<account-holder>
|
592
|
-
<first-name>Bob</first-name>
|
593
|
-
<last-name>Hawk</last-name>
|
594
|
-
</account-holder>
|
595
|
-
<order-number>666</order-number>
|
596
|
-
<payment-methods>
|
597
|
-
<payment-method name="sepadirectdebit" />
|
598
|
-
</payment-methods>
|
599
|
-
<bank-account>
|
600
|
-
<iban>DE42512308000000060004</iban>
|
601
|
-
<bic>WIREDEMMXXX</bic>
|
602
|
-
</bank-account>
|
603
|
-
<mandate>
|
604
|
-
<mandate-id>2356789</mandate-id>
|
605
|
-
<signed-date>2013-08-11</signed-date>
|
606
|
-
</mandate>
|
607
|
-
<creditor-id>DE98ZZZ09999999999</creditor-id>
|
608
|
-
<periodic>
|
609
|
-
<periodic-type>recurring</periodic-type>
|
610
|
-
<sequence-type>first</sequence-type>
|
611
|
-
</periodic>
|
612
|
-
</payment>
|
613
|
-
|
614
|
-
headers:
|
615
|
-
User-Agent:
|
616
|
-
- Typhoeus - https://github.com/typhoeus/typhoeus
|
617
|
-
Content-Type:
|
618
|
-
- application/xml
|
619
|
-
response:
|
620
|
-
status:
|
621
|
-
code: 201
|
622
|
-
message: Created
|
623
|
-
headers:
|
624
|
-
Date:
|
625
|
-
- Wed, 14 Oct 2015 11:43:06 GMT
|
626
|
-
Content-Type:
|
627
|
-
- application/xml;charset=UTF-8
|
628
|
-
Content-Language:
|
629
|
-
- en-US
|
630
|
-
Content-Length:
|
631
|
-
- '1299'
|
632
|
-
Connection:
|
633
|
-
- close
|
634
|
-
body:
|
635
|
-
encoding: UTF-8
|
636
|
-
string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><payment xmlns="http://www.elastic-payments.com/schema/payment"><merchant-account-id>4c901196-eff7-411e-82a3-5ef6b6860d64</merchant-account-id><transaction-id>bbe13cbe-7268-11e5-8db5-005056a96a54</transaction-id><request-id>8eae4042-2778-4adc-9396-8a07ba6fc57c</request-id><transaction-type>debit</transaction-type><transaction-state>success</transaction-state><completion-time-stamp>2015-10-14T11:43:06.000Z</completion-time-stamp><statuses><status
|
637
|
-
code="201.0000" description="The resource was successfully created." severity="information"/></statuses><requested-amount
|
638
|
-
currency="EUR">15.00</requested-amount><account-holder><first-name>Bob</first-name><last-name>Hawk</last-name></account-holder><order-number>666</order-number><payment-methods><payment-method
|
639
|
-
name="sepadirectdebit"/></payment-methods><bank-account><iban>DE42512308000000060004</iban><bic>WIREDEMMXXX</bic></bank-account><mandate><mandate-id>2356789</mandate-id><signed-date>2013-08-11</signed-date></mandate><creditor-id>DE98ZZZ09999999999</creditor-id><due-date>2015-10-19</due-date><periodic><periodic-type>recurring</periodic-type><sequence-type>first</sequence-type></periodic><provider-transaction-reference-id>53721FBA4C</provider-transaction-reference-id></payment>
|
640
|
-
http_version: '1.1'
|
641
|
-
adapter_metadata:
|
642
|
-
effective_url: https://api-test.wirecard.com/engine/rest/paymentmethods/
|
643
|
-
recorded_at: Wed, 14 Oct 2015 11:43:05 GMT
|
644
|
-
- request:
|
645
|
-
method: post
|
646
|
-
uri: https://api-test.wirecard.com/engine/rest/paymentmethods/
|
647
|
-
body:
|
648
|
-
encoding: UTF-8
|
649
|
-
string: |+
|
650
|
-
<payment xmlns="http://www.elastic-payments.com/schema/payment">
|
651
|
-
<merchant-account-id>4c901196-eff7-411e-82a3-5ef6b6860d64</merchant-account-id>
|
652
|
-
<request-id>1c3d3f78-3092-4460-834e-21d301f0cade</request-id>
|
653
|
-
<transaction-type>debit</transaction-type>
|
654
|
-
<requested-amount currency="EUR">15.00</requested-amount>
|
655
|
-
<account-holder>
|
656
|
-
<first-name>Bob</first-name>
|
657
|
-
<last-name>Hawk</last-name>
|
658
|
-
</account-holder>
|
659
|
-
<order-number>666</order-number>
|
660
|
-
<payment-methods>
|
661
|
-
<payment-method name="sepadirectdebit" />
|
662
|
-
</payment-methods>
|
663
|
-
<bank-account>
|
664
|
-
<iban>DE42512308000000060004</iban>
|
665
|
-
<bic>WIREDEMMXXX</bic>
|
666
|
-
</bank-account>
|
667
|
-
<mandate>
|
668
|
-
<mandate-id>2356789</mandate-id>
|
669
|
-
<signed-date>2013-08-11</signed-date>
|
670
|
-
</mandate>
|
671
|
-
<creditor-id>DE98ZZZ09999999999</creditor-id>
|
672
|
-
<periodic>
|
673
|
-
<periodic-type>recurring</periodic-type>
|
674
|
-
<sequence-type>first</sequence-type>
|
675
|
-
</periodic>
|
676
|
-
</payment>
|
677
|
-
|
678
|
-
headers:
|
679
|
-
User-Agent:
|
680
|
-
- Typhoeus - https://github.com/typhoeus/typhoeus
|
681
|
-
Content-Type:
|
682
|
-
- application/xml
|
683
|
-
response:
|
684
|
-
status:
|
685
|
-
code: 201
|
686
|
-
message: Created
|
687
|
-
headers:
|
688
|
-
Date:
|
689
|
-
- Thu, 28 Jan 2016 11:50:09 GMT
|
690
|
-
Content-Type:
|
691
|
-
- application/xml;charset=UTF-8
|
692
|
-
Content-Language:
|
693
|
-
- en-US
|
694
|
-
Content-Length:
|
695
|
-
- '1299'
|
696
|
-
Connection:
|
697
|
-
- close
|
698
|
-
body:
|
699
|
-
encoding: UTF-8
|
700
|
-
string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><payment xmlns="http://www.elastic-payments.com/schema/payment"><merchant-account-id>4c901196-eff7-411e-82a3-5ef6b6860d64</merchant-account-id><transaction-id>4825a51c-c5b5-11e5-b3b3-005056a96a54</transaction-id><request-id>1c3d3f78-3092-4460-834e-21d301f0cade</request-id><transaction-type>debit</transaction-type><transaction-state>success</transaction-state><completion-time-stamp>2016-01-28T11:50:09.000Z</completion-time-stamp><statuses><status
|
701
|
-
code="201.0000" description="The resource was successfully created." severity="information"/></statuses><requested-amount
|
702
|
-
currency="EUR">15.00</requested-amount><account-holder><first-name>Bob</first-name><last-name>Hawk</last-name></account-holder><order-number>666</order-number><payment-methods><payment-method
|
703
|
-
name="sepadirectdebit"/></payment-methods><bank-account><iban>DE42512308000000060004</iban><bic>WIREDEMMXXX</bic></bank-account><mandate><mandate-id>2356789</mandate-id><signed-date>2013-08-11</signed-date></mandate><creditor-id>DE98ZZZ09999999999</creditor-id><due-date>2016-02-02</due-date><periodic><periodic-type>recurring</periodic-type><sequence-type>first</sequence-type></periodic><provider-transaction-reference-id>AD7FDFC321</provider-transaction-reference-id></payment>
|
704
|
-
http_version: '1.1'
|
705
|
-
adapter_metadata:
|
706
|
-
effective_url: https://api-test.wirecard.com/engine/rest/paymentmethods/
|
707
|
-
recorded_at: Thu, 28 Jan 2016 11:50:10 GMT
|
708
|
-
- request:
|
709
|
-
method: post
|
710
|
-
uri: https://api-test.wirecard.com/engine/rest/paymentmethods/
|
711
|
-
body:
|
712
|
-
encoding: UTF-8
|
713
|
-
string: |+
|
714
|
-
<payment xmlns="http://www.elastic-payments.com/schema/payment">
|
715
|
-
<merchant-account-id>4c901196-eff7-411e-82a3-5ef6b6860d64</merchant-account-id>
|
716
|
-
<request-id>6a0c613f-2dcd-4669-9fdf-23e47b29181b</request-id>
|
717
|
-
<transaction-type>debit</transaction-type>
|
718
|
-
<requested-amount currency="EUR">15.00</requested-amount>
|
719
|
-
<account-holder>
|
720
|
-
<first-name>Bob</first-name>
|
721
|
-
<last-name>Hawk</last-name>
|
722
|
-
</account-holder>
|
723
|
-
<order-number>666</order-number>
|
724
|
-
<payment-methods>
|
725
|
-
<payment-method name="sepadirectdebit" />
|
726
|
-
</payment-methods>
|
727
|
-
<bank-account>
|
728
|
-
<iban>DE42512308000000060004</iban>
|
729
|
-
<bic>WIREDEMMXXX</bic>
|
730
|
-
</bank-account>
|
731
|
-
<mandate>
|
732
|
-
<mandate-id>2356789</mandate-id>
|
733
|
-
<signed-date>2013-08-11</signed-date>
|
734
|
-
</mandate>
|
735
|
-
<creditor-id>DE98ZZZ09999999999</creditor-id>
|
736
|
-
<periodic>
|
737
|
-
<periodic-type>recurring</periodic-type>
|
738
|
-
<sequence-type>first</sequence-type>
|
739
|
-
</periodic>
|
740
|
-
</payment>
|
741
|
-
|
742
|
-
headers:
|
743
|
-
User-Agent:
|
744
|
-
- Typhoeus - https://github.com/typhoeus/typhoeus
|
745
|
-
Content-Type:
|
746
|
-
- application/xml
|
747
|
-
response:
|
748
|
-
status:
|
749
|
-
code: 201
|
750
|
-
message: Created
|
751
|
-
headers:
|
752
|
-
Date:
|
753
|
-
- Thu, 28 Jan 2016 11:50:32 GMT
|
754
|
-
Content-Type:
|
755
|
-
- application/xml;charset=UTF-8
|
756
|
-
Content-Language:
|
757
|
-
- en-US
|
758
|
-
Content-Length:
|
759
|
-
- '1299'
|
760
|
-
Connection:
|
761
|
-
- close
|
762
|
-
body:
|
763
|
-
encoding: UTF-8
|
764
|
-
string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><payment xmlns="http://www.elastic-payments.com/schema/payment"><merchant-account-id>4c901196-eff7-411e-82a3-5ef6b6860d64</merchant-account-id><transaction-id>55b7c66a-c5b5-11e5-b3b3-005056a96a54</transaction-id><request-id>6a0c613f-2dcd-4669-9fdf-23e47b29181b</request-id><transaction-type>debit</transaction-type><transaction-state>success</transaction-state><completion-time-stamp>2016-01-28T11:50:32.000Z</completion-time-stamp><statuses><status
|
765
|
-
code="201.0000" description="The resource was successfully created." severity="information"/></statuses><requested-amount
|
766
|
-
currency="EUR">15.00</requested-amount><account-holder><first-name>Bob</first-name><last-name>Hawk</last-name></account-holder><order-number>666</order-number><payment-methods><payment-method
|
767
|
-
name="sepadirectdebit"/></payment-methods><bank-account><iban>DE42512308000000060004</iban><bic>WIREDEMMXXX</bic></bank-account><mandate><mandate-id>2356789</mandate-id><signed-date>2013-08-11</signed-date></mandate><creditor-id>DE98ZZZ09999999999</creditor-id><due-date>2016-02-02</due-date><periodic><periodic-type>recurring</periodic-type><sequence-type>first</sequence-type></periodic><provider-transaction-reference-id>CE35117914</provider-transaction-reference-id></payment>
|
768
|
-
http_version: '1.1'
|
769
|
-
adapter_metadata:
|
770
|
-
effective_url: https://api-test.wirecard.com/engine/rest/paymentmethods/
|
771
|
-
recorded_at: Thu, 28 Jan 2016 11:50:32 GMT
|
772
|
-
recorded_with: VCR 3.0.1
|