MB WAY

This is a payment method valid only for Portugal.

This payment method raises a request for operation approval in the MB Way application for approval by the client.

Examples


        "payment": {
    "terminal": XXXXX,
    "order": "000012345",
    "amount": "202",
    "currency": "EUR",
    "methodId": "38",
    "secure": 1,
    "urlOk": "https://www.paycomet.com",
    "urlKo": "https://www.paycomet.com",
    "merchantData": {
        "customer": {
            "name": "John",
            "surname": "Doe",
            "email": "john@doe.com",
            "mobilePhone": {
                "cc": "351",
                "subscriber": "911111111"
            }
        },
        "billing": {
            "billAddrCountry": 620
        }
    }
}
            
        

The mandatory data are: email, mobilePhone y billAddrCountry

Sandbox data:

  • mobilePhone.cc: 351
  • mobilePhone.subscriber: 911111111
  • billing.billAddrCountry: 620
Back