Retrieve a card iframe url
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:
- Height - 460px
- Width - 504px
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.
Authorizations
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.
Headers
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
Path Parameters
Unique card identifier
Response
The response is of type object
.