Welcome to our new developer portal! Use the "Ask" button to chat with our AI Agent.

Track production

Production tracking data is returned in details for the PRODUCE operation.

Physical card issuance statuses

Status code
Description

CARD_PROD_REQUESTED

Card personalization has been requested via the D1 APIs.

CARD_PROD_READY

Data has been successfully processed.

CARD_PROD_DONE

Card has been succesfully personalized.

DATA_EXCEPTION

An error occurred during data processing.

CARD_PROD_EXCEPTION

Card personalization encountered an issue.

CARD_PROD_CANCELED

Card personalization was cancelled by the issuer.

details fields

Field
Description
Availability

status

Physical issuance status.

Always

reason

Additional details when data processing or card personalization fails.

Conditional (on exceptions)

Examples

{
  "operations": [
    {
      "operationId": "01c5a05e-e197-11ec-8fea-0242ac120002",
      "operation": "PRODUCE",
      "status": "PENDING",
      "startTime": "2025-01-17T06:28:02.492Z",
      "cardId": "271b-6e47-8ec3-7f3f",
      "details": {
        "status": "CARD_PROD_REQUESTED"
      }
    }
  ]
}

Last updated

Was this helpful?