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

Issuer -> Thales D1

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

Issuer -> Thales D1

Create or register a card in the D1 backend.

Issuer -> Thales D1

Renew a card.

Issuer -> Thales D1

Replace a card.

Issuer -> Thales D1

Delete a card from the D1 backend.

Optional APIs

Use the APIs below depending on which flow you enable

API
Inbound/Outbound
Description

Issuer <- Thales D1

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

Issuer <- Thales D1

Retrieve the PIN from Issuer backend in order to display it on the mobile.

Issuer <- Thales D1

Set the PIN from mobile app to the Issuer backend.

Last updated

Was this helpful?