Fetch a Card
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
Unique identifier for object
Response
The ID of the account that the card should be issued against. Filterable.
An object that defines rules for how this card can be used
The ID of the card product that this card should be issued from
An object that defines additional fields for card customization on creation
The 3-digit card verification code. Note this field will return null unless the show_cvv
query parameter is set
The card expiration year and month, in MMYY format
Information about the card's fulfillment process
Unique identifier for object
Last 4 digits of the card number. Filterable.
The ID of a card to reissue. If this field is entered a new card will be created without pin, a new PAN, CVV and expiration
The primary 16-digit card number. Note this field will return null unless the show_pan
parameter is set
The ID of the person representing the cardholder that this card will be issued to. Filterable.
Reflects whether the user has set a PIN on the card; initially false
The ID of a card to reissue. If this field is entered a new card will be created with the same PAN and pin, but new CVV and expiration.
When true, the cvv
field will be returned with non-null data. False by default. Requires PCI compliance.
true
, false
When true, the pan
field will be returned with non-null data. False by default. Requires PCI compliance.
true
, false
One of: unactivated
, active
, suspended
, terminated
. Filterable.
Optional arbitrary user data
Was this page helpful?