Skip to main content
POST
Reject a parked credit (audited; no posting)

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Path Parameters

parkId
string
required

The parked-credit id.

Example:

"018f2b7c-0000-7000-8000-000000000000"

Body

application/json
reason
string
required

Required operator justification for the rejection.

Maximum string length: 500

Response

OK

amount
integer<int64>
required

The parked credit amount, in centavos.

Example:

110001

createdAt
string<date-time>
required

Park creation timestamp (UTC).

endToEndId
string
required

The JD end-to-end id (also the Midaz idempotency key on resolve).

parkId
string
required

The parked-credit id.

receiver
object
required

The recebedor routing fields captured at park time.

status
string
required

Lifecycle status.

Example:

"PARKED"

reason
string

Park classification (no_match, suspended).

Example:

"no_match"

resolutionNote
string

The operator note (resolve) or reason (reject), or null.

resolvedAt
string<date-time>

Transition timestamp (UTC), or null while PARKED.

resolvedIndirectId
string

The indirect the credit was resolved to, or null.