Skip to main content

List Bank Billet Deposit Batch Validation Errors

GET 

/v1/banking/billet-pix-deposit-batches/:id/validation-errors

Tag: api-baas-get-banking-billet-pix-deposit-batch-validation-errorsDescription: Retrieve a list of bank billet deposit batch validation errors. Use optional filter parameters to refine your search.

Request

Path Parameters

    id stringrequired

    Bank billet deposit ID

Query Parameters

    page number

    Default value: 1

    Page number.

    size number

    Possible values: <= 100

    Default value: 20

    Page size. Max size is 100.

    sort string

    Possible values: [error_line]

    Page sort attribute.

    order string

    Possible values: [asc, desc]

    Default value: asc

    Page order.

    error_line number

    Error line.

    error_field string

    Error field.

Header Parameters

    x-wallet-uuid string

    Sender Wallet UUID (if empty, your default Wallet UUID will be settled)

    nonce stringrequired

    The nonce ID is a UUID (v4) used to uniquely identify the request. All requests must have an identifier.

    x-lang string

    Possible values: [pt-BR, en-US]

    Indicates the preferred language. Defaults to Brazilian Portuguese if unspecified.

    x-product-uuid string

    UUID (v4) of the product that the request should use. Send it explicitly when the authenticated user has more than one product or when the integration must select a specific product. If omitted and the endpoint does not require it, the API uses the authenticated user's default product.

    x-product-target-user-uuid string

    UUID (v4) of the user on whose behalf the request should run within the selected product. If omitted, the request runs as the authenticated user. Requires x-product-uuid.

Responses

The validation errors returned successfully.

Schema
    page numberrequired

    Page number.

    page_size numberrequired

    Page size.

    page_total numberrequired

    Page total.

    total numberrequired

    Total of elements.

    data object[]required

    Validation error data.

  • Array [
  • id stringrequired

    Validation error ID.

    banking_billet_pix_deposit_batch_id stringrequired

    Bank billet deposit batch ID.

    error_line numberrequired

    Error line.

    error_field stringrequired

    Error field.

    data string

    Invalid data sent.

    created_at date-timerequired

    Creation date.

  • ]
Loading...