> 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/central-issuance/es/integrar-la-api-de-d1/resumen-de-la-api-de-d1.md).

# Resumen de la API de D1

## Resumen

Esta página proporciona una lista de verificación de los endpoints de la API D1 normalmente necesarios para integrar 3DS.

{% hint style="info" %}
**Dirección** indica quién llama al endpoint:

* **Entrada**: su backend del emisor llama a la API D1.
* **Salida**: el backend de D1 llama a su backend del emisor.
  {% endhint %}

## APIs requeridas

<table><thead><tr><th width="246">API</th><th width="177.5999755859375">Entrada/Salida</th><th>Descripción</th></tr></thead><tbody><tr><td><a href="/pages/e03f8abcddf948524b291f7a4736227c23f53642#post-oauth2-token">Obtener token de autorización</a></td><td>Emisor -> Thales D1</td><td>Obtener un token de acceso OAuth 2.0 para llamar al backend de D1.</td></tr><tr><td><a href="/pages/066ded871233d2eec26ca9790ccec45f0759d4c7#post-issuers-issuerid-physicalcards-cardid-operations-production">Pedir tarjeta</a></td><td>Emisor -> Thales D1</td><td>Pedir una tarjeta física</td></tr><tr><td><a href="/pages/f905202f2e786d746bca0f83de564c342c8ba3cc#post-issuers-issuerid-physicalcards-batch">Pedir tarjetas</a></td><td>Emisor -> Thales D1</td><td>Pedir varias tarjetas físicas</td></tr></tbody></table>

## APIs opcionales

<table><thead><tr><th width="252.79998779296875">API</th><th width="170.5999755859375">Entrada/Salida</th><th>Descripción</th></tr></thead><tbody><tr><td><a href="/pages/a74b52c5c1bc84fcf0669637e742fea2b5ab589f#put-v2-issuers-issuerid-cards-cardid">Registrar tarjeta</a></td><td>Emisor -> Thales D1</td><td>Registrar una tarjeta con las credenciales de tarjetas correspondientes.</td></tr><tr><td><a href="/pages/f23ada62984c0b5d99019917a8a5192925fcfabe#post-notifications-d1-v2-issuers-issuerid-cards">Notificaciones del estado del pedido de tarjeta</a></td><td>Emisor &#x3C;- Thales D1</td><td>Recibir el estado del pedido de tarjeta en tiempo real</td></tr><tr><td><a href="/pages/066ded871233d2eec26ca9790ccec45f0759d4c7#get-issuers-issuerid-physicalcards-cardid-productionstatus">Obtener estado del pedido de tarjeta</a></td><td>Emisor -> Thales D1</td><td>Obtener el estado de un pedido de tarjeta</td></tr><tr><td><a href="/pages/548813dd636ccde22478f23b4c4d2105e45e378c#post-issuers-issuerid-physicalcards-cardid-operations-updateorder">Extraer y cambiar</a></td><td>Emisor -> Thales D1</td><td>Extraer una tarjeta y solicitar aplicar un cambio</td></tr><tr><td><a href="/pages/8703aa6e25f388ff979580ccc68259c89d4003b4#post-issuers-issuerid-physicalcards-cardid-track">Rastrear tarjeta</a></td><td>Emisor -> Thales D1</td><td>Solicitar el seguimiento del envío de una tarjeta</td></tr></tbody></table>


---

# 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/central-issuance/es/integrar-la-api-de-d1/resumen-de-la-api-de-d1.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.
