> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt
> Use this file to discover all available pages before exploring further.

# List parked inbound credits (unmatched/suspended), paginated

> Lists the inbound credits this tenant PARKED: credits that arrived over SPI addressed to one of this participant's indirects and could NOT be credited, because the receiving ISPB matched no ACTIVE indirect in the registry (reason no_match) or matched one that was suspended or closed (reason suspended). The plugin acknowledged the credit to JD — refusing it was not an option at that point — and durably recorded it here instead of posting it, so the money sits on the direct participant's position with no owner until an operator decides. This listing is that queue, and it is where a monitoring job looks.

Read-only. Filter by status: PARKED is the only value that still needs a decision, RESOLVED and REJECTED are the two terminal outcomes. Pagination is cursor-based: pass the previous page's nextCursor back as cursor, and a null nextCursor means the last page. limit defaults to 25 and is CLAMPED to 100 rather than rejected. Each row carries the parked amount in centavos, the recebedor routing fields captured at park time (which is the evidence for choosing a target), and the end-to-end id — also the ledger idempotency key a later resolve posts under, which is what makes a resolve safe to retry.

There are no request-attributable refusals: an unrecognized status simply matches nothing and returns an empty page, so an empty result never means the filter was rejected.



## OpenAPI

````yaml /en/openapi/v3-current/pix.yaml get /v1/indirect-credit-parks
openapi: 3.1.0
info:
  description: Brazilian PIX Direct (DICT + SPI) plugin API.
  title: plugin-br-pix-jd
  version: 1.0.0
servers: []
security:
  - BearerAuth: []
paths:
  /v1/indirect-credit-parks:
    get:
      tags:
        - Indirect Credit Parks
      summary: List parked inbound credits (unmatched/suspended), paginated
      description: >-
        Lists the inbound credits this tenant PARKED: credits that arrived over
        SPI addressed to one of this participant's indirects and could NOT be
        credited, because the receiving ISPB matched no ACTIVE indirect in the
        registry (reason no_match) or matched one that was suspended or closed
        (reason suspended). The plugin acknowledged the credit to JD — refusing
        it was not an option at that point — and durably recorded it here
        instead of posting it, so the money sits on the direct participant's
        position with no owner until an operator decides. This listing is that
        queue, and it is where a monitoring job looks.


        Read-only. Filter by status: PARKED is the only value that still needs a
        decision, RESOLVED and REJECTED are the two terminal outcomes.
        Pagination is cursor-based: pass the previous page's nextCursor back as
        cursor, and a null nextCursor means the last page. limit defaults to 25
        and is CLAMPED to 100 rather than rejected. Each row carries the parked
        amount in centavos, the recebedor routing fields captured at park time
        (which is the evidence for choosing a target), and the end-to-end id —
        also the ledger idempotency key a later resolve posts under, which is
        what makes a resolve safe to retry.


        There are no request-attributable refusals: an unrecognized status
        simply matches nothing and returns an empty page, so an empty result
        never means the filter was rejected.
      operationId: listIndirectCreditParks
      parameters:
        - description: Filter by lifecycle status (PARKED, RESOLVED, REJECTED).
          explode: false
          in: query
          name: status
          schema:
            description: Filter by lifecycle status (PARKED, RESOLVED, REJECTED).
            examples:
              - PARKED
            type: string
        - description: Page size (default 25, max 100).
          explode: false
          in: query
          name: limit
          schema:
            description: Page size (default 25, max 100).
            examples:
              - 25
            format: int64
            type: integer
        - description: Opaque pagination cursor from a prior page.
          explode: false
          in: query
          name: cursor
          schema:
            description: Opaque pagination cursor from a prior page.
            type: string
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CreditParkPageResponse'
          description: OK
        default:
          content:
            application/problem+json:
              schema:
                $ref: '#/components/schemas/Detail'
          description: Error
components:
  schemas:
    CreditParkPageResponse:
      additionalProperties: false
      properties:
        items:
          description: The parked credits on this page.
          items:
            $ref: '#/components/schemas/CreditParkResponse'
          type:
            - array
            - 'null'
        nextCursor:
          description: Opaque cursor for the next page, or null when exhausted.
          type: string
      required:
        - items
      type: object
    Detail:
      additionalProperties: false
      properties:
        code:
          description: >-
            Stable, machine-readable domain error code scoped to the emitting
            service (format: <SERVICE>-NNNN).
          examples:
            - ERR-0001
          type: string
        detail:
          description: >-
            A human-readable explanation specific to this occurrence of the
            problem.
          examples:
            - Property foo is required but is missing.
          type: string
        errors:
          description: Optional list of individual error details
          items:
            $ref: '#/components/schemas/ErrorDetail'
          type:
            - array
            - 'null'
        instance:
          description: >-
            A URI reference that identifies the specific occurrence of the
            problem.
          examples:
            - https://example.com/error-log/abc123
          format: uri
          type: string
        status:
          description: HTTP status code
          examples:
            - 400
          format: int64
          type: integer
        title:
          description: >-
            A short, human-readable summary of the problem type. This value
            should not change between occurrences of the error.
          examples:
            - Bad Request
          type: string
        type:
          default: about:blank
          description: A URI reference to human-readable documentation for the error.
          examples:
            - https://example.com/errors/example
          format: uri
          type: string
        upstream:
          $ref: '#/components/schemas/Upstream'
          description: >-
            RFC 9457 extension member: the error a proxied third-party provider
            reported. Absent unless the emitting service explicitly surfaced
            one.
      type: object
    CreditParkResponse:
      additionalProperties: false
      properties:
        amount:
          description: The parked credit amount, in centavos.
          examples:
            - 110001
          format: int64
          type: integer
        createdAt:
          description: Park creation timestamp (UTC).
          format: date-time
          type: string
        endToEndId:
          description: The JD end-to-end id (also the Midaz idempotency key on resolve).
          type: string
        parkId:
          description: The parked-credit id.
          type: string
        reason:
          description: Park classification (no_match, suspended).
          examples:
            - no_match
          type: string
        receiver:
          $ref: '#/components/schemas/CreditParkReceiver'
          description: The recebedor routing fields captured at park time.
        resolutionNote:
          description: The operator note (resolve) or reason (reject), or null.
          type: string
        resolvedAt:
          description: Transition timestamp (UTC), or null while PARKED.
          format: date-time
          type: string
        resolvedIndirectId:
          description: The indirect the credit was resolved to, or null.
          type: string
        status:
          description: Lifecycle status.
          examples:
            - PARKED
          type: string
      required:
        - parkId
        - status
        - endToEndId
        - amount
        - receiver
        - createdAt
      type: object
    ErrorDetail:
      additionalProperties: false
      properties:
        location:
          description: >-
            Where the error occurred, e.g. 'body.items[3].tags' or
            'path.thing-id'
          type: string
        message:
          description: Error message text
          type: string
        value:
          description: The value at the given location
      type: object
    Upstream:
      additionalProperties: false
      properties:
        code:
          description: The upstream provider's own error code, verbatim.
          examples:
            - E4001
          type: string
        message:
          description: >-
            The upstream provider's own error message, verbatim (bounded, never
            its raw response body).
          examples:
            - account not found at provider
          type: string
      type: object
    CreditParkReceiver:
      additionalProperties: false
      properties:
        accountNumber:
          description: The recebedor account number (nrConta).
          examples:
            - '9990001'
          type: string
        branch:
          description: The recebedor branch (nrAgencia).
          examples:
            - '0001'
          type: string
        document:
          description: The recebedor CPF/CNPJ.
          examples:
            - '22222222222'
          type: string
        ispb:
          description: The recebedor ISPB.
          examples:
            - '77777009'
          type: string
      type: object
  securitySchemes:
    BearerAuth:
      bearerFormat: JWT
      description: JWT bearer token issued by the identity provider.
      scheme: bearer
      type: http

````