Card Object

attribute

type

description

cardID

string

Zeal Card ID

companyID

string

Zeal Company ID

employeeID

string

Zeal Employee ID

contractorID

string

Zeal Contractor ID

status

string

Holds one of the following values:


active: card is successfully captured and can be used for transactions


deleted: card was manually removed or deactivated by the worker


inactive: card is no longer active due to failed onboarding, card expiration, or another system-related issue

{
  "cardID": "3677d374ba54a7aca8aa644be4c94776",
  "companyID": "bf015b00e052f60cfb0e4a0d",
  "employeeID": "d210f054bf5b006f50aecbe0",
  "contractorID": null,
  "status": "active",
	"last_four": "0432"
}