Costardo
  • 08 Apr 2025
  • 1 Minute to read
  • Dark
    Light

Costardo

  • Dark
    Light

Article summary

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

  • Purchase

  • Refund

  • Withdrawal

  • Void

Integrations Supported

  • Hosted Payment Page

  • Direct Connect ( server-to-server)

Official Logo:

Currencies & Countries Supported

Title

Description

Currencies Supported

EUR

Countries Supported

POLAND

Additional attributes to process Eupago

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

Description

Hosted Payment Page

Force Transaction Routing”

"Routing":{

"ForcePayment": "COSTARDO"

}

Client Information

"Client": {

"Email": "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

{
  "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.


Was this article helpful?