Skip to main content
POST

Card Display with OTP Guide

How the OTP verification flow works end-to-end
Sends an email containing a secure link to the specified viewer. When the viewer clicks the link and verifies their phone number via OTP, PCI Booking displays the card details on a hosted page.

Error Responses

Parameter Constraints

Parameters

Headers

Authorization
string
required
Your API key prefixed with APIKEY. Example: APIKEY your-api-key. See the Authentication guide.

Request Body

Card_token
string
required
The PCI Booking card token to display.
ViewerEmail
string
required
Email address to send the secure viewing link to.
ViewerPhone
string
required
Phone number for SMS verification. Format: country code + number, no + prefix (e.g. 1555123456 for US, 353858622255 for Ireland).
ViewerName
string
required
Full name of the viewer. Shown in the email and verification screens.
TtlMinutes
number
How long the email link stays valid, in minutes.
Language
string
Two-letter language code (ISO 639-1) for the email and verification screens.

Response