forked from gojko/bugmagnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstripe-cards.json
31 lines (31 loc) · 1.06 KB
/
stripe-cards.json
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
{
"Valid": {
"Visa": "4242424242424242",
"Visa (debit)": "4000056655665556",
"MasterCard": "5555555555554444",
"MasterCard (debit)":"5200828282828210",
"MasterCard (prepaid)":"5105105105105100",
"American Express":"378282246310005",
"Discover":"6011111111111117",
"Diners Club":"30569309025904",
"JCB":"3530111333300000"
},
"Boundary Workflows": {
"Successful charge, but...": {
"funds added directly to available balance (bypassing pending)":"4000000000000077",
"address_line1_check and address_zip_check fail":"4000000000000010",
"address_line1_check fail":"4000000000000028",
"address_zip_check fail":"4000000000000036",
"address_zip_check and address_line1_check unavailable":"4000000000000044",
"CVC check will fail (if CVC entered)":"4000000000000101"
},
"Charge declined and.." :{
"Card still added to customer":"4000000000000341",
"Card declined":"4000000000000002",
"Fraud":"4100000000000019",
"Incorrect CVC":"4000000000000127",
"Expired Card":"4000000000000069",
"Processing Error":"4000000000000119"
}
}
}