Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
maxLevel3
minLevel1

Getting Started

There are few basic requirements to get started:

...

  1. A customer is on a merchant’s e-Commerce website and clicks Checkout.

  2. The customer is redirected to the MerchantE Hosted Payment Page

  3. The customer enters their payment details and submits the payment.

    1. If the payment is approved, the customer is presented with a payment receipt and has the option to return to the merchant’s website.

    2. If the payment is declined, the customer is presented with a generic payment decline and advised to reach out to the issuer for more details.

Integration with Website

The following are the recommended steps to integrate ME’s Hosted Payments into an e-Commerce website. 

...

  • If necessary, test the form by processing a sale. Ensure that both response URLs function properly.

Payment Page Request Message

You will use the form below to route customers to Hosted Payments. The form will ultimately consist of one or more these request fields:

...

Code Block
<form action="https://merchante-solutions.com/hpp/checkout/sign-in" method="post">
  <input type=”hidden” name="payment_amount" value="TODO - fill in the Payment Amount"/>
  <input type=”hidden” name="profile_id" value="TODO - fill in the Merchants Profile Id"/>
   <input type="submit" value="Checkout">
</form>

Post Response Message

The following table contains each field available in the response. It is not necessary to use response data, though it can be helpful to store transaction data, or for integration efforts.

...