Payment Capture Page

Ezypay’s Payment Capture Page (PCP) let you easily embed and customise the payment capture step in your onboarding flow. With flexible configuration options, you can tailor the experience to match your brand and user journey — all while reducing the complexity of handling sensitive payment data.

What does the Payment Capture Page looks like?


🔍 What’s New in Payment Capture Page?

FeatureHPPPCP
Link the new payment method token to a specific customerNoYes
Provide multiple payment options for customer to choose to create?YesYes
Display the dynamic customer paid fees as part of the Payment method creation formNoYes
Allow automated validation check on accepted payment method type based on the merchant setting in Ezypay?NoYes
Allow integrators/merchant to include their own T&C?NoYes
Allow styling of the Payment method creation form?NoYes
Provide a submit button within the payment method creation form to reduce HTTP window listener?NoYes

Example:

Embed the PCP using the following sample URL in an iframe:

{{Ezypay Secure domain}}/embed?customerId=50d5b1b7-93f0-4b52-8a1f-a5d5278acb46&paymentMethods=VISA,MASTERCARD,BANK&feepricing=true

Key specification details

Required Parameters:

ParameterExampleMandatoryDescription
paymentMethodspaymentMethods=VISA,
MASTERCARD,BANK,PAYTO
YesAvailable payment methods. See supported methods.

Optional Parameters:

ParameterValue TypeMandatoryDescription
customerIdUUIDNoAuto-links the new payment method to a specific customer
feePricingbooleanNoDisplays dynamic customer-paid fees for different payment methods.
setasprimary1booleanNoSets this payment method as primary
setasprimary2booleanNoAllows the customer to set the newly created payment method as the default option.
submitbuttonbooleanNoUse Ezypay’s built-in button or replace it with your own for a fully branded experience
termsandconditionsstring URLNoDisplay your custom Terms & Conditions from a secure URL

Custom Styling

You can style the embedded form to match your app’s look and feel. You can use CSS to modify input fields and layout.

CategoryPropertyDescription
Typographyfont-familySet the font used in input fields
font-sizeControl text size
font-weightAdjust text boldness
line-heightManage line spacing
Spacing & Borderspadding/marginSet space around elements
border-radiusRound input field corners
ColorscolorText colour
background-colorPage and field backgrounds
border-colorInput field border colour
danger-colorColour for alerts of errors

What do integrators need to do?

For existing HPP users:

  1. No customer–payment method linking required
  2. No need to show customer-paid fees manually
  3. Use Ezypay’s built-in submit button
    • You can remove external submit buttons and rely on the one provided by the form.
  4. Apply your own style.
    • Customise the PCP to match your app branding and layout.