- 13 Mar 2025
- 1 Minute to read
- Print
- DarkLight
Bizum by Eupago
- Updated on 13 Mar 2025
- 1 Minute to read
- Print
- DarkLight
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
Purchase
Refund
Withdrawal
Void
Integrations Supported
Hosted Payment Page
Direct Connect ( server-to-server)
Official Website: https://www.eupago.com/
Official Logo:
Currencies & Countries Supported
Title | Description |
---|---|
Currencies Supported | EUR |
Countries Supported |
|
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
{
"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.