Overview

Embedded pages leverage the exact same mechanisms as the standard flow. with embedded however the merchant simply renders this within an IFrame as described below:

<iframe id="paymentframe" style="width: 220px; height: 180px;" src="http://<pfi billing url>/checkout?sid=<ServiceId>&ref=<TransactionRef>&render=embed" marginheight="0" marginwidth="0" frameborder="0" scrolling="no"></iframe>

Example:

<iframe id="frame" style="width: 420px; height: 280px;" src="http://pfi.imimobile.net/staging/checkout/?sid=001&ref=00000001999&render=embed" marginheight="0" marginwidth="0" frameborder="0"></iframe>