Welcome to our new developer portal! Use the "Ask" button to chat with our AI Agent.
For the complete documentation index, see llms.txt. This page is also available as Markdown.

D1 API summary

Overview

This page provides a checklist of the D1 API endpoints typically required to integrate PIN Management.Direction indicates who calls the endpoint:

  • Inbound: your issuer backend calls the D1 API.

  • Outbound: the D1 backend calls your issuer backend.

Required APIs

API
Inbound/Outbound
Description

​Get authorization token​

Issuer -> Thales D1

Get an OAuth 2.0 access token to call the D1 backend.

​Create card or Register card​

Issuer -> Thales D1

Create or register a card in the D1 backend.

​Renew card​

Issuer -> Thales D1

Renew a card.

​Replace card​

Issuer -> Thales D1

Replace a card.

​Delete card​

Issuer -> Thales D1

Delete a card from the D1 backend.

Optional APIs

Use the APIs below depending on which flow you enable

Get authorization token

Issuer <- Thales D1

Get an OAuth 2.0 access token to call the Issuer backend.

Get Card Credentials

Issuer <- Thales D1

If card data are not provided in the Register card​

Last updated

Was this helpful?