Skip to main content
POST
Effectuate a MED refund debit (THIRD RAIL — moves money)

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Path Parameters

idSolDevolucao
string
required

The accepted refund-request GUID to effectuate.

Example:

"d4e5f6a7-b8c9-0123-def4-56789012345a"

Response

OK

effStatus
integer<int64>
required

Debit-effectuation FSM code (0=NotStarted, 1=DebitPending, 2=Settled, 3=Failed).

Example:

1

effStatusDescription
string
required

Human-readable eff_status label.

Example:

"DebitPending"

idOperacaoDebito
string
required

The Pending Midaz debit posting id (the reconcile commit/cancel reference).

Example:

"01HXYZ..."

idReqJdPi
string
required

The JDPI /od request id (the debit-poll handle).

Example:

"f1e2d3c4-b5a6-7890-1234-567890abcdef"

idSolDevolucao
string
required

The effectuated refund-request GUID.

Example:

"d4e5f6a7-b8c9-0123-def4-56789012345a"