---
title: "Authorize"
method: POST
path: "/v1.02/mbway/authorize"
---

# Authorize

`POST /v1.02/mbway/authorize`

Creates MB WAY authorization. (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)

## 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)
