OAuth scope: card.read
Retrieves the URL to be displayed in an iframe to preview the card, identified by the id
path parameter, 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 for the iframe:
This size will ensure an optimum UX within the iframe for both the card view and Stong Customer Authentication experience.
This endpoint is still in beta. Please get in touch with our team if you have any question or feedback: here.
Bearer authorization header: Bearer <token>
, where <token>
is the access token received from the authorization server at the end of the OAuth 2.0 flow.
Required only for Sandbox API requests; to get one, please sign up to the Developer Portal.
Language to be used to display the preview. Languages supported: en, it, es, de, fr, pt
Unique card identifier
Returns the iframe url of the card idendified by the id
path parameter.
The response is of type object
.