v1
latestOpenAPI 3.1.02026-08-04370235.8 KBMultibanco
Creates Multibanco payment references:
- with or without payment deadline
- define an amount or an interval with max/min amounts to receive the payment
- may choose if the references allow only 1 or more that 1 payment
post/multibanco/create
Request body
Response
200
Example response
{
"sucesso": true,
"resposta": "OK",
"referencia": "123456789",
"valor": "0.00000",
"entidade": "12345",
"valor_minimo": "5",
"valor_maximo": "122.5",
"data_inicio": "2021-10-28",
"data_fim": "2099-12-31"
}