Payment Capture Page
Ezypay's Payment Capture Page (PCP) functions the same as our Hosted Payment Page (HPP) but features an updated, modern and sleek UI.
Coming Soon
A number of functionality enhancements are on our roadmap for PCP β including (but not limited to) style customization. Stay tuned!
What does the Payment Capture Page looks like?

Example:
You can embed the Payment Capture Page (PCP) using the sample URL below within an iframe
:
https://pay-sandbox.ezypay.com/embed?paymentMethods=VISA,MASTERCARD,BANK&token={{Ezypay Authorisation Token}}
Apart from the change in the
iframe
URL, all other integration steps remain the same as those outlined in our Payment Method Collection guide.
Attention
The PCP only supports cards and bank payment method. If you wish to use other payment method, please use the HPP instead.
Key specification details
Required Parameters:
Parameter | Example | Mandatory | Description |
---|---|---|---|
token | token=eyKFb34LKopd94jKNd... | Yes | Authentication token used to access Ezypay's APIs |
Optional Parameters:
Parameter | Example | Mandatory | Description |
---|---|---|---|
paymentMethods | paymentMethods=VISA,MASTERCARD,BANK | No | Filters the payment methods shown on the page. If not specified, all methods enabled for the merchant will be displayed. |
Updated about 23 hours ago