> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dintero.com/llms.txt
> Use this file to discover all available pages before exploring further.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.dintero.com/feedback

```json
{
  "path": "/docs/integrations/silent-touch",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# ExtendaRetail Silent Touch integration

> Use Dintero Checkout in store with ExtendaRetail Silent Touch 19.2 and later, including configuration steps and supported in-store payment flows.

Silent Touch version 19.2 has support for Dintero Checkout inStore

# How it works

### Dintero Checkout via SMS

Customer will get a SMS with link to Dintero Checkout. Customer then needs to select a payment method and approve the payment.

[Link to demo video in Norwegian:](https://www.youtube.com/watch?v=fxblauREuDI)

### If Only Vipps or Swish enabled in Dintero Checkout

If only Vipps is enabled in Dintero Checkout, the customer will get push notification, where they approve the payment.

[Demo video with Vipps in Norwegian:](https://www.youtube.com/watch?v=IIs52xks9TU)

# How to setup

## Step 1: Create Dintero account and apply for payment options

#### A) Create an account at [dintero.com](https://dintero.com)

#### B) Enable payment methods for production in Dintero Backoffice

* Login to [Dintero Backoffice]
* Go to `Settings` → `Payment Connections`
* Apply for your preferred payment option (it will take 3 days or more for you to get approval).

We will notify you when your application is approved.

<img src="https://mintcdn.com/dintero-c3a7bfec/TiCvqt4VXcXnNQNe/docs/assets/backoffice/apply_for_payment.png?fit=max&auto=format&n=TiCvqt4VXcXnNQNe&q=85&s=479baa4618b45030420633d6cb2e9cb6" alt="Payment connections" width="2732" height="2048" data-path="docs/assets/backoffice/apply_for_payment.png" />

## Step 2: Configure Silent Touch

Go to STConfig settings.
Functionality->Online payment->OnlinePaymentType = Dintero

<img src="https://mintcdn.com/dintero-c3a7bfec/D0VX9t09zInvinnk/docs/assets/silenttouch/dintero_settings.png?fit=max&auto=format&n=D0VX9t09zInvinnk&q=85&s=c77a9dc0bb343bc95ba1d7290a461422" alt="" width="742" height="645" data-path="docs/assets/silenttouch/dintero_settings.png" />

Copy and paste following URLs into settings.

* `Token URL`: [https://api.dintero.com/v1](https://api.dintero.com/v1)
* `Checkout URL`: [https://checkout.dintero.com/v1](https://checkout.dintero.com/v1)

For remaining values, please login to [Dintero Backoffice] to retrieve them:

### How to get  `Client Id` & `Client Secret`, `Account ID` & Profile ID

#### A) Go to `Settings` → `API Keys`→ `Add new api keys`

<img src="https://mintcdn.com/dintero-c3a7bfec/TiCvqt4VXcXnNQNe/docs/assets/backoffice/new_api_client.png?fit=max&auto=format&n=TiCvqt4VXcXnNQNe&q=85&s=8a3da4b72f9de020226f67665e2f4ea9" alt="new api keys" width="2732" height="2047" data-path="docs/assets/backoffice/new_api_client.png" />

#### B) Click on `Checkout Client`

<img src="https://mintcdn.com/dintero-c3a7bfec/TiCvqt4VXcXnNQNe/docs/assets/backoffice/checkout_client.png?fit=max&auto=format&n=TiCvqt4VXcXnNQNe&q=85&s=a734c1fcc4277e4dd8a04c0e31bb5a00" alt="checkout client" width="2732" height="2048" data-path="docs/assets/backoffice/checkout_client.png" />

#### C) Enter `Name` for client and click on `Create API Client`

<img src="https://mintcdn.com/dintero-c3a7bfec/TiCvqt4VXcXnNQNe/docs/assets/backoffice/create_checkout_api_client.png?fit=max&auto=format&n=TiCvqt4VXcXnNQNe&q=85&s=681a5361d7a099fc6c563e64052611bf" alt="newclient" width="2732" height="2048" data-path="docs/assets/backoffice/create_checkout_api_client.png" />

#### D) Save your credentials in a secret place.

<img src="https://mintcdn.com/dintero-c3a7bfec/TiCvqt4VXcXnNQNe/docs/assets/backoffice/credentials.png?fit=max&auto=format&n=TiCvqt4VXcXnNQNe&q=85&s=c77a7ab9d9f419a90b8fc92f59fd6a46" alt="credentials" width="2732" height="2047" data-path="docs/assets/backoffice/credentials.png" />

#### E) Copy `Client ID` & `Client secret`  and paste into STConfig settings.

#### F) Enter `Account ID` in STConfig settings where you add P before the account id. Example: **`P11112225`**

> NB! Add **P** in front of the account ID from the file you downloaded.

#### G) Go to `Settings` → `Payment Profiles`→ `New Payment profile`

<img src="https://mintcdn.com/dintero-c3a7bfec/TiCvqt4VXcXnNQNe/docs/assets/backoffice/new_payment_profile.png?fit=max&auto=format&n=TiCvqt4VXcXnNQNe&q=85&s=eaea9a5268a13d75a12d5ed1f7581230" alt="new payment profile" width="2732" height="2047" data-path="docs/assets/backoffice/new_payment_profile.png" />

#### H) Create your custom Checkout Payment profile

* Fill out the `Description` & add `URL to your store logo`.
* For inStore: **Enable** `Automatically capture authorized transactions` & `Send the  payment as push/SMS to the customer`.
* Then Click on `Create payment profile`

<img src="https://mintcdn.com/dintero-c3a7bfec/TiCvqt4VXcXnNQNe/docs/assets/backoffice/create_payment_profile_instore.png?fit=max&auto=format&n=TiCvqt4VXcXnNQNe&q=85&s=3733e4a555923304dad47f81874c1884" alt="" width="2732" height="2600" data-path="docs/assets/backoffice/create_payment_profile_instore.png" />

#### I) . Copy `payment profile id` to Silent Touch configuration in `Profile id`.

<img src="https://mintcdn.com/dintero-c3a7bfec/TiCvqt4VXcXnNQNe/docs/assets/backoffice/payment_profile_id.png?fit=max&auto=format&n=TiCvqt4VXcXnNQNe&q=85&s=606816c152c897cc18a1cb1b771c32ab" alt="payment profile" width="2732" height="2472" data-path="docs/assets/backoffice/payment_profile_id.png" />

## Contact us

If you need help with the setup or have questions, please contact us:

* Email: [support@dintero.com](mailto:support@dintero.com)
* Call us: +47 22343454

#### Step 2 Alternative method: Configure Silent Touch via STConfig.xml

Here is an example of the configuration.

```xml theme={null}
<OnlinePayment> 
    <OnlinePaymentType>Dintero</OnlinePaymentType> 
    <DinteroSettings> 
	<DinteroClientId>CY+IihdZo6i5oXLlNVw1H7Nf+CrYn5K95ZnbHCagAAmnctRu5objnXuslMR52QecVPtEB0VlaG1hckeE5LotfjtDnSZxcxz1g+UtDy/yu0hjzNCULpHPu+4dNF8DrZZBCe359mIF4j+5vI9n2khCMka+mK0skTpfiSZGrNk8YMs=</DinteroClientId> 
	<DinteroClientSecret>NjI1zBoqnTO+vAVe5qtt1ltd871WsvHupNJmk4faNFpFypv5c4TslUTkqGWFEOx91QcWugexPGjsS2cC6UjV9atkRWjiaSGMkcL8FRqXqgBML43+46RR3VARK7U+VgSb/2vjiL1BH7MmDb3QEGIzrZNsFCvlzVIPq9c/Jrtx7q0=</DinteroClientSecret> 
	<DinteroAccountId>P11112231</DinteroAccountId> 
	<DinteroProfileId>P11112231.46aEMiHdJsYt2aC135SLYR</DinteroProfileId> 
	<DinteroTokenUrl>https://api.dintero.com/v1</DinteroTokenUrl> 
	<DinteroCheckoutUrl>https://checkout.dintero.com/v1</DinteroCheckoutUrl> 
    </DinteroSettings>
</OnlinePayment>
```

You also need to enable "Online betaling" (712) under `<SupportedPaymentMethods>`

#### Rename the "Online payment" button

Create a text file called `ResourceOverrides.txt` in folder `C:\Program Files (x86)\SilentTouch\Mods`

```txt theme={null}
online|Vipps
scoPaymentStepHeading|Dintero
```

[Dintero Backoffice]: https://backoffice.dintero.com
