---
title: "Kassa24"
slug: "kassa24"
updated: 2025-02-19T15:50:38Z
published: 2025-02-19T15:50:38Z
canonical: "docs.apcopay.com/kassa24"
---

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

# Kassa24

Kassa24 is a prominent electronic payment processor in Kazakhstan, offering various financial services to individuals and businesses.

### Supported Transaction Types

- [ ] Authorisation
- [x] Purchase
- [ ] Capture
- [ ] Void
- [ ] Refunds
- [ ] Withdrawals

### Integrations Supported

**Deposit**

- [x] Hosted Payment Page
- [ ] Direct Connect

### Currencies & Countries Supported

| Title | Description |
| --- | --- |
| Currencies Supported | KZT |
| Countries Supported | Kazakhstan |

## Additional attributes to process Cards via Monetix

You must include the following JSON Attributes to the payload. These attributes inform us to proceed with the redirection to finalise the payment process.

| Description | Hosted Payment Page |
| --- | --- |
| **Force Transaction Routing** | “Routing”:{ "ForcePayment": "MONETIX” } |
| **Client Details** | "Client": { "FirstName": "Joe", "LastName": "Borg", "Street": "12 Church street", "City": "Valletta", "Email": "[TestEmail@Email.com](mailto:TestEmail@Email.com)", "ClientAccount": "testing", "IPAddress":"1.1.1.1" } |
| **Payment Method Data** | "PaymentMethodData": { "PaymentMethod": "KASSA24" }, |
| **Test Indicator** (required in Sandbox Environment only) | "isTest”: true |

Sample request below

```json
{
  "TransactionType": "PURC",
  "Amount": 100.00,
  "Currency": "KZT",
  "OrderReference": "Monetix kassa24 test",
  "UniqueReference": "4b8da4f0-d3b4-44ae-8019-8c66905ffad7",
  "RedirectionURL": "https://www.yourURLhere.com/technicalsupporttool-fe/Redirect/",
  "CallBackURL": "https://www.yourURLhere.com/technicalsupporttool-fe/Listener",
  "Routing": {
    "ForcePayment": "MONETIX"
  },
  "IsTest": true,
  "Client": {
    "FirstName": "Joe",
    "LastName": "Borg",
    "City": "TestCity",
    "Street": "13 Church Street",
    "Email": "TestEmail@Email.com",
    "ClientAccount": "testing",
    "IPAddress": "1.1.1.1"
  },
  "PaymentMethodData": {
    "PaymentMethod": "KASSA24"
  }
}
```

## Testing Data

Decline status with amount ‘40000’ or ‘40400’. Any other amount will return a success status.
