MBWay
ID: mbway-eupago | Provider: Eupago | Region: Portugal
Overview
Portuguese mobile payment solution. Customer receives push notification to approve payment via MBWay app.
Required Fields
phone: Portuguese mobile in format+351XXXXXXXXX
Request Example
{
"paymentMethod": {
"id": "mbway-eupago",
"phone": "+351912345678"
},
"reference": "ORDER-12345",
"customer": {
"id": "cust_abc123",
"phone": "+351912345678"
},
"amount": "50.00",
"currency": "EUR",
"returnLinks": {
"default": "https://yourproduct.com/return",
"cancel": "https://yourproduct.com/cancel"
}
}
Response Action
{
"type": "requisites",
"requisites": {
"reference": "123 456 789",
"amount": "100.50"
},
"expiresAt": "2025-11-20T23:59:59Z"
}