> 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/instant-issuance/instant-issuance-es/implementar-la-emision-instantanea/pedido-de-tarjeta.md).

# Pedido de tarjeta

## Diagrama de flujo

<figure><img src="/files/162c94a358bf6458d50b1909af8503cdec5aa25d" alt=""><figcaption><p>Flujo de emisión instantánea en quiosco</p></figcaption></figure>

1. El usuario final solicita una tarjeta en la sucursal.
2. El backend del emisor envía una solicitud de Produce physical card al backend D1 (API de emisión física) con `distributionChannel` configurado en `INSTANT` y `persoStation` configurado con el ID de la estación perso de la sucursal.
3. El backend D1 prepara los datos de producción.
4. El backend D1 envía los datos de producción al Thales Instant Issuance Agent que se ejecuta en el entorno de la estación perso.
5. El Thales Instant Issuance Agent produce la tarjeta y devuelve el estado de producción al backend D1.
6. El backend D1 notifica al backend del emisor mediante Notify card operations (Card API).

Ejemplo (solo parámetros clave):

```json
{
  "distributionChannel": "INSTANT",
  "persoStation": "KIOSK-PS-101"
}
```

### Diagrama de secuencia

<figure><img src="/files/244e32c62a45fbb5b84fabcf22c1e6a485de2f6d" alt=""><figcaption><p>Secuencia de emisión instantánea en quiosco</p></figcaption></figure>


---

# 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/instant-issuance/instant-issuance-es/implementar-la-emision-instantanea/pedido-de-tarjeta.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.
