Skip to main content
ExtendaRetail Silent Touch 19.2 and later supports Dintero Checkout for in-store payments. Customers pay via SMS link or, if only Vipps or Swish is enabled, a push notification sent directly to their app. Demo videos (Norwegian):

Before you begin

You need:
  • A Dintero account with production payment methods approved
  • An API client with Client ID and Client Secret
  • Your Account ID and Payment Profile ID
See API client setup to create an API client and find your credentials.

Step 1: Apply for payment methods

In Dintero Backoffice, go to Settings > Payment Connections and apply for the payment methods you want to offer. Payment connections page in Dintero Backoffice
Approval typically takes 3 or more business days. Dintero notifies you by email when approved.

Step 2: Create an API client

  1. In Backoffice, go to Settings > API Keys > Add new API keys.
  2. Click Checkout Client, enter a name, and click Create API Client.
  3. Copy and save your Client ID and Client Secret immediately. The secret is only shown once.

Step 3: Create a payment profile

  1. In Backoffice, go to Settings > Payment Profiles > New Payment profile.
  2. Enter a description and add your store logo URL.
  3. Enable both:
    • Automatically capture authorized transactions
    • Send the payment as push/SMS to the customer
  4. Click Create payment profile and copy the Profile ID.
Create payment profile settings for in-store payments

Step 4: Configure Silent Touch

In STConfig, go to Functionality > Online payment and set OnlinePaymentType to Dintero. Enter the following URLs:
FieldValue
Token URLhttps://api.dintero.com/v1
Checkout URLhttps://checkout.dintero.com/v1
Then enter your credentials:
FieldWhere to find it
Client IDBackoffice > Settings > API Keys
Client SecretSaved when you created the API client
Account IDYour account ID with P prefix, for example P12345678
Profile IDBackoffice > Settings > Payment Profiles
Dintero settings in STConfig

Alternative: configure via STConfig.xml

You can also set values directly in STConfig.xml:
<OnlinePayment>
    <OnlinePaymentType>Dintero</OnlinePaymentType>
    <DinteroSettings>
        <DinteroClientId>your-client-id</DinteroClientId>
        <DinteroClientSecret>your-client-secret</DinteroClientSecret>
        <DinteroAccountId>P12345678</DinteroAccountId>
        <DinteroProfileId>P12345678.your-profile-id</DinteroProfileId>
        <DinteroTokenUrl>https://api.dintero.com/v1</DinteroTokenUrl>
        <DinteroCheckoutUrl>https://checkout.dintero.com/v1</DinteroCheckoutUrl>
    </DinteroSettings>
</OnlinePayment>
Also enable “Online betaling” (712) under <SupportedPaymentMethods>.

Rename the payment button

To change the label displayed at the till, create ResourceOverrides.txt in C:\Program Files (x86)\SilentTouch\Mods:
online|Vipps
scoPaymentStepHeading|Dintero

Contact

For help with setup, contact Dintero support:
Last modified on June 18, 2026