forked from balanced/balanced-ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscenario.cache
More file actions
554 lines (554 loc) · 274 KB
/
scenario.cache
File metadata and controls
554 lines (554 loc) · 274 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
{
"account_add_card": {
"request": {
"payload": {
"card_uri": "/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/cards/CC5WUKAGJIemxz0Bd7AJ8Lxu"
},
"uri": "/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5U8N8xXdkTgLmmV3wSozLc"
},
"response": "{\n \"_type\": \"account\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"customer_uri\": {\n \"_type\": \"customer\", \n \"key\": \"customer\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"bank_accounts_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5U8N8xXdkTgLmmV3wSozLc/bank_accounts\", \n \"cards_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5U8N8xXdkTgLmmV3wSozLc/cards\", \n \"created_at\": \"2013-10-06T20:27:45.006723Z\", \n \"credits_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5U8N8xXdkTgLmmV3wSozLc/credits\", \n \"customer_uri\": \"/v1/customers/CU5U8N8xXdkTgLmmV3wSozLc\", \n \"debits_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5U8N8xXdkTgLmmV3wSozLc/debits\", \n \"email_address\": null, \n \"holds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5U8N8xXdkTgLmmV3wSozLc/holds\", \n \"id\": \"CU5U8N8xXdkTgLmmV3wSozLc\", \n \"meta\": {}, \n \"name\": null, \n \"refunds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5U8N8xXdkTgLmmV3wSozLc/refunds\", \n \"reversals_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5U8N8xXdkTgLmmV3wSozLc/reversals\", \n \"roles\": [\n \"buyer\"\n ], \n \"transactions_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5U8N8xXdkTgLmmV3wSozLc/transactions\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5U8N8xXdkTgLmmV3wSozLc\"\n}"
},
"account_create": {
"request": {
"uri": "/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts"
},
"response": "{\n \"_type\": \"account\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"customer_uri\": {\n \"_type\": \"customer\", \n \"key\": \"customer\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"bank_accounts_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5Ot8dFlZeEaKzIJd6Xdb1E/bank_accounts\", \n \"cards_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5Ot8dFlZeEaKzIJd6Xdb1E/cards\", \n \"created_at\": \"2013-10-06T20:27:39.963756Z\", \n \"credits_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5Ot8dFlZeEaKzIJd6Xdb1E/credits\", \n \"customer_uri\": \"/v1/customers/CU5Ot8dFlZeEaKzIJd6Xdb1E\", \n \"debits_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5Ot8dFlZeEaKzIJd6Xdb1E/debits\", \n \"email_address\": null, \n \"holds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5Ot8dFlZeEaKzIJd6Xdb1E/holds\", \n \"id\": \"CU5Ot8dFlZeEaKzIJd6Xdb1E\", \n \"meta\": {}, \n \"name\": null, \n \"refunds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5Ot8dFlZeEaKzIJd6Xdb1E/refunds\", \n \"reversals_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5Ot8dFlZeEaKzIJd6Xdb1E/reversals\", \n \"roles\": [], \n \"transactions_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5Ot8dFlZeEaKzIJd6Xdb1E/transactions\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5Ot8dFlZeEaKzIJd6Xdb1E\"\n}"
},
"account_create_buyer": {
"request": {
"payload": {
"card_uri": "/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/cards/CC5T4qufAzoJFaHS2wcGlTeo"
},
"uri": "/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts"
},
"response": "{\n \"_type\": \"account\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"customer_uri\": {\n \"_type\": \"customer\", \n \"key\": \"customer\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"bank_accounts_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5U8N8xXdkTgLmmV3wSozLc/bank_accounts\", \n \"cards_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5U8N8xXdkTgLmmV3wSozLc/cards\", \n \"created_at\": \"2013-10-06T20:27:45.006723Z\", \n \"credits_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5U8N8xXdkTgLmmV3wSozLc/credits\", \n \"customer_uri\": \"/v1/customers/CU5U8N8xXdkTgLmmV3wSozLc\", \n \"debits_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5U8N8xXdkTgLmmV3wSozLc/debits\", \n \"email_address\": null, \n \"holds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5U8N8xXdkTgLmmV3wSozLc/holds\", \n \"id\": \"CU5U8N8xXdkTgLmmV3wSozLc\", \n \"meta\": {}, \n \"name\": null, \n \"refunds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5U8N8xXdkTgLmmV3wSozLc/refunds\", \n \"reversals_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5U8N8xXdkTgLmmV3wSozLc/reversals\", \n \"roles\": [\n \"buyer\"\n ], \n \"transactions_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5U8N8xXdkTgLmmV3wSozLc/transactions\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5U8N8xXdkTgLmmV3wSozLc\"\n}"
},
"account_create_merchant": {
"request": {
"payload": {
"bank_account_uri": "/v1/bank_accounts/BA61ypiv3pJICo3jQJxGTTUO"
},
"uri": "/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5U8N8xXdkTgLmmV3wSozLc"
},
"response": "{\n \"_type\": \"account\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"customer_uri\": {\n \"_type\": \"customer\", \n \"key\": \"customer\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"bank_accounts_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5U8N8xXdkTgLmmV3wSozLc/bank_accounts\", \n \"cards_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5U8N8xXdkTgLmmV3wSozLc/cards\", \n \"created_at\": \"2013-10-06T20:27:45.006723Z\", \n \"credits_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5U8N8xXdkTgLmmV3wSozLc/credits\", \n \"customer_uri\": \"/v1/customers/CU5U8N8xXdkTgLmmV3wSozLc\", \n \"debits_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5U8N8xXdkTgLmmV3wSozLc/debits\", \n \"email_address\": null, \n \"holds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5U8N8xXdkTgLmmV3wSozLc/holds\", \n \"id\": \"CU5U8N8xXdkTgLmmV3wSozLc\", \n \"meta\": {}, \n \"name\": null, \n \"refunds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5U8N8xXdkTgLmmV3wSozLc/refunds\", \n \"reversals_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5U8N8xXdkTgLmmV3wSozLc/reversals\", \n \"roles\": [\n \"buyer\"\n ], \n \"transactions_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5U8N8xXdkTgLmmV3wSozLc/transactions\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5U8N8xXdkTgLmmV3wSozLc\"\n}"
},
"account_underwrite_business": {
"request": {
"accounts_uri": "/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts",
"payload": {
"merchant": {
"name": "Skripts4Kids",
"person": {
"dob": "1989-12",
"name": "Timmy Q. CopyPasta",
"phone_number": "+14089999999",
"postal_code": "94110",
"street_address": "121 Skriptkid Row"
},
"phone_number": "+140899188155",
"postal_code": "91111",
"street_address": "555 VoidMain Road",
"tax_id": "211111111",
"type": "business"
}
}
},
"response": "{\n \"_type\": \"account\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"customer_uri\": {\n \"_type\": \"customer\", \n \"key\": \"customer\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"bank_accounts_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU686QdCtkBQSG7qPah7h28q/bank_accounts\", \n \"cards_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU686QdCtkBQSG7qPah7h28q/cards\", \n \"created_at\": \"2013-10-06T20:27:57.428683Z\", \n \"credits_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU686QdCtkBQSG7qPah7h28q/credits\", \n \"customer_uri\": \"/v1/customers/CU686QdCtkBQSG7qPah7h28q\", \n \"debits_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU686QdCtkBQSG7qPah7h28q/debits\", \n \"email_address\": null, \n \"holds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU686QdCtkBQSG7qPah7h28q/holds\", \n \"id\": \"CU686QdCtkBQSG7qPah7h28q\", \n \"meta\": {}, \n \"name\": \"Timmy Q. CopyPasta\", \n \"refunds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU686QdCtkBQSG7qPah7h28q/refunds\", \n \"reversals_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU686QdCtkBQSG7qPah7h28q/reversals\", \n \"roles\": [\n \"merchant\"\n ], \n \"transactions_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU686QdCtkBQSG7qPah7h28q/transactions\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU686QdCtkBQSG7qPah7h28q\"\n}"
},
"account_underwrite_person": {
"request": {
"accounts_uri": "/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts",
"payload": {
"merchant": {
"dob": "1989-12",
"name": "Timmy Q. CopyPasta",
"phone_number": "+14089999999",
"postal_code": "94110",
"street_address": "121 Skriptkid Row",
"type": "person"
}
}
},
"response": "{\n \"_type\": \"account\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"customer_uri\": {\n \"_type\": \"customer\", \n \"key\": \"customer\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"bank_accounts_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU65hLJYIQeSchgaXss9yvsm/bank_accounts\", \n \"cards_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU65hLJYIQeSchgaXss9yvsm/cards\", \n \"created_at\": \"2013-10-06T20:27:54.915696Z\", \n \"credits_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU65hLJYIQeSchgaXss9yvsm/credits\", \n \"customer_uri\": \"/v1/customers/CU65hLJYIQeSchgaXss9yvsm\", \n \"debits_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU65hLJYIQeSchgaXss9yvsm/debits\", \n \"email_address\": null, \n \"holds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU65hLJYIQeSchgaXss9yvsm/holds\", \n \"id\": \"CU65hLJYIQeSchgaXss9yvsm\", \n \"meta\": {}, \n \"name\": \"Timmy Q. CopyPasta\", \n \"refunds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU65hLJYIQeSchgaXss9yvsm/refunds\", \n \"reversals_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU65hLJYIQeSchgaXss9yvsm/reversals\", \n \"roles\": [\n \"merchant\"\n ], \n \"transactions_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU65hLJYIQeSchgaXss9yvsm/transactions\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU65hLJYIQeSchgaXss9yvsm\"\n}"
},
"api_key": "ak-test-1p1Tsac7gHeMQowL2seB7ieliuAJAufyq",
"api_location": "https://api.balancedpayments.com",
"bank_account_create": {
"request": {
"payload": {
"account_number": "9900000001",
"name": "Johann Bernoulli",
"routing_number": "121000358",
"type": "checking"
},
"uri": "/v1/bank_accounts"
},
"response": "{\n \"_type\": \"bank_account\", \n \"_uris\": {\n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"verifications_uri\": {\n \"_type\": \"page\", \n \"key\": \"verifications\"\n }\n }, \n \"account_number\": \"xxxxxx0001\", \n \"bank_name\": \"BANK OF AMERICA, N.A.\", \n \"can_debit\": false, \n \"created_at\": \"2013-10-06T20:29:08.488055Z\", \n \"credits_uri\": \"/v1/bank_accounts/BA7q1HxYvJr41fVUPk8vMrCm/credits\", \n \"customer\": null, \n \"debits_uri\": \"/v1/bank_accounts/BA7q1HxYvJr41fVUPk8vMrCm/debits\", \n \"fingerprint\": \"5f0ba9fa3f1122ef13b944a40abfe44e7eba9e16934e64200913cb4c402ace14\", \n \"id\": \"BA7q1HxYvJr41fVUPk8vMrCm\", \n \"meta\": {}, \n \"name\": \"Johann Bernoulli\", \n \"routing_number\": \"121000358\", \n \"type\": \"checking\", \n \"uri\": \"/v1/bank_accounts/BA7q1HxYvJr41fVUPk8vMrCm\", \n \"verification_uri\": null, \n \"verifications_uri\": \"/v1/bank_accounts/BA7q1HxYvJr41fVUPk8vMrCm/verifications\"\n}"
},
"bank_account_delete": {
"request": {
"uri": "/v1/bank_accounts/BA6nZLdijPKzQ8RhJNnN1OD6"
}
},
"bank_account_invalid_routing_number": {
"request": {
"payload": {
"account_number": "9900000001",
"name": "Johann Bernoulli",
"routing_number": "100000007",
"type": "checking"
},
"uri": "/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/bank_accounts"
},
"response": "{\n \"_uris\": {}, \n \"additional\": null, \n \"category_code\": \"invalid-routing-number\", \n \"category_type\": \"request\", \n \"description\": \"Routing number is invalid. Your request id is OHM2976802e2ec611e3af6502a1fe52a36c.\", \n \"extras\": {\n \"routing_number\": \"Routing number is invalid.\"\n }, \n \"request_id\": \"OHM2976802e2ec611e3af6502a1fe52a36c\", \n \"status\": \"Bad Request\", \n \"status_code\": 400\n}"
},
"bank_account_list": {
"request": {
"uri": "/v1/bank_accounts"
},
"response": "{\n \"_type\": \"page\", \n \"_uris\": {\n \"first_uri\": {\n \"_type\": \"page\", \n \"key\": \"first\"\n }, \n \"last_uri\": {\n \"_type\": \"page\", \n \"key\": \"last\"\n }, \n \"next_uri\": {\n \"_type\": \"page\", \n \"key\": \"next\"\n }, \n \"previous_uri\": {\n \"_type\": \"page\", \n \"key\": \"previous\"\n }\n }, \n \"first_uri\": \"/v1/bank_accounts?limit=2&offset=0\", \n \"items\": [\n {\n \"_type\": \"bank_account\", \n \"_uris\": {\n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"verifications_uri\": {\n \"_type\": \"page\", \n \"key\": \"verifications\"\n }\n }, \n \"account_number\": \"xxxxxx0001\", \n \"bank_name\": \"BANK OF AMERICA, N.A.\", \n \"can_debit\": false, \n \"created_at\": \"2013-10-06T20:28:19.237197Z\", \n \"credits_uri\": \"/v1/bank_accounts/BA6wDj2MwJTwkPA4s4rEMq2y/credits\", \n \"customer\": null, \n \"debits_uri\": \"/v1/bank_accounts/BA6wDj2MwJTwkPA4s4rEMq2y/debits\", \n \"fingerprint\": \"5f0ba9fa3f1122ef13b944a40abfe44e7eba9e16934e64200913cb4c402ace14\", \n \"id\": \"BA6wDj2MwJTwkPA4s4rEMq2y\", \n \"meta\": {}, \n \"name\": \"Johann Bernoulli\", \n \"routing_number\": \"121000358\", \n \"type\": \"checking\", \n \"uri\": \"/v1/bank_accounts/BA6wDj2MwJTwkPA4s4rEMq2y\", \n \"verification_uri\": null, \n \"verifications_uri\": \"/v1/bank_accounts/BA6wDj2MwJTwkPA4s4rEMq2y/verifications\"\n }, \n {\n \"_type\": \"bank_account\", \n \"_uris\": {\n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"verification_uri\": {\n \"_type\": \"bank_account_authentication\", \n \"key\": \"verification\"\n }, \n \"verifications_uri\": {\n \"_type\": \"page\", \n \"key\": \"verifications\"\n }\n }, \n \"account_number\": \"xxxxxx0001\", \n \"bank_name\": \"SAN MATEO CREDIT UNION\", \n \"can_debit\": true, \n \"created_at\": \"2013-10-06T20:28:11.551319Z\", \n \"credits_uri\": \"/v1/bank_accounts/BA6nZLdijPKzQ8RhJNnN1OD6/credits\", \n \"customer\": {\n \"_type\": \"customer\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"destination_uri\": {\n \"_type\": \"bank_account\", \n \"key\": \"destination\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"source_uri\": {\n \"_type\": \"bank_account\", \n \"key\": \"source\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"address\": {}, \n \"bank_accounts_uri\": \"/v1/customers/CU6okitK2X16aWQ9NPHaTJXk/bank_accounts\", \n \"business_name\": null, \n \"cards_uri\": \"/v1/customers/CU6okitK2X16aWQ9NPHaTJXk/cards\", \n \"created_at\": \"2013-10-06T20:28:11.844924Z\", \n \"credits_uri\": \"/v1/customers/CU6okitK2X16aWQ9NPHaTJXk/credits\", \n \"debits_uri\": \"/v1/customers/CU6okitK2X16aWQ9NPHaTJXk/debits\", \n \"destination_uri\": \"/v1/customers/CU6okitK2X16aWQ9NPHaTJXk/bank_accounts/BA6nZLdijPKzQ8RhJNnN1OD6\", \n \"dob\": null, \n \"ein\": null, \n \"email\": null, \n \"facebook\": null, \n \"holds_uri\": \"/v1/customers/CU6okitK2X16aWQ9NPHaTJXk/holds\", \n \"id\": \"CU6okitK2X16aWQ9NPHaTJXk\", \n \"is_identity_verified\": false, \n \"meta\": {}, \n \"name\": null, \n \"phone\": null, \n \"refunds_uri\": \"/v1/customers/CU6okitK2X16aWQ9NPHaTJXk/refunds\", \n \"reversals_uri\": \"/v1/customers/CU6okitK2X16aWQ9NPHaTJXk/reversals\", \n \"source_uri\": \"/v1/customers/CU6okitK2X16aWQ9NPHaTJXk/bank_accounts/BA6nZLdijPKzQ8RhJNnN1OD6\", \n \"ssn_last4\": null, \n \"transactions_uri\": \"/v1/customers/CU6okitK2X16aWQ9NPHaTJXk/transactions\", \n \"twitter\": null, \n \"uri\": \"/v1/customers/CU6okitK2X16aWQ9NPHaTJXk\"\n }, \n \"debits_uri\": \"/v1/bank_accounts/BA6nZLdijPKzQ8RhJNnN1OD6/debits\", \n \"fingerprint\": \"5f0ba9fa3f1122ef13b944a40abfe44e7eba9e16934e64200913cb4c402ace14\", \n \"id\": \"BA6nZLdijPKzQ8RhJNnN1OD6\", \n \"meta\": {}, \n \"name\": \"Johann Bernoulli\", \n \"routing_number\": \"321174851\", \n \"type\": \"checking\", \n \"uri\": \"/v1/bank_accounts/BA6nZLdijPKzQ8RhJNnN1OD6\", \n \"verification_uri\": \"/v1/bank_accounts/BA6nZLdijPKzQ8RhJNnN1OD6/verifications/BZ6s3ghAmwY5BhnJIrCKSkUo\", \n \"verifications_uri\": \"/v1/bank_accounts/BA6nZLdijPKzQ8RhJNnN1OD6/verifications\"\n }\n ], \n \"last_uri\": \"/v1/bank_accounts?limit=2&offset=4\", \n \"limit\": 2, \n \"next_uri\": \"/v1/bank_accounts?limit=2&offset=2\", \n \"offset\": 0, \n \"previous_uri\": null, \n \"total\": 6, \n \"uri\": \"/v1/bank_accounts?limit=2&offset=0\"\n}"
},
"bank_account_show": {
"request": {
"uri": "/v1/bank_accounts/BA6wDj2MwJTwkPA4s4rEMq2y"
},
"response": "{\n \"_type\": \"bank_account\", \n \"_uris\": {\n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"verifications_uri\": {\n \"_type\": \"page\", \n \"key\": \"verifications\"\n }\n }, \n \"account_number\": \"xxxxxx0001\", \n \"bank_name\": \"BANK OF AMERICA, N.A.\", \n \"can_debit\": false, \n \"created_at\": \"2013-10-06T20:28:19.237197Z\", \n \"credits_uri\": \"/v1/bank_accounts/BA6wDj2MwJTwkPA4s4rEMq2y/credits\", \n \"customer\": null, \n \"debits_uri\": \"/v1/bank_accounts/BA6wDj2MwJTwkPA4s4rEMq2y/debits\", \n \"fingerprint\": \"5f0ba9fa3f1122ef13b944a40abfe44e7eba9e16934e64200913cb4c402ace14\", \n \"id\": \"BA6wDj2MwJTwkPA4s4rEMq2y\", \n \"meta\": {}, \n \"name\": \"Johann Bernoulli\", \n \"routing_number\": \"121000358\", \n \"type\": \"checking\", \n \"uri\": \"/v1/bank_accounts/BA6wDj2MwJTwkPA4s4rEMq2y\", \n \"verification_uri\": null, \n \"verifications_uri\": \"/v1/bank_accounts/BA6wDj2MwJTwkPA4s4rEMq2y/verifications\"\n}"
},
"bank_account_verification_create": {
"request": {
"bank_account_uri": "/v1/bank_accounts/BA6czUjW6j4sMputedTuxXE6",
"uri": "/v1/bank_accounts/BA6czUjW6j4sMputedTuxXE6/verifications"
},
"response": "{\n \"_type\": \"bank_account_authentication\", \n \"_uris\": {}, \n \"attempts\": 0, \n \"created_at\": \"2013-10-06T20:28:05.679481Z\", \n \"id\": \"BZ6homET2r0mlvNiUWUAXqau\", \n \"remaining_attempts\": 3, \n \"state\": \"pending\", \n \"updated_at\": \"2013-10-06T20:28:05.679484Z\", \n \"uri\": \"/v1/bank_accounts/BA6czUjW6j4sMputedTuxXE6/verifications/BZ6homET2r0mlvNiUWUAXqau\"\n}"
},
"bank_account_verification_show": {
"request": {
"bank_account_uri": "/v1/bank_accounts/BA6jdVg9pWO5ePNdL8ucclXi",
"uri": "/v1/bank_accounts/BA6jdVg9pWO5ePNdL8ucclXi/verifications/BZ6lvRngcv6BuAu5m5XZAx8A"
},
"response": "{\n \"_type\": \"bank_account_authentication\", \n \"_uris\": {}, \n \"attempts\": 0, \n \"created_at\": \"2013-10-06T20:28:09.342918Z\", \n \"id\": \"BZ6lvRngcv6BuAu5m5XZAx8A\", \n \"remaining_attempts\": 3, \n \"state\": \"pending\", \n \"updated_at\": \"2013-10-06T20:28:09.342922Z\", \n \"uri\": \"/v1/bank_accounts/BA6jdVg9pWO5ePNdL8ucclXi/verifications/BZ6lvRngcv6BuAu5m5XZAx8A\"\n}"
},
"bank_account_verification_update": {
"request": {
"bank_account_uri": "/v1/bank_accounts/BA6nZLdijPKzQ8RhJNnN1OD6",
"payload": {
"amount_1": 1,
"amount_2": 1
},
"uri": "/v1/bank_accounts/BA6nZLdijPKzQ8RhJNnN1OD6/verifications/BZ6s3ghAmwY5BhnJIrCKSkUo"
},
"response": "{\n \"_type\": \"bank_account_authentication\", \n \"_uris\": {}, \n \"attempts\": 1, \n \"created_at\": \"2013-10-06T20:28:15.156743Z\", \n \"id\": \"BZ6s3ghAmwY5BhnJIrCKSkUo\", \n \"remaining_attempts\": 2, \n \"state\": \"verified\", \n \"updated_at\": \"2013-10-06T20:28:15.952366Z\", \n \"uri\": \"/v1/bank_accounts/BA6nZLdijPKzQ8RhJNnN1OD6/verifications/BZ6s3ghAmwY5BhnJIrCKSkUo\"\n}"
},
"callback_create": {
"request": {
"payload": {
"url": "http://www.example.com/callback"
},
"uri": "/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/callbacks"
},
"response": "{\n \"_type\": \"callback\", \n \"_uris\": {}, \n \"id\": \"CB6DYHGJOCaSxYwDz34j5TGa\", \n \"method\": \"post\", \n \"uri\": \"/v1/callbacks/CB6DYHGJOCaSxYwDz34j5TGa\", \n \"url\": \"http://www.example.com/callback\"\n}"
},
"callback_delete": {
"request": {
"uri": "/v1/callbacks/CB6DYHGJOCaSxYwDz34j5TGa"
}
},
"callback_list": {
"request": {
"uri": "/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/callbacks"
},
"response": "{\n \"_type\": \"page\", \n \"_uris\": {\n \"first_uri\": {\n \"_type\": \"page\", \n \"key\": \"first\"\n }, \n \"last_uri\": {\n \"_type\": \"page\", \n \"key\": \"last\"\n }, \n \"next_uri\": {\n \"_type\": \"page\", \n \"key\": \"next\"\n }, \n \"previous_uri\": {\n \"_type\": \"page\", \n \"key\": \"previous\"\n }\n }, \n \"first_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/callbacks?limit=2&offset=0\", \n \"items\": [\n {\n \"_type\": \"callback\", \n \"_uris\": {}, \n \"id\": \"CB6DYHGJOCaSxYwDz34j5TGa\", \n \"method\": \"post\", \n \"uri\": \"/v1/callbacks/CB6DYHGJOCaSxYwDz34j5TGa\", \n \"url\": \"http://www.example.com/callback\"\n }\n ], \n \"last_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/callbacks?limit=2&offset=0\", \n \"limit\": 2, \n \"next_uri\": null, \n \"offset\": 0, \n \"previous_uri\": null, \n \"total\": 1, \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/callbacks?limit=2&offset=0\"\n}"
},
"callback_show": {
"request": {
"uri": "/v1/callbacks/CB6DYHGJOCaSxYwDz34j5TGa"
},
"response": "{\n \"_type\": \"callback\", \n \"_uris\": {}, \n \"id\": \"CB6DYHGJOCaSxYwDz34j5TGa\", \n \"method\": \"post\", \n \"uri\": \"/v1/callbacks/CB6DYHGJOCaSxYwDz34j5TGa\", \n \"url\": \"http://www.example.com/callback\"\n}"
},
"card_create": {
"request": {
"payload": {
"card_number": "5105105105105100",
"expiration_month": "12",
"expiration_year": "2020",
"security_code": "123"
},
"uri": "/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/cards"
},
"response": "{\n \"_type\": \"card\", \n \"_uris\": {}, \n \"account\": null, \n \"brand\": \"MasterCard\", \n \"card_type\": \"mastercard\", \n \"country_code\": null, \n \"created_at\": \"2013-10-06T20:30:29.309664Z\", \n \"customer\": null, \n \"expiration_month\": 12, \n \"expiration_year\": 2020, \n \"hash\": \"fc4ccd5de54f42a5e75f76fbfde60948440c7a382ee7d21b2bc509ab9cfed788\", \n \"id\": \"CC15RAm6JJIEIae6bicvlWRw\", \n \"is_valid\": true, \n \"is_verified\": true, \n \"last_four\": \"5100\", \n \"meta\": {}, \n \"name\": null, \n \"postal_code\": null, \n \"postal_code_check\": \"unknown\", \n \"security_code_check\": \"passed\", \n \"street_address\": null, \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/cards/CC15RAm6JJIEIae6bicvlWRw\"\n}"
},
"card_delete": {
"request": {
"uri": "/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/cards/CC6NiW8huZV4AxYTDJsjOd7k"
}
},
"card_id": "CC5IfZQXuDAwxodAuibP76vu",
"card_invalidate": {
"request": {
"payload": {
"is_valid": "false"
},
"uri": "/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/cards/CC6NiW8huZV4AxYTDJsjOd7k"
},
"response": "{\n \"_type\": \"card\", \n \"_uris\": {}, \n \"brand\": \"MasterCard\", \n \"card_type\": \"mastercard\", \n \"expiration_month\": 12, \n \"expiration_year\": 2020, \n \"hash\": \"fc4ccd5de54f42a5e75f76fbfde60948440c7a382ee7d21b2bc509ab9cfed788\", \n \"last_four\": \"5100\", \n \"meta\": {\n \"facebook.user_id\": \"0192837465\", \n \"my-own-customer-id\": \"12345\", \n \"twitter.id\": \"1234987650\"\n }, \n \"name\": null\n}"
},
"card_list": {
"request": {
"uri": "/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/cards"
},
"response": "{\n \"_type\": \"page\", \n \"_uris\": {\n \"first_uri\": {\n \"_type\": \"page\", \n \"key\": \"first\"\n }, \n \"last_uri\": {\n \"_type\": \"page\", \n \"key\": \"last\"\n }, \n \"next_uri\": {\n \"_type\": \"page\", \n \"key\": \"next\"\n }, \n \"previous_uri\": {\n \"_type\": \"page\", \n \"key\": \"previous\"\n }\n }, \n \"first_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/cards?limit=2&offset=0\", \n \"items\": [\n {\n \"_type\": \"card\", \n \"_uris\": {}, \n \"account\": null, \n \"brand\": \"MasterCard\", \n \"card_type\": \"mastercard\", \n \"country_code\": null, \n \"created_at\": \"2013-10-06T20:28:34.053289Z\", \n \"customer\": null, \n \"expiration_month\": 12, \n \"expiration_year\": 2020, \n \"hash\": \"fc4ccd5de54f42a5e75f76fbfde60948440c7a382ee7d21b2bc509ab9cfed788\", \n \"id\": \"CC6NiW8huZV4AxYTDJsjOd7k\", \n \"is_valid\": true, \n \"is_verified\": true, \n \"last_four\": \"5100\", \n \"meta\": {}, \n \"name\": null, \n \"postal_code\": null, \n \"postal_code_check\": \"unknown\", \n \"security_code_check\": \"passed\", \n \"street_address\": null, \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/cards/CC6NiW8huZV4AxYTDJsjOd7k\"\n }, \n {\n \"_type\": \"card\", \n \"_uris\": {}, \n \"account\": {\n \"_type\": \"account\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"customer_uri\": {\n \"_type\": \"customer\", \n \"key\": \"customer\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"bank_accounts_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5U8N8xXdkTgLmmV3wSozLc/bank_accounts\", \n \"cards_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5U8N8xXdkTgLmmV3wSozLc/cards\", \n \"created_at\": \"2013-10-06T20:27:45.006723Z\", \n \"credits_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5U8N8xXdkTgLmmV3wSozLc/credits\", \n \"customer_uri\": \"/v1/customers/CU5U8N8xXdkTgLmmV3wSozLc\", \n \"debits_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5U8N8xXdkTgLmmV3wSozLc/debits\", \n \"email_address\": null, \n \"holds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5U8N8xXdkTgLmmV3wSozLc/holds\", \n \"id\": \"CU5U8N8xXdkTgLmmV3wSozLc\", \n \"meta\": {}, \n \"name\": null, \n \"refunds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5U8N8xXdkTgLmmV3wSozLc/refunds\", \n \"reversals_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5U8N8xXdkTgLmmV3wSozLc/reversals\", \n \"roles\": [\n \"buyer\"\n ], \n \"transactions_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5U8N8xXdkTgLmmV3wSozLc/transactions\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5U8N8xXdkTgLmmV3wSozLc\"\n }, \n \"brand\": \"MasterCard\", \n \"card_type\": \"mastercard\", \n \"country_code\": null, \n \"created_at\": \"2013-10-06T20:27:47.472457Z\", \n \"customer\": {\n \"_type\": \"customer\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"destination_uri\": {\n \"_type\": \"bank_account\", \n \"key\": \"destination\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"source_uri\": {\n \"_type\": \"card\", \n \"key\": \"source\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"address\": {}, \n \"bank_accounts_uri\": \"/v1/customers/CU5U8N8xXdkTgLmmV3wSozLc/bank_accounts\", \n \"business_name\": null, \n \"cards_uri\": \"/v1/customers/CU5U8N8xXdkTgLmmV3wSozLc/cards\", \n \"created_at\": \"2013-10-06T20:27:45.006723Z\", \n \"credits_uri\": \"/v1/customers/CU5U8N8xXdkTgLmmV3wSozLc/credits\", \n \"debits_uri\": \"/v1/customers/CU5U8N8xXdkTgLmmV3wSozLc/debits\", \n \"destination_uri\": \"/v1/customers/CU5U8N8xXdkTgLmmV3wSozLc/bank_accounts/BA61ypiv3pJICo3jQJxGTTUO\", \n \"dob\": null, \n \"ein\": null, \n \"email\": null, \n \"facebook\": null, \n \"holds_uri\": \"/v1/customers/CU5U8N8xXdkTgLmmV3wSozLc/holds\", \n \"id\": \"CU5U8N8xXdkTgLmmV3wSozLc\", \n \"is_identity_verified\": false, \n \"meta\": {}, \n \"name\": null, \n \"phone\": null, \n \"refunds_uri\": \"/v1/customers/CU5U8N8xXdkTgLmmV3wSozLc/refunds\", \n \"reversals_uri\": \"/v1/customers/CU5U8N8xXdkTgLmmV3wSozLc/reversals\", \n \"source_uri\": \"/v1/customers/CU5U8N8xXdkTgLmmV3wSozLc/cards/CC5WUKAGJIemxz0Bd7AJ8Lxu\", \n \"ssn_last4\": null, \n \"transactions_uri\": \"/v1/customers/CU5U8N8xXdkTgLmmV3wSozLc/transactions\", \n \"twitter\": null, \n \"uri\": \"/v1/customers/CU5U8N8xXdkTgLmmV3wSozLc\"\n }, \n \"expiration_month\": 12, \n \"expiration_year\": 2020, \n \"hash\": \"fc4ccd5de54f42a5e75f76fbfde60948440c7a382ee7d21b2bc509ab9cfed788\", \n \"id\": \"CC5WUKAGJIemxz0Bd7AJ8Lxu\", \n \"is_valid\": true, \n \"is_verified\": true, \n \"last_four\": \"5100\", \n \"meta\": {}, \n \"name\": null, \n \"postal_code\": null, \n \"postal_code_check\": \"unknown\", \n \"security_code_check\": \"passed\", \n \"street_address\": null, \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5U8N8xXdkTgLmmV3wSozLc/cards/CC5WUKAGJIemxz0Bd7AJ8Lxu\"\n }\n ], \n \"last_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/cards?limit=2&offset=2\", \n \"limit\": 2, \n \"next_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/cards?limit=2&offset=2\", \n \"offset\": 0, \n \"previous_uri\": null, \n \"total\": 4, \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/cards?limit=2&offset=0\"\n}"
},
"card_show": {
"request": {
"uri": "/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/cards/CC6NiW8huZV4AxYTDJsjOd7k"
},
"response": "{\n \"_type\": \"card\", \n \"_uris\": {}, \n \"account\": null, \n \"brand\": \"MasterCard\", \n \"card_type\": \"mastercard\", \n \"country_code\": null, \n \"created_at\": \"2013-10-06T20:28:34.053289Z\", \n \"customer\": null, \n \"expiration_month\": 12, \n \"expiration_year\": 2020, \n \"hash\": \"fc4ccd5de54f42a5e75f76fbfde60948440c7a382ee7d21b2bc509ab9cfed788\", \n \"id\": \"CC6NiW8huZV4AxYTDJsjOd7k\", \n \"is_valid\": true, \n \"is_verified\": true, \n \"last_four\": \"5100\", \n \"meta\": {}, \n \"name\": null, \n \"postal_code\": null, \n \"postal_code_check\": \"unknown\", \n \"security_code_check\": \"passed\", \n \"street_address\": null, \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/cards/CC6NiW8huZV4AxYTDJsjOd7k\"\n}"
},
"card_update": {
"request": {
"payload": {
"meta": {
"facebook.user_id": "0192837465",
"my-own-customer-id": "12345",
"twitter.id": "1234987650"
}
},
"uri": "/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/cards/CC6NiW8huZV4AxYTDJsjOd7k"
},
"response": "{\n \"_type\": \"card\", \n \"_uris\": {}, \n \"account\": null, \n \"brand\": \"MasterCard\", \n \"card_type\": \"mastercard\", \n \"country_code\": null, \n \"created_at\": \"2013-10-06T20:28:34.053289Z\", \n \"customer\": null, \n \"expiration_month\": 12, \n \"expiration_year\": 2020, \n \"hash\": \"fc4ccd5de54f42a5e75f76fbfde60948440c7a382ee7d21b2bc509ab9cfed788\", \n \"id\": \"CC6NiW8huZV4AxYTDJsjOd7k\", \n \"is_valid\": true, \n \"is_verified\": true, \n \"last_four\": \"5100\", \n \"meta\": {\n \"facebook.user_id\": \"0192837465\", \n \"my-own-customer-id\": \"12345\", \n \"twitter.id\": \"1234987650\"\n }, \n \"name\": null, \n \"postal_code\": null, \n \"postal_code_check\": \"unknown\", \n \"security_code_check\": \"passed\", \n \"street_address\": null, \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/cards/CC6NiW8huZV4AxYTDJsjOd7k\"\n}"
},
"card_uri": "/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/cards/CC5IfZQXuDAwxodAuibP76vu",
"credit_bank_account_list": {
"request": {
"id": "BA6wDj2MwJTwkPA4s4rEMq2y",
"uri": "/v1/bank_accounts/BA6wDj2MwJTwkPA4s4rEMq2y"
},
"response": "{\n \"_type\": \"page\", \n \"_uris\": {\n \"first_uri\": {\n \"_type\": \"page\", \n \"key\": \"first\"\n }, \n \"last_uri\": {\n \"_type\": \"page\", \n \"key\": \"last\"\n }, \n \"next_uri\": {\n \"_type\": \"page\", \n \"key\": \"next\"\n }, \n \"previous_uri\": {\n \"_type\": \"page\", \n \"key\": \"previous\"\n }\n }, \n \"first_uri\": \"/v1/bank_accounts/BA6wDj2MwJTwkPA4s4rEMq2y/credits?limit=2&offset=0\", \n \"items\": [\n {\n \"_type\": \"credit\", \n \"_uris\": {\n \"events_uri\": {\n \"_type\": \"page\", \n \"key\": \"events\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }\n }, \n \"amount\": 10000, \n \"appears_on_statement_as\": \"example.com\", \n \"bank_account\": {\n \"_type\": \"bank_account\", \n \"_uris\": {\n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"verifications_uri\": {\n \"_type\": \"page\", \n \"key\": \"verifications\"\n }\n }, \n \"account_number\": \"xxxxxx0001\", \n \"bank_name\": \"BANK OF AMERICA, N.A.\", \n \"can_debit\": false, \n \"created_at\": \"2013-10-06T20:28:19.237197Z\", \n \"credits_uri\": \"/v1/bank_accounts/BA6wDj2MwJTwkPA4s4rEMq2y/credits\", \n \"customer_uri\": null, \n \"debits_uri\": \"/v1/bank_accounts/BA6wDj2MwJTwkPA4s4rEMq2y/debits\", \n \"fingerprint\": \"5f0ba9fa3f1122ef13b944a40abfe44e7eba9e16934e64200913cb4c402ace14\", \n \"id\": \"BA6wDj2MwJTwkPA4s4rEMq2y\", \n \"meta\": {}, \n \"name\": \"Johann Bernoulli\", \n \"routing_number\": \"121000358\", \n \"type\": \"checking\", \n \"uri\": \"/v1/bank_accounts/BA6wDj2MwJTwkPA4s4rEMq2y\", \n \"verification_uri\": null, \n \"verifications_uri\": \"/v1/bank_accounts/BA6wDj2MwJTwkPA4s4rEMq2y/verifications\"\n }, \n \"created_at\": \"2013-10-06T20:28:46.337646Z\", \n \"description\": null, \n \"events_uri\": \"/v1/credits/CR7169XHa7vwMKZDMlvgIP1u/events\", \n \"id\": \"CR7169XHa7vwMKZDMlvgIP1u\", \n \"meta\": {}, \n \"reversals_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/credits/CR7169XHa7vwMKZDMlvgIP1u/reversals\", \n \"status\": \"paid\", \n \"uri\": \"/v1/credits/CR7169XHa7vwMKZDMlvgIP1u\"\n }\n ], \n \"last_uri\": \"/v1/bank_accounts/BA6wDj2MwJTwkPA4s4rEMq2y/credits?limit=2&offset=0\", \n \"limit\": 2, \n \"next_uri\": null, \n \"offset\": 0, \n \"previous_uri\": null, \n \"total\": 1, \n \"uri\": \"/v1/bank_accounts/BA6wDj2MwJTwkPA4s4rEMq2y/credits?limit=2&offset=0\"\n}"
},
"credit_create_existing_bank_account": {
"request": {
"id": "BA6wDj2MwJTwkPA4s4rEMq2y",
"payload": {
"amount": 10000
},
"uri": "/v1/bank_accounts/BA6wDj2MwJTwkPA4s4rEMq2y"
},
"response": "{\n \"_type\": \"credit\", \n \"_uris\": {\n \"events_uri\": {\n \"_type\": \"page\", \n \"key\": \"events\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }\n }, \n \"amount\": 10000, \n \"appears_on_statement_as\": \"example.com\", \n \"bank_account\": {\n \"_type\": \"bank_account\", \n \"_uris\": {\n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"verifications_uri\": {\n \"_type\": \"page\", \n \"key\": \"verifications\"\n }\n }, \n \"account_number\": \"xxxxxx0001\", \n \"bank_name\": \"BANK OF AMERICA, N.A.\", \n \"can_debit\": false, \n \"created_at\": \"2013-10-06T20:28:19.237197Z\", \n \"credits_uri\": \"/v1/bank_accounts/BA6wDj2MwJTwkPA4s4rEMq2y/credits\", \n \"customer_uri\": null, \n \"debits_uri\": \"/v1/bank_accounts/BA6wDj2MwJTwkPA4s4rEMq2y/debits\", \n \"fingerprint\": \"5f0ba9fa3f1122ef13b944a40abfe44e7eba9e16934e64200913cb4c402ace14\", \n \"id\": \"BA6wDj2MwJTwkPA4s4rEMq2y\", \n \"meta\": {}, \n \"name\": \"Johann Bernoulli\", \n \"routing_number\": \"121000358\", \n \"type\": \"checking\", \n \"uri\": \"/v1/bank_accounts/BA6wDj2MwJTwkPA4s4rEMq2y\", \n \"verification_uri\": null, \n \"verifications_uri\": \"/v1/bank_accounts/BA6wDj2MwJTwkPA4s4rEMq2y/verifications\"\n }, \n \"created_at\": \"2013-10-06T20:28:46.337646Z\", \n \"description\": null, \n \"events_uri\": \"/v1/credits/CR7169XHa7vwMKZDMlvgIP1u/events\", \n \"id\": \"CR7169XHa7vwMKZDMlvgIP1u\", \n \"meta\": {}, \n \"reversals_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/credits/CR7169XHa7vwMKZDMlvgIP1u/reversals\", \n \"status\": \"paid\", \n \"uri\": \"/v1/credits/CR7169XHa7vwMKZDMlvgIP1u\"\n}"
},
"credit_create_new_bank_account": {
"request": {
"payload": {
"amount": 10000,
"bank_account": {
"account_number": "9900000001",
"name": "Johann Bernoulli",
"routing_number": "121000358",
"type": "checking"
}
},
"uri": "/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/credits"
},
"response": "{\n \"_type\": \"credit\", \n \"_uris\": {\n \"events_uri\": {\n \"_type\": \"page\", \n \"key\": \"events\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }\n }, \n \"account\": null, \n \"amount\": 10000, \n \"appears_on_statement_as\": \"example.com\", \n \"available_at\": null, \n \"bank_account\": {\n \"_type\": \"bank_account\", \n \"_uris\": {}, \n \"account_number\": \"xxxxxx0001\", \n \"bank_name\": \"BANK OF AMERICA, N.A.\", \n \"can_debit\": false, \n \"fingerprint\": \"1eH719hwbYRpEILVKyboPs_pn\", \n \"meta\": {}, \n \"name\": \"Johann Bernoulli\", \n \"routing_number\": \"121000358\", \n \"type\": \"checking\"\n }, \n \"created_at\": \"2013-10-06T20:28:43.667583Z\", \n \"customer\": null, \n \"description\": null, \n \"destination\": {\n \"_type\": \"bank_account\", \n \"_uris\": {}, \n \"account_number\": \"xxxxxx0001\", \n \"bank_name\": \"BANK OF AMERICA, N.A.\", \n \"can_debit\": false, \n \"fingerprint\": \"1eH719hwbYRpEILVKyboPs_pn\", \n \"meta\": {}, \n \"name\": \"Johann Bernoulli\", \n \"routing_number\": \"121000358\", \n \"type\": \"checking\"\n }, \n \"events_uri\": \"/v1/credits/CR6Y384863fzeb73YbW5NHVe/events\", \n \"fee\": null, \n \"id\": \"CR6Y384863fzeb73YbW5NHVe\", \n \"meta\": {}, \n \"reversals_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/credits/CR6Y384863fzeb73YbW5NHVe/reversals\", \n \"state\": \"pending\", \n \"status\": \"pending\", \n \"transaction_number\": \"CR727-852-9342\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/credits/CR6Y384863fzeb73YbW5NHVe\"\n}"
},
"credit_customer_list": {
"request": {
"customer_uri": "/v1/customers/CU6bg92aGrSXuWUF6usdhBbw",
"payload": {
"amount": 100
},
"uri": "/v1/customers/CU6bg92aGrSXuWUF6usdhBbw/credits"
},
"response": "{\n \"_type\": \"page\", \n \"_uris\": {\n \"first_uri\": {\n \"_type\": \"page\", \n \"key\": \"first\"\n }, \n \"last_uri\": {\n \"_type\": \"page\", \n \"key\": \"last\"\n }, \n \"next_uri\": {\n \"_type\": \"page\", \n \"key\": \"next\"\n }, \n \"previous_uri\": {\n \"_type\": \"page\", \n \"key\": \"previous\"\n }\n }, \n \"first_uri\": \"/v1/customers/CU6bg92aGrSXuWUF6usdhBbw/credits?limit=2&offset=0\", \n \"items\": [\n {\n \"_type\": \"credit\", \n \"_uris\": {\n \"events_uri\": {\n \"_type\": \"page\", \n \"key\": \"events\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }\n }, \n \"amount\": 100, \n \"appears_on_statement_as\": \"example.com\", \n \"available_at\": \"2013-10-06T20:28:55.207664Z\", \n \"bank_account\": {\n \"_type\": \"bank_account\", \n \"_uris\": {\n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"verification_uri\": {\n \"_type\": \"bank_account_authentication\", \n \"key\": \"verification\"\n }, \n \"verifications_uri\": {\n \"_type\": \"page\", \n \"key\": \"verifications\"\n }\n }, \n \"account_number\": \"xxxxxx0001\", \n \"bank_code\": \"121000358\", \n \"bank_name\": \"BANK OF AMERICA, N.A.\", \n \"can_debit\": false, \n \"created_at\": \"2013-10-06T20:28:01.399715Z\", \n \"credits_uri\": \"/v1/bank_accounts/BA6czUjW6j4sMputedTuxXE6/credits\", \n \"customer_uri\": \"/v1/customers/CU6bg92aGrSXuWUF6usdhBbw\", \n \"debits_uri\": \"/v1/bank_accounts/BA6czUjW6j4sMputedTuxXE6/debits\", \n \"fingerprint\": \"5f0ba9fa3f1122ef13b944a40abfe44e7eba9e16934e64200913cb4c402ace14\", \n \"id\": \"BA6czUjW6j4sMputedTuxXE6\", \n \"is_valid\": true, \n \"last_four\": \"0001\", \n \"meta\": {}, \n \"name\": \"Johann Bernoulli\", \n \"routing_number\": \"121000358\", \n \"type\": \"checking\", \n \"uri\": \"/v1/customers/CU6bg92aGrSXuWUF6usdhBbw/bank_accounts/BA6czUjW6j4sMputedTuxXE6\", \n \"verification_uri\": \"/v1/bank_accounts/BA6czUjW6j4sMputedTuxXE6/verifications/BZ6homET2r0mlvNiUWUAXqau\", \n \"verifications_uri\": \"/v1/bank_accounts/BA6czUjW6j4sMputedTuxXE6/verifications\"\n }, \n \"created_at\": \"2013-10-06T20:28:54.906765Z\", \n \"customer\": {\n \"_type\": \"customer\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"destination_uri\": {\n \"_type\": \"bank_account\", \n \"key\": \"destination\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"address\": {}, \n \"bank_accounts_uri\": \"/v1/customers/CU6bg92aGrSXuWUF6usdhBbw/bank_accounts\", \n \"business_name\": null, \n \"cards_uri\": \"/v1/customers/CU6bg92aGrSXuWUF6usdhBbw/cards\", \n \"created_at\": \"2013-10-06T20:28:00.233662Z\", \n \"credits_uri\": \"/v1/customers/CU6bg92aGrSXuWUF6usdhBbw/credits\", \n \"debits_uri\": \"/v1/customers/CU6bg92aGrSXuWUF6usdhBbw/debits\", \n \"destination_uri\": \"/v1/customers/CU6bg92aGrSXuWUF6usdhBbw/bank_accounts/BA6czUjW6j4sMputedTuxXE6\", \n \"dob\": null, \n \"ein\": null, \n \"email\": null, \n \"facebook\": null, \n \"holds_uri\": \"/v1/customers/CU6bg92aGrSXuWUF6usdhBbw/holds\", \n \"id\": \"CU6bg92aGrSXuWUF6usdhBbw\", \n \"is_identity_verified\": false, \n \"meta\": {}, \n \"name\": null, \n \"phone\": null, \n \"refunds_uri\": \"/v1/customers/CU6bg92aGrSXuWUF6usdhBbw/refunds\", \n \"reversals_uri\": \"/v1/customers/CU6bg92aGrSXuWUF6usdhBbw/reversals\", \n \"source_uri\": null, \n \"ssn_last4\": null, \n \"transactions_uri\": \"/v1/customers/CU6bg92aGrSXuWUF6usdhBbw/transactions\", \n \"twitter\": null, \n \"uri\": \"/v1/customers/CU6bg92aGrSXuWUF6usdhBbw\"\n }, \n \"description\": null, \n \"destination\": {\n \"_type\": \"bank_account\", \n \"_uris\": {\n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"verification_uri\": {\n \"_type\": \"bank_account_authentication\", \n \"key\": \"verification\"\n }, \n \"verifications_uri\": {\n \"_type\": \"page\", \n \"key\": \"verifications\"\n }\n }, \n \"account_number\": \"xxxxxx0001\", \n \"bank_code\": \"121000358\", \n \"bank_name\": \"BANK OF AMERICA, N.A.\", \n \"can_debit\": false, \n \"created_at\": \"2013-10-06T20:28:01.399715Z\", \n \"credits_uri\": \"/v1/bank_accounts/BA6czUjW6j4sMputedTuxXE6/credits\", \n \"customer_uri\": \"/v1/customers/CU6bg92aGrSXuWUF6usdhBbw\", \n \"debits_uri\": \"/v1/bank_accounts/BA6czUjW6j4sMputedTuxXE6/debits\", \n \"fingerprint\": \"5f0ba9fa3f1122ef13b944a40abfe44e7eba9e16934e64200913cb4c402ace14\", \n \"id\": \"BA6czUjW6j4sMputedTuxXE6\", \n \"is_valid\": true, \n \"last_four\": \"0001\", \n \"meta\": {}, \n \"name\": \"Johann Bernoulli\", \n \"routing_number\": \"121000358\", \n \"type\": \"checking\", \n \"uri\": \"/v1/customers/CU6bg92aGrSXuWUF6usdhBbw/bank_accounts/BA6czUjW6j4sMputedTuxXE6\", \n \"verification_uri\": \"/v1/bank_accounts/BA6czUjW6j4sMputedTuxXE6/verifications/BZ6homET2r0mlvNiUWUAXqau\", \n \"verifications_uri\": \"/v1/bank_accounts/BA6czUjW6j4sMputedTuxXE6/verifications\"\n }, \n \"events_uri\": \"/v1/credits/CR7aHw31pfuRF7dm7p3HvlKm/events\", \n \"fee\": null, \n \"id\": \"CR7aHw31pfuRF7dm7p3HvlKm\", \n \"meta\": {}, \n \"reversals_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/credits/CR7aHw31pfuRF7dm7p3HvlKm/reversals\", \n \"state\": \"cleared\", \n \"status\": \"paid\", \n \"transaction_number\": \"CR695-931-7960\", \n \"uri\": \"/v1/customers/CU6bg92aGrSXuWUF6usdhBbw/credits/CR7aHw31pfuRF7dm7p3HvlKm\"\n }\n ], \n \"last_uri\": \"/v1/customers/CU6bg92aGrSXuWUF6usdhBbw/credits?limit=2&offset=0\", \n \"limit\": 2, \n \"next_uri\": null, \n \"offset\": 0, \n \"previous_uri\": null, \n \"total\": 1, \n \"uri\": \"/v1/customers/CU6bg92aGrSXuWUF6usdhBbw/credits?limit=2&offset=0\"\n}"
},
"credit_failed_state": {
"request": {
"payload": {
"amount": 10000,
"bank_account": {
"account_number": "9900000005",
"name": "Johann Bernoulli",
"routing_number": "121000358",
"type": "checking"
}
},
"uri": "/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/credits"
},
"response": "{\n \"_type\": \"credit\", \n \"_uris\": {\n \"events_uri\": {\n \"_type\": \"page\", \n \"key\": \"events\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }\n }, \n \"account\": null, \n \"amount\": 10000, \n \"appears_on_statement_as\": \"example.com\", \n \"available_at\": \"2013-10-06T20:30:47.659189Z\", \n \"bank_account\": {\n \"_type\": \"bank_account\", \n \"_uris\": {}, \n \"account_number\": \"xxxxxx0005\", \n \"bank_name\": \"BANK OF AMERICA, N.A.\", \n \"can_debit\": false, \n \"fingerprint\": \"3R52VfZiwPEUN5JwIDD5ea_fd\", \n \"meta\": {}, \n \"name\": \"Johann Bernoulli\", \n \"routing_number\": \"121000358\", \n \"type\": \"checking\"\n }, \n \"created_at\": \"2013-10-06T20:30:47.357072Z\", \n \"customer\": null, \n \"description\": null, \n \"destination\": {\n \"_type\": \"bank_account\", \n \"_uris\": {}, \n \"account_number\": \"xxxxxx0005\", \n \"bank_name\": \"BANK OF AMERICA, N.A.\", \n \"can_debit\": false, \n \"fingerprint\": \"3R52VfZiwPEUN5JwIDD5ea_fd\", \n \"meta\": {}, \n \"name\": \"Johann Bernoulli\", \n \"routing_number\": \"121000358\", \n \"type\": \"checking\"\n }, \n \"events_uri\": \"/v1/credits/CR1q87grQYGX3DfNZ1AMih0Q/events\", \n \"fee\": null, \n \"id\": \"CR1q87grQYGX3DfNZ1AMih0Q\", \n \"meta\": {}, \n \"reversals_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/credits/CR1q87grQYGX3DfNZ1AMih0Q/reversals\", \n \"state\": \"rejected\", \n \"status\": \"failed\", \n \"transaction_number\": \"CR457-249-2776\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/credits/CR1q87grQYGX3DfNZ1AMih0Q\"\n}"
},
"credit_list": {
"request": {},
"response": "{\n \"_type\": \"page\", \n \"_uris\": {\n \"first_uri\": {\n \"_type\": \"page\", \n \"key\": \"first\"\n }, \n \"last_uri\": {\n \"_type\": \"page\", \n \"key\": \"last\"\n }, \n \"next_uri\": {\n \"_type\": \"page\", \n \"key\": \"next\"\n }, \n \"previous_uri\": {\n \"_type\": \"page\", \n \"key\": \"previous\"\n }\n }, \n \"first_uri\": \"/v1/credits?limit=10&offset=0\", \n \"items\": [\n {\n \"_type\": \"credit\", \n \"_uris\": {\n \"events_uri\": {\n \"_type\": \"page\", \n \"key\": \"events\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }\n }, \n \"amount\": 10000, \n \"appears_on_statement_as\": \"example.com\", \n \"bank_account\": {\n \"_type\": \"bank_account\", \n \"_uris\": {\n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"verifications_uri\": {\n \"_type\": \"page\", \n \"key\": \"verifications\"\n }\n }, \n \"account_number\": \"xxxxxx0001\", \n \"bank_name\": \"BANK OF AMERICA, N.A.\", \n \"can_debit\": false, \n \"created_at\": \"2013-10-06T20:28:19.237197Z\", \n \"credits_uri\": \"/v1/bank_accounts/BA6wDj2MwJTwkPA4s4rEMq2y/credits\", \n \"customer_uri\": null, \n \"debits_uri\": \"/v1/bank_accounts/BA6wDj2MwJTwkPA4s4rEMq2y/debits\", \n \"fingerprint\": \"5f0ba9fa3f1122ef13b944a40abfe44e7eba9e16934e64200913cb4c402ace14\", \n \"id\": \"BA6wDj2MwJTwkPA4s4rEMq2y\", \n \"meta\": {}, \n \"name\": \"Johann Bernoulli\", \n \"routing_number\": \"121000358\", \n \"type\": \"checking\", \n \"uri\": \"/v1/bank_accounts/BA6wDj2MwJTwkPA4s4rEMq2y\", \n \"verification_uri\": null, \n \"verifications_uri\": \"/v1/bank_accounts/BA6wDj2MwJTwkPA4s4rEMq2y/verifications\"\n }, \n \"created_at\": \"2013-10-06T20:28:46.337646Z\", \n \"description\": null, \n \"events_uri\": \"/v1/credits/CR7169XHa7vwMKZDMlvgIP1u/events\", \n \"id\": \"CR7169XHa7vwMKZDMlvgIP1u\", \n \"meta\": {}, \n \"reversals_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/credits/CR7169XHa7vwMKZDMlvgIP1u/reversals\", \n \"status\": \"paid\", \n \"uri\": \"/v1/credits/CR7169XHa7vwMKZDMlvgIP1u\"\n }, \n {\n \"_type\": \"credit\", \n \"_uris\": {\n \"events_uri\": {\n \"_type\": \"page\", \n \"key\": \"events\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }\n }, \n \"amount\": 10000, \n \"appears_on_statement_as\": \"example.com\", \n \"bank_account\": {\n \"_type\": \"bank_account\", \n \"_uris\": {}, \n \"account_number\": \"xxxxxx0001\", \n \"bank_name\": \"BANK OF AMERICA, N.A.\", \n \"can_debit\": false, \n \"fingerprint\": \"1eH719hwbYRpEILVKyboPs_pn\", \n \"meta\": {}, \n \"name\": \"Johann Bernoulli\", \n \"routing_number\": \"121000358\", \n \"type\": \"checking\"\n }, \n \"created_at\": \"2013-10-06T20:28:43.667583Z\", \n \"description\": null, \n \"events_uri\": \"/v1/credits/CR6Y384863fzeb73YbW5NHVe/events\", \n \"id\": \"CR6Y384863fzeb73YbW5NHVe\", \n \"meta\": {}, \n \"reversals_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/credits/CR6Y384863fzeb73YbW5NHVe/reversals\", \n \"status\": \"pending\", \n \"uri\": \"/v1/credits/CR6Y384863fzeb73YbW5NHVe\"\n }\n ], \n \"last_uri\": \"/v1/credits?limit=10&offset=0\", \n \"limit\": 10, \n \"next_uri\": null, \n \"offset\": 0, \n \"previous_uri\": null, \n \"total\": 2, \n \"uri\": \"/v1/credits?limit=10&offset=0\"\n}"
},
"credit_paid_state": {
"request": {
"payload": {
"amount": 10000,
"bank_account": {
"account_number": "9900000002",
"name": "Johann Bernoulli",
"routing_number": "121000358",
"type": "checking"
}
},
"uri": "/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/credits"
},
"response": "{\n \"_type\": \"credit\", \n \"_uris\": {\n \"events_uri\": {\n \"_type\": \"page\", \n \"key\": \"events\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }\n }, \n \"account\": null, \n \"amount\": 10000, \n \"appears_on_statement_as\": \"example.com\", \n \"available_at\": \"2013-10-06T20:30:43.768616Z\", \n \"bank_account\": {\n \"_type\": \"bank_account\", \n \"_uris\": {}, \n \"account_number\": \"xxxxxx0002\", \n \"bank_name\": \"BANK OF AMERICA, N.A.\", \n \"can_debit\": false, \n \"fingerprint\": \"17Qna8Ugvj8mx9Lu9TOgpd_pd\", \n \"meta\": {}, \n \"name\": \"Johann Bernoulli\", \n \"routing_number\": \"121000358\", \n \"type\": \"checking\"\n }, \n \"created_at\": \"2013-10-06T20:30:43.397783Z\", \n \"customer\": null, \n \"description\": null, \n \"destination\": {\n \"_type\": \"bank_account\", \n \"_uris\": {}, \n \"account_number\": \"xxxxxx0002\", \n \"bank_name\": \"BANK OF AMERICA, N.A.\", \n \"can_debit\": false, \n \"fingerprint\": \"17Qna8Ugvj8mx9Lu9TOgpd_pd\", \n \"meta\": {}, \n \"name\": \"Johann Bernoulli\", \n \"routing_number\": \"121000358\", \n \"type\": \"checking\"\n }, \n \"events_uri\": \"/v1/credits/CR1lDV90LOIPb9zySDFSu4nu/events\", \n \"fee\": null, \n \"id\": \"CR1lDV90LOIPb9zySDFSu4nu\", \n \"meta\": {}, \n \"reversals_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/credits/CR1lDV90LOIPb9zySDFSu4nu/reversals\", \n \"state\": \"cleared\", \n \"status\": \"paid\", \n \"transaction_number\": \"CR011-199-8708\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/credits/CR1lDV90LOIPb9zySDFSu4nu\"\n}"
},
"credit_pending_state": {
"request": {
"payload": {
"amount": 10000,
"bank_account": {
"account_number": "9900000001",
"name": "Johann Bernoulli",
"routing_number": "121000358",
"type": "checking"
}
},
"uri": "/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/credits"
},
"response": "{\n \"_type\": \"credit\", \n \"_uris\": {\n \"events_uri\": {\n \"_type\": \"page\", \n \"key\": \"events\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }\n }, \n \"account\": null, \n \"amount\": 10000, \n \"appears_on_statement_as\": \"example.com\", \n \"available_at\": null, \n \"bank_account\": {\n \"_type\": \"bank_account\", \n \"_uris\": {}, \n \"account_number\": \"xxxxxx0001\", \n \"bank_name\": \"BANK OF AMERICA, N.A.\", \n \"can_debit\": false, \n \"fingerprint\": \"1eH719hwbYRpEILVKyboPs_pn\", \n \"meta\": {}, \n \"name\": \"Johann Bernoulli\", \n \"routing_number\": \"121000358\", \n \"type\": \"checking\"\n }, \n \"created_at\": \"2013-10-06T20:30:40.560614Z\", \n \"customer\": null, \n \"description\": null, \n \"destination\": {\n \"_type\": \"bank_account\", \n \"_uris\": {}, \n \"account_number\": \"xxxxxx0001\", \n \"bank_name\": \"BANK OF AMERICA, N.A.\", \n \"can_debit\": false, \n \"fingerprint\": \"1eH719hwbYRpEILVKyboPs_pn\", \n \"meta\": {}, \n \"name\": \"Johann Bernoulli\", \n \"routing_number\": \"121000358\", \n \"type\": \"checking\"\n }, \n \"events_uri\": \"/v1/credits/CR1itQgvSkE8jx9wCdzFL8fm/events\", \n \"fee\": null, \n \"id\": \"CR1itQgvSkE8jx9wCdzFL8fm\", \n \"meta\": {}, \n \"reversals_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/credits/CR1itQgvSkE8jx9wCdzFL8fm/reversals\", \n \"state\": \"pending\", \n \"status\": \"pending\", \n \"transaction_number\": \"CR285-899-9343\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/credits/CR1itQgvSkE8jx9wCdzFL8fm\"\n}"
},
"credit_show": {
"request": {
"id": "CR6Y384863fzeb73YbW5NHVe",
"uri": "/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/credits/CR6Y384863fzeb73YbW5NHVe"
},
"response": "{\n \"_type\": \"credit\", \n \"_uris\": {\n \"events_uri\": {\n \"_type\": \"page\", \n \"key\": \"events\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }\n }, \n \"amount\": 10000, \n \"appears_on_statement_as\": \"example.com\", \n \"bank_account\": {\n \"_type\": \"bank_account\", \n \"_uris\": {}, \n \"account_number\": \"xxxxxx0001\", \n \"bank_name\": \"BANK OF AMERICA, N.A.\", \n \"can_debit\": false, \n \"fingerprint\": \"1eH719hwbYRpEILVKyboPs_pn\", \n \"meta\": {}, \n \"name\": \"Johann Bernoulli\", \n \"routing_number\": \"121000358\", \n \"type\": \"checking\"\n }, \n \"created_at\": \"2013-10-06T20:28:43.667583Z\", \n \"description\": null, \n \"events_uri\": \"/v1/credits/CR6Y384863fzeb73YbW5NHVe/events\", \n \"id\": \"CR6Y384863fzeb73YbW5NHVe\", \n \"meta\": {}, \n \"reversals_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/credits/CR6Y384863fzeb73YbW5NHVe/reversals\", \n \"status\": \"pending\", \n \"uri\": \"/v1/credits/CR6Y384863fzeb73YbW5NHVe\"\n}"
},
"customer_add_bank_account": {
"request": {
"bank_account_verifications_uri": "/v1/bank_accounts/BA7q1HxYvJr41fVUPk8vMrCm/verifications",
"payload": {
"bank_account_uri": "/v1/bank_accounts/BA7q1HxYvJr41fVUPk8vMrCm"
},
"uri": "/v1/customers/CU7o5OSA8KuFSSjweE54NITe"
},
"response": "{\n \"_type\": \"customer\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"destination_uri\": {\n \"_type\": \"bank_account\", \n \"key\": \"destination\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"address\": {}, \n \"bank_accounts_uri\": \"/v1/customers/CU7o5OSA8KuFSSjweE54NITe/bank_accounts\", \n \"business_name\": null, \n \"cards_uri\": \"/v1/customers/CU7o5OSA8KuFSSjweE54NITe/cards\", \n \"created_at\": \"2013-10-06T20:29:06.761466Z\", \n \"credits_uri\": \"/v1/customers/CU7o5OSA8KuFSSjweE54NITe/credits\", \n \"debits_uri\": \"/v1/customers/CU7o5OSA8KuFSSjweE54NITe/debits\", \n \"destination_uri\": \"/v1/customers/CU7o5OSA8KuFSSjweE54NITe/bank_accounts/BA7q1HxYvJr41fVUPk8vMrCm\", \n \"dob\": null, \n \"ein\": null, \n \"email\": null, \n \"facebook\": null, \n \"holds_uri\": \"/v1/customers/CU7o5OSA8KuFSSjweE54NITe/holds\", \n \"id\": \"CU7o5OSA8KuFSSjweE54NITe\", \n \"is_identity_verified\": false, \n \"meta\": {}, \n \"name\": null, \n \"phone\": null, \n \"refunds_uri\": \"/v1/customers/CU7o5OSA8KuFSSjweE54NITe/refunds\", \n \"reversals_uri\": \"/v1/customers/CU7o5OSA8KuFSSjweE54NITe/reversals\", \n \"source_uri\": null, \n \"ssn_last4\": null, \n \"transactions_uri\": \"/v1/customers/CU7o5OSA8KuFSSjweE54NITe/transactions\", \n \"twitter\": null, \n \"uri\": \"/v1/customers/CU7o5OSA8KuFSSjweE54NITe\"\n}"
},
"customer_add_card": {
"request": {
"card_uri": "/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/cards/CC15RAm6JJIEIae6bicvlWRw",
"payload": {
"card_uri": "/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/cards/CC15RAm6JJIEIae6bicvlWRw"
},
"uri": "/v1/customers/CU12eUdTk8OgEj7VbJVFeP0q"
},
"response": "{\n \"_type\": \"customer\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"source_uri\": {\n \"_type\": \"card\", \n \"key\": \"source\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"address\": {}, \n \"bank_accounts_uri\": \"/v1/customers/CU12eUdTk8OgEj7VbJVFeP0q/bank_accounts\", \n \"business_name\": null, \n \"cards_uri\": \"/v1/customers/CU12eUdTk8OgEj7VbJVFeP0q/cards\", \n \"created_at\": \"2013-10-06T20:30:26.087523Z\", \n \"credits_uri\": \"/v1/customers/CU12eUdTk8OgEj7VbJVFeP0q/credits\", \n \"debits_uri\": \"/v1/customers/CU12eUdTk8OgEj7VbJVFeP0q/debits\", \n \"destination_uri\": null, \n \"dob\": null, \n \"ein\": null, \n \"email\": null, \n \"facebook\": null, \n \"holds_uri\": \"/v1/customers/CU12eUdTk8OgEj7VbJVFeP0q/holds\", \n \"id\": \"CU12eUdTk8OgEj7VbJVFeP0q\", \n \"is_identity_verified\": false, \n \"meta\": {}, \n \"name\": null, \n \"phone\": null, \n \"refunds_uri\": \"/v1/customers/CU12eUdTk8OgEj7VbJVFeP0q/refunds\", \n \"reversals_uri\": \"/v1/customers/CU12eUdTk8OgEj7VbJVFeP0q/reversals\", \n \"source_uri\": \"/v1/customers/CU12eUdTk8OgEj7VbJVFeP0q/cards/CC15RAm6JJIEIae6bicvlWRw\", \n \"ssn_last4\": null, \n \"transactions_uri\": \"/v1/customers/CU12eUdTk8OgEj7VbJVFeP0q/transactions\", \n \"twitter\": null, \n \"uri\": \"/v1/customers/CU12eUdTk8OgEj7VbJVFeP0q\"\n}"
},
"customer_create": {
"request": {
"email": "william@example.com",
"name": "William Henry Cavendish III",
"uri": "/v1/customers"
},
"response": "{\n \"_type\": \"customer\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"address\": {}, \n \"bank_accounts_uri\": \"/v1/customers/CU12eUdTk8OgEj7VbJVFeP0q/bank_accounts\", \n \"business_name\": null, \n \"cards_uri\": \"/v1/customers/CU12eUdTk8OgEj7VbJVFeP0q/cards\", \n \"created_at\": \"2013-10-06T20:30:26.087523Z\", \n \"credits_uri\": \"/v1/customers/CU12eUdTk8OgEj7VbJVFeP0q/credits\", \n \"debits_uri\": \"/v1/customers/CU12eUdTk8OgEj7VbJVFeP0q/debits\", \n \"destination_uri\": null, \n \"dob\": null, \n \"ein\": null, \n \"email\": null, \n \"facebook\": null, \n \"holds_uri\": \"/v1/customers/CU12eUdTk8OgEj7VbJVFeP0q/holds\", \n \"id\": \"CU12eUdTk8OgEj7VbJVFeP0q\", \n \"is_identity_verified\": false, \n \"meta\": {}, \n \"name\": null, \n \"phone\": null, \n \"refunds_uri\": \"/v1/customers/CU12eUdTk8OgEj7VbJVFeP0q/refunds\", \n \"reversals_uri\": \"/v1/customers/CU12eUdTk8OgEj7VbJVFeP0q/reversals\", \n \"source_uri\": null, \n \"ssn_last4\": null, \n \"transactions_uri\": \"/v1/customers/CU12eUdTk8OgEj7VbJVFeP0q/transactions\", \n \"twitter\": null, \n \"uri\": \"/v1/customers/CU12eUdTk8OgEj7VbJVFeP0q\"\n}"
},
"customer_create_debit": {
"request": {
"customer_uri": "/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu",
"payload": {
"amount": 5000,
"appears_on_statement_as": "Statement text",
"description": "Some descriptive text for the debit in the dashboard"
},
"uri": "/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/debits"
},
"response": "{\n \"_type\": \"debit\", \n \"_uris\": {\n \"events_uri\": {\n \"_type\": \"page\", \n \"key\": \"events\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }\n }, \n \"amount\": 5000, \n \"appears_on_statement_as\": \"Statement text\", \n \"available_at\": \"2013-10-06T20:29:19.162606Z\", \n \"created_at\": \"2013-10-06T20:29:18.780190Z\", \n \"customer\": {\n \"_type\": \"customer\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"source_uri\": {\n \"_type\": \"card\", \n \"key\": \"source\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"address\": {}, \n \"bank_accounts_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/bank_accounts\", \n \"business_name\": null, \n \"cards_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/cards\", \n \"created_at\": \"2013-10-06T20:29:14.409664Z\", \n \"credits_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/credits\", \n \"debits_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/debits\", \n \"destination_uri\": null, \n \"dob\": null, \n \"ein\": null, \n \"email\": null, \n \"facebook\": null, \n \"holds_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/holds\", \n \"id\": \"CU7wGDVh8FjYMPfkPl9SzWAu\", \n \"is_identity_verified\": false, \n \"meta\": {}, \n \"name\": null, \n \"phone\": null, \n \"refunds_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/refunds\", \n \"reversals_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/reversals\", \n \"source_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/cards/CC7z1cVP2d5oBecGpwPEDi8W\", \n \"ssn_last4\": null, \n \"transactions_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/transactions\", \n \"twitter\": null, \n \"uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu\"\n }, \n \"description\": \"Some descriptive text for the debit in the dashboard\", \n \"events_uri\": \"/v1/debits/WD7BB9OomQnVcdSd4doWzVky/events\", \n \"fee\": null, \n \"hold\": {\n \"_type\": \"hold\", \n \"_uris\": {\n \"debit_uri\": {\n \"_type\": \"debit\", \n \"key\": \"debit\"\n }, \n \"events_uri\": {\n \"_type\": \"page\", \n \"key\": \"events\"\n }, \n \"source_uri\": {\n \"_type\": \"card\", \n \"key\": \"source\"\n }\n }, \n \"amount\": 5000, \n \"created_at\": \"2013-10-06T20:29:18.815733Z\", \n \"customer_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu\", \n \"debit_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/debits/WD7BB9OomQnVcdSd4doWzVky\", \n \"description\": \"Some descriptive text for the debit in the dashboard\", \n \"events_uri\": \"/v1/holds/HL7BDTx5lpnZn1tsrKRYEsdM/events\", \n \"expires_at\": \"2013-10-13T20:29:18.643433Z\", \n \"fee\": null, \n \"id\": \"HL7BDTx5lpnZn1tsrKRYEsdM\", \n \"is_void\": false, \n \"meta\": {}, \n \"source_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/cards/CC7z1cVP2d5oBecGpwPEDi8W\", \n \"transaction_number\": \"HL826-594-3053\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/holds/HL7BDTx5lpnZn1tsrKRYEsdM\"\n }, \n \"id\": \"WD7BB9OomQnVcdSd4doWzVky\", \n \"meta\": {}, \n \"on_behalf_of\": null, \n \"refunds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/debits/WD7BB9OomQnVcdSd4doWzVky/refunds\", \n \"source\": {\n \"_type\": \"card\", \n \"_uris\": {}, \n \"brand\": \"MasterCard\", \n \"card_type\": \"mastercard\", \n \"country_code\": null, \n \"created_at\": \"2013-10-06T20:29:16.476242Z\", \n \"customer_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu\", \n \"expiration_month\": 12, \n \"expiration_year\": 2020, \n \"hash\": \"fc4ccd5de54f42a5e75f76fbfde60948440c7a382ee7d21b2bc509ab9cfed788\", \n \"id\": \"CC7z1cVP2d5oBecGpwPEDi8W\", \n \"is_valid\": true, \n \"is_verified\": true, \n \"last_four\": \"5100\", \n \"meta\": {}, \n \"name\": null, \n \"postal_code\": null, \n \"postal_code_check\": \"unknown\", \n \"security_code_check\": \"passed\", \n \"street_address\": null, \n \"uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/cards/CC7z1cVP2d5oBecGpwPEDi8W\"\n }, \n \"status\": \"succeeded\", \n \"transaction_number\": \"W952-926-9500\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/debits/WD7BB9OomQnVcdSd4doWzVky\"\n}"
},
"customer_credit": {
"request": {
"customer_uri": "/v1/customers/CU6bg92aGrSXuWUF6usdhBbw",
"payload": {
"amount": 100
},
"uri": "/v1/customers/CU6bg92aGrSXuWUF6usdhBbw/credits"
},
"response": "{\n \"_type\": \"credit\", \n \"_uris\": {\n \"events_uri\": {\n \"_type\": \"page\", \n \"key\": \"events\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }\n }, \n \"amount\": 100, \n \"appears_on_statement_as\": \"example.com\", \n \"available_at\": \"2013-10-06T20:28:55.207664Z\", \n \"bank_account\": {\n \"_type\": \"bank_account\", \n \"_uris\": {\n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"verification_uri\": {\n \"_type\": \"bank_account_authentication\", \n \"key\": \"verification\"\n }, \n \"verifications_uri\": {\n \"_type\": \"page\", \n \"key\": \"verifications\"\n }\n }, \n \"account_number\": \"xxxxxx0001\", \n \"bank_code\": \"121000358\", \n \"bank_name\": \"BANK OF AMERICA, N.A.\", \n \"can_debit\": false, \n \"created_at\": \"2013-10-06T20:28:01.399715Z\", \n \"credits_uri\": \"/v1/bank_accounts/BA6czUjW6j4sMputedTuxXE6/credits\", \n \"customer_uri\": \"/v1/customers/CU6bg92aGrSXuWUF6usdhBbw\", \n \"debits_uri\": \"/v1/bank_accounts/BA6czUjW6j4sMputedTuxXE6/debits\", \n \"fingerprint\": \"5f0ba9fa3f1122ef13b944a40abfe44e7eba9e16934e64200913cb4c402ace14\", \n \"id\": \"BA6czUjW6j4sMputedTuxXE6\", \n \"is_valid\": true, \n \"last_four\": \"0001\", \n \"meta\": {}, \n \"name\": \"Johann Bernoulli\", \n \"routing_number\": \"121000358\", \n \"type\": \"checking\", \n \"uri\": \"/v1/customers/CU6bg92aGrSXuWUF6usdhBbw/bank_accounts/BA6czUjW6j4sMputedTuxXE6\", \n \"verification_uri\": \"/v1/bank_accounts/BA6czUjW6j4sMputedTuxXE6/verifications/BZ6homET2r0mlvNiUWUAXqau\", \n \"verifications_uri\": \"/v1/bank_accounts/BA6czUjW6j4sMputedTuxXE6/verifications\"\n }, \n \"created_at\": \"2013-10-06T20:28:54.906765Z\", \n \"customer\": {\n \"_type\": \"customer\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"destination_uri\": {\n \"_type\": \"bank_account\", \n \"key\": \"destination\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"address\": {}, \n \"bank_accounts_uri\": \"/v1/customers/CU6bg92aGrSXuWUF6usdhBbw/bank_accounts\", \n \"business_name\": null, \n \"cards_uri\": \"/v1/customers/CU6bg92aGrSXuWUF6usdhBbw/cards\", \n \"created_at\": \"2013-10-06T20:28:00.233662Z\", \n \"credits_uri\": \"/v1/customers/CU6bg92aGrSXuWUF6usdhBbw/credits\", \n \"debits_uri\": \"/v1/customers/CU6bg92aGrSXuWUF6usdhBbw/debits\", \n \"destination_uri\": \"/v1/customers/CU6bg92aGrSXuWUF6usdhBbw/bank_accounts/BA6czUjW6j4sMputedTuxXE6\", \n \"dob\": null, \n \"ein\": null, \n \"email\": null, \n \"facebook\": null, \n \"holds_uri\": \"/v1/customers/CU6bg92aGrSXuWUF6usdhBbw/holds\", \n \"id\": \"CU6bg92aGrSXuWUF6usdhBbw\", \n \"is_identity_verified\": false, \n \"meta\": {}, \n \"name\": null, \n \"phone\": null, \n \"refunds_uri\": \"/v1/customers/CU6bg92aGrSXuWUF6usdhBbw/refunds\", \n \"reversals_uri\": \"/v1/customers/CU6bg92aGrSXuWUF6usdhBbw/reversals\", \n \"source_uri\": null, \n \"ssn_last4\": null, \n \"transactions_uri\": \"/v1/customers/CU6bg92aGrSXuWUF6usdhBbw/transactions\", \n \"twitter\": null, \n \"uri\": \"/v1/customers/CU6bg92aGrSXuWUF6usdhBbw\"\n }, \n \"description\": null, \n \"destination\": {\n \"_type\": \"bank_account\", \n \"_uris\": {\n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"verification_uri\": {\n \"_type\": \"bank_account_authentication\", \n \"key\": \"verification\"\n }, \n \"verifications_uri\": {\n \"_type\": \"page\", \n \"key\": \"verifications\"\n }\n }, \n \"account_number\": \"xxxxxx0001\", \n \"bank_code\": \"121000358\", \n \"bank_name\": \"BANK OF AMERICA, N.A.\", \n \"can_debit\": false, \n \"created_at\": \"2013-10-06T20:28:01.399715Z\", \n \"credits_uri\": \"/v1/bank_accounts/BA6czUjW6j4sMputedTuxXE6/credits\", \n \"customer_uri\": \"/v1/customers/CU6bg92aGrSXuWUF6usdhBbw\", \n \"debits_uri\": \"/v1/bank_accounts/BA6czUjW6j4sMputedTuxXE6/debits\", \n \"fingerprint\": \"5f0ba9fa3f1122ef13b944a40abfe44e7eba9e16934e64200913cb4c402ace14\", \n \"id\": \"BA6czUjW6j4sMputedTuxXE6\", \n \"is_valid\": true, \n \"last_four\": \"0001\", \n \"meta\": {}, \n \"name\": \"Johann Bernoulli\", \n \"routing_number\": \"121000358\", \n \"type\": \"checking\", \n \"uri\": \"/v1/customers/CU6bg92aGrSXuWUF6usdhBbw/bank_accounts/BA6czUjW6j4sMputedTuxXE6\", \n \"verification_uri\": \"/v1/bank_accounts/BA6czUjW6j4sMputedTuxXE6/verifications/BZ6homET2r0mlvNiUWUAXqau\", \n \"verifications_uri\": \"/v1/bank_accounts/BA6czUjW6j4sMputedTuxXE6/verifications\"\n }, \n \"events_uri\": \"/v1/credits/CR7aHw31pfuRF7dm7p3HvlKm/events\", \n \"fee\": null, \n \"id\": \"CR7aHw31pfuRF7dm7p3HvlKm\", \n \"meta\": {}, \n \"reversals_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/credits/CR7aHw31pfuRF7dm7p3HvlKm/reversals\", \n \"state\": \"cleared\", \n \"status\": \"paid\", \n \"transaction_number\": \"CR695-931-7960\", \n \"uri\": \"/v1/customers/CU6bg92aGrSXuWUF6usdhBbw/credits/CR7aHw31pfuRF7dm7p3HvlKm\"\n}"
},
"customer_delete": {
"request": {
"uri": "/v1/customers/CU7tcMPhFkoiaOjRkmmdBhXO"
}
},
"debit_create": {
"request": {
"customer_uri": "/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO",
"debits_uri": "/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/debits",
"payload": {
"amount": 5000,
"appears_on_statement_as": "Statement text",
"description": "Some descriptive text for the debit in the dashboard"
}
},
"response": "{\n \"_type\": \"debit\", \n \"_uris\": {\n \"events_uri\": {\n \"_type\": \"page\", \n \"key\": \"events\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }\n }, \n \"amount\": 5000, \n \"appears_on_statement_as\": \"Statement text\", \n \"available_at\": \"2013-10-06T20:30:05.348444Z\", \n \"created_at\": \"2013-10-06T20:30:04.646854Z\", \n \"customer\": {\n \"_type\": \"customer\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"source_uri\": {\n \"_type\": \"card\", \n \"key\": \"source\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"address\": {}, \n \"bank_accounts_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/bank_accounts\", \n \"business_name\": null, \n \"cards_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/cards\", \n \"created_at\": \"2013-10-06T20:29:56.207291Z\", \n \"credits_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/credits\", \n \"debits_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/debits\", \n \"destination_uri\": null, \n \"dob\": null, \n \"ein\": null, \n \"email\": null, \n \"facebook\": null, \n \"holds_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/holds\", \n \"id\": \"CUuDKfPHvZhTmaNbEsg1BOO\", \n \"is_identity_verified\": false, \n \"meta\": {}, \n \"name\": null, \n \"phone\": null, \n \"refunds_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/refunds\", \n \"reversals_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/reversals\", \n \"source_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/cards/CCwG5dJciH5hQiuNDhfy6Y6\", \n \"ssn_last4\": null, \n \"transactions_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/transactions\", \n \"twitter\": null, \n \"uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO\"\n }, \n \"description\": \"Some descriptive text for the debit in the dashboard\", \n \"events_uri\": \"/v1/debits/WDE7lu1wLfsf2JhWHYM6U2W/events\", \n \"fee\": null, \n \"hold\": {\n \"_type\": \"hold\", \n \"_uris\": {\n \"debit_uri\": {\n \"_type\": \"debit\", \n \"key\": \"debit\"\n }, \n \"events_uri\": {\n \"_type\": \"page\", \n \"key\": \"events\"\n }, \n \"source_uri\": {\n \"_type\": \"card\", \n \"key\": \"source\"\n }\n }, \n \"amount\": 5000, \n \"created_at\": \"2013-10-06T20:30:04.653254Z\", \n \"customer_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO\", \n \"debit_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/debits/WDE7lu1wLfsf2JhWHYM6U2W\", \n \"description\": \"Some descriptive text for the debit in the dashboard\", \n \"events_uri\": \"/v1/holds/HLE8eQrzSZlVmSAiT3UStNA/events\", \n \"expires_at\": \"2013-10-13T20:30:04.503636Z\", \n \"fee\": null, \n \"id\": \"HLE8eQrzSZlVmSAiT3UStNA\", \n \"is_void\": false, \n \"meta\": {}, \n \"source_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUuDKfPHvZhTmaNbEsg1BOO/cards/CCwG5dJciH5hQiuNDhfy6Y6\", \n \"transaction_number\": \"HL242-407-8429\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/holds/HLE8eQrzSZlVmSAiT3UStNA\"\n }, \n \"id\": \"WDE7lu1wLfsf2JhWHYM6U2W\", \n \"meta\": {}, \n \"on_behalf_of\": null, \n \"refunds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/debits/WDE7lu1wLfsf2JhWHYM6U2W/refunds\", \n \"source\": {\n \"_type\": \"card\", \n \"_uris\": {}, \n \"brand\": \"MasterCard\", \n \"card_type\": \"mastercard\", \n \"country_code\": null, \n \"created_at\": \"2013-10-06T20:29:58.026057Z\", \n \"customer_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO\", \n \"expiration_month\": 12, \n \"expiration_year\": 2020, \n \"hash\": \"fc4ccd5de54f42a5e75f76fbfde60948440c7a382ee7d21b2bc509ab9cfed788\", \n \"id\": \"CCwG5dJciH5hQiuNDhfy6Y6\", \n \"is_valid\": true, \n \"is_verified\": true, \n \"last_four\": \"5100\", \n \"meta\": {}, \n \"name\": null, \n \"postal_code\": null, \n \"postal_code_check\": \"unknown\", \n \"security_code_check\": \"passed\", \n \"street_address\": null, \n \"uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/cards/CCwG5dJciH5hQiuNDhfy6Y6\"\n }, \n \"status\": \"succeeded\", \n \"transaction_number\": \"W176-370-7334\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/debits/WDE7lu1wLfsf2JhWHYM6U2W\"\n}"
},
"debit_customer_list": {
"request": {
"debits_uri": "/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/debits",
"uri": "/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu"
},
"response": "{\n \"_type\": \"customer\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"source_uri\": {\n \"_type\": \"card\", \n \"key\": \"source\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"address\": {}, \n \"bank_accounts_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/bank_accounts\", \n \"business_name\": null, \n \"cards_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/cards\", \n \"created_at\": \"2013-10-06T20:29:14.409664Z\", \n \"credits_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/credits\", \n \"debits_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/debits\", \n \"destination_uri\": null, \n \"dob\": null, \n \"ein\": null, \n \"email\": null, \n \"facebook\": null, \n \"holds_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/holds\", \n \"id\": \"CU7wGDVh8FjYMPfkPl9SzWAu\", \n \"is_identity_verified\": false, \n \"meta\": {}, \n \"name\": null, \n \"phone\": null, \n \"refunds_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/refunds\", \n \"reversals_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/reversals\", \n \"source_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/cards/CC7z1cVP2d5oBecGpwPEDi8W\", \n \"ssn_last4\": null, \n \"transactions_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/transactions\", \n \"twitter\": null, \n \"uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu\"\n}"
},
"debit_list": {
"request": {
"uri": "/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/debits"
},
"response": "{\n \"_type\": \"page\", \n \"_uris\": {\n \"first_uri\": {\n \"_type\": \"page\", \n \"key\": \"first\"\n }, \n \"last_uri\": {\n \"_type\": \"page\", \n \"key\": \"last\"\n }, \n \"next_uri\": {\n \"_type\": \"page\", \n \"key\": \"next\"\n }, \n \"previous_uri\": {\n \"_type\": \"page\", \n \"key\": \"previous\"\n }\n }, \n \"first_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/debits?limit=2&offset=0\", \n \"items\": [\n {\n \"_type\": \"debit\", \n \"_uris\": {\n \"events_uri\": {\n \"_type\": \"page\", \n \"key\": \"events\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }\n }, \n \"account\": {\n \"_type\": \"account\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"customer_uri\": {\n \"_type\": \"customer\", \n \"key\": \"customer\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"bank_accounts_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/bank_accounts\", \n \"cards_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/cards\", \n \"created_at\": \"2013-10-06T20:29:14.409664Z\", \n \"credits_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/credits\", \n \"customer_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu\", \n \"debits_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/debits\", \n \"email_address\": null, \n \"holds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/holds\", \n \"id\": \"CU7wGDVh8FjYMPfkPl9SzWAu\", \n \"meta\": {}, \n \"name\": null, \n \"refunds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/refunds\", \n \"reversals_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/reversals\", \n \"roles\": [\n \"buyer\"\n ], \n \"transactions_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/transactions\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu\"\n }, \n \"amount\": 5000, \n \"appears_on_statement_as\": \"Statement text\", \n \"available_at\": \"2013-10-06T20:29:22.408749Z\", \n \"created_at\": \"2013-10-06T20:29:21.996938Z\", \n \"customer\": {\n \"_type\": \"customer\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"source_uri\": {\n \"_type\": \"card\", \n \"key\": \"source\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"address\": {}, \n \"bank_accounts_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/bank_accounts\", \n \"business_name\": null, \n \"cards_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/cards\", \n \"created_at\": \"2013-10-06T20:29:14.409664Z\", \n \"credits_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/credits\", \n \"debits_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/debits\", \n \"destination_uri\": null, \n \"dob\": null, \n \"ein\": null, \n \"email\": null, \n \"facebook\": null, \n \"holds_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/holds\", \n \"id\": \"CU7wGDVh8FjYMPfkPl9SzWAu\", \n \"is_identity_verified\": false, \n \"meta\": {}, \n \"name\": null, \n \"phone\": null, \n \"refunds_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/refunds\", \n \"reversals_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/reversals\", \n \"source_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/cards/CC7z1cVP2d5oBecGpwPEDi8W\", \n \"ssn_last4\": null, \n \"transactions_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/transactions\", \n \"twitter\": null, \n \"uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu\"\n }, \n \"description\": \"Some descriptive text for the debit in the dashboard\", \n \"events_uri\": \"/v1/debits/WD7FdeaD0Zh9x6hZMpd5fstW/events\", \n \"fee\": null, \n \"hold\": {\n \"_type\": \"hold\", \n \"_uris\": {\n \"debit_uri\": {\n \"_type\": \"debit\", \n \"key\": \"debit\"\n }, \n \"events_uri\": {\n \"_type\": \"page\", \n \"key\": \"events\"\n }, \n \"source_uri\": {\n \"_type\": \"card\", \n \"key\": \"source\"\n }\n }, \n \"account_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu\", \n \"amount\": 5000, \n \"created_at\": \"2013-10-06T20:29:22.006131Z\", \n \"customer_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu\", \n \"debit_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/debits/WD7FdeaD0Zh9x6hZMpd5fstW\", \n \"description\": \"Some descriptive text for the debit in the dashboard\", \n \"events_uri\": \"/v1/holds/HL7FeSqCxvI6eG8BuG99BdtC/events\", \n \"expires_at\": \"2013-10-13T20:29:21.819773Z\", \n \"fee\": null, \n \"id\": \"HL7FeSqCxvI6eG8BuG99BdtC\", \n \"is_void\": false, \n \"meta\": {}, \n \"source_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/cards/CC7z1cVP2d5oBecGpwPEDi8W\", \n \"transaction_number\": \"HL399-939-2956\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/holds/HL7FeSqCxvI6eG8BuG99BdtC\"\n }, \n \"id\": \"WD7FdeaD0Zh9x6hZMpd5fstW\", \n \"meta\": {}, \n \"on_behalf_of\": null, \n \"refunds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/debits/WD7FdeaD0Zh9x6hZMpd5fstW/refunds\", \n \"source\": {\n \"_type\": \"card\", \n \"_uris\": {\n \"account_uri\": {\n \"_type\": \"customer\", \n \"key\": \"account\"\n }\n }, \n \"account_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu\", \n \"brand\": \"MasterCard\", \n \"card_type\": \"mastercard\", \n \"country_code\": null, \n \"created_at\": \"2013-10-06T20:29:16.476242Z\", \n \"customer_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu\", \n \"expiration_month\": 12, \n \"expiration_year\": 2020, \n \"hash\": \"fc4ccd5de54f42a5e75f76fbfde60948440c7a382ee7d21b2bc509ab9cfed788\", \n \"id\": \"CC7z1cVP2d5oBecGpwPEDi8W\", \n \"is_valid\": true, \n \"is_verified\": true, \n \"last_four\": \"5100\", \n \"meta\": {}, \n \"name\": null, \n \"postal_code\": null, \n \"postal_code_check\": \"unknown\", \n \"security_code_check\": \"passed\", \n \"street_address\": null, \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/cards/CC7z1cVP2d5oBecGpwPEDi8W\"\n }, \n \"status\": \"succeeded\", \n \"transaction_number\": \"W296-776-8388\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/debits/WD7FdeaD0Zh9x6hZMpd5fstW\"\n }, \n {\n \"_type\": \"debit\", \n \"_uris\": {\n \"events_uri\": {\n \"_type\": \"page\", \n \"key\": \"events\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }\n }, \n \"account\": {\n \"_type\": \"account\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"customer_uri\": {\n \"_type\": \"customer\", \n \"key\": \"customer\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"bank_accounts_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/bank_accounts\", \n \"cards_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/cards\", \n \"created_at\": \"2013-10-06T20:29:14.409664Z\", \n \"credits_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/credits\", \n \"customer_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu\", \n \"debits_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/debits\", \n \"email_address\": null, \n \"holds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/holds\", \n \"id\": \"CU7wGDVh8FjYMPfkPl9SzWAu\", \n \"meta\": {}, \n \"name\": null, \n \"refunds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/refunds\", \n \"reversals_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/reversals\", \n \"roles\": [\n \"buyer\"\n ], \n \"transactions_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/transactions\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu\"\n }, \n \"amount\": 5000, \n \"appears_on_statement_as\": \"Statement text\", \n \"available_at\": \"2013-10-06T20:29:19.162606Z\", \n \"created_at\": \"2013-10-06T20:29:18.780190Z\", \n \"customer\": {\n \"_type\": \"customer\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"source_uri\": {\n \"_type\": \"card\", \n \"key\": \"source\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"address\": {}, \n \"bank_accounts_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/bank_accounts\", \n \"business_name\": null, \n \"cards_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/cards\", \n \"created_at\": \"2013-10-06T20:29:14.409664Z\", \n \"credits_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/credits\", \n \"debits_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/debits\", \n \"destination_uri\": null, \n \"dob\": null, \n \"ein\": null, \n \"email\": null, \n \"facebook\": null, \n \"holds_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/holds\", \n \"id\": \"CU7wGDVh8FjYMPfkPl9SzWAu\", \n \"is_identity_verified\": false, \n \"meta\": {}, \n \"name\": null, \n \"phone\": null, \n \"refunds_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/refunds\", \n \"reversals_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/reversals\", \n \"source_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/cards/CC7z1cVP2d5oBecGpwPEDi8W\", \n \"ssn_last4\": null, \n \"transactions_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/transactions\", \n \"twitter\": null, \n \"uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu\"\n }, \n \"description\": \"Some descriptive text for the debit in the dashboard\", \n \"events_uri\": \"/v1/debits/WD7BB9OomQnVcdSd4doWzVky/events\", \n \"fee\": null, \n \"hold\": {\n \"_type\": \"hold\", \n \"_uris\": {\n \"debit_uri\": {\n \"_type\": \"debit\", \n \"key\": \"debit\"\n }, \n \"events_uri\": {\n \"_type\": \"page\", \n \"key\": \"events\"\n }, \n \"source_uri\": {\n \"_type\": \"card\", \n \"key\": \"source\"\n }\n }, \n \"account_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu\", \n \"amount\": 5000, \n \"created_at\": \"2013-10-06T20:29:18.815733Z\", \n \"customer_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu\", \n \"debit_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/debits/WD7BB9OomQnVcdSd4doWzVky\", \n \"description\": \"Some descriptive text for the debit in the dashboard\", \n \"events_uri\": \"/v1/holds/HL7BDTx5lpnZn1tsrKRYEsdM/events\", \n \"expires_at\": \"2013-10-13T20:29:18.643433Z\", \n \"fee\": null, \n \"id\": \"HL7BDTx5lpnZn1tsrKRYEsdM\", \n \"is_void\": false, \n \"meta\": {}, \n \"source_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/cards/CC7z1cVP2d5oBecGpwPEDi8W\", \n \"transaction_number\": \"HL826-594-3053\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/holds/HL7BDTx5lpnZn1tsrKRYEsdM\"\n }, \n \"id\": \"WD7BB9OomQnVcdSd4doWzVky\", \n \"meta\": {}, \n \"on_behalf_of\": null, \n \"refunds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/debits/WD7BB9OomQnVcdSd4doWzVky/refunds\", \n \"source\": {\n \"_type\": \"card\", \n \"_uris\": {\n \"account_uri\": {\n \"_type\": \"customer\", \n \"key\": \"account\"\n }\n }, \n \"account_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu\", \n \"brand\": \"MasterCard\", \n \"card_type\": \"mastercard\", \n \"country_code\": null, \n \"created_at\": \"2013-10-06T20:29:16.476242Z\", \n \"customer_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu\", \n \"expiration_month\": 12, \n \"expiration_year\": 2020, \n \"hash\": \"fc4ccd5de54f42a5e75f76fbfde60948440c7a382ee7d21b2bc509ab9cfed788\", \n \"id\": \"CC7z1cVP2d5oBecGpwPEDi8W\", \n \"is_valid\": true, \n \"is_verified\": true, \n \"last_four\": \"5100\", \n \"meta\": {}, \n \"name\": null, \n \"postal_code\": null, \n \"postal_code_check\": \"unknown\", \n \"security_code_check\": \"passed\", \n \"street_address\": null, \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/cards/CC7z1cVP2d5oBecGpwPEDi8W\"\n }, \n \"status\": \"succeeded\", \n \"transaction_number\": \"W952-926-9500\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/debits/WD7BB9OomQnVcdSd4doWzVky\"\n }\n ], \n \"last_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/debits?limit=2&offset=2\", \n \"limit\": 2, \n \"next_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/debits?limit=2&offset=2\", \n \"offset\": 0, \n \"previous_uri\": null, \n \"total\": 3, \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/debits?limit=2&offset=0\"\n}"
},
"debit_refund": {
"request": {
"debit_uri": "/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/debits/WD2jklEbzgwLjRiEPpIbWOs",
"refunds_uri": "/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/debits/WD2jklEbzgwLjRiEPpIbWOs/refunds"
},
"response": "{\n \"_type\": \"refund\", \n \"_uris\": {}, \n \"account\": {\n \"_type\": \"account\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"customer_uri\": {\n \"_type\": \"customer\", \n \"key\": \"customer\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"bank_accounts_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/bank_accounts\", \n \"cards_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/cards\", \n \"created_at\": \"2013-10-06T20:29:14.409664Z\", \n \"credits_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/credits\", \n \"customer_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu\", \n \"debits_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/debits\", \n \"email_address\": null, \n \"holds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/holds\", \n \"id\": \"CU7wGDVh8FjYMPfkPl9SzWAu\", \n \"meta\": {}, \n \"name\": null, \n \"refunds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/refunds\", \n \"reversals_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/reversals\", \n \"roles\": [\n \"buyer\"\n ], \n \"transactions_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/transactions\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu\"\n }, \n \"amount\": 5000, \n \"appears_on_statement_as\": \"Statement text\", \n \"created_at\": \"2013-10-06T20:29:32.586231Z\", \n \"customer\": {\n \"_type\": \"customer\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"source_uri\": {\n \"_type\": \"card\", \n \"key\": \"source\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"address\": {}, \n \"bank_accounts_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/bank_accounts\", \n \"business_name\": null, \n \"cards_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/cards\", \n \"created_at\": \"2013-10-06T20:29:14.409664Z\", \n \"credits_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/credits\", \n \"debits_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/debits\", \n \"destination_uri\": null, \n \"dob\": null, \n \"ein\": null, \n \"email\": null, \n \"facebook\": null, \n \"holds_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/holds\", \n \"id\": \"CU7wGDVh8FjYMPfkPl9SzWAu\", \n \"is_identity_verified\": false, \n \"meta\": {}, \n \"name\": null, \n \"phone\": null, \n \"refunds_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/refunds\", \n \"reversals_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/reversals\", \n \"source_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/cards/CC7z1cVP2d5oBecGpwPEDi8W\", \n \"ssn_last4\": null, \n \"transactions_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/transactions\", \n \"twitter\": null, \n \"uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu\"\n }, \n \"debit\": {\n \"_type\": \"debit\", \n \"_uris\": {\n \"events_uri\": {\n \"_type\": \"page\", \n \"key\": \"events\"\n }, \n \"hold_uri\": {\n \"_type\": \"hold\", \n \"key\": \"hold\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }\n }, \n \"account_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu\", \n \"amount\": 5000, \n \"appears_on_statement_as\": \"Statement text\", \n \"available_at\": \"2013-10-06T20:29:31.540835Z\", \n \"created_at\": \"2013-10-06T20:29:31.023257Z\", \n \"customer_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu\", \n \"description\": \"Some descriptive text for the debit in the dashboard\", \n \"events_uri\": \"/v1/debits/WD2jklEbzgwLjRiEPpIbWOs/events\", \n \"fee\": null, \n \"hold_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/holds/HL2m4x1qwxSHgtrApDAUQac\", \n \"id\": \"WD2jklEbzgwLjRiEPpIbWOs\", \n \"meta\": {}, \n \"on_behalf_of_uri\": null, \n \"refunds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/debits/WD2jklEbzgwLjRiEPpIbWOs/refunds\", \n \"source_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/cards/CC7z1cVP2d5oBecGpwPEDi8W\", \n \"status\": \"succeeded\", \n \"transaction_number\": \"W726-560-9837\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/debits/WD2jklEbzgwLjRiEPpIbWOs\"\n }, \n \"description\": \"Some descriptive text for the debit in the dashboard\", \n \"events_uri\": \"/v1/refunds/RF4244mS0UmKatiL4n7GOl8/events\", \n \"fee\": null, \n \"id\": \"RF4244mS0UmKatiL4n7GOl8\", \n \"meta\": {}, \n \"status\": \"succeeded\", \n \"transaction_number\": \"RF286-995-2656\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/refunds/RF4244mS0UmKatiL4n7GOl8\"\n}"
},
"debit_show": {
"request": {
"uri": "/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/debits/WD7FdeaD0Zh9x6hZMpd5fstW"
},
"response": "{\n \"_type\": \"debit\", \n \"_uris\": {\n \"events_uri\": {\n \"_type\": \"page\", \n \"key\": \"events\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }\n }, \n \"account\": {\n \"_type\": \"account\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"customer_uri\": {\n \"_type\": \"customer\", \n \"key\": \"customer\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"bank_accounts_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/bank_accounts\", \n \"cards_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/cards\", \n \"created_at\": \"2013-10-06T20:29:14.409664Z\", \n \"credits_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/credits\", \n \"customer_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu\", \n \"debits_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/debits\", \n \"email_address\": null, \n \"holds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/holds\", \n \"id\": \"CU7wGDVh8FjYMPfkPl9SzWAu\", \n \"meta\": {}, \n \"name\": null, \n \"refunds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/refunds\", \n \"reversals_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/reversals\", \n \"roles\": [\n \"buyer\"\n ], \n \"transactions_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/transactions\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu\"\n }, \n \"amount\": 5000, \n \"appears_on_statement_as\": \"Statement text\", \n \"available_at\": \"2013-10-06T20:29:22.408749Z\", \n \"created_at\": \"2013-10-06T20:29:21.996938Z\", \n \"customer\": {\n \"_type\": \"customer\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"source_uri\": {\n \"_type\": \"card\", \n \"key\": \"source\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"address\": {}, \n \"bank_accounts_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/bank_accounts\", \n \"business_name\": null, \n \"cards_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/cards\", \n \"created_at\": \"2013-10-06T20:29:14.409664Z\", \n \"credits_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/credits\", \n \"debits_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/debits\", \n \"destination_uri\": null, \n \"dob\": null, \n \"ein\": null, \n \"email\": null, \n \"facebook\": null, \n \"holds_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/holds\", \n \"id\": \"CU7wGDVh8FjYMPfkPl9SzWAu\", \n \"is_identity_verified\": false, \n \"meta\": {}, \n \"name\": null, \n \"phone\": null, \n \"refunds_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/refunds\", \n \"reversals_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/reversals\", \n \"source_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/cards/CC7z1cVP2d5oBecGpwPEDi8W\", \n \"ssn_last4\": null, \n \"transactions_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/transactions\", \n \"twitter\": null, \n \"uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu\"\n }, \n \"description\": \"Some descriptive text for the debit in the dashboard\", \n \"events_uri\": \"/v1/debits/WD7FdeaD0Zh9x6hZMpd5fstW/events\", \n \"fee\": null, \n \"hold\": {\n \"_type\": \"hold\", \n \"_uris\": {\n \"debit_uri\": {\n \"_type\": \"debit\", \n \"key\": \"debit\"\n }, \n \"events_uri\": {\n \"_type\": \"page\", \n \"key\": \"events\"\n }, \n \"source_uri\": {\n \"_type\": \"card\", \n \"key\": \"source\"\n }\n }, \n \"account_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu\", \n \"amount\": 5000, \n \"created_at\": \"2013-10-06T20:29:22.006131Z\", \n \"customer_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu\", \n \"debit_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/debits/WD7FdeaD0Zh9x6hZMpd5fstW\", \n \"description\": \"Some descriptive text for the debit in the dashboard\", \n \"events_uri\": \"/v1/holds/HL7FeSqCxvI6eG8BuG99BdtC/events\", \n \"expires_at\": \"2013-10-13T20:29:21.819773Z\", \n \"fee\": null, \n \"id\": \"HL7FeSqCxvI6eG8BuG99BdtC\", \n \"is_void\": false, \n \"meta\": {}, \n \"source_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/cards/CC7z1cVP2d5oBecGpwPEDi8W\", \n \"transaction_number\": \"HL399-939-2956\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/holds/HL7FeSqCxvI6eG8BuG99BdtC\"\n }, \n \"id\": \"WD7FdeaD0Zh9x6hZMpd5fstW\", \n \"meta\": {}, \n \"on_behalf_of\": null, \n \"refunds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/debits/WD7FdeaD0Zh9x6hZMpd5fstW/refunds\", \n \"source\": {\n \"_type\": \"card\", \n \"_uris\": {\n \"account_uri\": {\n \"_type\": \"customer\", \n \"key\": \"account\"\n }\n }, \n \"account_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu\", \n \"brand\": \"MasterCard\", \n \"card_type\": \"mastercard\", \n \"country_code\": null, \n \"created_at\": \"2013-10-06T20:29:16.476242Z\", \n \"customer_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu\", \n \"expiration_month\": 12, \n \"expiration_year\": 2020, \n \"hash\": \"fc4ccd5de54f42a5e75f76fbfde60948440c7a382ee7d21b2bc509ab9cfed788\", \n \"id\": \"CC7z1cVP2d5oBecGpwPEDi8W\", \n \"is_valid\": true, \n \"is_verified\": true, \n \"last_four\": \"5100\", \n \"meta\": {}, \n \"name\": null, \n \"postal_code\": null, \n \"postal_code_check\": \"unknown\", \n \"security_code_check\": \"passed\", \n \"street_address\": null, \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/cards/CC7z1cVP2d5oBecGpwPEDi8W\"\n }, \n \"status\": \"succeeded\", \n \"transaction_number\": \"W296-776-8388\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/debits/WD7FdeaD0Zh9x6hZMpd5fstW\"\n}"
},
"debit_update": {
"request": {
"payload": {
"description": "New description for debit",
"meta": {
"anykey": "valuegoeshere",
"facebook.id": "1234567890"
}
},
"uri": "/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/debits/WD7FdeaD0Zh9x6hZMpd5fstW"
},
"response": "{\n \"_type\": \"debit\", \n \"_uris\": {\n \"events_uri\": {\n \"_type\": \"page\", \n \"key\": \"events\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }\n }, \n \"account\": {\n \"_type\": \"account\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"customer_uri\": {\n \"_type\": \"customer\", \n \"key\": \"customer\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"bank_accounts_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/bank_accounts\", \n \"cards_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/cards\", \n \"created_at\": \"2013-10-06T20:29:14.409664Z\", \n \"credits_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/credits\", \n \"customer_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu\", \n \"debits_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/debits\", \n \"email_address\": null, \n \"holds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/holds\", \n \"id\": \"CU7wGDVh8FjYMPfkPl9SzWAu\", \n \"meta\": {}, \n \"name\": null, \n \"refunds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/refunds\", \n \"reversals_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/reversals\", \n \"roles\": [\n \"buyer\"\n ], \n \"transactions_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/transactions\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu\"\n }, \n \"amount\": 5000, \n \"appears_on_statement_as\": \"Statement text\", \n \"available_at\": \"2013-10-06T20:29:22.408749Z\", \n \"created_at\": \"2013-10-06T20:29:21.996938Z\", \n \"customer\": {\n \"_type\": \"customer\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"source_uri\": {\n \"_type\": \"card\", \n \"key\": \"source\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"address\": {}, \n \"bank_accounts_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/bank_accounts\", \n \"business_name\": null, \n \"cards_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/cards\", \n \"created_at\": \"2013-10-06T20:29:14.409664Z\", \n \"credits_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/credits\", \n \"debits_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/debits\", \n \"destination_uri\": null, \n \"dob\": null, \n \"ein\": null, \n \"email\": null, \n \"facebook\": null, \n \"holds_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/holds\", \n \"id\": \"CU7wGDVh8FjYMPfkPl9SzWAu\", \n \"is_identity_verified\": false, \n \"meta\": {}, \n \"name\": null, \n \"phone\": null, \n \"refunds_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/refunds\", \n \"reversals_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/reversals\", \n \"source_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/cards/CC7z1cVP2d5oBecGpwPEDi8W\", \n \"ssn_last4\": null, \n \"transactions_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/transactions\", \n \"twitter\": null, \n \"uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu\"\n }, \n \"description\": \"New description for debit\", \n \"events_uri\": \"/v1/debits/WD7FdeaD0Zh9x6hZMpd5fstW/events\", \n \"fee\": null, \n \"hold\": {\n \"_type\": \"hold\", \n \"_uris\": {\n \"debit_uri\": {\n \"_type\": \"debit\", \n \"key\": \"debit\"\n }, \n \"events_uri\": {\n \"_type\": \"page\", \n \"key\": \"events\"\n }, \n \"source_uri\": {\n \"_type\": \"card\", \n \"key\": \"source\"\n }\n }, \n \"account_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu\", \n \"amount\": 5000, \n \"created_at\": \"2013-10-06T20:29:22.006131Z\", \n \"customer_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu\", \n \"debit_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/debits/WD7FdeaD0Zh9x6hZMpd5fstW\", \n \"description\": \"Some descriptive text for the debit in the dashboard\", \n \"events_uri\": \"/v1/holds/HL7FeSqCxvI6eG8BuG99BdtC/events\", \n \"expires_at\": \"2013-10-13T20:29:21.819773Z\", \n \"fee\": null, \n \"id\": \"HL7FeSqCxvI6eG8BuG99BdtC\", \n \"is_void\": false, \n \"meta\": {}, \n \"source_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/cards/CC7z1cVP2d5oBecGpwPEDi8W\", \n \"transaction_number\": \"HL399-939-2956\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/holds/HL7FeSqCxvI6eG8BuG99BdtC\"\n }, \n \"id\": \"WD7FdeaD0Zh9x6hZMpd5fstW\", \n \"meta\": {\n \"anykey\": \"valuegoeshere\", \n \"facebook.id\": \"1234567890\"\n }, \n \"on_behalf_of\": null, \n \"refunds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/debits/WD7FdeaD0Zh9x6hZMpd5fstW/refunds\", \n \"source\": {\n \"_type\": \"card\", \n \"_uris\": {\n \"account_uri\": {\n \"_type\": \"customer\", \n \"key\": \"account\"\n }\n }, \n \"account_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu\", \n \"brand\": \"MasterCard\", \n \"card_type\": \"mastercard\", \n \"country_code\": null, \n \"created_at\": \"2013-10-06T20:29:16.476242Z\", \n \"customer_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu\", \n \"expiration_month\": 12, \n \"expiration_year\": 2020, \n \"hash\": \"fc4ccd5de54f42a5e75f76fbfde60948440c7a382ee7d21b2bc509ab9cfed788\", \n \"id\": \"CC7z1cVP2d5oBecGpwPEDi8W\", \n \"is_valid\": true, \n \"is_verified\": true, \n \"last_four\": \"5100\", \n \"meta\": {}, \n \"name\": null, \n \"postal_code\": null, \n \"postal_code_check\": \"unknown\", \n \"security_code_check\": \"passed\", \n \"street_address\": null, \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/cards/CC7z1cVP2d5oBecGpwPEDi8W\"\n }, \n \"status\": \"succeeded\", \n \"transaction_number\": \"W296-776-8388\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/debits/WD7FdeaD0Zh9x6hZMpd5fstW\"\n}"
},
"event_list": {
"request": {
"uri": "/v1/events"
},
"response": "{\n \"_type\": \"page\", \n \"_uris\": {\n \"first_uri\": {\n \"_type\": \"page\", \n \"key\": \"first\"\n }, \n \"last_uri\": {\n \"_type\": \"page\", \n \"key\": \"last\"\n }, \n \"next_uri\": {\n \"_type\": \"page\", \n \"key\": \"next\"\n }, \n \"previous_uri\": {\n \"_type\": \"page\", \n \"key\": \"previous\"\n }\n }, \n \"first_uri\": \"/v1/events?limit=2&offset=0\", \n \"items\": [\n {\n \"_type\": \"event\", \n \"_uris\": {\n \"callbacks_uri\": {\n \"_type\": \"page\", \n \"key\": \"callbacks\"\n }\n }, \n \"callback_statuses\": {\n \"failed\": 0, \n \"pending\": 0, \n \"retrying\": 0, \n \"succeeded\": 0\n }, \n \"callbacks_uri\": \"/v1/events/EVba70d17a2ec511e38f60026ba7cac9da/callbacks\", \n \"entity\": {\n \"_type\": \"account\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"customer_uri\": {\n \"_type\": \"customer\", \n \"key\": \"customer\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"bank_accounts_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5FMrSJLcnVjqa80NdxP8Ui/bank_accounts\", \n \"cards_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5FMrSJLcnVjqa80NdxP8Ui/cards\", \n \"created_at\": \"2013-10-06T20:27:32.239280Z\", \n \"credits_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5FMrSJLcnVjqa80NdxP8Ui/credits\", \n \"customer_uri\": \"/v1/customers/CU5FMrSJLcnVjqa80NdxP8Ui\", \n \"debits_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5FMrSJLcnVjqa80NdxP8Ui/debits\", \n \"email_address\": \"whc@example.org\", \n \"holds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5FMrSJLcnVjqa80NdxP8Ui/holds\", \n \"id\": \"CU5FMrSJLcnVjqa80NdxP8Ui\", \n \"meta\": {}, \n \"name\": \"William Henry Cavendish III\", \n \"refunds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5FMrSJLcnVjqa80NdxP8Ui/refunds\", \n \"reversals_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5FMrSJLcnVjqa80NdxP8Ui/reversals\", \n \"roles\": [\n \"merchant\", \n \"buyer\"\n ], \n \"transactions_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5FMrSJLcnVjqa80NdxP8Ui/transactions\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5FMrSJLcnVjqa80NdxP8Ui\"\n }, \n \"id\": \"EVba70d17a2ec511e38f60026ba7cac9da\", \n \"occurred_at\": \"2013-10-06T20:27:32.402000Z\", \n \"type\": \"account.created\", \n \"uri\": \"/v1/events/EVba70d17a2ec511e38f60026ba7cac9da\"\n }, \n {\n \"_type\": \"event\", \n \"_uris\": {\n \"callbacks_uri\": {\n \"_type\": \"page\", \n \"key\": \"callbacks\"\n }\n }, \n \"callback_statuses\": {\n \"failed\": 0, \n \"pending\": 0, \n \"retrying\": 0, \n \"succeeded\": 0\n }, \n \"callbacks_uri\": \"/v1/events/EVbab0f8402ec511e38f60026ba7cac9da/callbacks\", \n \"entity\": {\n \"_type\": \"bank_account\", \n \"_uris\": {\n \"account_uri\": {\n \"_type\": \"customer\", \n \"key\": \"account\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"verifications_uri\": {\n \"_type\": \"page\", \n \"key\": \"verifications\"\n }\n }, \n \"account_number\": \"xxxxxxxxxxx5555\", \n \"account_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5FMrSJLcnVjqa80NdxP8Ui\", \n \"bank_code\": \"121042882\", \n \"bank_name\": \"WELLS FARGO BANK NA\", \n \"can_debit\": true, \n \"created_at\": \"2013-10-06T20:27:32.666092Z\", \n \"credits_uri\": \"/v1/bank_accounts/BA5GgekRx5m4UVt3NErJHww2/credits\", \n \"customer_uri\": \"/v1/customers/CU5FMrSJLcnVjqa80NdxP8Ui\", \n \"debits_uri\": \"/v1/bank_accounts/BA5GgekRx5m4UVt3NErJHww2/debits\", \n \"fingerprint\": \"6ybvaLUrJy07phK2EQ7pVk\", \n \"id\": \"BA5GgekRx5m4UVt3NErJHww2\", \n \"is_valid\": true, \n \"last_four\": \"5555\", \n \"meta\": {}, \n \"name\": \"TEST-MERCHANT-BANK-ACCOUNT\", \n \"routing_number\": \"121042882\", \n \"type\": \"CHECKING\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5FMrSJLcnVjqa80NdxP8Ui/bank_accounts/BA5GgekRx5m4UVt3NErJHww2\", \n \"verification_uri\": null, \n \"verifications_uri\": \"/v1/bank_accounts/BA5GgekRx5m4UVt3NErJHww2/verifications\"\n }, \n \"id\": \"EVbab0f8402ec511e38f60026ba7cac9da\", \n \"occurred_at\": \"2013-10-06T20:27:32.666000Z\", \n \"type\": \"bank_account.created\", \n \"uri\": \"/v1/events/EVbab0f8402ec511e38f60026ba7cac9da\"\n }\n ], \n \"last_uri\": \"/v1/events?limit=2&offset=72\", \n \"limit\": 2, \n \"next_uri\": \"/v1/events?limit=2&offset=2\", \n \"offset\": 0, \n \"previous_uri\": null, \n \"total\": 74, \n \"uri\": \"/v1/events?limit=2&offset=0\"\n}"
},
"event_show": {
"request": {
"uri": "/v1/events/EVba70d17a2ec511e38f60026ba7cac9da"
},
"response": "{\n \"_type\": \"event\", \n \"_uris\": {\n \"callbacks_uri\": {\n \"_type\": \"page\", \n \"key\": \"callbacks\"\n }\n }, \n \"callback_statuses\": {\n \"failed\": 0, \n \"pending\": 0, \n \"retrying\": 0, \n \"succeeded\": 0\n }, \n \"callbacks_uri\": \"/v1/events/EVba70d17a2ec511e38f60026ba7cac9da/callbacks\", \n \"entity\": {\n \"_type\": \"account\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"customer_uri\": {\n \"_type\": \"customer\", \n \"key\": \"customer\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"bank_accounts_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5FMrSJLcnVjqa80NdxP8Ui/bank_accounts\", \n \"cards_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5FMrSJLcnVjqa80NdxP8Ui/cards\", \n \"created_at\": \"2013-10-06T20:27:32.239280Z\", \n \"credits_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5FMrSJLcnVjqa80NdxP8Ui/credits\", \n \"customer_uri\": \"/v1/customers/CU5FMrSJLcnVjqa80NdxP8Ui\", \n \"debits_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5FMrSJLcnVjqa80NdxP8Ui/debits\", \n \"email_address\": \"whc@example.org\", \n \"holds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5FMrSJLcnVjqa80NdxP8Ui/holds\", \n \"id\": \"CU5FMrSJLcnVjqa80NdxP8Ui\", \n \"meta\": {}, \n \"name\": \"William Henry Cavendish III\", \n \"refunds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5FMrSJLcnVjqa80NdxP8Ui/refunds\", \n \"reversals_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5FMrSJLcnVjqa80NdxP8Ui/reversals\", \n \"roles\": [\n \"merchant\", \n \"buyer\"\n ], \n \"transactions_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5FMrSJLcnVjqa80NdxP8Ui/transactions\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU5FMrSJLcnVjqa80NdxP8Ui\"\n }, \n \"id\": \"EVba70d17a2ec511e38f60026ba7cac9da\", \n \"occurred_at\": \"2013-10-06T20:27:32.402000Z\", \n \"type\": \"account.created\", \n \"uri\": \"/v1/events/EVba70d17a2ec511e38f60026ba7cac9da\"\n}"
},
"hold_capture": {
"request": {
"debits_uri": "/v1/customers/CU12eUdTk8OgEj7VbJVFeP0q/debits",
"hold_uri": "/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/holds/HL1a9V1z4YLJd0vTGWOvXxs2",
"payload": {
"appears_on_statement_as": "ShowsUpOnStmt",
"description": "Some descriptive text for the debit in the dashboard",
"hold_uri": "/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/holds/HL1a9V1z4YLJd0vTGWOvXxs2"
}
},
"response": "{\n \"_type\": \"debit\", \n \"_uris\": {\n \"events_uri\": {\n \"_type\": \"page\", \n \"key\": \"events\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }\n }, \n \"amount\": 5000, \n \"appears_on_statement_as\": \"ShowsUpOnStmt\", \n \"available_at\": \"2013-10-06T20:30:36.264956Z\", \n \"created_at\": \"2013-10-06T20:30:35.872314Z\", \n \"customer\": {\n \"_type\": \"customer\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"source_uri\": {\n \"_type\": \"card\", \n \"key\": \"source\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"address\": {}, \n \"bank_accounts_uri\": \"/v1/customers/CU12eUdTk8OgEj7VbJVFeP0q/bank_accounts\", \n \"business_name\": null, \n \"cards_uri\": \"/v1/customers/CU12eUdTk8OgEj7VbJVFeP0q/cards\", \n \"created_at\": \"2013-10-06T20:30:26.087523Z\", \n \"credits_uri\": \"/v1/customers/CU12eUdTk8OgEj7VbJVFeP0q/credits\", \n \"debits_uri\": \"/v1/customers/CU12eUdTk8OgEj7VbJVFeP0q/debits\", \n \"destination_uri\": null, \n \"dob\": null, \n \"ein\": null, \n \"email\": null, \n \"facebook\": null, \n \"holds_uri\": \"/v1/customers/CU12eUdTk8OgEj7VbJVFeP0q/holds\", \n \"id\": \"CU12eUdTk8OgEj7VbJVFeP0q\", \n \"is_identity_verified\": false, \n \"meta\": {}, \n \"name\": null, \n \"phone\": null, \n \"refunds_uri\": \"/v1/customers/CU12eUdTk8OgEj7VbJVFeP0q/refunds\", \n \"reversals_uri\": \"/v1/customers/CU12eUdTk8OgEj7VbJVFeP0q/reversals\", \n \"source_uri\": \"/v1/customers/CU12eUdTk8OgEj7VbJVFeP0q/cards/CC15RAm6JJIEIae6bicvlWRw\", \n \"ssn_last4\": null, \n \"transactions_uri\": \"/v1/customers/CU12eUdTk8OgEj7VbJVFeP0q/transactions\", \n \"twitter\": null, \n \"uri\": \"/v1/customers/CU12eUdTk8OgEj7VbJVFeP0q\"\n }, \n \"description\": \"Some descriptive text for the debit in the dashboard\", \n \"events_uri\": \"/v1/debits/WD1dfkoGRfzEFnI0L4871Wcy/events\", \n \"fee\": null, \n \"hold\": {\n \"_type\": \"hold\", \n \"_uris\": {\n \"debit_uri\": {\n \"_type\": \"debit\", \n \"key\": \"debit\"\n }, \n \"events_uri\": {\n \"_type\": \"page\", \n \"key\": \"events\"\n }, \n \"source_uri\": {\n \"_type\": \"card\", \n \"key\": \"source\"\n }\n }, \n \"amount\": 5000, \n \"created_at\": \"2013-10-06T20:30:33.128901Z\", \n \"customer_uri\": \"/v1/customers/CU12eUdTk8OgEj7VbJVFeP0q\", \n \"debit_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/debits/WD1dfkoGRfzEFnI0L4871Wcy\", \n \"description\": \"Some descriptive text for the debit in the dashboard\", \n \"events_uri\": \"/v1/holds/HL1a9V1z4YLJd0vTGWOvXxs2/events\", \n \"expires_at\": \"2013-10-13T20:30:33.002609Z\", \n \"fee\": null, \n \"id\": \"HL1a9V1z4YLJd0vTGWOvXxs2\", \n \"is_void\": false, \n \"meta\": {}, \n \"source_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU12eUdTk8OgEj7VbJVFeP0q/cards/CC15RAm6JJIEIae6bicvlWRw\", \n \"transaction_number\": \"HL900-330-6157\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/holds/HL1a9V1z4YLJd0vTGWOvXxs2\"\n }, \n \"id\": \"WD1dfkoGRfzEFnI0L4871Wcy\", \n \"meta\": {}, \n \"on_behalf_of\": null, \n \"refunds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/debits/WD1dfkoGRfzEFnI0L4871Wcy/refunds\", \n \"source\": {\n \"_type\": \"card\", \n \"_uris\": {}, \n \"brand\": \"MasterCard\", \n \"card_type\": \"mastercard\", \n \"country_code\": null, \n \"created_at\": \"2013-10-06T20:30:29.309664Z\", \n \"customer_uri\": \"/v1/customers/CU12eUdTk8OgEj7VbJVFeP0q\", \n \"expiration_month\": 12, \n \"expiration_year\": 2020, \n \"hash\": \"fc4ccd5de54f42a5e75f76fbfde60948440c7a382ee7d21b2bc509ab9cfed788\", \n \"id\": \"CC15RAm6JJIEIae6bicvlWRw\", \n \"is_valid\": true, \n \"is_verified\": true, \n \"last_four\": \"5100\", \n \"meta\": {}, \n \"name\": null, \n \"postal_code\": null, \n \"postal_code_check\": \"unknown\", \n \"security_code_check\": \"passed\", \n \"street_address\": null, \n \"uri\": \"/v1/customers/CU12eUdTk8OgEj7VbJVFeP0q/cards/CC15RAm6JJIEIae6bicvlWRw\"\n }, \n \"status\": \"succeeded\", \n \"transaction_number\": \"W654-029-2285\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/debits/WD1dfkoGRfzEFnI0L4871Wcy\"\n}"
},
"hold_create": {
"request": {
"customer_uri": "/v1/customers/CU12eUdTk8OgEj7VbJVFeP0q",
"debits_uri": "/v1/customers/CU12eUdTk8OgEj7VbJVFeP0q/debits",
"payload": {
"amount": 5000,
"description": "Some descriptive text for the debit in the dashboard",
"source_uri": "/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/cards/CC15RAm6JJIEIae6bicvlWRw"
},
"uri": "/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/holds"
},
"response": "{\n \"_type\": \"hold\", \n \"_uris\": {\n \"events_uri\": {\n \"_type\": \"page\", \n \"key\": \"events\"\n }\n }, \n \"account\": {\n \"_type\": \"account\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"customer_uri\": {\n \"_type\": \"customer\", \n \"key\": \"customer\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"bank_accounts_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU12eUdTk8OgEj7VbJVFeP0q/bank_accounts\", \n \"cards_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU12eUdTk8OgEj7VbJVFeP0q/cards\", \n \"created_at\": \"2013-10-06T20:30:26.087523Z\", \n \"credits_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU12eUdTk8OgEj7VbJVFeP0q/credits\", \n \"customer_uri\": \"/v1/customers/CU12eUdTk8OgEj7VbJVFeP0q\", \n \"debits_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU12eUdTk8OgEj7VbJVFeP0q/debits\", \n \"email_address\": null, \n \"holds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU12eUdTk8OgEj7VbJVFeP0q/holds\", \n \"id\": \"CU12eUdTk8OgEj7VbJVFeP0q\", \n \"meta\": {}, \n \"name\": null, \n \"refunds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU12eUdTk8OgEj7VbJVFeP0q/refunds\", \n \"reversals_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU12eUdTk8OgEj7VbJVFeP0q/reversals\", \n \"roles\": [\n \"buyer\"\n ], \n \"transactions_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU12eUdTk8OgEj7VbJVFeP0q/transactions\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU12eUdTk8OgEj7VbJVFeP0q\"\n }, \n \"amount\": 5000, \n \"created_at\": \"2013-10-06T20:30:33.128901Z\", \n \"customer\": {\n \"_type\": \"customer\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"source_uri\": {\n \"_type\": \"card\", \n \"key\": \"source\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"address\": {}, \n \"bank_accounts_uri\": \"/v1/customers/CU12eUdTk8OgEj7VbJVFeP0q/bank_accounts\", \n \"business_name\": null, \n \"cards_uri\": \"/v1/customers/CU12eUdTk8OgEj7VbJVFeP0q/cards\", \n \"created_at\": \"2013-10-06T20:30:26.087523Z\", \n \"credits_uri\": \"/v1/customers/CU12eUdTk8OgEj7VbJVFeP0q/credits\", \n \"debits_uri\": \"/v1/customers/CU12eUdTk8OgEj7VbJVFeP0q/debits\", \n \"destination_uri\": null, \n \"dob\": null, \n \"ein\": null, \n \"email\": null, \n \"facebook\": null, \n \"holds_uri\": \"/v1/customers/CU12eUdTk8OgEj7VbJVFeP0q/holds\", \n \"id\": \"CU12eUdTk8OgEj7VbJVFeP0q\", \n \"is_identity_verified\": false, \n \"meta\": {}, \n \"name\": null, \n \"phone\": null, \n \"refunds_uri\": \"/v1/customers/CU12eUdTk8OgEj7VbJVFeP0q/refunds\", \n \"reversals_uri\": \"/v1/customers/CU12eUdTk8OgEj7VbJVFeP0q/reversals\", \n \"source_uri\": \"/v1/customers/CU12eUdTk8OgEj7VbJVFeP0q/cards/CC15RAm6JJIEIae6bicvlWRw\", \n \"ssn_last4\": null, \n \"transactions_uri\": \"/v1/customers/CU12eUdTk8OgEj7VbJVFeP0q/transactions\", \n \"twitter\": null, \n \"uri\": \"/v1/customers/CU12eUdTk8OgEj7VbJVFeP0q\"\n }, \n \"debit\": null, \n \"description\": \"Some descriptive text for the debit in the dashboard\", \n \"events_uri\": \"/v1/holds/HL1a9V1z4YLJd0vTGWOvXxs2/events\", \n \"expires_at\": \"2013-10-13T20:30:33.002609Z\", \n \"fee\": null, \n \"id\": \"HL1a9V1z4YLJd0vTGWOvXxs2\", \n \"is_void\": false, \n \"meta\": {}, \n \"source\": {\n \"_type\": \"card\", \n \"_uris\": {\n \"account_uri\": {\n \"_type\": \"customer\", \n \"key\": \"account\"\n }\n }, \n \"account_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU12eUdTk8OgEj7VbJVFeP0q\", \n \"brand\": \"MasterCard\", \n \"card_type\": \"mastercard\", \n \"country_code\": null, \n \"created_at\": \"2013-10-06T20:30:29.309664Z\", \n \"customer_uri\": \"/v1/customers/CU12eUdTk8OgEj7VbJVFeP0q\", \n \"expiration_month\": 12, \n \"expiration_year\": 2020, \n \"hash\": \"fc4ccd5de54f42a5e75f76fbfde60948440c7a382ee7d21b2bc509ab9cfed788\", \n \"id\": \"CC15RAm6JJIEIae6bicvlWRw\", \n \"is_valid\": true, \n \"is_verified\": true, \n \"last_four\": \"5100\", \n \"meta\": {}, \n \"name\": null, \n \"postal_code\": null, \n \"postal_code_check\": \"unknown\", \n \"security_code_check\": \"passed\", \n \"street_address\": null, \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU12eUdTk8OgEj7VbJVFeP0q/cards/CC15RAm6JJIEIae6bicvlWRw\"\n }, \n \"transaction_number\": \"HL900-330-6157\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/holds/HL1a9V1z4YLJd0vTGWOvXxs2\"\n}"
},
"hold_customer_list": {
"request": {
"customer_uri": "/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM",
"uri": "/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM/holds"
},
"response": "{\n \"_type\": \"page\", \n \"_uris\": {\n \"first_uri\": {\n \"_type\": \"page\", \n \"key\": \"first\"\n }, \n \"last_uri\": {\n \"_type\": \"page\", \n \"key\": \"last\"\n }, \n \"next_uri\": {\n \"_type\": \"page\", \n \"key\": \"next\"\n }, \n \"previous_uri\": {\n \"_type\": \"page\", \n \"key\": \"previous\"\n }\n }, \n \"first_uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM/holds?limit=2&offset=0\", \n \"items\": [\n {\n \"_type\": \"hold\", \n \"_uris\": {\n \"events_uri\": {\n \"_type\": \"page\", \n \"key\": \"events\"\n }\n }, \n \"amount\": 5000, \n \"created_at\": \"2013-10-06T20:29:44.064103Z\", \n \"customer\": {\n \"_type\": \"customer\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"source_uri\": {\n \"_type\": \"card\", \n \"key\": \"source\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"address\": {}, \n \"bank_accounts_uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM/bank_accounts\", \n \"business_name\": null, \n \"cards_uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM/cards\", \n \"created_at\": \"2013-10-06T20:29:40.298711Z\", \n \"credits_uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM/credits\", \n \"debits_uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM/debits\", \n \"destination_uri\": null, \n \"dob\": null, \n \"ein\": null, \n \"email\": null, \n \"facebook\": null, \n \"holds_uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM/holds\", \n \"id\": \"CUcKunVjtvF7v8JlC5ZBdeM\", \n \"is_identity_verified\": false, \n \"meta\": {}, \n \"name\": null, \n \"phone\": null, \n \"refunds_uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM/refunds\", \n \"reversals_uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM/reversals\", \n \"source_uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM/cards/CCeMrx77GHB9l1A7UhR1Why\", \n \"ssn_last4\": null, \n \"transactions_uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM/transactions\", \n \"twitter\": null, \n \"uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM\"\n }, \n \"debit\": null, \n \"description\": \"Some descriptive text for the debit in the dashboard\", \n \"events_uri\": \"/v1/holds/HLgZ3lv8DVAtfnxDJmieJ5S/events\", \n \"expires_at\": \"2013-10-13T20:29:43.980624Z\", \n \"fee\": null, \n \"id\": \"HLgZ3lv8DVAtfnxDJmieJ5S\", \n \"is_void\": false, \n \"meta\": {}, \n \"source\": {\n \"_type\": \"card\", \n \"_uris\": {}, \n \"brand\": \"MasterCard\", \n \"card_type\": \"mastercard\", \n \"country_code\": null, \n \"created_at\": \"2013-10-06T20:29:42.105199Z\", \n \"customer_uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM\", \n \"expiration_month\": 12, \n \"expiration_year\": 2020, \n \"hash\": \"fc4ccd5de54f42a5e75f76fbfde60948440c7a382ee7d21b2bc509ab9cfed788\", \n \"id\": \"CCeMrx77GHB9l1A7UhR1Why\", \n \"is_valid\": true, \n \"is_verified\": true, \n \"last_four\": \"5100\", \n \"meta\": {}, \n \"name\": null, \n \"postal_code\": null, \n \"postal_code_check\": \"unknown\", \n \"security_code_check\": \"passed\", \n \"street_address\": null, \n \"uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM/cards/CCeMrx77GHB9l1A7UhR1Why\"\n }, \n \"transaction_number\": \"HL939-654-0645\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/holds/HLgZ3lv8DVAtfnxDJmieJ5S\"\n }\n ], \n \"last_uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM/holds?limit=2&offset=0\", \n \"limit\": 2, \n \"next_uri\": null, \n \"offset\": 0, \n \"previous_uri\": null, \n \"total\": 1, \n \"uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM/holds?limit=2&offset=0\"\n}"
},
"hold_list": {
"request": {
"uri": "/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/holds"
},
"response": "{\n \"_type\": \"page\", \n \"_uris\": {\n \"first_uri\": {\n \"_type\": \"page\", \n \"key\": \"first\"\n }, \n \"last_uri\": {\n \"_type\": \"page\", \n \"key\": \"last\"\n }, \n \"next_uri\": {\n \"_type\": \"page\", \n \"key\": \"next\"\n }, \n \"previous_uri\": {\n \"_type\": \"page\", \n \"key\": \"previous\"\n }\n }, \n \"first_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/holds?limit=2&offset=0\", \n \"items\": [\n {\n \"_type\": \"hold\", \n \"_uris\": {\n \"events_uri\": {\n \"_type\": \"page\", \n \"key\": \"events\"\n }\n }, \n \"account\": {\n \"_type\": \"account\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"customer_uri\": {\n \"_type\": \"customer\", \n \"key\": \"customer\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"bank_accounts_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUcKunVjtvF7v8JlC5ZBdeM/bank_accounts\", \n \"cards_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUcKunVjtvF7v8JlC5ZBdeM/cards\", \n \"created_at\": \"2013-10-06T20:29:40.298711Z\", \n \"credits_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUcKunVjtvF7v8JlC5ZBdeM/credits\", \n \"customer_uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM\", \n \"debits_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUcKunVjtvF7v8JlC5ZBdeM/debits\", \n \"email_address\": null, \n \"holds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUcKunVjtvF7v8JlC5ZBdeM/holds\", \n \"id\": \"CUcKunVjtvF7v8JlC5ZBdeM\", \n \"meta\": {}, \n \"name\": null, \n \"refunds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUcKunVjtvF7v8JlC5ZBdeM/refunds\", \n \"reversals_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUcKunVjtvF7v8JlC5ZBdeM/reversals\", \n \"roles\": [\n \"buyer\"\n ], \n \"transactions_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUcKunVjtvF7v8JlC5ZBdeM/transactions\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUcKunVjtvF7v8JlC5ZBdeM\"\n }, \n \"amount\": 5000, \n \"created_at\": \"2013-10-06T20:29:44.064103Z\", \n \"customer\": {\n \"_type\": \"customer\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"source_uri\": {\n \"_type\": \"card\", \n \"key\": \"source\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"address\": {}, \n \"bank_accounts_uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM/bank_accounts\", \n \"business_name\": null, \n \"cards_uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM/cards\", \n \"created_at\": \"2013-10-06T20:29:40.298711Z\", \n \"credits_uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM/credits\", \n \"debits_uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM/debits\", \n \"destination_uri\": null, \n \"dob\": null, \n \"ein\": null, \n \"email\": null, \n \"facebook\": null, \n \"holds_uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM/holds\", \n \"id\": \"CUcKunVjtvF7v8JlC5ZBdeM\", \n \"is_identity_verified\": false, \n \"meta\": {}, \n \"name\": null, \n \"phone\": null, \n \"refunds_uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM/refunds\", \n \"reversals_uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM/reversals\", \n \"source_uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM/cards/CCeMrx77GHB9l1A7UhR1Why\", \n \"ssn_last4\": null, \n \"transactions_uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM/transactions\", \n \"twitter\": null, \n \"uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM\"\n }, \n \"debit\": null, \n \"description\": \"Some descriptive text for the debit in the dashboard\", \n \"events_uri\": \"/v1/holds/HLgZ3lv8DVAtfnxDJmieJ5S/events\", \n \"expires_at\": \"2013-10-13T20:29:43.980624Z\", \n \"fee\": null, \n \"id\": \"HLgZ3lv8DVAtfnxDJmieJ5S\", \n \"is_void\": false, \n \"meta\": {}, \n \"source\": {\n \"_type\": \"card\", \n \"_uris\": {\n \"account_uri\": {\n \"_type\": \"customer\", \n \"key\": \"account\"\n }\n }, \n \"account_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUcKunVjtvF7v8JlC5ZBdeM\", \n \"brand\": \"MasterCard\", \n \"card_type\": \"mastercard\", \n \"country_code\": null, \n \"created_at\": \"2013-10-06T20:29:42.105199Z\", \n \"customer_uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM\", \n \"expiration_month\": 12, \n \"expiration_year\": 2020, \n \"hash\": \"fc4ccd5de54f42a5e75f76fbfde60948440c7a382ee7d21b2bc509ab9cfed788\", \n \"id\": \"CCeMrx77GHB9l1A7UhR1Why\", \n \"is_valid\": true, \n \"is_verified\": true, \n \"last_four\": \"5100\", \n \"meta\": {}, \n \"name\": null, \n \"postal_code\": null, \n \"postal_code_check\": \"unknown\", \n \"security_code_check\": \"passed\", \n \"street_address\": null, \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUcKunVjtvF7v8JlC5ZBdeM/cards/CCeMrx77GHB9l1A7UhR1Why\"\n }, \n \"transaction_number\": \"HL939-654-0645\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/holds/HLgZ3lv8DVAtfnxDJmieJ5S\"\n }, \n {\n \"_type\": \"hold\", \n \"_uris\": {\n \"events_uri\": {\n \"_type\": \"page\", \n \"key\": \"events\"\n }\n }, \n \"account\": {\n \"_type\": \"account\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"customer_uri\": {\n \"_type\": \"customer\", \n \"key\": \"customer\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"bank_accounts_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/bank_accounts\", \n \"cards_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/cards\", \n \"created_at\": \"2013-10-06T20:29:14.409664Z\", \n \"credits_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/credits\", \n \"customer_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu\", \n \"debits_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/debits\", \n \"email_address\": null, \n \"holds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/holds\", \n \"id\": \"CU7wGDVh8FjYMPfkPl9SzWAu\", \n \"meta\": {}, \n \"name\": null, \n \"refunds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/refunds\", \n \"reversals_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/reversals\", \n \"roles\": [\n \"buyer\"\n ], \n \"transactions_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/transactions\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu\"\n }, \n \"amount\": 5000, \n \"created_at\": \"2013-10-06T20:29:31.058270Z\", \n \"customer\": {\n \"_type\": \"customer\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"source_uri\": {\n \"_type\": \"card\", \n \"key\": \"source\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"address\": {}, \n \"bank_accounts_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/bank_accounts\", \n \"business_name\": null, \n \"cards_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/cards\", \n \"created_at\": \"2013-10-06T20:29:14.409664Z\", \n \"credits_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/credits\", \n \"debits_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/debits\", \n \"destination_uri\": null, \n \"dob\": null, \n \"ein\": null, \n \"email\": null, \n \"facebook\": null, \n \"holds_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/holds\", \n \"id\": \"CU7wGDVh8FjYMPfkPl9SzWAu\", \n \"is_identity_verified\": false, \n \"meta\": {}, \n \"name\": null, \n \"phone\": null, \n \"refunds_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/refunds\", \n \"reversals_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/reversals\", \n \"source_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/cards/CC7z1cVP2d5oBecGpwPEDi8W\", \n \"ssn_last4\": null, \n \"transactions_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/transactions\", \n \"twitter\": null, \n \"uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu\"\n }, \n \"debit\": {\n \"_type\": \"debit\", \n \"_uris\": {\n \"events_uri\": {\n \"_type\": \"page\", \n \"key\": \"events\"\n }, \n \"hold_uri\": {\n \"_type\": \"hold\", \n \"key\": \"hold\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }\n }, \n \"account_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu\", \n \"amount\": 5000, \n \"appears_on_statement_as\": \"Statement text\", \n \"available_at\": \"2013-10-06T20:29:31.540835Z\", \n \"created_at\": \"2013-10-06T20:29:31.023257Z\", \n \"customer_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu\", \n \"description\": \"Some descriptive text for the debit in the dashboard\", \n \"events_uri\": \"/v1/debits/WD2jklEbzgwLjRiEPpIbWOs/events\", \n \"fee\": null, \n \"hold_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/holds/HL2m4x1qwxSHgtrApDAUQac\", \n \"id\": \"WD2jklEbzgwLjRiEPpIbWOs\", \n \"meta\": {}, \n \"on_behalf_of_uri\": null, \n \"refunds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/debits/WD2jklEbzgwLjRiEPpIbWOs/refunds\", \n \"source_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/cards/CC7z1cVP2d5oBecGpwPEDi8W\", \n \"status\": \"succeeded\", \n \"transaction_number\": \"W726-560-9837\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/debits/WD2jklEbzgwLjRiEPpIbWOs\"\n }, \n \"description\": \"Some descriptive text for the debit in the dashboard\", \n \"events_uri\": \"/v1/holds/HL2m4x1qwxSHgtrApDAUQac/events\", \n \"expires_at\": \"2013-10-13T20:29:30.878917Z\", \n \"fee\": null, \n \"id\": \"HL2m4x1qwxSHgtrApDAUQac\", \n \"is_void\": false, \n \"meta\": {}, \n \"source\": {\n \"_type\": \"card\", \n \"_uris\": {\n \"account_uri\": {\n \"_type\": \"customer\", \n \"key\": \"account\"\n }\n }, \n \"account_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu\", \n \"brand\": \"MasterCard\", \n \"card_type\": \"mastercard\", \n \"country_code\": null, \n \"created_at\": \"2013-10-06T20:29:16.476242Z\", \n \"customer_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu\", \n \"expiration_month\": 12, \n \"expiration_year\": 2020, \n \"hash\": \"fc4ccd5de54f42a5e75f76fbfde60948440c7a382ee7d21b2bc509ab9cfed788\", \n \"id\": \"CC7z1cVP2d5oBecGpwPEDi8W\", \n \"is_valid\": true, \n \"is_verified\": true, \n \"last_four\": \"5100\", \n \"meta\": {}, \n \"name\": null, \n \"postal_code\": null, \n \"postal_code_check\": \"unknown\", \n \"security_code_check\": \"passed\", \n \"street_address\": null, \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/cards/CC7z1cVP2d5oBecGpwPEDi8W\"\n }, \n \"transaction_number\": \"HL027-685-4013\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/holds/HL2m4x1qwxSHgtrApDAUQac\"\n }\n ], \n \"last_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/holds?limit=2&offset=4\", \n \"limit\": 2, \n \"next_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/holds?limit=2&offset=2\", \n \"offset\": 0, \n \"previous_uri\": null, \n \"total\": 5, \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/holds?limit=2&offset=0\"\n}"
},
"hold_show": {
"request": {
"uri": "/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/holds/HLgZ3lv8DVAtfnxDJmieJ5S"
},
"response": "{\n \"_type\": \"hold\", \n \"_uris\": {\n \"events_uri\": {\n \"_type\": \"page\", \n \"key\": \"events\"\n }\n }, \n \"account\": {\n \"_type\": \"account\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"customer_uri\": {\n \"_type\": \"customer\", \n \"key\": \"customer\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"bank_accounts_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUcKunVjtvF7v8JlC5ZBdeM/bank_accounts\", \n \"cards_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUcKunVjtvF7v8JlC5ZBdeM/cards\", \n \"created_at\": \"2013-10-06T20:29:40.298711Z\", \n \"credits_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUcKunVjtvF7v8JlC5ZBdeM/credits\", \n \"customer_uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM\", \n \"debits_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUcKunVjtvF7v8JlC5ZBdeM/debits\", \n \"email_address\": null, \n \"holds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUcKunVjtvF7v8JlC5ZBdeM/holds\", \n \"id\": \"CUcKunVjtvF7v8JlC5ZBdeM\", \n \"meta\": {}, \n \"name\": null, \n \"refunds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUcKunVjtvF7v8JlC5ZBdeM/refunds\", \n \"reversals_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUcKunVjtvF7v8JlC5ZBdeM/reversals\", \n \"roles\": [\n \"buyer\"\n ], \n \"transactions_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUcKunVjtvF7v8JlC5ZBdeM/transactions\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUcKunVjtvF7v8JlC5ZBdeM\"\n }, \n \"amount\": 5000, \n \"created_at\": \"2013-10-06T20:29:44.064103Z\", \n \"customer\": {\n \"_type\": \"customer\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"source_uri\": {\n \"_type\": \"card\", \n \"key\": \"source\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"address\": {}, \n \"bank_accounts_uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM/bank_accounts\", \n \"business_name\": null, \n \"cards_uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM/cards\", \n \"created_at\": \"2013-10-06T20:29:40.298711Z\", \n \"credits_uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM/credits\", \n \"debits_uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM/debits\", \n \"destination_uri\": null, \n \"dob\": null, \n \"ein\": null, \n \"email\": null, \n \"facebook\": null, \n \"holds_uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM/holds\", \n \"id\": \"CUcKunVjtvF7v8JlC5ZBdeM\", \n \"is_identity_verified\": false, \n \"meta\": {}, \n \"name\": null, \n \"phone\": null, \n \"refunds_uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM/refunds\", \n \"reversals_uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM/reversals\", \n \"source_uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM/cards/CCeMrx77GHB9l1A7UhR1Why\", \n \"ssn_last4\": null, \n \"transactions_uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM/transactions\", \n \"twitter\": null, \n \"uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM\"\n }, \n \"debit\": null, \n \"description\": \"Some descriptive text for the debit in the dashboard\", \n \"events_uri\": \"/v1/holds/HLgZ3lv8DVAtfnxDJmieJ5S/events\", \n \"expires_at\": \"2013-10-13T20:29:43.980624Z\", \n \"fee\": null, \n \"id\": \"HLgZ3lv8DVAtfnxDJmieJ5S\", \n \"is_void\": false, \n \"meta\": {}, \n \"source\": {\n \"_type\": \"card\", \n \"_uris\": {\n \"account_uri\": {\n \"_type\": \"customer\", \n \"key\": \"account\"\n }\n }, \n \"account_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUcKunVjtvF7v8JlC5ZBdeM\", \n \"brand\": \"MasterCard\", \n \"card_type\": \"mastercard\", \n \"country_code\": null, \n \"created_at\": \"2013-10-06T20:29:42.105199Z\", \n \"customer_uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM\", \n \"expiration_month\": 12, \n \"expiration_year\": 2020, \n \"hash\": \"fc4ccd5de54f42a5e75f76fbfde60948440c7a382ee7d21b2bc509ab9cfed788\", \n \"id\": \"CCeMrx77GHB9l1A7UhR1Why\", \n \"is_valid\": true, \n \"is_verified\": true, \n \"last_four\": \"5100\", \n \"meta\": {}, \n \"name\": null, \n \"postal_code\": null, \n \"postal_code_check\": \"unknown\", \n \"security_code_check\": \"passed\", \n \"street_address\": null, \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUcKunVjtvF7v8JlC5ZBdeM/cards/CCeMrx77GHB9l1A7UhR1Why\"\n }, \n \"transaction_number\": \"HL939-654-0645\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/holds/HLgZ3lv8DVAtfnxDJmieJ5S\"\n}"
},
"hold_update": {
"request": {
"payload": {
"description": "update this description",
"meta": {
"holding.for": "user1",
"meaningful.key": "some.value"
}
},
"uri": "/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/holds/HLgZ3lv8DVAtfnxDJmieJ5S"
},
"response": "{\n \"_type\": \"hold\", \n \"_uris\": {\n \"events_uri\": {\n \"_type\": \"page\", \n \"key\": \"events\"\n }\n }, \n \"account\": {\n \"_type\": \"account\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"customer_uri\": {\n \"_type\": \"customer\", \n \"key\": \"customer\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"bank_accounts_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUcKunVjtvF7v8JlC5ZBdeM/bank_accounts\", \n \"cards_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUcKunVjtvF7v8JlC5ZBdeM/cards\", \n \"created_at\": \"2013-10-06T20:29:40.298711Z\", \n \"credits_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUcKunVjtvF7v8JlC5ZBdeM/credits\", \n \"customer_uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM\", \n \"debits_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUcKunVjtvF7v8JlC5ZBdeM/debits\", \n \"email_address\": null, \n \"holds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUcKunVjtvF7v8JlC5ZBdeM/holds\", \n \"id\": \"CUcKunVjtvF7v8JlC5ZBdeM\", \n \"meta\": {}, \n \"name\": null, \n \"refunds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUcKunVjtvF7v8JlC5ZBdeM/refunds\", \n \"reversals_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUcKunVjtvF7v8JlC5ZBdeM/reversals\", \n \"roles\": [\n \"buyer\"\n ], \n \"transactions_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUcKunVjtvF7v8JlC5ZBdeM/transactions\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUcKunVjtvF7v8JlC5ZBdeM\"\n }, \n \"amount\": 5000, \n \"created_at\": \"2013-10-06T20:29:44.064103Z\", \n \"customer\": {\n \"_type\": \"customer\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"source_uri\": {\n \"_type\": \"card\", \n \"key\": \"source\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"address\": {}, \n \"bank_accounts_uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM/bank_accounts\", \n \"business_name\": null, \n \"cards_uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM/cards\", \n \"created_at\": \"2013-10-06T20:29:40.298711Z\", \n \"credits_uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM/credits\", \n \"debits_uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM/debits\", \n \"destination_uri\": null, \n \"dob\": null, \n \"ein\": null, \n \"email\": null, \n \"facebook\": null, \n \"holds_uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM/holds\", \n \"id\": \"CUcKunVjtvF7v8JlC5ZBdeM\", \n \"is_identity_verified\": false, \n \"meta\": {}, \n \"name\": null, \n \"phone\": null, \n \"refunds_uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM/refunds\", \n \"reversals_uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM/reversals\", \n \"source_uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM/cards/CCeMrx77GHB9l1A7UhR1Why\", \n \"ssn_last4\": null, \n \"transactions_uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM/transactions\", \n \"twitter\": null, \n \"uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM\"\n }, \n \"debit\": null, \n \"description\": \"update this description\", \n \"events_uri\": \"/v1/holds/HLgZ3lv8DVAtfnxDJmieJ5S/events\", \n \"expires_at\": \"2013-10-13T20:29:43.980624Z\", \n \"fee\": null, \n \"id\": \"HLgZ3lv8DVAtfnxDJmieJ5S\", \n \"is_void\": false, \n \"meta\": {\n \"holding.for\": \"user1\", \n \"meaningful.key\": \"some.value\"\n }, \n \"source\": {\n \"_type\": \"card\", \n \"_uris\": {\n \"account_uri\": {\n \"_type\": \"customer\", \n \"key\": \"account\"\n }\n }, \n \"account_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUcKunVjtvF7v8JlC5ZBdeM\", \n \"brand\": \"MasterCard\", \n \"card_type\": \"mastercard\", \n \"country_code\": null, \n \"created_at\": \"2013-10-06T20:29:42.105199Z\", \n \"customer_uri\": \"/v1/customers/CUcKunVjtvF7v8JlC5ZBdeM\", \n \"expiration_month\": 12, \n \"expiration_year\": 2020, \n \"hash\": \"fc4ccd5de54f42a5e75f76fbfde60948440c7a382ee7d21b2bc509ab9cfed788\", \n \"id\": \"CCeMrx77GHB9l1A7UhR1Why\", \n \"is_valid\": true, \n \"is_verified\": true, \n \"last_four\": \"5100\", \n \"meta\": {}, \n \"name\": null, \n \"postal_code\": null, \n \"postal_code_check\": \"unknown\", \n \"security_code_check\": \"passed\", \n \"street_address\": null, \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUcKunVjtvF7v8JlC5ZBdeM/cards/CCeMrx77GHB9l1A7UhR1Why\"\n }, \n \"transaction_number\": \"HL939-654-0645\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/holds/HLgZ3lv8DVAtfnxDJmieJ5S\"\n}"
},
"hold_void": {
"request": {
"payload": {
"is_void": "true"
},
"uri": "/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/holds/HLz4ihqQhojMB0z17ZPxDXI"
},
"response": "{\n \"_type\": \"hold\", \n \"_uris\": {\n \"events_uri\": {\n \"_type\": \"page\", \n \"key\": \"events\"\n }\n }, \n \"account\": {\n \"_type\": \"account\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"customer_uri\": {\n \"_type\": \"customer\", \n \"key\": \"customer\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"bank_accounts_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUuDKfPHvZhTmaNbEsg1BOO/bank_accounts\", \n \"cards_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUuDKfPHvZhTmaNbEsg1BOO/cards\", \n \"created_at\": \"2013-10-06T20:29:56.207291Z\", \n \"credits_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUuDKfPHvZhTmaNbEsg1BOO/credits\", \n \"customer_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO\", \n \"debits_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUuDKfPHvZhTmaNbEsg1BOO/debits\", \n \"email_address\": null, \n \"holds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUuDKfPHvZhTmaNbEsg1BOO/holds\", \n \"id\": \"CUuDKfPHvZhTmaNbEsg1BOO\", \n \"meta\": {}, \n \"name\": null, \n \"refunds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUuDKfPHvZhTmaNbEsg1BOO/refunds\", \n \"reversals_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUuDKfPHvZhTmaNbEsg1BOO/reversals\", \n \"roles\": [\n \"buyer\"\n ], \n \"transactions_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUuDKfPHvZhTmaNbEsg1BOO/transactions\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUuDKfPHvZhTmaNbEsg1BOO\"\n }, \n \"amount\": 5000, \n \"created_at\": \"2013-10-06T20:30:00.144511Z\", \n \"customer\": {\n \"_type\": \"customer\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"source_uri\": {\n \"_type\": \"card\", \n \"key\": \"source\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"address\": {}, \n \"bank_accounts_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/bank_accounts\", \n \"business_name\": null, \n \"cards_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/cards\", \n \"created_at\": \"2013-10-06T20:29:56.207291Z\", \n \"credits_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/credits\", \n \"debits_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/debits\", \n \"destination_uri\": null, \n \"dob\": null, \n \"ein\": null, \n \"email\": null, \n \"facebook\": null, \n \"holds_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/holds\", \n \"id\": \"CUuDKfPHvZhTmaNbEsg1BOO\", \n \"is_identity_verified\": false, \n \"meta\": {}, \n \"name\": null, \n \"phone\": null, \n \"refunds_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/refunds\", \n \"reversals_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/reversals\", \n \"source_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/cards/CCwG5dJciH5hQiuNDhfy6Y6\", \n \"ssn_last4\": null, \n \"transactions_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/transactions\", \n \"twitter\": null, \n \"uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO\"\n }, \n \"debit\": null, \n \"description\": \"Some descriptive text for the debit in the dashboard\", \n \"events_uri\": \"/v1/holds/HLz4ihqQhojMB0z17ZPxDXI/events\", \n \"expires_at\": \"2013-10-13T20:30:00.008295Z\", \n \"fee\": null, \n \"id\": \"HLz4ihqQhojMB0z17ZPxDXI\", \n \"is_void\": true, \n \"meta\": {}, \n \"source\": {\n \"_type\": \"card\", \n \"_uris\": {\n \"account_uri\": {\n \"_type\": \"customer\", \n \"key\": \"account\"\n }\n }, \n \"account_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUuDKfPHvZhTmaNbEsg1BOO\", \n \"brand\": \"MasterCard\", \n \"card_type\": \"mastercard\", \n \"country_code\": null, \n \"created_at\": \"2013-10-06T20:29:58.026057Z\", \n \"customer_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO\", \n \"expiration_month\": 12, \n \"expiration_year\": 2020, \n \"hash\": \"fc4ccd5de54f42a5e75f76fbfde60948440c7a382ee7d21b2bc509ab9cfed788\", \n \"id\": \"CCwG5dJciH5hQiuNDhfy6Y6\", \n \"is_valid\": true, \n \"is_verified\": true, \n \"last_four\": \"5100\", \n \"meta\": {}, \n \"name\": null, \n \"postal_code\": null, \n \"postal_code_check\": \"unknown\", \n \"security_code_check\": \"passed\", \n \"street_address\": null, \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUuDKfPHvZhTmaNbEsg1BOO/cards/CCwG5dJciH5hQiuNDhfy6Y6\"\n }, \n \"transaction_number\": \"HL837-063-4994\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/holds/HLz4ihqQhojMB0z17ZPxDXI\"\n}"
},
"marketplace_id": "TEST-MP5FKPQwyjvVgTDt7EiRw3Kq",
"marketplace_uri": "/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq",
"refund_create": {
"request": {
"debit_uri": "/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/debits/WDE7lu1wLfsf2JhWHYM6U2W",
"payload": {
"debit_uri": "/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/debits/WDE7lu1wLfsf2JhWHYM6U2W",
"description": "Refund for Order #1111",
"meta": {
"fulfillment.item.condition": "OK",
"merchant.feedback": "positive",
"user.refund_reason": "not happy with product"
}
},
"uri": "/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/refunds"
},
"response": "{\n \"_type\": \"refund\", \n \"_uris\": {}, \n \"amount\": 5000, \n \"appears_on_statement_as\": \"Statement text\", \n \"created_at\": \"2013-10-06T20:30:07.748805Z\", \n \"customer\": {\n \"_type\": \"customer\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"source_uri\": {\n \"_type\": \"card\", \n \"key\": \"source\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"address\": {}, \n \"bank_accounts_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/bank_accounts\", \n \"business_name\": null, \n \"cards_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/cards\", \n \"created_at\": \"2013-10-06T20:29:56.207291Z\", \n \"credits_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/credits\", \n \"debits_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/debits\", \n \"destination_uri\": null, \n \"dob\": null, \n \"ein\": null, \n \"email\": null, \n \"facebook\": null, \n \"holds_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/holds\", \n \"id\": \"CUuDKfPHvZhTmaNbEsg1BOO\", \n \"is_identity_verified\": false, \n \"meta\": {}, \n \"name\": null, \n \"phone\": null, \n \"refunds_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/refunds\", \n \"reversals_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/reversals\", \n \"source_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/cards/CCwG5dJciH5hQiuNDhfy6Y6\", \n \"ssn_last4\": null, \n \"transactions_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/transactions\", \n \"twitter\": null, \n \"uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO\"\n }, \n \"debit\": {\n \"_type\": \"debit\", \n \"_uris\": {\n \"events_uri\": {\n \"_type\": \"page\", \n \"key\": \"events\"\n }, \n \"hold_uri\": {\n \"_type\": \"hold\", \n \"key\": \"hold\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }\n }, \n \"amount\": 5000, \n \"appears_on_statement_as\": \"Statement text\", \n \"available_at\": \"2013-10-06T20:30:05.348444Z\", \n \"created_at\": \"2013-10-06T20:30:04.646854Z\", \n \"customer_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO\", \n \"description\": \"Some descriptive text for the debit in the dashboard\", \n \"events_uri\": \"/v1/debits/WDE7lu1wLfsf2JhWHYM6U2W/events\", \n \"fee\": null, \n \"hold_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/holds/HLE8eQrzSZlVmSAiT3UStNA\", \n \"id\": \"WDE7lu1wLfsf2JhWHYM6U2W\", \n \"meta\": {}, \n \"on_behalf_of_uri\": null, \n \"refunds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/debits/WDE7lu1wLfsf2JhWHYM6U2W/refunds\", \n \"source_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUuDKfPHvZhTmaNbEsg1BOO/cards/CCwG5dJciH5hQiuNDhfy6Y6\", \n \"status\": \"succeeded\", \n \"transaction_number\": \"W176-370-7334\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/debits/WDE7lu1wLfsf2JhWHYM6U2W\"\n }, \n \"description\": \"Refund for Order #1111\", \n \"events_uri\": \"/v1/refunds/RFHBiohkzkfO6RPYOrjc9US/events\", \n \"fee\": null, \n \"id\": \"RFHBiohkzkfO6RPYOrjc9US\", \n \"meta\": {\n \"fulfillment.item.condition\": \"OK\", \n \"merchant.feedback\": \"positive\", \n \"user.refund_reason\": \"not happy with product\"\n }, \n \"status\": \"succeeded\", \n \"transaction_number\": \"RF991-633-2003\", \n \"uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/refunds/RFHBiohkzkfO6RPYOrjc9US\"\n}"
},
"refund_customer_list": {
"request": {
"customer_uri": "/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO",
"uri": "/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/refunds"
},
"response": "{\n \"_type\": \"page\", \n \"_uris\": {\n \"first_uri\": {\n \"_type\": \"page\", \n \"key\": \"first\"\n }, \n \"last_uri\": {\n \"_type\": \"page\", \n \"key\": \"last\"\n }, \n \"next_uri\": {\n \"_type\": \"page\", \n \"key\": \"next\"\n }, \n \"previous_uri\": {\n \"_type\": \"page\", \n \"key\": \"previous\"\n }\n }, \n \"first_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/refunds?limit=2&offset=0\", \n \"items\": [\n {\n \"_type\": \"refund\", \n \"_uris\": {}, \n \"amount\": 5000, \n \"appears_on_statement_as\": \"Statement text\", \n \"created_at\": \"2013-10-06T20:30:07.748805Z\", \n \"customer\": {\n \"_type\": \"customer\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"source_uri\": {\n \"_type\": \"card\", \n \"key\": \"source\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"address\": {}, \n \"bank_accounts_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/bank_accounts\", \n \"business_name\": null, \n \"cards_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/cards\", \n \"created_at\": \"2013-10-06T20:29:56.207291Z\", \n \"credits_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/credits\", \n \"debits_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/debits\", \n \"destination_uri\": null, \n \"dob\": null, \n \"ein\": null, \n \"email\": null, \n \"facebook\": null, \n \"holds_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/holds\", \n \"id\": \"CUuDKfPHvZhTmaNbEsg1BOO\", \n \"is_identity_verified\": false, \n \"meta\": {}, \n \"name\": null, \n \"phone\": null, \n \"refunds_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/refunds\", \n \"reversals_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/reversals\", \n \"source_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/cards/CCwG5dJciH5hQiuNDhfy6Y6\", \n \"ssn_last4\": null, \n \"transactions_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/transactions\", \n \"twitter\": null, \n \"uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO\"\n }, \n \"debit\": {\n \"_type\": \"debit\", \n \"_uris\": {\n \"events_uri\": {\n \"_type\": \"page\", \n \"key\": \"events\"\n }, \n \"hold_uri\": {\n \"_type\": \"hold\", \n \"key\": \"hold\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }\n }, \n \"amount\": 5000, \n \"appears_on_statement_as\": \"Statement text\", \n \"available_at\": \"2013-10-06T20:30:05.348444Z\", \n \"created_at\": \"2013-10-06T20:30:04.646854Z\", \n \"customer_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO\", \n \"description\": \"Some descriptive text for the debit in the dashboard\", \n \"events_uri\": \"/v1/debits/WDE7lu1wLfsf2JhWHYM6U2W/events\", \n \"fee\": null, \n \"hold_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/holds/HLE8eQrzSZlVmSAiT3UStNA\", \n \"id\": \"WDE7lu1wLfsf2JhWHYM6U2W\", \n \"meta\": {}, \n \"on_behalf_of_uri\": null, \n \"refunds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/debits/WDE7lu1wLfsf2JhWHYM6U2W/refunds\", \n \"source_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUuDKfPHvZhTmaNbEsg1BOO/cards/CCwG5dJciH5hQiuNDhfy6Y6\", \n \"status\": \"succeeded\", \n \"transaction_number\": \"W176-370-7334\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/debits/WDE7lu1wLfsf2JhWHYM6U2W\"\n }, \n \"description\": \"Refund for Order #1111\", \n \"events_uri\": \"/v1/refunds/RFHBiohkzkfO6RPYOrjc9US/events\", \n \"fee\": null, \n \"id\": \"RFHBiohkzkfO6RPYOrjc9US\", \n \"meta\": {\n \"fulfillment.item.condition\": \"OK\", \n \"merchant.feedback\": \"positive\", \n \"user.refund_reason\": \"not happy with product\"\n }, \n \"status\": \"succeeded\", \n \"transaction_number\": \"RF991-633-2003\", \n \"uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/refunds/RFHBiohkzkfO6RPYOrjc9US\"\n }\n ], \n \"last_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/refunds?limit=2&offset=0\", \n \"limit\": 2, \n \"next_uri\": null, \n \"offset\": 0, \n \"previous_uri\": null, \n \"total\": 1, \n \"uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/refunds?limit=2&offset=0\"\n}"
},
"refund_list": {
"request": {
"uri": "/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/refunds"
},
"response": "{\n \"_type\": \"page\", \n \"_uris\": {\n \"first_uri\": {\n \"_type\": \"page\", \n \"key\": \"first\"\n }, \n \"last_uri\": {\n \"_type\": \"page\", \n \"key\": \"last\"\n }, \n \"next_uri\": {\n \"_type\": \"page\", \n \"key\": \"next\"\n }, \n \"previous_uri\": {\n \"_type\": \"page\", \n \"key\": \"previous\"\n }\n }, \n \"first_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/refunds?limit=2&offset=0\", \n \"items\": [\n {\n \"_type\": \"refund\", \n \"_uris\": {}, \n \"account\": {\n \"_type\": \"account\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"customer_uri\": {\n \"_type\": \"customer\", \n \"key\": \"customer\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"bank_accounts_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUuDKfPHvZhTmaNbEsg1BOO/bank_accounts\", \n \"cards_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUuDKfPHvZhTmaNbEsg1BOO/cards\", \n \"created_at\": \"2013-10-06T20:29:56.207291Z\", \n \"credits_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUuDKfPHvZhTmaNbEsg1BOO/credits\", \n \"customer_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO\", \n \"debits_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUuDKfPHvZhTmaNbEsg1BOO/debits\", \n \"email_address\": null, \n \"holds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUuDKfPHvZhTmaNbEsg1BOO/holds\", \n \"id\": \"CUuDKfPHvZhTmaNbEsg1BOO\", \n \"meta\": {}, \n \"name\": null, \n \"refunds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUuDKfPHvZhTmaNbEsg1BOO/refunds\", \n \"reversals_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUuDKfPHvZhTmaNbEsg1BOO/reversals\", \n \"roles\": [\n \"buyer\"\n ], \n \"transactions_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUuDKfPHvZhTmaNbEsg1BOO/transactions\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUuDKfPHvZhTmaNbEsg1BOO\"\n }, \n \"amount\": 5000, \n \"appears_on_statement_as\": \"Statement text\", \n \"created_at\": \"2013-10-06T20:30:07.748805Z\", \n \"customer\": {\n \"_type\": \"customer\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"source_uri\": {\n \"_type\": \"card\", \n \"key\": \"source\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"address\": {}, \n \"bank_accounts_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/bank_accounts\", \n \"business_name\": null, \n \"cards_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/cards\", \n \"created_at\": \"2013-10-06T20:29:56.207291Z\", \n \"credits_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/credits\", \n \"debits_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/debits\", \n \"destination_uri\": null, \n \"dob\": null, \n \"ein\": null, \n \"email\": null, \n \"facebook\": null, \n \"holds_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/holds\", \n \"id\": \"CUuDKfPHvZhTmaNbEsg1BOO\", \n \"is_identity_verified\": false, \n \"meta\": {}, \n \"name\": null, \n \"phone\": null, \n \"refunds_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/refunds\", \n \"reversals_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/reversals\", \n \"source_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/cards/CCwG5dJciH5hQiuNDhfy6Y6\", \n \"ssn_last4\": null, \n \"transactions_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/transactions\", \n \"twitter\": null, \n \"uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO\"\n }, \n \"debit\": {\n \"_type\": \"debit\", \n \"_uris\": {\n \"events_uri\": {\n \"_type\": \"page\", \n \"key\": \"events\"\n }, \n \"hold_uri\": {\n \"_type\": \"hold\", \n \"key\": \"hold\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }\n }, \n \"account_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUuDKfPHvZhTmaNbEsg1BOO\", \n \"amount\": 5000, \n \"appears_on_statement_as\": \"Statement text\", \n \"available_at\": \"2013-10-06T20:30:05.348444Z\", \n \"created_at\": \"2013-10-06T20:30:04.646854Z\", \n \"customer_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO\", \n \"description\": \"Some descriptive text for the debit in the dashboard\", \n \"events_uri\": \"/v1/debits/WDE7lu1wLfsf2JhWHYM6U2W/events\", \n \"fee\": null, \n \"hold_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/holds/HLE8eQrzSZlVmSAiT3UStNA\", \n \"id\": \"WDE7lu1wLfsf2JhWHYM6U2W\", \n \"meta\": {}, \n \"on_behalf_of_uri\": null, \n \"refunds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/debits/WDE7lu1wLfsf2JhWHYM6U2W/refunds\", \n \"source_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUuDKfPHvZhTmaNbEsg1BOO/cards/CCwG5dJciH5hQiuNDhfy6Y6\", \n \"status\": \"succeeded\", \n \"transaction_number\": \"W176-370-7334\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/debits/WDE7lu1wLfsf2JhWHYM6U2W\"\n }, \n \"description\": \"Refund for Order #1111\", \n \"events_uri\": \"/v1/refunds/RFHBiohkzkfO6RPYOrjc9US/events\", \n \"fee\": null, \n \"id\": \"RFHBiohkzkfO6RPYOrjc9US\", \n \"meta\": {\n \"fulfillment.item.condition\": \"OK\", \n \"merchant.feedback\": \"positive\", \n \"user.refund_reason\": \"not happy with product\"\n }, \n \"status\": \"succeeded\", \n \"transaction_number\": \"RF991-633-2003\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/refunds/RFHBiohkzkfO6RPYOrjc9US\"\n }, \n {\n \"_type\": \"refund\", \n \"_uris\": {}, \n \"account\": {\n \"_type\": \"account\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"customer_uri\": {\n \"_type\": \"customer\", \n \"key\": \"customer\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"bank_accounts_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/bank_accounts\", \n \"cards_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/cards\", \n \"created_at\": \"2013-10-06T20:29:14.409664Z\", \n \"credits_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/credits\", \n \"customer_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu\", \n \"debits_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/debits\", \n \"email_address\": null, \n \"holds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/holds\", \n \"id\": \"CU7wGDVh8FjYMPfkPl9SzWAu\", \n \"meta\": {}, \n \"name\": null, \n \"refunds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/refunds\", \n \"reversals_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/reversals\", \n \"roles\": [\n \"buyer\"\n ], \n \"transactions_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/transactions\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu\"\n }, \n \"amount\": 5000, \n \"appears_on_statement_as\": \"Statement text\", \n \"created_at\": \"2013-10-06T20:29:32.586231Z\", \n \"customer\": {\n \"_type\": \"customer\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"source_uri\": {\n \"_type\": \"card\", \n \"key\": \"source\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"address\": {}, \n \"bank_accounts_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/bank_accounts\", \n \"business_name\": null, \n \"cards_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/cards\", \n \"created_at\": \"2013-10-06T20:29:14.409664Z\", \n \"credits_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/credits\", \n \"debits_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/debits\", \n \"destination_uri\": null, \n \"dob\": null, \n \"ein\": null, \n \"email\": null, \n \"facebook\": null, \n \"holds_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/holds\", \n \"id\": \"CU7wGDVh8FjYMPfkPl9SzWAu\", \n \"is_identity_verified\": false, \n \"meta\": {}, \n \"name\": null, \n \"phone\": null, \n \"refunds_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/refunds\", \n \"reversals_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/reversals\", \n \"source_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/cards/CC7z1cVP2d5oBecGpwPEDi8W\", \n \"ssn_last4\": null, \n \"transactions_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu/transactions\", \n \"twitter\": null, \n \"uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu\"\n }, \n \"debit\": {\n \"_type\": \"debit\", \n \"_uris\": {\n \"events_uri\": {\n \"_type\": \"page\", \n \"key\": \"events\"\n }, \n \"hold_uri\": {\n \"_type\": \"hold\", \n \"key\": \"hold\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }\n }, \n \"account_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu\", \n \"amount\": 5000, \n \"appears_on_statement_as\": \"Statement text\", \n \"available_at\": \"2013-10-06T20:29:31.540835Z\", \n \"created_at\": \"2013-10-06T20:29:31.023257Z\", \n \"customer_uri\": \"/v1/customers/CU7wGDVh8FjYMPfkPl9SzWAu\", \n \"description\": \"Some descriptive text for the debit in the dashboard\", \n \"events_uri\": \"/v1/debits/WD2jklEbzgwLjRiEPpIbWOs/events\", \n \"fee\": null, \n \"hold_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/holds/HL2m4x1qwxSHgtrApDAUQac\", \n \"id\": \"WD2jklEbzgwLjRiEPpIbWOs\", \n \"meta\": {}, \n \"on_behalf_of_uri\": null, \n \"refunds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/debits/WD2jklEbzgwLjRiEPpIbWOs/refunds\", \n \"source_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CU7wGDVh8FjYMPfkPl9SzWAu/cards/CC7z1cVP2d5oBecGpwPEDi8W\", \n \"status\": \"succeeded\", \n \"transaction_number\": \"W726-560-9837\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/debits/WD2jklEbzgwLjRiEPpIbWOs\"\n }, \n \"description\": \"Some descriptive text for the debit in the dashboard\", \n \"events_uri\": \"/v1/refunds/RF4244mS0UmKatiL4n7GOl8/events\", \n \"fee\": null, \n \"id\": \"RF4244mS0UmKatiL4n7GOl8\", \n \"meta\": {}, \n \"status\": \"succeeded\", \n \"transaction_number\": \"RF286-995-2656\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/refunds/RF4244mS0UmKatiL4n7GOl8\"\n }\n ], \n \"last_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/refunds?limit=2&offset=0\", \n \"limit\": 2, \n \"next_uri\": null, \n \"offset\": 0, \n \"previous_uri\": null, \n \"total\": 2, \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/refunds?limit=2&offset=0\"\n}"
},
"refund_show": {
"request": {
"uri": "/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/refunds/RFHBiohkzkfO6RPYOrjc9US"
},
"response": "{\n \"_type\": \"refund\", \n \"_uris\": {}, \n \"account\": {\n \"_type\": \"account\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"customer_uri\": {\n \"_type\": \"customer\", \n \"key\": \"customer\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"bank_accounts_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUuDKfPHvZhTmaNbEsg1BOO/bank_accounts\", \n \"cards_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUuDKfPHvZhTmaNbEsg1BOO/cards\", \n \"created_at\": \"2013-10-06T20:29:56.207291Z\", \n \"credits_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUuDKfPHvZhTmaNbEsg1BOO/credits\", \n \"customer_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO\", \n \"debits_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUuDKfPHvZhTmaNbEsg1BOO/debits\", \n \"email_address\": null, \n \"holds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUuDKfPHvZhTmaNbEsg1BOO/holds\", \n \"id\": \"CUuDKfPHvZhTmaNbEsg1BOO\", \n \"meta\": {}, \n \"name\": null, \n \"refunds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUuDKfPHvZhTmaNbEsg1BOO/refunds\", \n \"reversals_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUuDKfPHvZhTmaNbEsg1BOO/reversals\", \n \"roles\": [\n \"buyer\"\n ], \n \"transactions_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUuDKfPHvZhTmaNbEsg1BOO/transactions\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUuDKfPHvZhTmaNbEsg1BOO\"\n }, \n \"amount\": 5000, \n \"appears_on_statement_as\": \"Statement text\", \n \"created_at\": \"2013-10-06T20:30:07.748805Z\", \n \"customer\": {\n \"_type\": \"customer\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"source_uri\": {\n \"_type\": \"card\", \n \"key\": \"source\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"address\": {}, \n \"bank_accounts_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/bank_accounts\", \n \"business_name\": null, \n \"cards_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/cards\", \n \"created_at\": \"2013-10-06T20:29:56.207291Z\", \n \"credits_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/credits\", \n \"debits_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/debits\", \n \"destination_uri\": null, \n \"dob\": null, \n \"ein\": null, \n \"email\": null, \n \"facebook\": null, \n \"holds_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/holds\", \n \"id\": \"CUuDKfPHvZhTmaNbEsg1BOO\", \n \"is_identity_verified\": false, \n \"meta\": {}, \n \"name\": null, \n \"phone\": null, \n \"refunds_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/refunds\", \n \"reversals_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/reversals\", \n \"source_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/cards/CCwG5dJciH5hQiuNDhfy6Y6\", \n \"ssn_last4\": null, \n \"transactions_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/transactions\", \n \"twitter\": null, \n \"uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO\"\n }, \n \"debit\": {\n \"_type\": \"debit\", \n \"_uris\": {\n \"events_uri\": {\n \"_type\": \"page\", \n \"key\": \"events\"\n }, \n \"hold_uri\": {\n \"_type\": \"hold\", \n \"key\": \"hold\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }\n }, \n \"account_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUuDKfPHvZhTmaNbEsg1BOO\", \n \"amount\": 5000, \n \"appears_on_statement_as\": \"Statement text\", \n \"available_at\": \"2013-10-06T20:30:05.348444Z\", \n \"created_at\": \"2013-10-06T20:30:04.646854Z\", \n \"customer_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO\", \n \"description\": \"Some descriptive text for the debit in the dashboard\", \n \"events_uri\": \"/v1/debits/WDE7lu1wLfsf2JhWHYM6U2W/events\", \n \"fee\": null, \n \"hold_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/holds/HLE8eQrzSZlVmSAiT3UStNA\", \n \"id\": \"WDE7lu1wLfsf2JhWHYM6U2W\", \n \"meta\": {}, \n \"on_behalf_of_uri\": null, \n \"refunds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/debits/WDE7lu1wLfsf2JhWHYM6U2W/refunds\", \n \"source_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUuDKfPHvZhTmaNbEsg1BOO/cards/CCwG5dJciH5hQiuNDhfy6Y6\", \n \"status\": \"succeeded\", \n \"transaction_number\": \"W176-370-7334\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/debits/WDE7lu1wLfsf2JhWHYM6U2W\"\n }, \n \"description\": \"Refund for Order #1111\", \n \"events_uri\": \"/v1/refunds/RFHBiohkzkfO6RPYOrjc9US/events\", \n \"fee\": null, \n \"id\": \"RFHBiohkzkfO6RPYOrjc9US\", \n \"meta\": {\n \"fulfillment.item.condition\": \"OK\", \n \"merchant.feedback\": \"positive\", \n \"user.refund_reason\": \"not happy with product\"\n }, \n \"status\": \"succeeded\", \n \"transaction_number\": \"RF991-633-2003\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/refunds/RFHBiohkzkfO6RPYOrjc9US\"\n}"
},
"refund_update": {
"request": {
"payload": {
"description": "update this description",
"meta": {
"refund.reason": "user not happy with product",
"user.notes": "very polite on the phone",
"user.refund.count": "3"
}
},
"uri": "/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/refunds/RFHBiohkzkfO6RPYOrjc9US"
},
"response": "{\n \"_type\": \"refund\", \n \"_uris\": {}, \n \"account\": {\n \"_type\": \"account\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"customer_uri\": {\n \"_type\": \"customer\", \n \"key\": \"customer\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"bank_accounts_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUuDKfPHvZhTmaNbEsg1BOO/bank_accounts\", \n \"cards_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUuDKfPHvZhTmaNbEsg1BOO/cards\", \n \"created_at\": \"2013-10-06T20:29:56.207291Z\", \n \"credits_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUuDKfPHvZhTmaNbEsg1BOO/credits\", \n \"customer_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO\", \n \"debits_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUuDKfPHvZhTmaNbEsg1BOO/debits\", \n \"email_address\": null, \n \"holds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUuDKfPHvZhTmaNbEsg1BOO/holds\", \n \"id\": \"CUuDKfPHvZhTmaNbEsg1BOO\", \n \"meta\": {}, \n \"name\": null, \n \"refunds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUuDKfPHvZhTmaNbEsg1BOO/refunds\", \n \"reversals_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUuDKfPHvZhTmaNbEsg1BOO/reversals\", \n \"roles\": [\n \"buyer\"\n ], \n \"transactions_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUuDKfPHvZhTmaNbEsg1BOO/transactions\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUuDKfPHvZhTmaNbEsg1BOO\"\n }, \n \"amount\": 5000, \n \"appears_on_statement_as\": \"Statement text\", \n \"created_at\": \"2013-10-06T20:30:07.748805Z\", \n \"customer\": {\n \"_type\": \"customer\", \n \"_uris\": {\n \"bank_accounts_uri\": {\n \"_type\": \"page\", \n \"key\": \"bank_accounts\"\n }, \n \"cards_uri\": {\n \"_type\": \"page\", \n \"key\": \"cards\"\n }, \n \"credits_uri\": {\n \"_type\": \"page\", \n \"key\": \"credits\"\n }, \n \"debits_uri\": {\n \"_type\": \"page\", \n \"key\": \"debits\"\n }, \n \"holds_uri\": {\n \"_type\": \"page\", \n \"key\": \"holds\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }, \n \"reversals_uri\": {\n \"_type\": \"page\", \n \"key\": \"reversals\"\n }, \n \"source_uri\": {\n \"_type\": \"card\", \n \"key\": \"source\"\n }, \n \"transactions_uri\": {\n \"_type\": \"page\", \n \"key\": \"transactions\"\n }\n }, \n \"address\": {}, \n \"bank_accounts_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/bank_accounts\", \n \"business_name\": null, \n \"cards_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/cards\", \n \"created_at\": \"2013-10-06T20:29:56.207291Z\", \n \"credits_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/credits\", \n \"debits_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/debits\", \n \"destination_uri\": null, \n \"dob\": null, \n \"ein\": null, \n \"email\": null, \n \"facebook\": null, \n \"holds_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/holds\", \n \"id\": \"CUuDKfPHvZhTmaNbEsg1BOO\", \n \"is_identity_verified\": false, \n \"meta\": {}, \n \"name\": null, \n \"phone\": null, \n \"refunds_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/refunds\", \n \"reversals_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/reversals\", \n \"source_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/cards/CCwG5dJciH5hQiuNDhfy6Y6\", \n \"ssn_last4\": null, \n \"transactions_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO/transactions\", \n \"twitter\": null, \n \"uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO\"\n }, \n \"debit\": {\n \"_type\": \"debit\", \n \"_uris\": {\n \"events_uri\": {\n \"_type\": \"page\", \n \"key\": \"events\"\n }, \n \"hold_uri\": {\n \"_type\": \"hold\", \n \"key\": \"hold\"\n }, \n \"refunds_uri\": {\n \"_type\": \"page\", \n \"key\": \"refunds\"\n }\n }, \n \"account_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUuDKfPHvZhTmaNbEsg1BOO\", \n \"amount\": 5000, \n \"appears_on_statement_as\": \"Statement text\", \n \"available_at\": \"2013-10-06T20:30:05.348444Z\", \n \"created_at\": \"2013-10-06T20:30:04.646854Z\", \n \"customer_uri\": \"/v1/customers/CUuDKfPHvZhTmaNbEsg1BOO\", \n \"description\": \"Some descriptive text for the debit in the dashboard\", \n \"events_uri\": \"/v1/debits/WDE7lu1wLfsf2JhWHYM6U2W/events\", \n \"fee\": null, \n \"hold_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/holds/HLE8eQrzSZlVmSAiT3UStNA\", \n \"id\": \"WDE7lu1wLfsf2JhWHYM6U2W\", \n \"meta\": {}, \n \"on_behalf_of_uri\": null, \n \"refunds_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/debits/WDE7lu1wLfsf2JhWHYM6U2W/refunds\", \n \"source_uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/accounts/CUuDKfPHvZhTmaNbEsg1BOO/cards/CCwG5dJciH5hQiuNDhfy6Y6\", \n \"status\": \"succeeded\", \n \"transaction_number\": \"W176-370-7334\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/debits/WDE7lu1wLfsf2JhWHYM6U2W\"\n }, \n \"description\": \"update this description\", \n \"events_uri\": \"/v1/refunds/RFHBiohkzkfO6RPYOrjc9US/events\", \n \"fee\": null, \n \"id\": \"RFHBiohkzkfO6RPYOrjc9US\", \n \"meta\": {\n \"refund.reason\": \"user not happy with product\", \n \"user.notes\": \"very polite on the phone\", \n \"user.refund.count\": \"3\"\n }, \n \"status\": \"succeeded\", \n \"transaction_number\": \"RF991-633-2003\", \n \"uri\": \"/v1/marketplaces/TEST-MP5FKPQwyjvVgTDt7EiRw3Kq/refunds/RFHBiohkzkfO6RPYOrjc9US\"\n}"
}
}