Banker Parse credit card number
Formats and returns info about a credit card number.
This action will:
- validate the given credit card number,
- give some info about it,
- return the issuer name,
- look up the type and length of validation code (
CID,CVC,CVE,CVN,CVP2, orCVV), - and return two formatted versions.
Parameters
Section titled “Parameters”| Label | Type | Required | Description |
|---|---|---|---|
| Card number | string | yes | Card number to parse. Any whitespace is ignored. |