Skip to main content
POST
Process a payee-bank-initiated PIX devolução

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Body

application/json
endToEndIdDevolucao
string
required

JDPI-assigned return id (idempotency + dedup key).

Example:

"E2E-DEVO"

endToEndIdOriginal
string
required

End-to-end id of the original CASH_OUT.

Example:

"E2E-ORIG"

idReqJdPi
string
required

JDPI request id (GUID), echoed on the acknowledgement.

Example:

"JDPI-1"

valor
number<double>
required

Return amount in reais (a JSON number).

Example:

50.25

codigoDevolucao
string

Return reason code (eRefundCode).

Example:

"MD06"

infEntreClientes
string

Free-text inter-client info.

Example:

"note"

motivoDevolucao
string

Free-text return reason.

Example:

"customer request"

Response

OK

dtHrCreditoSgct
string

SGCT credit timestamp (ISO-8601).

Example:

"2026-06-20T10:00:00Z"

dtHrValidacao
string

Validation timestamp (ISO-8601).

Example:

"2026-06-20T10:00:00Z"

idCreditoSgct
string

SGCT credit id.

Example:

"SGCT-1"

idReqJdPi
string

Echoed JDPI request id.

Example:

"JDPI-1"

motivo
string

Reason code (on a rejected return).

Example:

"BE01"

motivoComplemento
string

Reason complement.

Example:

"..."

resultado
integer<int64>

Validation result (0=Inválido, 1=Válido).

Example:

1