Card Object

attributetypedescription
cardIDstringZeal Card ID
companyIDstringZeal Company ID
employeeIDstringZeal Employee ID
contractorIDstringZeal Contractor ID
statusstring

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"
}