# About payments

With the Tuum BackOffice platform, you can initialise outgoing payments, and manage incoming and outgoing payments.

### Payment types

Depending on the payment direction, there are 2 types of payments:

* **Incoming payments -** Initiated from external financial institutions and dedicated to the beneficiary with Tuum.
* **Outgoing payments -** Initiated in Tuum and dedicated to the beneficiary with other financial institutions.

The payment process consists of the following steps:

{% tabs %}
{% tab title="Outgoing payments process" %}

1. **Payment initiation:** Creating a draft of the payment order and confirming it.
2. **Anti Money Laundering (AML) check:** Ensuring the payment passes money-laundering prevention measures.
3. **Payment settlement:** Sending the payment data to the service provider-specific module responsible for generating the message based on the provider requirements and sending it to the provider system.
   {% endtab %}

{% tab title="Incoming payments process" %}

1. **Receiving message of incoming payments:** Receiving a file that consists of one or several incoming payments.
2. **Anti Money Laundering (AML) check:** Ensuring the payment passes money-laundering prevention measures.
3. **Crediting the beneficiary's account:** Transferring funds to the beneficiary’s account in the Tuum system.
   {% endtab %}
   {% endtabs %}

Based on the payment rules and currency, the Tuum system divides payments into:

* **Intrabank -** A payment in any currency when the payer and the beneficiary have accounts with Tuum.
* **SEPA payment -** A payment in Euros made according to the Single Euro Payments Area rules.
* **SWIFT payment -** A payment in any currency made by the SWIFT rules. In almost all cases, cross-border payments.
* **Local payment -** A payment made by the payment rules of the country of the payment currency.

{% hint style="info" %}

* The availability of the payment types depends on the configuration of the settlement providers that your company uses with Tuum. Contact the Tuum team to clarify the different options.
* The initiation of the local payments via the BackOffice is currently under development. You can initiate local payments via API.
  {% endhint %}

### Payment type codes

Each payment type has dedicated type codes used in the Tuum system to identify the type and direction of the payment.

<table><thead><tr><th width="309">Payment type</th><th>Payment type code</th></tr></thead><tbody><tr><td>Intrabank</td><td><ul><li><strong>ACC2ACC:</strong> Account-to-account payments.</li></ul></td></tr><tr><td>SEPA payments</td><td><ul><li><strong>ACC2SEPA:</strong> Account-to-SEPA outgoing Euro payments.</li><li><strong>SEPA2ACC:</strong> SEPA-to-account incoming Euro payments.</li></ul></td></tr><tr><td>SWIFT payments</td><td><ul><li><strong>ACC2SWIFT:</strong> Account-to-SWIFT outgoing payments sent via the SWIFT network.</li><li><strong>SWIFT2ACC:</strong> SWIFT-to-account incoming payments received via the SWIFT network.</li></ul></td></tr><tr><td>Local payments</td><td><ul><li><strong>ACC2LOCAL:</strong> Account-to-local outgoing local payments.</li><li><strong>LOCAL2ACC:</strong> Local-to-account incoming local payments.</li></ul></td></tr></tbody></table>

In this guide, you will find information about:

<table data-card-size="large" data-view="cards"><thead><tr><th data-type="content-ref"></th><th data-hidden></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><a href="/pages/oBadDAwOEJQ4f3DncTLh">/pages/oBadDAwOEJQ4f3DncTLh</a></td><td></td><td></td><td><a href="/pages/oBadDAwOEJQ4f3DncTLh">/pages/oBadDAwOEJQ4f3DncTLh</a></td></tr><tr><td><a href="/pages/1wqFXhgnYvVhTSmUmf82">/pages/1wqFXhgnYvVhTSmUmf82</a></td><td></td><td></td><td><a href="/pages/1wqFXhgnYvVhTSmUmf82">/pages/1wqFXhgnYvVhTSmUmf82</a></td></tr></tbody></table>


---

# 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.tuum.com/backoffice-user-guides/iDyT31cW9CYApPltrXUd/payment-guide/about-payments.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.
