> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt # Resource: Card Tokens # Type: Card Token Object # Link: https://dev.wix.com/docs/api-reference/business-management/payments/wix-payments-provider/card-tokens/card-token-object.md ## Schema: ```json Type: Card Token Object | type: CardToken - name: cardNumberToken | type: string | description: Credit/debit card number token. - name: value | type: string | description: - name: securityCodeToken | type: string | description: Credit/debit card security code (CVV) token. - name: tokenExpirationDate | type: string | description: Token expiration date. Value encoded as a string in the [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format. This format is "{year}-{month}-{day}T{hour}:{min}:{sec}[.{frac_sec}]Z". For example "2017-01-15T01:30:15.01Z" - name: seconds | type: string | description: - name: nanos | type: number | description: ```