Hosted Payments Page
Secure, PCI-compliant payment pages hosted by MerchantE
MerchantE's Hosted Payments Page allows merchants to integrate a secure payment checkout experience into their e-commerce websites. Customers can checkout as guests, create payment accounts, or log in to make a payment.
Getting Started
Basic requirements to begin integration:
- Web HostingMerchant must have a publicly available website. The Cascading Style Sheet and company logo are hosted by the merchant.
- HTML or plain text editorForm elements need to be added to existing or new HTML pages.
- Merchant AccountRequired to begin processing live transactions.
- Submit Final Amount OnlyME Hosted Checkout will only process the amount sent in the payment_amount field. Shipping charges, local tax, etc. will need to be accommodated before the transaction is submitted.
Transaction Flow
- 1Customer CheckoutCustomer is on merchant's e-Commerce website and clicks Checkout
- 2Redirect to Hosted PageCustomer is redirected to MerchantE Hosted Payment Page
- 3Payment SubmissionCustomer enters payment details and submits payment
- 4Approval ResponseIf approved: Customer is presented with payment receipt and has the option to return to merchant's website
- 5Decline ResponseIf declined: Customer is presented with generic payment decline and advised to reach out to issuer for more details
Integration Steps
Obtain Profile ID
Get your profile ID once the merchant account setup has been completed
Update HTML Pages
Modify or create HTML pages with 'buy now' or 'checkout' links or images
Insert Payment Form
Insert Payment Page URL form in HTML
Test Integration
If necessary, test the form by processing a sale. Ensure that both response URLs function properly.
Security Settings
Advanced Integration Options
These settings are intended for advanced integrations of ME Hosted Checkout, and will require a server-side programming language to implement properly, such as PHP, JSP, ASP, etc.
API Reference
/checkout/sign-inInitiate Hosted Payment Page Checkout
Redirects customer to MerchantE Hosted Payment Page for checkout. The customer will be presented with options to checkout as guest, create a payment account, or log in to existing payment account.
/webhooks/response-credit-cardCredit Card Transaction Response (Webhook)
HTTP POST callback sent to merchant's configured response_url after a credit card transaction has been processed.
/webhooks/response-achACH Transaction Response (Webhook)
HTTP POST callback sent to merchant's configured response_url after an ACH transaction has been processed.
Need Help?
Contact MerchantE Support for assistance with integration, testing, or troubleshooting.
Visit Knowledge Base