The displayCard function presents a card interface that can showcase various types of information and operations, such as cardholder details, PIN display and actions like blocking the card or changing the PIN. Default card style For security and compliance reasons, the card information can’t leave the Qonto domain and therefore the UI this element injects in your website is implemented with an iframe. This way, the card data is securely handled by Qonto while still being accessible from your application. In these docs we have a guide that explains how to customize the UI elements which precisely uses the displayCard function as an example. We recommend you to check it out if you want to learn how to show the card details UI and adapt its UI to your branding. For details about the SDK function to call to display the card details UI, please refer to the API Reference.