---
title: "Bizum by Eupago"
slug: "bizum-by-eupago"
updated: 2025-03-13T14:17:05Z
published: 2025-03-13T14:17:05Z
canonical: "docs.apcopay.com/bizum-by-eupago"
---

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

# Bizum by Eupago

**Eupago** is a Portuguese payment institution, accredited and supervised by the Central Bank of Portugal and specialised in providing online solutions of payments, thus being the ideal solution for any e-commerce business, from companies to private sales.

## Supported Transaction Types

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

## Integrations Supported

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

Official Website: [https://www.eupago.com/](https://www.eupago.com/)

Official Logo:

![](https://cdn.document360.io/358ada76-9dff-4d31-80ba-dad90c84bfa9/Images/Documentation/Bizum%20(1).png)

## Currencies & Countries Supported

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

## 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": "BIZUM" } |
| **Test Indicator** (required in Sandbox Environment only) | "isTest": true |

**Sample Deposit Request**

```json
{
  "TransactionType": "PURC",
  "Amount": "10.00",
  "Currency": "EUR",
  "OrderReference": "MerchantOrder1",
  "RedirectionURL": "https://www.yourURLhere.com/Redirect/",
  "CallBackURL": "https://www.yourURL.com/Listener",
  "UniqueReference": "3a9f50f7-2deb-4dbf-a186-d58641s36665",
  "Language": "en",
  "Client": {
    "Email": "johndoe@gmail.com",
    "FirstName": "John",
    "LastName": "Doe",
    "City": "Valletta",
    "IPAddress": "1.1.1.1"
  },
  "Routing": {
    "ForcePayment": "BIZUM"
  },
  "IsTest": true
}
```

## Test Credentials

No testing credentials are available for Eupago payments. Transaction reference will be generated, and a response pending will be received. Ask our support team to process the transaction for you to simulate a successful transaction.

## Technical Configuration for Production

Eupago will provide the credentials once the merchant onboarding process is complete. These are to be forwarded to Apcopay for us to configure on our system.
