> ## Documentation Index
> Fetch the complete documentation index at: https://docs.qonto.com/llms.txt
> Use this file to discover all available pages before exploring further.

# DisplayCardSettings

[@qonto/embed-sdk](../../README) / [\<internal>](../README) / DisplayCardSettings

# Interface: DisplayCardSettings

Object passed to `displayCard`. It allows operating
with the UI the function injects in the calling page.

## Example

```ts theme={null}
displayCard({
  cardId: '123',
  allowPinReveal: true,
  allowBlocking: false,
});
```

## Properties

### allowBlocking?

> `optional` **allowBlocking**: `boolean`

Whether to show the `Block Card` button in the UI.
If the card is already blocked, the button will be hidden even if the value is `true`.
If nothing is passed, defaults to `false`.

***

### allowPinReveal?

> `optional` **allowPinReveal**: `boolean`

Whether to show the `Show PIN` button in the UI.
If nothing is passed, defaults to `false`.

***

### cardId

> **cardId**: `string`

The ID of the card to display.
