---
title: "Split-Payments"
method: POST
path: "/v1/split-payments/{payment-method}"
---

# Split-Payments

`POST /v1/split-payments/{payment-method}`

Use this service to create Split-payments referentes for Multibanco, MB WAY, Pix, EuApplePay or GooglePay payment requests.

## Path parameters

- `payment-method` 'multibanco' | 'mbway' | 'pix' | 'creditcard' | 'applepay' | 'googlepay', required

## Request body

- object
  - `amount` number, float, required — Total amount of the transaction.
  - `identifier` string — Transaction identifier
  - `lang` string
  - `adminCallback` string — Use this optional field to receive a communication when this reference is paid.
  - `alias` string — Param used only on MB WAY requests. It must be used to define to which phone number the request must be sent.
  - `beneficiaries` object[], required — Array with the information of the beneficiaries of the funds of this transaction.
    - `externKey` string, required — External Key of an EuPago account. This key is not the API Key. Please contact our Support Team for more information.
    - `amount` number, float, required — Amount this particular beneficiary will receive
    - `identifier` string — Transaction identifier for this particular beneficiary.
    - `immediatePayment` boolean — Set if the payment should be immediate.

## Response `200`

200

- object
  - `transactionStatus` string
  - `entity` string
  - `reference` string
  - `amount` 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)
