-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Updates Android SDK docs and adds card brand details (#27)
* Documenting isComplete, isEmpty, isMaskSatisfied on Android * Extracting CardBrands component to share docs between sdks and updating some js elements docs
- Loading branch information
Showing
5 changed files
with
61 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
import { Alert } from "@site/src/components/shared/Alert"; | ||
|
||
Supported card brands are defined in the table below: | ||
|
||
| Brand | Identifier | Card Number Digits | CVC Digits | | ||
|------------------|--------------------|--------------------|------------| | ||
| American Express | `american-express` | 15 | 4 | | ||
| Diners Club | `diners-club` | 14, 16, 19 | 3 | | ||
| Discover | `discover` | 16, 19 | 3 | | ||
| Elo | `elo` | 16 | 3 | | ||
| Hiper | `hiper` | 16 | 3 | | ||
| HiperCard | `hipercard` | 16 | 3 | | ||
| JCB | `jcb` | 16-19 | 3 | | ||
| Maestro | `maestro` | 12-19 | 3 | | ||
| Mastercard | `mastercard` | 16 | 3 | | ||
| MIR | `mir` | 16-19 | 3 | | ||
| UnionPay | `unionpay` | 14-19 | 3 | | ||
| Visa | `visa` | 16, 18, 19 | 3 | | ||
|
||
<Alert> | ||
Some card brands have issued card numbers with multiple lengths. The <code>Card Number Digits</code> column | ||
documents all acceptable card number lengths for the brand (in number of digits, excluding formatting characters). | ||
</Alert> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
dec6ce7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
developers-basistheory-com – ./
developers-basistheory-com-basis-theory.vercel.app
developers-basistheory-com-git-master-basis-theory.vercel.app
developers.basistheory.com