stripe 2.9.0 → 2.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/History.txt +4 -0
- data/VERSION +1 -1
- data/lib/stripe.rb +1 -0
- data/lib/stripe/login_link.rb +9 -0
- data/lib/stripe/util.rb +1 -0
- data/lib/stripe/version.rb +1 -1
- data/openapi/fixtures.json +52 -28
- data/openapi/fixtures.yaml +46 -26
- data/openapi/spec2.json +8792 -4564
- data/openapi/spec2.yaml +3735 -1083
- data/test/stripe/api_resource_test.rb +3 -3
- data/test/stripe/login_link_test.rb +36 -0
- data/test/stripe/transfer_test.rb +2 -1
- metadata +5 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e6ecda0a77dd1fdbc7115558111b52e5afe5e882
|
4
|
+
data.tar.gz: 43003db2cf79373969adef18730c88bb5f60cb76
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5593a4c1469cdf72619d53eba85fb47c1909167bfa357ee5868b4bd34b58ca3535d46af1e0e01e0b9d6d4ec5aec7ec95c545e6c7962936dd398a3a57d1679251
|
7
|
+
data.tar.gz: 9dce85148f7bbf3f0c2ce8eb826ad34f37e75ff41cb003678997c52c0d73ea855d44ce543d33c755ecc365ad067b9475fe9cb64dc3e1e2507d8ca0cc52e1bb12
|
data/History.txt
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.
|
1
|
+
2.10.0
|
data/lib/stripe.rb
CHANGED
@@ -0,0 +1,9 @@
|
|
1
|
+
module Stripe
|
2
|
+
class LoginLink < APIResource
|
3
|
+
OBJECT_NAME = 'login_link'
|
4
|
+
|
5
|
+
def self.retrieve(id, opts=nil)
|
6
|
+
raise NotImplementedError.new("Login links do not have IDs and cannot be retrieved. They can only be created using accounts.login_links.create")
|
7
|
+
end
|
8
|
+
end
|
9
|
+
end
|
data/lib/stripe/util.rb
CHANGED
@@ -44,6 +44,7 @@ module Stripe
|
|
44
44
|
Invoice::OBJECT_NAME => Invoice,
|
45
45
|
InvoiceItem::OBJECT_NAME => InvoiceItem,
|
46
46
|
InvoiceLineItem::OBJECT_NAME => InvoiceLineItem,
|
47
|
+
LoginLink::OBJECT_NAME => LoginLink,
|
47
48
|
Order::OBJECT_NAME => Order,
|
48
49
|
OrderReturn::OBJECT_NAME => OrderReturn,
|
49
50
|
Payout::OBJECT_NAME => Payout,
|
data/lib/stripe/version.rb
CHANGED
data/openapi/fixtures.json
CHANGED
@@ -4,8 +4,6 @@
|
|
4
4
|
"active_payment_methods": [
|
5
5
|
|
6
6
|
],
|
7
|
-
"bank_accounts": {
|
8
|
-
},
|
9
7
|
"business_logo": "",
|
10
8
|
"business_name": "",
|
11
9
|
"business_primary_color": "",
|
@@ -15,7 +13,7 @@
|
|
15
13
|
"debit_negative_balances": true,
|
16
14
|
"decline_charge_on": {
|
17
15
|
"avs_failure": true,
|
18
|
-
"cvc_failure":
|
16
|
+
"cvc_failure": false
|
19
17
|
},
|
20
18
|
"default_currency": "usd",
|
21
19
|
"details_submitted": false,
|
@@ -96,6 +94,7 @@
|
|
96
94
|
"ip": null,
|
97
95
|
"user_agent": null
|
98
96
|
},
|
97
|
+
"type": "",
|
99
98
|
"verification": {
|
100
99
|
"disabled_reason": "fields_needed",
|
101
100
|
"due_by": null,
|
@@ -109,12 +108,14 @@
|
|
109
108
|
]
|
110
109
|
}
|
111
110
|
},
|
111
|
+
"account_debit_account": {
|
112
|
+
"id": "acct_1A7AbkBbzgiusCZl",
|
113
|
+
"object": "account"
|
114
|
+
},
|
112
115
|
"account_with_keys": {
|
113
116
|
"active_payment_methods": [
|
114
117
|
|
115
118
|
],
|
116
|
-
"bank_accounts": {
|
117
|
-
},
|
118
119
|
"business_logo": "",
|
119
120
|
"business_name": "",
|
120
121
|
"business_primary_color": "",
|
@@ -160,6 +161,7 @@
|
|
160
161
|
"timezone": "Etc/UTC",
|
161
162
|
"tos_acceptance": {
|
162
163
|
},
|
164
|
+
"type": "",
|
163
165
|
"verification": {
|
164
166
|
}
|
165
167
|
},
|
@@ -174,7 +176,7 @@
|
|
174
176
|
"object": "alipay_account",
|
175
177
|
"payment_amount": 1000,
|
176
178
|
"payment_currency": "usd",
|
177
|
-
"reusable":
|
179
|
+
"reusable": true,
|
178
180
|
"used": false,
|
179
181
|
"username": "test@example.com"
|
180
182
|
},
|
@@ -182,7 +184,7 @@
|
|
182
184
|
"created": 1234567890,
|
183
185
|
"domain_name": "example.com",
|
184
186
|
"id": "apwc_19zuugDSlTMT26MkaEqesPjq",
|
185
|
-
"livemode":
|
187
|
+
"livemode": false,
|
186
188
|
"object": "apple_pay_domain"
|
187
189
|
},
|
188
190
|
"balance": {
|
@@ -260,7 +262,7 @@
|
|
260
262
|
"used": false
|
261
263
|
},
|
262
264
|
"bitcoin_receiver": {
|
263
|
-
"active":
|
265
|
+
"active": true,
|
264
266
|
"amount": 100,
|
265
267
|
"amount_received": 0,
|
266
268
|
"bitcoin_amount": 1757908,
|
@@ -271,7 +273,7 @@
|
|
271
273
|
"customer": "",
|
272
274
|
"description": "Receiver for John Doe",
|
273
275
|
"email": "test@example.com",
|
274
|
-
"filled":
|
276
|
+
"filled": true,
|
275
277
|
"id": "btcrcv_19zYqFDSlTMT26Mk31J1pMex",
|
276
278
|
"inbound_address": "test_7i9Fo4b5wXcUAuoVBFrc7nc9HDxD1",
|
277
279
|
"livemode": false,
|
@@ -281,8 +283,15 @@
|
|
281
283
|
"payment": "",
|
282
284
|
"refund_address": "",
|
283
285
|
"transactions": {
|
286
|
+
"data": [
|
287
|
+
|
288
|
+
],
|
289
|
+
"has_more": false,
|
290
|
+
"object": "list",
|
291
|
+
"total_count": 1,
|
292
|
+
"url": "/v1/bitcoin/receivers/btcrcv_1AGMTU2eZvKYlo2CK7mXHmc8/transactions"
|
284
293
|
},
|
285
|
-
"uncaptured_funds":
|
294
|
+
"uncaptured_funds": true,
|
286
295
|
"used_for_payment": false
|
287
296
|
},
|
288
297
|
"bitcoin_transaction": {
|
@@ -349,10 +358,8 @@
|
|
349
358
|
"application_fees_refunded": 0,
|
350
359
|
"authorization_code": "",
|
351
360
|
"balance_transaction": "txn_19zuuhDSlTMT26Mk2gJnG0ti",
|
352
|
-
"captured":
|
361
|
+
"captured": false,
|
353
362
|
"captured_at": 1234567890,
|
354
|
-
"card": {
|
355
|
-
},
|
356
363
|
"created": 1234567890,
|
357
364
|
"currency": "usd",
|
358
365
|
"customer": "",
|
@@ -377,7 +384,7 @@
|
|
377
384
|
"order": "",
|
378
385
|
"outcome": {
|
379
386
|
},
|
380
|
-
"paid":
|
387
|
+
"paid": false,
|
381
388
|
"receipt_email": "",
|
382
389
|
"receipt_number": "",
|
383
390
|
"refunded": false,
|
@@ -409,6 +416,7 @@
|
|
409
416
|
"dynamic_last4": null,
|
410
417
|
"exp_month": 8,
|
411
418
|
"exp_year": 2018,
|
419
|
+
"fingerprint": "Xt5EWLLDS7FJjR1c",
|
412
420
|
"funding": "unknown",
|
413
421
|
"id": "card_19tLKYDSlTMT26Mkl7bixGYc",
|
414
422
|
"last4": "4242",
|
@@ -519,20 +527,18 @@
|
|
519
527
|
"bank_accounts": {
|
520
528
|
},
|
521
529
|
"business_vat_id": "",
|
522
|
-
"cards": {
|
523
|
-
},
|
524
530
|
"created": 1234567890,
|
525
531
|
"currency": "usd",
|
526
532
|
"default_bank_account": "",
|
527
|
-
"default_card": "",
|
528
533
|
"default_source": "",
|
529
|
-
"default_source_type": "",
|
530
534
|
"delinquent": false,
|
531
535
|
"description": "",
|
532
536
|
"discount": {
|
533
537
|
},
|
534
538
|
"email": "",
|
535
539
|
"id": "cus_ADmuABetLS15eF",
|
540
|
+
"invoicing": {
|
541
|
+
},
|
536
542
|
"livemode": false,
|
537
543
|
"metadata": {
|
538
544
|
},
|
@@ -551,6 +557,13 @@
|
|
551
557
|
"subscription": {
|
552
558
|
},
|
553
559
|
"subscriptions": {
|
560
|
+
"data": [
|
561
|
+
|
562
|
+
],
|
563
|
+
"has_more": false,
|
564
|
+
"object": "list",
|
565
|
+
"total_count": 0,
|
566
|
+
"url": "/v1/customers/cus_AcaooY7ydINUy4/subscriptions"
|
554
567
|
},
|
555
568
|
"trust": {
|
556
569
|
}
|
@@ -593,6 +606,8 @@
|
|
593
606
|
"balance_transactions": [
|
594
607
|
|
595
608
|
],
|
609
|
+
"case_details": {
|
610
|
+
},
|
596
611
|
"charge": "ch_19zuuhDSlTMT26MkKLSiekJ9",
|
597
612
|
"closed_at": 1234567890,
|
598
613
|
"created": 1234567890,
|
@@ -654,14 +669,14 @@
|
|
654
669
|
"data": {
|
655
670
|
"object": {
|
656
671
|
"account_balance": 0,
|
657
|
-
"created":
|
672
|
+
"created": 1494264431,
|
658
673
|
"currency": "usd",
|
659
674
|
"default_source": null,
|
660
675
|
"delinquent": false,
|
661
676
|
"description": null,
|
662
677
|
"discount": null,
|
663
678
|
"email": null,
|
664
|
-
"id": "
|
679
|
+
"id": "sub_3dyJJwVHzv2Xya",
|
665
680
|
"livemode": false,
|
666
681
|
"metadata": {
|
667
682
|
},
|
@@ -674,7 +689,7 @@
|
|
674
689
|
"has_more": false,
|
675
690
|
"object": "list",
|
676
691
|
"total_count": 0,
|
677
|
-
"url": "/v1/customers/
|
692
|
+
"url": "/v1/customers/cus_AcUc8AEn2iJ2jE/sources"
|
678
693
|
},
|
679
694
|
"subscriptions": {
|
680
695
|
"data": [
|
@@ -683,7 +698,7 @@
|
|
683
698
|
"has_more": false,
|
684
699
|
"object": "list",
|
685
700
|
"total_count": 0,
|
686
|
-
"url": "/v1/customers/
|
701
|
+
"url": "/v1/customers/cus_AcUc8AEn2iJ2jE/subscriptions"
|
687
702
|
}
|
688
703
|
}
|
689
704
|
},
|
@@ -728,10 +743,10 @@
|
|
728
743
|
"amount_due": 0,
|
729
744
|
"application_fee": 0,
|
730
745
|
"attempt_count": 0,
|
731
|
-
"attempted":
|
746
|
+
"attempted": true,
|
732
747
|
"billing": "",
|
733
748
|
"charge": "",
|
734
|
-
"closed":
|
749
|
+
"closed": true,
|
735
750
|
"currency": "usd",
|
736
751
|
"customer": "cus_ADmuABetLS15eF",
|
737
752
|
"date": 1234567890,
|
@@ -790,7 +805,7 @@
|
|
790
805
|
"next_payment_attempt": 1234567890,
|
791
806
|
"number": "",
|
792
807
|
"object": "invoice",
|
793
|
-
"paid":
|
808
|
+
"paid": true,
|
794
809
|
"period_end": 1234567890,
|
795
810
|
"period_start": 1234567890,
|
796
811
|
"receipt_number": "",
|
@@ -896,6 +911,11 @@
|
|
896
911
|
"type": "bank_account",
|
897
912
|
"user_visible_date": 1234567890
|
898
913
|
},
|
914
|
+
"login_link": {
|
915
|
+
"created": 1234567890,
|
916
|
+
"object": "login_link",
|
917
|
+
"url": "http://127.0.0.1:6090/express/xmkx6tsLZvoZ"
|
918
|
+
},
|
899
919
|
"order": {
|
900
920
|
"amount": 1500,
|
901
921
|
"amount_returned": 0,
|
@@ -1000,6 +1020,7 @@
|
|
1000
1020
|
"failure_code": "",
|
1001
1021
|
"failure_message": "",
|
1002
1022
|
"id": "tr_1A5hBfDSlTMT26MkB9QceCEw",
|
1023
|
+
"legacy_date": 1234567890,
|
1003
1024
|
"livemode": false,
|
1004
1025
|
"metadata": {
|
1005
1026
|
},
|
@@ -1283,6 +1304,7 @@
|
|
1283
1304
|
"dynamic_last4": null,
|
1284
1305
|
"exp_month": 8,
|
1285
1306
|
"exp_year": 2018,
|
1307
|
+
"fingerprint": "TUSZPuJK6frwQold",
|
1286
1308
|
"funding": "unknown",
|
1287
1309
|
"id": "card_19tLKYDSlTMT26Mkl7bixGYc",
|
1288
1310
|
"last4": "4242",
|
@@ -1322,6 +1344,7 @@
|
|
1322
1344
|
"dynamic_last4": null,
|
1323
1345
|
"exp_month": 8,
|
1324
1346
|
"exp_year": 2018,
|
1347
|
+
"fingerprint": "Xt5EWLLDS7FJjR1c",
|
1325
1348
|
"funding": "unknown",
|
1326
1349
|
"id": "card_19tLKYDSlTMT26MkxAeJBsQn",
|
1327
1350
|
"last4": "4242",
|
@@ -1365,6 +1388,7 @@
|
|
1365
1388
|
"url": "/v1/transfers/tr_19zuujDSlTMT26Mk81npuLjT/reversals"
|
1366
1389
|
},
|
1367
1390
|
"reversed": false,
|
1391
|
+
"source_transaction": "ch_164xRv2eZvKYlo2Clu1sIJWB",
|
1368
1392
|
"source_type": "card",
|
1369
1393
|
"transfer_group": ""
|
1370
1394
|
},
|
@@ -1421,10 +1445,10 @@
|
|
1421
1445
|
"amount_due": 0,
|
1422
1446
|
"application_fee": 0,
|
1423
1447
|
"attempt_count": 0,
|
1424
|
-
"attempted":
|
1448
|
+
"attempted": true,
|
1425
1449
|
"billing": "",
|
1426
1450
|
"charge": "",
|
1427
|
-
"closed":
|
1451
|
+
"closed": true,
|
1428
1452
|
"currency": "usd",
|
1429
1453
|
"customer": "cus_ADmuABetLS15eF",
|
1430
1454
|
"date": 1234567890,
|
@@ -1449,7 +1473,7 @@
|
|
1449
1473
|
"next_payment_attempt": 1234567890,
|
1450
1474
|
"number": "",
|
1451
1475
|
"object": "invoice",
|
1452
|
-
"paid":
|
1476
|
+
"paid": true,
|
1453
1477
|
"period_end": 1234567890,
|
1454
1478
|
"period_start": 1234567890,
|
1455
1479
|
"receipt_number": "",
|
data/openapi/fixtures.yaml
CHANGED
@@ -2,7 +2,6 @@
|
|
2
2
|
resources:
|
3
3
|
account:
|
4
4
|
active_payment_methods: []
|
5
|
-
bank_accounts: {}
|
6
5
|
business_logo: ''
|
7
6
|
business_name: ''
|
8
7
|
business_primary_color: ''
|
@@ -12,7 +11,7 @@ resources:
|
|
12
11
|
debit_negative_balances: true
|
13
12
|
decline_charge_on:
|
14
13
|
avs_failure: true
|
15
|
-
cvc_failure:
|
14
|
+
cvc_failure: false
|
16
15
|
default_currency: usd
|
17
16
|
details_submitted: false
|
18
17
|
display_name: ''
|
@@ -78,6 +77,7 @@ resources:
|
|
78
77
|
date:
|
79
78
|
ip:
|
80
79
|
user_agent:
|
80
|
+
type: ''
|
81
81
|
verification:
|
82
82
|
disabled_reason: fields_needed
|
83
83
|
due_by:
|
@@ -88,9 +88,11 @@ resources:
|
|
88
88
|
- support_phone
|
89
89
|
- tos_acceptance.date
|
90
90
|
- tos_acceptance.ip
|
91
|
+
account_debit_account:
|
92
|
+
id: acct_1A7AbkBbzgiusCZl
|
93
|
+
object: account
|
91
94
|
account_with_keys:
|
92
95
|
active_payment_methods: []
|
93
|
-
bank_accounts: {}
|
94
96
|
business_logo: ''
|
95
97
|
business_name: ''
|
96
98
|
business_primary_color: ''
|
@@ -126,6 +128,7 @@ resources:
|
|
126
128
|
support_url: ''
|
127
129
|
timezone: Etc/UTC
|
128
130
|
tos_acceptance: {}
|
131
|
+
type: ''
|
129
132
|
verification: {}
|
130
133
|
alipay_account:
|
131
134
|
created: 1234567890
|
@@ -137,14 +140,14 @@ resources:
|
|
137
140
|
object: alipay_account
|
138
141
|
payment_amount: 1000
|
139
142
|
payment_currency: usd
|
140
|
-
reusable:
|
143
|
+
reusable: true
|
141
144
|
used: false
|
142
145
|
username: test@example.com
|
143
146
|
apple_pay_domain:
|
144
147
|
created: 1234567890
|
145
148
|
domain_name: example.com
|
146
149
|
id: apwc_19zuugDSlTMT26MkaEqesPjq
|
147
|
-
livemode:
|
150
|
+
livemode: false
|
148
151
|
object: apple_pay_domain
|
149
152
|
balance:
|
150
153
|
available:
|
@@ -203,7 +206,7 @@ resources:
|
|
203
206
|
status: new
|
204
207
|
used: false
|
205
208
|
bitcoin_receiver:
|
206
|
-
active:
|
209
|
+
active: true
|
207
210
|
amount: 100
|
208
211
|
amount_received: 0
|
209
212
|
bitcoin_amount: 1757908
|
@@ -214,7 +217,7 @@ resources:
|
|
214
217
|
customer: ''
|
215
218
|
description: Receiver for John Doe
|
216
219
|
email: test@example.com
|
217
|
-
filled:
|
220
|
+
filled: true
|
218
221
|
id: btcrcv_19zYqFDSlTMT26Mk31J1pMex
|
219
222
|
inbound_address: test_7i9Fo4b5wXcUAuoVBFrc7nc9HDxD1
|
220
223
|
livemode: false
|
@@ -222,8 +225,13 @@ resources:
|
|
222
225
|
object: bitcoin_receiver
|
223
226
|
payment: ''
|
224
227
|
refund_address: ''
|
225
|
-
transactions:
|
226
|
-
|
228
|
+
transactions:
|
229
|
+
data: []
|
230
|
+
has_more: false
|
231
|
+
object: list
|
232
|
+
total_count: 1
|
233
|
+
url: "/v1/bitcoin/receivers/btcrcv_1AGMTU2eZvKYlo2CK7mXHmc8/transactions"
|
234
|
+
uncaptured_funds: true
|
227
235
|
used_for_payment: false
|
228
236
|
bitcoin_transaction:
|
229
237
|
amount: 100
|
@@ -281,9 +289,8 @@ resources:
|
|
281
289
|
application_fees_refunded: 0
|
282
290
|
authorization_code: ''
|
283
291
|
balance_transaction: txn_19zuuhDSlTMT26Mk2gJnG0ti
|
284
|
-
captured:
|
292
|
+
captured: false
|
285
293
|
captured_at: 1234567890
|
286
|
-
card: {}
|
287
294
|
created: 1234567890
|
288
295
|
currency: usd
|
289
296
|
customer: ''
|
@@ -303,7 +310,7 @@ resources:
|
|
303
310
|
on_behalf_of: ''
|
304
311
|
order: ''
|
305
312
|
outcome: {}
|
306
|
-
paid:
|
313
|
+
paid: false
|
307
314
|
receipt_email: ''
|
308
315
|
receipt_number: ''
|
309
316
|
refunded: false
|
@@ -331,6 +338,7 @@ resources:
|
|
331
338
|
dynamic_last4:
|
332
339
|
exp_month: 8
|
333
340
|
exp_year: 2018
|
341
|
+
fingerprint: Xt5EWLLDS7FJjR1c
|
334
342
|
funding: unknown
|
335
343
|
id: card_19tLKYDSlTMT26Mkl7bixGYc
|
336
344
|
last4: '4242'
|
@@ -420,18 +428,16 @@ resources:
|
|
420
428
|
alipay_accounts: {}
|
421
429
|
bank_accounts: {}
|
422
430
|
business_vat_id: ''
|
423
|
-
cards: {}
|
424
431
|
created: 1234567890
|
425
432
|
currency: usd
|
426
433
|
default_bank_account: ''
|
427
|
-
default_card: ''
|
428
434
|
default_source: ''
|
429
|
-
default_source_type: ''
|
430
435
|
delinquent: false
|
431
436
|
description: ''
|
432
437
|
discount: {}
|
433
438
|
email: ''
|
434
439
|
id: cus_ADmuABetLS15eF
|
440
|
+
invoicing: {}
|
435
441
|
livemode: false
|
436
442
|
metadata: {}
|
437
443
|
object: customer
|
@@ -443,7 +449,12 @@ resources:
|
|
443
449
|
total_count: 0
|
444
450
|
url: "/v1/customers/cus_ADmuABetLS15eF/sources"
|
445
451
|
subscription: {}
|
446
|
-
subscriptions:
|
452
|
+
subscriptions:
|
453
|
+
data: []
|
454
|
+
has_more: false
|
455
|
+
object: list
|
456
|
+
total_count: 0
|
457
|
+
url: "/v1/customers/cus_AcaooY7ydINUy4/subscriptions"
|
447
458
|
trust: {}
|
448
459
|
customer_source:
|
449
460
|
customer: ''
|
@@ -476,6 +487,7 @@ resources:
|
|
476
487
|
amount: 1000
|
477
488
|
balance_transaction: ''
|
478
489
|
balance_transactions: []
|
490
|
+
case_details: {}
|
479
491
|
charge: ch_19zuuhDSlTMT26MkKLSiekJ9
|
480
492
|
closed_at: 1234567890
|
481
493
|
created: 1234567890
|
@@ -531,14 +543,14 @@ resources:
|
|
531
543
|
data:
|
532
544
|
object:
|
533
545
|
account_balance: 0
|
534
|
-
created:
|
546
|
+
created: 1494264431
|
535
547
|
currency: usd
|
536
548
|
default_source:
|
537
549
|
delinquent: false
|
538
550
|
description:
|
539
551
|
discount:
|
540
552
|
email:
|
541
|
-
id:
|
553
|
+
id: sub_3dyJJwVHzv2Xya
|
542
554
|
livemode: false
|
543
555
|
metadata: {}
|
544
556
|
object: customer
|
@@ -548,13 +560,13 @@ resources:
|
|
548
560
|
has_more: false
|
549
561
|
object: list
|
550
562
|
total_count: 0
|
551
|
-
url: "/v1/customers/
|
563
|
+
url: "/v1/customers/cus_AcUc8AEn2iJ2jE/sources"
|
552
564
|
subscriptions:
|
553
565
|
data: []
|
554
566
|
has_more: false
|
555
567
|
object: list
|
556
568
|
total_count: 0
|
557
|
-
url: "/v1/customers/
|
569
|
+
url: "/v1/customers/cus_AcUc8AEn2iJ2jE/subscriptions"
|
558
570
|
id: evt_19tLKfDSlTMT26MkKD3pohqX
|
559
571
|
livemode: false
|
560
572
|
object: event
|
@@ -591,10 +603,10 @@ resources:
|
|
591
603
|
amount_due: 0
|
592
604
|
application_fee: 0
|
593
605
|
attempt_count: 0
|
594
|
-
attempted:
|
606
|
+
attempted: true
|
595
607
|
billing: ''
|
596
608
|
charge: ''
|
597
|
-
closed:
|
609
|
+
closed: true
|
598
610
|
currency: usd
|
599
611
|
customer: cus_ADmuABetLS15eF
|
600
612
|
date: 1234567890
|
@@ -643,7 +655,7 @@ resources:
|
|
643
655
|
next_payment_attempt: 1234567890
|
644
656
|
number: ''
|
645
657
|
object: invoice
|
646
|
-
paid:
|
658
|
+
paid: true
|
647
659
|
period_end: 1234567890
|
648
660
|
period_start: 1234567890
|
649
661
|
receipt_number: ''
|
@@ -733,6 +745,10 @@ resources:
|
|
733
745
|
transfer_group: ''
|
734
746
|
type: bank_account
|
735
747
|
user_visible_date: 1234567890
|
748
|
+
login_link:
|
749
|
+
created: 1234567890
|
750
|
+
object: login_link
|
751
|
+
url: http://127.0.0.1:6090/express/xmkx6tsLZvoZ
|
736
752
|
order:
|
737
753
|
amount: 1500
|
738
754
|
amount_returned: 0
|
@@ -817,6 +833,7 @@ resources:
|
|
817
833
|
failure_code: ''
|
818
834
|
failure_message: ''
|
819
835
|
id: tr_1A5hBfDSlTMT26MkB9QceCEw
|
836
|
+
legacy_date: 1234567890
|
820
837
|
livemode: false
|
821
838
|
metadata: {}
|
822
839
|
method: standard
|
@@ -1053,6 +1070,7 @@ resources:
|
|
1053
1070
|
dynamic_last4:
|
1054
1071
|
exp_month: 8
|
1055
1072
|
exp_year: 2018
|
1073
|
+
fingerprint: TUSZPuJK6frwQold
|
1056
1074
|
funding: unknown
|
1057
1075
|
id: card_19tLKYDSlTMT26Mkl7bixGYc
|
1058
1076
|
last4: '4242'
|
@@ -1086,6 +1104,7 @@ resources:
|
|
1086
1104
|
dynamic_last4:
|
1087
1105
|
exp_month: 8
|
1088
1106
|
exp_year: 2018
|
1107
|
+
fingerprint: Xt5EWLLDS7FJjR1c
|
1089
1108
|
funding: unknown
|
1090
1109
|
id: card_19tLKYDSlTMT26MkxAeJBsQn
|
1091
1110
|
last4: '4242'
|
@@ -1122,6 +1141,7 @@ resources:
|
|
1122
1141
|
total_count: 0
|
1123
1142
|
url: "/v1/transfers/tr_19zuujDSlTMT26Mk81npuLjT/reversals"
|
1124
1143
|
reversed: false
|
1144
|
+
source_transaction: ch_164xRv2eZvKYlo2Clu1sIJWB
|
1125
1145
|
source_type: card
|
1126
1146
|
transfer_group: ''
|
1127
1147
|
transfer_recipient:
|
@@ -1169,10 +1189,10 @@ resources:
|
|
1169
1189
|
amount_due: 0
|
1170
1190
|
application_fee: 0
|
1171
1191
|
attempt_count: 0
|
1172
|
-
attempted:
|
1192
|
+
attempted: true
|
1173
1193
|
billing: ''
|
1174
1194
|
charge: ''
|
1175
|
-
closed:
|
1195
|
+
closed: true
|
1176
1196
|
currency: usd
|
1177
1197
|
customer: cus_ADmuABetLS15eF
|
1178
1198
|
date: 1234567890
|
@@ -1192,7 +1212,7 @@ resources:
|
|
1192
1212
|
next_payment_attempt: 1234567890
|
1193
1213
|
number: ''
|
1194
1214
|
object: invoice
|
1195
|
-
paid:
|
1215
|
+
paid: true
|
1196
1216
|
period_end: 1234567890
|
1197
1217
|
period_start: 1234567890
|
1198
1218
|
receipt_number: ''
|