Easy Checkout Page
Quickly get started accepting payments using our hosted payment page.
Making a Payment as a User
Simply Easier Payments (SEP) Easy Checkout Page helps you set up a payment process in which your customers are redirected from your website to a SEP’s secure payment page, and — if you want — back to the your website when the payment is completed. Its robust feature set allows customization to suit your business. This section shows how to set up, customize, and test the payment page.
Your web page Submits an HTTP POST or GET request to SEP.
Example: HTTP POST (HTML Form)
<form name="payment_form" id="payment_form"
action="https://test.simply-easier-payments.com/PaymentApp/Provider/insurance/Payment.faces" method="post">
<input type="text" name="account_number" id="account_number">
<input type="text" name="payment_amount" id="payment_amount">
<input type="text" name="policy_number" id="policy_number">
<input type="text" name="customer _name" id="customer _name">
<input type="text" name="email" id="email">
<input type="text" name="return_url" id="return_url">
<input type="submit" value="Submit To Payment Page">
</form>
Example: HTTP GET
https://test.simply-easier-payments.com/PaymentApp/Provider/insurance/fp/Payment.faces?app_user=SPARKSCO_FP&app_pass=DEMOPASS1&comment=My%20comment&customer_name=Joe Customer&payment_amount=123.45&policy_number=POLABC-123&receipt_email=test@test.com
These examples pull from our full developer library available to help you get started and optimize your payment process.