> For the complete documentation index, see [llms.txt](https://docs.payments.thalescloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payments.thalescloud.io/transaction-control/integrate-the-d1-api/d1-api-summary.md).

# D1 API summary

## Overview <a href="#overview" id="overview"></a>

This page provides a checklist of the D1 API endpoints typically required to integrate **Transaction Control**.

{% hint style="info" %}
**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.
  {% endhint %}

## Required APIs <a href="#required-apis" id="required-apis"></a>

|                                                                                                                                                                                                                                                                                                                                                                                        |                             |                                                                                        |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------- | -------------------------------------------------------------------------------------- |
| ​[Get authorization token](https://app.gitbook.com/o/fwy1mtbRONGA2YDKDBr0/s/ZbrxO27N21lFBogZ9mkF/integrate-the-d1-api/d1-api-reference/inbound-api-to-d1/oauth2-api#post-oauth2-token)​                                                                                                                                                                                                | Issuer backend → D1 backend | Get an OAuth 2.0 access token to call the D1 backend.                                  |
| ​[Create card](https://app.gitbook.com/o/fwy1mtbRONGA2YDKDBr0/s/ZbrxO27N21lFBogZ9mkF/integrate-the-d1-api/d1-api-reference/inbound-api-to-d1/card-api#post-v2-issuers-issuerid-cards) or [Register card](https://app.gitbook.com/o/fwy1mtbRONGA2YDKDBr0/s/ZbrxO27N21lFBogZ9mkF/integrate-the-d1-api/d1-api-reference/inbound-api-to-d1/card-api#put-v2-issuers-issuerid-cards-cardid)​ | Issuer backend → D1 backend | Create or register a card in the D1 backend.                                           |
| ​[Renew card](https://app.gitbook.com/o/fwy1mtbRONGA2YDKDBr0/s/ZbrxO27N21lFBogZ9mkF/integrate-the-d1-api/d1-api-reference/inbound-api-to-d1/card-api#post-v2-issuers-issuerid-cards-cardid-operations-renew)​                                                                                                                                                                          | Issuer backend → D1 backend | Renew a card.                                                                          |
| ​[Replace card](https://app.gitbook.com/o/fwy1mtbRONGA2YDKDBr0/s/ZbrxO27N21lFBogZ9mkF/integrate-the-d1-api/d1-api-reference/inbound-api-to-d1/card-api#post-v2-issuers-issuerid-cards-cardid-operations-replace)​                                                                                                                                                                      | Issuer backend → D1 backend | Replace a card.                                                                        |
| ​[Delete card](https://app.gitbook.com/o/fwy1mtbRONGA2YDKDBr0/s/ZbrxO27N21lFBogZ9mkF/integrate-the-d1-api/d1-api-reference/inbound-api-to-d1/card-api#post-v2-issuers-issuerid-cards-cardid-operations-delete)​                                                                                                                                                                        | Issuer backend → D1 backend | Delete a card from the D1 backend.                                                     |
| ​[Notify 3DS card operation](https://app.gitbook.com/o/fwy1mtbRONGA2YDKDBr0/s/ZbrxO27N21lFBogZ9mkF/integrate-the-d1-api/d1-api-reference/outbound-api-from-d1/3ds-api#post-notifications-d1-v1-issuers-issuerid-cards-cardid-3ds-notifications)​                                                                                                                                       | D1 backend → issuer backend | Receive 3DS operation notifications (for example, frictionless or challenge outcomes). |

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.payments.thalescloud.io/transaction-control/integrate-the-d1-api/d1-api-summary.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
