v1

latestOpenAPI 3.1.02026-07-14270217.5 KB

Split-Payments

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

post/v1/split-payments/{payment-method}

Path parameters

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

Defines the payment method

Request body

amountnumber float required

Total amount of the transaction.

identifierstring

Transaction identifier

langstring
adminCallbackstring

Use this optional field to receive a communication when this reference is paid.

aliasstring

Param used only on MB WAY requests. It must be used to define to which phone number the request must be sent.

Response

200

transactionStatusstring
entitystring
referencestring
amountstring

Example response

{
  "transactionStatus": "Success",
  "entity": "82307",
  "reference": "100502152",
  "amount": "4.68"
}