SimulatedCardType

enum SimulatedCardType : Enum<SimulatedCardType>

A SimulatedCardType represents a specific type of payment card that can be used for testing.

Entries

Link copied to clipboard
ONLINE_PIN_SCA_RETRY("4000002760000008", 12, 30)

Simulates an SCA-triggered retry flow where a cardholder’s initial contactless charge fails and the reader then prompts the user to insert their card and enter their online PIN. The resulting charge has cardholder_verification_method set to online_pin.

Link copied to clipboard
ONLINE_PIN_CVM("4001000360000005", 12, 30)

Simulates the cardholder being prompted for and entering an online PIN. The resulting charge has cardholder_verification_method set to online_pin.

Link copied to clipboard
OFFLINE_PIN_SCA_RETRY("4000008260000075", 12, 30)

Simulates an SCA-triggered retry flow where a cardholder’s initial contactless charge fails and the reader then prompts the user to insert their card and enter their offline PIN. The resulting charge has cardholder_verification_method set to offline_pin.

Link copied to clipboard
OFFLINE_PIN_CVM("4001007020000002", 12, 30)

Simulates the cardholder being prompted for and entering an offline PIN. The resulting charge has cardholder_verification_method set to offline_pin.

Link copied to clipboard
EFTPOS_AU_DEBIT_MASTERCARD("5555050360000080", 12, 30)

Eftpos debit card with mastercard branding.

Link copied to clipboard
EFTPOS_AU_VISA_DEBIT("4000050360000001", 12, 30)

Eftpos debit card with visa network branding.

Link copied to clipboard
CHARGE_DECLINED_PROCESSING_ERROR("4000000000000119", 12, 30)

Charge is declined with a processing_error code.

Link copied to clipboard
CHARGE_DECLINED_EXPIRED_CARD("4000000000000069", 10, 20)

Charge is declined with an expired_card code.

Link copied to clipboard
CHARGE_DECLINED_STOLEN_CARD("4000000000009979", 12, 30)

Charge is declined with a card_declined code. The decline_code attribute is stolen_card.

Link copied to clipboard
CHARGE_DECLINED_LOST_CARD("4000000000009987", 12, 30)

Charge is declined with a card_declined code. The decline_code attribute is lost_card.

Link copied to clipboard
CHARGE_DECLINED_INSUFFICIENT_FUNDS("4000000000009995", 12, 30)

Charge is declined with a card_declined code. The decline_code attribute is insufficient_funds.

Link copied to clipboard
CHARGE_DECLINED("4000000000000002", 12, 30)

Charge is declined with a card_declined code.

Link copied to clipboard
VISA_US_COMMON_DEBIT("4000058400000048", 12, 30)

Visa Debit card supporting US Debit

Link copied to clipboard
EFTPOS_AU_DEBIT("6280000360000978", 12, 30)

Eftpos Australia

Link copied to clipboard
INTERAC("4506445006931933", 12, 30)

Interac

Link copied to clipboard
UNION_PAY("6200000000000005", 12, 30)

UnionPay

Link copied to clipboard
JCB("3566002020360505", 12, 30)

JCB

Link copied to clipboard
DINERS_14_DIGITS("36227206271667", 12, 30)

Diners Club (14 digit card)

Link copied to clipboard
DINERS("3056930009020004", 12, 30)

Diners Club

Link copied to clipboard
DISCOVER_2("6011000990139424", 12, 30)

Discover

Link copied to clipboard
DISCOVER("6011111111111117", 12, 30)

Discover

Link copied to clipboard
AMEX_2("371449635398431", 12, 30)

American Express

Link copied to clipboard
AMEX("378282246310005", 12, 30)

American Express

Link copied to clipboard
MASTERCARD_PREPAID("5105105105105100", 12, 30)

Mastercard (prepaid)

Link copied to clipboard
MASTERCARD_DEBIT("5200828282828210", 12, 30)

Mastercard (debit)

Link copied to clipboard
MASTERCARD("5555555555554444", 12, 30)

Mastercard

Link copied to clipboard
VISA_DEBIT("4000056655665556", 12, 30)

Visa (debit)

Link copied to clipboard
VISA("4242424242424242", 12, 30)

Visa

Properties

Link copied to clipboard
val cardNumber: String
Link copied to clipboard
val expMonth: Int
Link copied to clipboard
val expYear: Int
Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int