update docs
All checks were successful
Auto Tag on Version Change / check-version (push) Successful in 6s
All checks were successful
Auto Tag on Version Change / check-version (push) Successful in 6s
This commit is contained in:
@@ -183,19 +183,35 @@ The `product_code` field identifies the specific card product. Known mappings:
|
||||
|
||||
| `product_code` | Card name | Asset |
|
||||
|---|---|---|
|
||||
| `C8201` | Mastercard Prepaid | `master_prepaid` |
|
||||
| `C8205` | Mastercard Prepaid Travel | `master_prepaid_travel` |
|
||||
| `C8005` | Mastercard Prepaid Travel (alt) | `master_prepaid_travel` |
|
||||
| `C3007` | Amex Debit Green | `amex_debit_green` |
|
||||
| `C1007` | Visa Debit | `visa_debit` |
|
||||
| `C1003` | Visa Gold | `visa_gold` |
|
||||
| `C8022` | Mastercard Gold | `master_gold` |
|
||||
| `C1020` | Visa Debit Platinum | `visa_debit_platinum` |
|
||||
| `C8902` | Mastercard Islamic | `master_islamic` |
|
||||
| `C8201`, `C8001`, `C8009` | Mastercard Prepaid | `master_prepaid` |
|
||||
| `C8205`, `C8005`, `C8008` | Mastercard Prepaid Travel | `master_prepaid_travel` |
|
||||
| `C8010`, `C8011` | Mastercard Platinum | `master_platinum` |
|
||||
| `C8020`, `C8022` | Mastercard Gold | `master_gold` |
|
||||
| `C8030`, `C8033` | Mastercard Business Debit | `master_business_debit` |
|
||||
| `C8040`, `C8044` | Mastercard World | `master_world` |
|
||||
| `C8101` | Mastercard Masveriyaa | `master_masveriyaa` |
|
||||
| _(unknown)_ | Any other code | default card image |
|
||||
|
||||
Additional product codes exist in the wild (Amex credit/gold/platinum, Mastercard Business, Odiveriyaa, Passport, World, Visa corporate/infinite/student etc.) but their codes have not been mapped yet.
|
||||
| `C8102` | Mastercard Odiveriyaa | `master_odiveriyaa` |
|
||||
| `C8901`, `C8991`, `C8980`, `C8981` | Mastercard Passport | `master_passport` |
|
||||
| `C8902`, `C8907`, `C8909`, `C8912`, `C8992`, `C8996`, `C8997`, `C8982`, `C8983` | Mastercard Islamic | `master_islamic` |
|
||||
| `C8905`, `C8995` | Visa Credit | `visa_credit` |
|
||||
| `C8925`, `C8926` | Visa Student Blue | `visa_student_blue` |
|
||||
| `C3001`, `C3011`, `C3050`, `C3051`, `C3031` | Amex Credit Green | `amex_credit_green` |
|
||||
| `C3003`, `C3013`, `C3053`, `C3023`, `C3033`, `C3052` | Amex Debit Gold | `amex_debit_gold` |
|
||||
| `C3005`, `C3015`, `C3055`, `C3054` | Amex Platinum | `amex_platinum` |
|
||||
| `C3007`, `C3017`, `C3097`, `C3095`, `C3077`, `C3177` | Amex Debit Green | `amex_debit_green` |
|
||||
| `C3009`, `C3019`, `C3029`, `C3099`, `C3088`, `C3188` | Amex Credit Gold | `amex_credit_gold` |
|
||||
| `C1001`, `C1011`, `C1082`, `C1081`, `C1101`, `C1111`, `C1181`, `C1182` | Visa Debit Generic | `visa_debit_generic` |
|
||||
| `C1003`, `C1013`, `C1083`, `C1084`, `C1103`, `C1113`, `C1183`, `C1184` | Visa Gold | `visa_gold` |
|
||||
| `C1005`, `C1006`, `C1089` | Visa Debit Islamic | `visa_debit_islamic` |
|
||||
| `C1007`, `C1027`, `C1097`, `C1107`, `C1197`, `C1077`, `C1177` | Visa Debit | `visa_debit` |
|
||||
| `C1009`, `C1019`, `C1085`, `C1086`, `C1109`, `C1119`, `C1185`, `C1186` | Visa Platinum | `visa_platinum` |
|
||||
| `C1017` | Visa Infinite | `visa_infinite` |
|
||||
| `C1020`, `C1021` | Visa Debit Platinum | `visa_debit_platinum` |
|
||||
| `C1030`, `C1090`, `C1130`, `C1033`, `C1133` | Visa Corporate | `visa_corporate` |
|
||||
| `C1040`, `C1041`, `C1047`, `C1048`, `C1050`, `C1051`, `C1087`, `C1088`, `C1140`, `C1141`, `C1147`, `C1148`, `C1150`, `C1151`, `C1187`, `C1188` | Visa Student Black | `visa_student_black` |
|
||||
| `C1059`, `C1062`, `C1070`, `C1072`, `C1159`, `C1162` | Mastercard Prepaid Business | `master_prepaid_business` |
|
||||
| `C1061`, `C1063`, `C1071`, `C1073`, `C1161`, `C1163` | Mastercard | `master` |
|
||||
| _(any other)_ | — | default card image |
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user