Skip to main content

Generate Pix Statement Export File

POST 

/reports/pix-statement/exports

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

Initiate a request to retrieve a pix statement by specifying wallet and date range. If no date range is provided, it defaults to the current date. Fill in the pix statement details in the parameters below and execute the request to obtain the file ID. Use the generated file ID with the 'storage/:id/download' endpoint to download the pix statement in CSV format.

Request

Query Parameters

    created_at_start date-time

    Pix statement created at start.

    created_at_end date-time

    Pix statement created at end.

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 requisition. All requisitions must have an identifier.

Responses

Pix statement generated successfully.

Schema
    file_id stringrequired

    File ID.

    created_at date-timerequired

    File created at.

Loading...