You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ID of the account to which the card will be linked
[optional]
business_id
String
The business ID associated with this card. If no customer_id is supplied, a card can still be issued to a business, but cannot be activated or used until a customer is assigned via the PATCH /cards/{card_id} endpoint.
[optional]
card_product_id
String
The card product to which the card is attached
[optional]
creation_time
Time
The timestamp representing when the card issuance request was made
[optional][readonly]
customer_id
String
The ID of the customer to whom the card will be issued. If a business_id is passed, but a customer_id not passed at the time of card creation the card cannot be activated or used for spend until it's assigned to a human customer via the PATCH /cards/{card_id} endpoint. If no business_id is passed, a customer_id is required.
The timestamp representing when the card would expire at
[optional][readonly]
expiration_year
String
[optional][readonly]
id
String
Card ID
[optional][readonly]
is_pin_set
Boolean
indicates whether a pin has been set on the card
[optional][readonly][default to false]
last_four
String
The last 4 digits of the card PAN
[optional][readonly]
last_modified_time
Time
The timestamp representing when the card was last modified at
[optional][readonly]
metadata
Hash<String, String>
Additional data to include in the request structured as key-value pairs
[optional]
reissue_reason
String
This is the reason the card needs to be reissued, if any. The reason determines several behaviours: - whether or not the new card will use the same PAN as the original card - the old card will be terminated and if so, when it will be terminated Reason
Same PAN
reissued_from_id
String
When reissuing a card, specify the card to be replaced here. When getting a card's details, if this card was issued as a reissuance of another card, this ID refers to the card was replaced. If this field is set, then reissue_reason must also be set.
[optional]
reissued_to_id
String
If this card was reissued, this ID refers to the card that replaced it.