---
title: "MB WAY"
method: POST
path: "/v1.02/mbway/create"
---

# MB WAY

`POST /v1.02/mbway/create`

Creates MB WAY payment requests. (The customer have 5 minutes to execute the payment after receiving the payment notification via MBWAY app.)

## Request body

- object
  - `payment` object, required — Informations regarding the payment
    - `identifier` string
    - `amount` object
      - `value` number, float, required — Payment amount
      - `currency` string, required
    - `customerPhone` string, required — Phone number that is connected to the MB WAY app and will accept the payment
    - `countryCode` string, required — Respective country code from the customer phone (+351 for portuguese number)
  - `customer` object — Informations regarding customer's notifications
    - `notify` boolean — A parameter that defines if the final client want to be notified of the payment request by email
    - `failOver` string — A parameter that defines if the final client will recieve an sms/email reminder notification in case of fail payment ("0" or "1" string value)
    - `name` string — Customer's name
    - `email` string — Customer's email (required if failOver = "1")
    - `phone` string — Customer's phone number (required if failOver = "1", 9 digits string)

## Response `201`

201

- object
  - `transactionStatus` string
  - `transactionID` string
  - `reference` string

## Other responses

- `401` — 401

---

[API](https://skmtc.net/eupago/apis/intro-and-oauth.md) · [All operations](https://skmtc.net/eupago/apis/intro-and-oauth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eupago/intro-and-oauth/versions/778475fa98e9/schema)
