Hosted Payment Page
Ezypay's Hosted Payment Page (HPP) is an integration solution designed to collect payment method information from customers while maintaining PCI Compliance of your application.
The HPP is an iframe form embedded in your application to securely gather customer payment data. Upon submission, sensitive information is encrypted and sent to the Ezypay Vault directly, returning a payment method token. Link the token to a customer and use it for future billing. This token-based approach minimizes the PCI scope for your application.
Picture below shows how is the HPP looks like. Kindly proceed to next section if you wish to integrate with Ezypay HPP.
Ezypay offers a different version of HPP for South Korea implementation. Kindly proceed to Korean Hosted Payment Page if are interested in implementation for South Korea.
HPP is used for all payment method supported by Ezypay. It greatly simplifies integrators' efforts as they only require to develop one solution for all different payment methods. However, the payload for different type of payment methods are slightly different. Please refer to our Payment Method Payload section for further understanding.
PCI Compliance Scope Reduction
When cardholder data passes through your hosting environment, your systems fall within PCI compliance scope. Using the HPP ensures all payment method information is passed directly to the Vault, without going through your hosting environment and only return a token for future use.
This reduces the PCI compliance scope for integrators and simplifies development work. You must ensure no storage or logging of credit card information on your site or app.
Payment Method Validation
The HPP validates payment details before submission. If the input does not pass the validation, the form cannot be submitted and an error message is displayed, prompting customers to re-enter valid information. Validation checks include:
For cards
Field | Validation |
|---|---|
Card Number | a. Number only |
Expiry Date | a. Card is not expired |
Note: The form does not alert customers about cards nearing expiration but not yet expired.
For bank direct debit
AU
Field | Validation |
|---|---|
BSB Number | a. Number only |
Account Number | a. Number only |
NZ
Field | Validation |
|---|---|
Bank Number | a. Number only |
Branch Number | a. Number only |
Account Number | a. Number only |
Suffix Number | a. Number only |
For wallet
Field | Validation |
|---|---|
Phone Number | a. Number only |
For PayTo
Field | Validation |
|---|---|
Phone Number (not required if email address or BSB number is provided) | a. Number only |
Email Address | a. Valid email address format |
BSB Number | a. Number only |
Account Number | a. Number only |
Updated 10 days ago