Checkout & Payment

From Spiffy Stores Knowledge Base

You will need to choose a method for accepting payments from your customers. Each of the methods have varying fees, so you should shop around to see which one is right for you.

Spiffy Stores supports a few external credit card payment gateways. These allow your customers to use their credit card directly in your store. You will need to set up a separate account with one of these gateways in order to use them for sales.


Supported Payment Gateways

Direct Payment Gateways

Direct payment gateways allow the charging of credit, and or debit cards without leaving the Spiffy Stores checkout.

SecurePayTech Gateway

In order to meet the integration requirements of the SecurePayTech payment gateway you'll need to add the following to the Additional Content & Scripts section at the bottom of your Checkout & Payment Preferences page. The code displays the information required by SecurePayTech upon successful completion of a purchase.

<h4 style="padding: 0; margin: 0">Additional Details</h4>
<div>
<p>
Your Store Name <br />
P.O.Box Your Store Address<br />
Sydney, NSW, AUSTRALIA <br />
Merchant ID: Your SecurePayTech merchant ID
</p>
<p>
Date/Time: {{ payment.created_at }}
</p>

<p>
Order Reference: {{ payment.name }} <br />
MerchTxnRef: {{ payment.authorization }} <br />
ReceiptNo: {{ payment.receipt.receipt_number }} <br />
</p>

<p>
Purchase Amount: {{ payment.amount | money }}
</p>
<p>
Result: <strong>ACCEPTED</strong>
</p>
</div>



Offsite Payment Gateways

Offsite payment gateways require that the customer be redirected to the web site of the payment gateway in order to complete the payment.

Some customers may prefer to use PayPal since it allows them to pay from their bank account instead of their credit card. Also, if they have set up their PayPal account they only need to enter their email and password in order to buy something. In order to accept credit card payments through PayPal, you will need to have one of their "Premier" or "Business" accounts. See the PayPal site for more information.



Checkout replacements

Spiffy Stores also support Google Checkout. To learn more about Google Checkout watch their Demo video.

If you choose more than one payment gateway, your customers will be given a choice of payment methods.

Additional Content & Scripts

You can include custom html, tracking pixels and even scripts on the last page of the checkout. See Conversion Tracking for more information.