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 Transaction Control.

Direction indicates who calls the endpoint:

  • Issuer backend → D1 backend: your issuer backend calls the D1 API.

  • D1 backend → issuer backend: the D1 backend calls your issuer backend.

Required APIs

Issuer backend → D1 backend

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

Issuer backend → D1 backend

Create or register a card in the D1 backend.

Issuer backend → D1 backend

Renew a card.

Issuer backend → D1 backend

Replace a card.

Issuer backend → D1 backend

Delete a card from the D1 backend.

D1 backend → issuer backend

Receive 3DS operation notifications (for example, frictionless or challenge outcomes).

Last updated

Was this helpful?