Skip to main content
GET
Get a PIX transaction status

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de ruta

transactionId
string
requerido

The transaction id (local UUID or JDPI request id).

Ejemplo:

"d1f9c0a2-..."

Respuesta

OK

amount
integer<int64>
requerido

Transaction amount in centavos.

Ejemplo:

10050

id
string
requerido

The transaction id (or JDPI tx id on the live branch).

Ejemplo:

"d1f9c0a2-..."

status
string
requerido

eTransactionStatus name.

Ejemplo:

"EXECUTED"

description
string

Payment description.

Ejemplo:

"Invoice 42"

endToEndId
string

The SPI end-to-end id.

Ejemplo:

"E1234567890"

errorCode
string

JDPI error code (live branch).

Ejemplo:

""

errorMessage
string

JDPI error message (live branch).

Ejemplo:

""

flow
integer<int64>

Numeric eTransactionFlow.

Ejemplo:

2

jdpiRequestId
string

The JDPI request id.

Ejemplo:

"REQ-123"

jdpiStatus
integer<int64>

Raw JDPI eProcessingStatus (live branch only).

Ejemplo:

9

payee
object

The payee party.

payer
object

The payer party.