Iframe Examples

Channel Data Finder

This demonstrates the channel-data-finder embedded as an iframe with auto-resize functionality.

Payment Request Types

Save Payment Method

Channel Details

This demonstrates the channel-details embedded as an iframe with auto-resize functionality.

Payment Details

Token Details

Payment Channels

This demonstrates the payment-channels widget embedded as an iframe with a fixed iframe height while the table inside handles its own scrolling.

All Channels

Usage Examples

Channel Data Finder:

<iframe src="/channel-data-finder" width="100%" height="600"></iframe>

Channel Details:

<iframe src="/channel-details/payment?type=pay,pay-with-token" width="100%" height="600"></iframe>

Payment Channels:

<iframe src="/payment-channels" width="100%" height="600"></iframe>

Multiple iframes with auto-resize:

<iframe src="/channel-details/payment?type=pay,pay-with-token&iframe_id=iframe1" width="100%" height="600"></iframe> <iframe src="/channel-details/token?type=save&iframe_id=iframe2" width="100%" height="600"></iframe>