Documentation

Ucommerce includes full API reference documentation and lots of helpful articles to help you build your e-commerce site as effortlessly as possible.

Topics Payment Providers
v7.18

Setup Ucommerce to Include Payer as a Payment Method

Ucommerce comes with built-in support for Payer payments. This guide will walk you through getting Ucommerce to work with Payer for payment processing.

Capabilities

Authorization is available for all plans with Payer. Payer don’t support remote acquire (capture), refund, or cancel of payments. When an authorization is made the payment is automatically captured and cannot be overridden using configuration. To refund a payment, you must use the Adminweb.

Settings in Ucommerce

If you haven't completed the steps from the General Setup of Payment Methods in Ucommerce document you need to do that before you move on.

When the payment method is created and saved as described in General Setup of Payment Methods in Ucommerce. The back-end displays the different settings you can set for Payer.

Settings in Payer Administration Panel

Changes needed in the Adminwebb, so it will work with Ucommerce.

Payment Methods

  1. Click “Inställningar”.

  2. Click ”Betalsätt”.

  3. Make sure the top radio button is selected. If it’s not, select it.

  4. Click the “Spare” button.

image

Debug options

  1. Click “Inställningar”.

  2. Click ”Allmänt”.

  3. Make sure all three checkbox’s are unchecked, if not do it.

  4. Click “Spara”.

image

Setting properties for the Payer

Under "the common tab" on your payment method, you'll find the different fields to configure the details related to the payment gateway.

Finding agentId, key1 and key2

In the compressed starting package, "Startpaket", you can find the Agent ID and the keys beneath the catalog "Resources", in the files called "PayReadConf.*".

Finding testMode

This setting must match the configuration in the Adminwebb. If you followed the steps in “Debug options” above, you should set this to “False”, indicating that we are running in production.

Finding callback

Leave this at “(auto)” if in doubt.

Finding acceptUrl

Url the user is returned to after successfully authorizing her credit card.

Finding cancelUrl

Url the user is returned to if she cancels a purchase.