v1

latestOpenAPI 3.1.02026-08-04370235.8 KB

Reference Information

Check the status of a reference on Eupago.

post/multibanco/info

Request body

chavestring required

API Key

referenciastring required

Reference

entidadestring

Entity (If it exists, Not all services have an entity)

Response

200

entidadestring
referenciastring
identificadorstring
estadostring
data_criacaostring
hora_criacaostring
arquivadaboolean
sucessoboolean
respostastring

Example response

{
  "entidade": "12345",
  "referencia": "123456789",
  "identificador": "Exemplo-em-JSON",
  "estado": "pendente",
  "data_criacao": "2021-10-28",
  "hora_criacao": "14:37:23",
  "sucesso": true,
  "resposta": "OK"
}