v47

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-012382333.4 MB

Create a Card details iframe

Create an iframe URL for a Card to display the card details. More details about styling and usage can be found in the documentation.

post/cards/{card_id}/create_details_iframe

Path parameters

card_idstring required

The identifier of the Card to create an iframe for.

Request body

physical_card_idstring

The identifier of the Physical Card to create an iframe for. This will inform the appearance of the card rendered in the iframe.

Example request

{}

Response

Card iframe URL

expires_atstring date-time required

The time the iframe URL will expire.

iframe_urlstring required

The iframe URL for the Card. Treat this as an opaque URL.

type'card_iframe_url' required

A constant representing the object's type. For this resource it will always be card_iframe_url.

Example response

{
  "expires_at": "2020-01-31T23:59:59Z",
  "iframe_url": "https://increase.com/card_details_iframe/index.html?token=0",
  "type": "card_iframe_url"
}