# Reka

Reka payments can be processed with Saferpay without much effort. This chapter describes what needs to be considered in this regard.

## General requirements

The handling of Reka payments with Saferpay requires:

* A [corresponding license ](https://docs.saferpay.com/home/master/licensing)and thus a valid identification with a username and password for the Saferpay system.
* Availability of at least one active Saferpay terminal via which payment can be carried out, and availability of the associated Saferpay TerminalId.
* A valid Reka contract.
  * A corresponding Reka Merchant ID and Terminal ID
* Reka authorizations are valid for 30 days and [must be captured](https://docs.saferpay.com/home/integration-guide/licences-and-interfaces/capture-and-daily-closing) within that time-frame.

### Technical requirements

The general integration of Reka can only be done via the [Payment Page](https://docs.saferpay.com/home/integration-guide/licences-and-interfaces/payment-page) and requires the following things to be noted:

* Spec-Version 1.38, or higher.
  * **Important:** Reka has been backported to SpecVersions 1.38 - 1.44. When implementing Reka for Spec-Versions lower than 1.45, please make sure, that your implementation is capable of processing the new values, returned by the Saferpay API, e.g. PaymentMethods now returning "REKA" as a value, which was previously not specified.&#x20;
* **`Payment.OrderId`**: The [OrderId](https://docs.saferpay.com/home/master/common-saferpay-terms-glossary#orderid) is limited to 20 characters.
* **`Payment.PayerNote`**: [Payernote](https://docs.saferpay.com/home/master/common-saferpay-terms-glossary#payernote) is mandatory for Reka payments. If no Payernote is given, Saferpay will automatically take the OrderId -if present-, or the Saferpay transaction ID.
* Multiple refunds are not supported and only one refund can be made per transaction.

Furthermore, for other flows (Refunds etc.), please also refer to the table below.

### Supported features

| Feature                                                                                                                                                                                                         |    Support   |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :----------: |
| [Capture](https://docs.saferpay.com/home/integration-guide/licences-and-interfaces/capture-and-daily-closing)/[Cancel](https://docs.saferpay.com/home/licences-and-interfaces/capture-and-daily-closing#cancel) | <p>✅<br></p> |
| Multipart Captures                                                                                                                                                                                              |       ❌      |
| Secure Card Data                                                                                                                                                                                                |       ❌      |
| [Refunds](https://docs.saferpay.com/home/integration-guide/licences-and-interfaces/transaction-interface/refunds)                                                                                               |       ✅      |
| Recurring Payments                                                                                                                                                                                              |       ❌      |
| 3D Secure                                                                                                                                                                                                       |       ❌      |
| Dynamic Currency Conversion (DCC)                                                                                                                                                                               |       ❌      |
| Mail Phone Order                                                                                                                                                                                                |       ❌      |
| [Testing](#testing) ([see Activation](#activation))                                                                                                                                                             |       ✅      |
| Omni-Channel                                                                                                                                                                                                    |       ❌      |

## Activation

{% hint style="warning" %}
Please contact your account manager/[our sales](https://docs.saferpay.com/home/support#worldline-sales-team) for Reka activation
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.saferpay.com/home/integration-guide/payment-methods/reka.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
