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