---
title: "Initialize Multibanco Payment"
method: POST
path: "/v2/moneyins/multibanco/init"
tags: ["MoneyIns | Local Payments"]
---

# Initialize Multibanco Payment

`POST /v2/moneyins/multibanco/init`

Payment process:
<ul><li>You call the Lemonway DirectKit API to initialize the credit transaction of a payment account and get a payment reference</li><li>You give the payment reference to the final customer</li><li>The customer uses the reference to pay on an ATM</li><li>The will be notified after the payment is settled</li></ul>

## Headers

- `Authorization` string, required
- `PSU-Accept-Language` string
- `PSU-IP-Address` string, required
- `PSU-User-Agent` string

## Request body

- MoneyInMultibancoInitInput
  - `startDate` string
  - `endDate` string
  - `returnUrl` string — Your site returns the URL, called to terminate the operation and on which the callback will be sent, with data in POST parameters. This URL must contain a unique ID so you know which operation is related to the return.
  - `reference` string — Unique ID of the call, generated by your server. This ID can be used as a search field when looking for operation details
  - `accountId` string, required — Payment Account ID to Credit
  - `totalAmount` integer, required — Amount to Debit Amounts are given as integer numbers in cents
  - `commissionAmount` integer — Your Fee Amounts are given as integer numbers in cents
  - `comment` string — Comment Regarding the Transaction
  - `autoCommission` boolean — If true: 1. [amountCom] will be ignored and will be replaced with Lemonway's fee 2. You will not receive any fee

## Response `200`

OK

- MoneyInMultibancoInitOutput
  - `euPagoInit` EuPagoInit
    - `id` integer — Transaction ID. You require this ID to confirm the transaction
    - `reference` string — References in Format: <b>entitades.referencias</b>
  - `error` Error
    - `code` integer
    - `message` string
    - `psp` PSP
      - `message` string — Get the Error Message from PSP

## Other responses

- `401` — Unauthorized
- `500` — InternalServerError

---

[API](https://skmtc.net/lemonway/apis/account-onboarding-management-api.md) · [All operations](https://skmtc.net/lemonway/apis/account-onboarding-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lemonway/account-onboarding-management-api/revisions/73309fe68e2d/schema)
