braintree
Version:
A library for server-side integrating with Braintree.
39 lines (34 loc) • 1.03 kB
JavaScript
;
let CreditCardNumbers = {
CardTypeIndicators: {
Business: "4229989800000003",
Commercial: "4111111111131010",
Consumer: "4229989700000004",
Corporate: "4229989100000000",
CountryOfIssuance: "4111111111121102",
Debit: "4117101010101010",
DurbinRegulated: "4111161010101010",
Fraud: "4000111111111511",
Healthcare: "4111111510101010",
Hiper: "6370950000000005",
HiperCard: "6062820524845321",
IssuingBank: "4111111141010101",
No: "4111111111310101",
Prepaid: "4111111111111210",
PrepaidReloadable: "4229989900000002",
Payroll: "4111111114101010",
Purchase: "4229989500000006",
RiskThresholds: "4111130000000003",
Unknown: "4111111111112101",
Visa: "4012888888881881",
},
AmexPayWithPoints: {
Success: "371260714673002",
IneligibleCard: "378267515471109",
InsufficientPoints: "371544868764018",
},
Dispute: {
Chargeback: "4023898493988028",
},
};
module.exports = { CreditCardNumbers: CreditCardNumbers };