Name | Type | Description | Notes |
---|---|---|---|
id | uuid::Uuid | Unique system generated identifier for the entity. | |
status | models::ExternalFiatAccountStatus | ||
billing_details | models::BillingDetails | ||
exp_month | i32 | Two digit number representing the card's expiration month. | |
exp_year | i32 | Four digit number representing the card's expiration year. | |
network | String | The network of the card. | |
last4 | String | The last 4 digits of the card. | |
bin | Option<String> | The bank identification number (BIN), the first 6 digits of the card. | [optional] |
issuer_country | Option<String> | The country code of the issuer bank. Follows the ISO 3166-1 alpha-2 standard. | [optional] |
funding_type | Option<String> | The funding type of the card. Possible values are credit , debit , prepaid , and unknown . |
[optional] |
fingerprint | String | A UUID that uniquely identifies the account number. If the same account is used more than once, each card object will have a different id, but the fingerprint will stay the same. | |
error_code | Option<models::VerificationErrorCode> | [optional] | |
verification | models::CardVerificationResponse | ||
risk_evaluation | Option<models::RiskEvaluation> | [optional] | |
metadata | models::MetadataPhoneEmail | ||
create_date | String | ISO-8601 UTC date/time format. | |
update_date | String | ISO-8601 UTC date/time format. |