v2

latestOpenAPI 3.0.3raw.githubusercontent.com2025-01-245593419.2 KB
Cards

Retrieve card data view URL

Note: this API is still in beta. Please get in touch with our team to know more: https://getqonto.atlassian.net/servicedesk/customer/portal/5

OAuth scope: card.read


This endpoint allows you to retrieve the URL to be displayed in an iframe to view the card preview with its details. Note that HTML encoding is applied to the URL, replacing &, <, and > with \u0026, \u003c, and \u003e respectively. We recommend the following size of the iframe:

  • Height - 460px
  • Width - 504px

This size will ensure the most optimum UX within the iframe for both the card view and SCA experience.

get/v2/cards/{id}/data_view

Path parameters

idstring uuid required

Unique card identifier

Headers

X-Qonto-Staging-Tokenstring

Required only for Sandbox API requests; to get one, please submit the following form: https://getqonto.atlassian.net/servicedesk/customer/portal/5/group/47/create/143.

Accept-Languagestring required

Language to be used to display the preview. Languages supported: en, it, es, de, fr, pt

Response

OK

iframe_urlstring