xendit.payment_request.model.CardInformation
Card Information
| Name | Type | Required | Description | Examples |
|---|---|---|---|---|
| token_id | str | |||
| masked_card_number | str | 1st 6 and last 4 digits of the card | ||
| expiry_month | str | Card expiry month in MM format | ||
| expiry_year | str | Card expiry month in YY format | ||
| cardholder_name | str, none_type | Cardholder name | ||
| fingerprint | str | |||
| type | str | |||
| network | str | |||
| country | str | |||
| issuer | str | |||
| card_number | str | |||
| one_time_token | str |