Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 2.16 KB

File metadata and controls

25 lines (23 loc) · 2.16 KB

RebillySdk::CommonPaymentCard

Properties

Name Type Description Notes
id AllOfCommonPaymentCardId The payment instrument ID. [optional]
method String The method of payment instrument. [optional]
customer_id AllOfCommonPaymentCardCustomerId The customer ID. [optional]
status String Payment instrument status. When an instrument is `active` it means it has been used at least once for an approved transaction. To remove an instrument from being in use, set it as `deactivated` (see the deactivation endpoint). [optional]
fingerprint String A unique value to identify the payment instrument regardless of variable values. It contains alphanumeric values. [optional]
bin String The card's bin (the PAN's first 6 digits). [optional]
last4 String The PAN's last 4 digits. [optional]
pan String The card PAN (primary account number). [optional]
exp_year Integer Card's expiration year. [optional]
exp_month Integer Card's expiration month. [optional]
cvv String Card's cvv (card verification value). [optional]
brand AllOfCommonPaymentCardBrand [optional]
bank_country String Payment instrument bank country. [optional]
bank_name String Payment instrument bank name. [optional]
billing_address AllOfCommonPaymentCardBillingAddress The billing address. [optional]
created_time AllOfCommonPaymentCardCreatedTime Payment instrument created time. [optional]
updated_time AllOfCommonPaymentCardUpdatedTime Payment instrument updated time. [optional]
custom_fields ResourceCustomFields [optional]
risk_metadata RiskMetadata [optional]