Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 848 Bytes

File metadata and controls

25 lines (19 loc) · 848 Bytes

CardInformation

xendit.payment_request.model.CardInformation

Card Information

Properties

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

[Back to README]