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",
  "situacaoPix": 1
}
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

200 - application/json

Success

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