Skip to main content

Product Role: iFrame

The iFrame product role grants access to authenticate and load Connected Payments' secure payment iFrames.

What You Can Do

Authenticate iFrames

  • Authenticate iFrame URLs
  • Load hosted payment pages
  • Embed payment forms

Permissions

PermissionDescription
Authenticate iFrame URLsLoad payment iFrames using username
Process transactionsProcess purchases, pre-auths, captures, refunds, voids
Create tokensStore card details securely during payment
Retrieve masked PANQuery token details via API
Customise fieldsConfigure custom fields and appearance

iFrame Types

Hosted iFrame

Full-page payment form hosted by Connected Payments.

Features:

  • Redirect customer to Connected Payments-hosted page
  • Complete payment experience
  • Return to your site after payment
  • Minimal integration required

Loading iFrames

Authentication

iFrame users authenticate iFrame URLs using their username in the URL parameters.

How It Works:

  1. Generate iFrame URL with your username
  2. Customer navigates to URL or loads embedded iFrame
  3. Connected Payments validates username
  4. Payment form loads
  5. Customer completes payment
  6. Transaction processed
  7. Customer redirected to return URL (if applicable)

For detailed integration instructions, URL parameters, and code examples, see:

Tokenisation

Create Tokens During Payment

iFrame users can create tokens during payment to securely store card details for future use.

How It Works:

  1. Customer enters card details in iFrame
  2. Option to save card for future use
  3. Token created automatically
  4. Secure compliant storage

For detailed tokenisation instructions and API integration, see:

Retrieve Token Details

iFrame users can retrieve non-sensitive token information (masked PAN) through Connected Payments' API using their username and password.

What You Can Retrieve:

  • Masked card number
  • Card type and expiry
  • Cardholder name
  • Token metadata

Common Use Cases:

  • Display saved cards to customers
  • Verify token before processing
  • Customer account management
  • One-click checkout display

For API endpoints, request/response formats, and code examples, see:

Customisation

Custom Fields

What You Can Customise:

FeatureDescription
Custom FieldsAdd business-specific fields
Field ValidationConfigure validation rules
AppearanceCustomise colours and branding
Company LogoAdd your logo
Field LabelsUse customer-friendly names

To Configure:

Contact [email protected] with your requirements:

  • Custom fields needed
  • Branding and colours
  • Field validation rules
  • Return URL behaviour