---
title: "Costardo"
slug: "costardo"
updated: 2025-10-14T12:23:52Z
published: 2025-10-14T12:23:52Z
canonical: "docs.apcopay.com/costardo"
---

> ## 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.

# Costardo

**Costardo** is a Polish company in the financial services sector. It offers digital solutions to enhance business operations, including the BLIK payment solution.

## Supported Transaction Types

- [ ] Authorisation
- [ ] Capture
- [x] Purchase
- [ ] Refund
- [ ] Withdrawal
- [ ] Void

## Integrations Supported

- [x] Hosted Payment Page
- [ ] Direct Connect ( server-to-server)

Official Logo:

![](https://cdn.document360.io/358ada76-9dff-4d31-80ba-dad90c84bfa9/Images/Documentation/6741a84667832beef9b932fb_BLIK LOGO RGB.png)

## Currencies & Countries Supported

| Title | Description |
| --- | --- |
| **Currencies Supported** | EUR |
| **Countries Supported** | **POLAND** |

## Additional attributes to process Costardo

You must include the following JSON Attributes to the payload. These attributes inform us to redirect to Costardo to finalize the payment process.

| Description | Hosted Payment Page |
| --- | --- |
| **Force Transaction Routing”** | "Routing":{ "ForcePayment": "COSTARDO" } |
| **Client Information** | "Client": { "Email": "[Joachim.Dzik1@notrealserver.com](mailto:Joachim.Dzik1@notrealserver.com)", "ClientAccount": "CliAcc01002", "FirstName": "Joachim", "LastName": "Dzik", "Country": "POL", "MobileNo": "+48665576215", "IPAddress": "127.0.0.1" } |
| **Test Indicator** (required in Sandbox Environment only) | "isTest": true |

**Sample Deposit Request**

```json
{
  "TransactionType": "PURC",  
  "Amount": "1.00",
  "Currency": "EUR",
  "OrderReference": "MerchantOrder1",
  "RedirectionURL": "https://www.yourURLhere.com/Redirect/",
  "CallBackURL": "https://www.yourURL.com/Listener",
  "UniqueReference": "3a9f50f7-2deb-4dbf-a186-d58641s36665",
  "Routing": {
    "ForcePayment": "COSTARDO"
  },
  "Client": {
    "Email": "testing@apcotest.com",
    "MobileNo": "+48665576215",
    "FirstName": "Apco",
    "LastName": "Test",
    "Country": "MLT",
    "City": "Marsa",
    "IPAddress": "1.1.1.1"
  },
  "IsTest": "True"
}
```

## Test Credentials

A test simulator is available when using the dev environment.

##
