card details - AEVI-AppFlow/pos-android-sdk GitHub Wiki
Card details may be set by payment application in either the PAYMENT_CARD_READING stage (if supported) or in the TRANSACTION_PROCESSING stage.
See CardDataKeys for the keys.
| Key | Value type | Format / Example |
|---|---|---|
| "network" | String | See CardNetworks |
| "entryMethod" | String | See CardEntryMethods |
| "authorisationMethod" | String | See CardAuthorisationMethods |
| "accountType" | String | See AccountTypes |
| "aid" | String | "A0000000031010" |
| "serviceCode" | String | As per ISO 7813 |
| "cvv" | String | "123" |
| "languages" | String[] | ISO 639-1 ["en", "sv"] |