Properties
Name | Type | Required | Description |
---|---|---|---|
activated_at | float | ❌ | Time that the card was activated, in Unix time. |
assigned_at | str | ❌ | Time that the card was assigned to a cardholder, in Unix time. |
bin | str | ❌ | Bank Identifier Number for the institution issuing the card. |
blocked_reason | SetPinResponseBlockedReason | ❌ | Reason for blocking the card. |
card_id | str | ❌ | ID of the card. String starting with card_. |
card_program | str | ❌ | ID of the card program that the card is issued from. String starting with cardprog_. |
card_tracking_id | str | ❌ | Reserved. |
country_iso_alpha_2 | str | ❌ | The country where the card is issued. Two-letter ISO 3166-1 ALPHA-2 code. |
created_at | float | ❌ | Time of creation of the issued card object, in Unix time. |
cvv | float | ❌ | Card security code. only. |
expiration_month | str | ❌ | Expiration month of the card. Two digits. Relevant when the card issuer supports it for the country. only. |
expiration_year | str | ❌ | Expiration year of the card. Two digits. Relevant when the card issuer supports it for the country. |
ewallet_contact | str | ❌ | Describes the wallet contact that the card is assigned to. String starting with cont_. For details about the fields of the 'contact' object, see 'Add Contact to Wallet'in online API reference. |
id_ | str | ❌ | ID of the issued card object. String starting with ci_. |
metadata | str | ❌ | A JSON object defined by the client. |
status | SetPinResponseStatus | ❌ | Status of the card. One of the following:<BR>_ ACT - Active.<BR> _ BLO - Blocked.<BR>_ IMP - Imported in bulk, but not yet personalized.<BR>_ INA - Inactive.<BR> |
sub_bin | str | ❌ | Two-digit code. |
Reason for blocking the card.
Properties
Name | Type | Required | Description |
---|---|---|---|
BLOCKEDREVERSIBLE | str | ✅ | "blocked_reversible" |
CANCELED | str | ✅ | "canceled" |
COMPLIANCE | str | ✅ | "compliance" |
LOCKEDINCORRECTPIN | str | ✅ | "locked_incorrect_pin" |
MIGRATED | str | ✅ | "migrated" |
NONE | str | ✅ | "none" |
OTHER | str | ✅ | "other" |
REISSUED | str | ✅ | "reissued" |
SUSPECTEDFRAUD | str | ✅ | "suspected_fraud" |
Status of the card. One of the following:<BR>_ ACT - Active.<BR> _ BLO - Blocked.<BR>_ IMP - Imported in bulk, but not yet personalized.<BR>_ INA - Inactive.<BR>
Properties
Name | Type | Required | Description |
---|---|---|---|
ACT | str | ✅ | "ACT" |
BLO | str | ✅ | "BLO" |
IMP | str | ✅ | "IMP" |
INA | str | ✅ | "INA" |