API Partner Integration Platform
1. For Customers
Our open payment platform connects customers like you into the world of financial services.
Here is a set of payment platform capabilities that can help you deliver your information:
- - Request virtual account
- - Make Payment
- - Check Balance
- - and much more
Our API Partner Integration Platform for Customers allows our customers access to our system from their own environment free of charge.
2. For Third Party Services Providers
If you are a regulated PSP please email us at onboarding@myeupay.com. We’d be delighted to discuss your business idea further.
3. For IT Solution Providers
If you are an IT specialist and you think you can provide IT Solutions that would improve the customer experience of My EU Pay Customers, please get in touch and we will work out a profit sharing arrangement.
Please note that our tech team will review your code before it gets published.
API Documentation
My EU Pay REST API
The REST API is designed for interacting with users' virtual accounts. You can use the API to:
- • Retrieve virtual account information
- • View and update user profile data
- • Check and delete your messages
- • Request and review virtual account reports
- • Initiate transfer requests
The full documentation is available here.
Base URL
All URLs in the documentation have the following base address:
https://www.myeupay.net/api/v1
The My EU Pay REST API is served over HTTPS. To ensure data privacy, unencrypted HTTP is not supported.
Data formats
All request and response are in JSON format unless otherwise noted.
Specify "Content-Type: application/json; charset=utf-8" when making a HTTP request. Also add the "Accept: application/json" header in the request when sending data to the server.