Skip to main content
Consulta o status de uma devolução Pix específica.
curl --request GET \
  --url https://api.ext.pix.dbs.moneyp.com.br/api/Recurso/Devolver/Status/{codigoTransacao} \
  --header 'Authorization: <api-key>'
{
  "sucesso": true,
  "mensagem": "<string>",
  "codigoTransacao": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Documentation Index

Fetch the complete documentation index at: https://bmpdocs.moneyp.com.br/llms.txt

Use this file to discover all available pages before exploring further.

Through this endpoint, the partner can check the return status. The system will display the return status. Requirement To check the return status, it is essential to enter the transaction code.

Authorizations

Authorization
string
header
required

Copie 'Bearer ' + token

Path Parameters

codigoTransacao
string<uuid>
required

Identificador UUID da devolução Pix.

Response

Success

sucesso
boolean
mensagem
string | null
codigoTransacao
string<uuid> | null
situacaoPix
enum<integer>
Available options:
1,
2