Skip to main content

Generate Statement Export File

POST 

/v2/reports/statement/exports

deprecated

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

Must use the path 'reports/operation-statement/exports'. Initiate a request to generate a statement file. Once the file is generated, use the '/v2/storage/statement-file' endpoint with the appropriate date parameter to download the statement in CSV format.

Request

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.

Body

required
    currency_symbol string

    Operation currency symbol.

    transaction_type_tag string

    Possible values: [P2PBT, WITHDRAW, PIXCHANGE, PIXDEVREC, PIXDEVSEND, PIXREC, PIXREFUND, PIXREFUNDDEV, PIXSEND, PIXSENDSELF, PIXWITHDRAWL, TED, CONV, BTCSEND, BTCRECEIVE, BBP, DEPORECEIVE, TEDRECEIVE, DEBITTRANSACTION, DEBITCBK, TEDFAILURE, TEDUNDO, BBPCBK, TEDRECCBK, DEPRECCBK, BILLETFAILURE, DOCRECEIVE, PIXRECEIVE, WITHDRAWCBK, CASHBACK, CASHBACKCBK, FORFEITURE, DBTCARDCRED, ACTCLOSURE, REFREWARD, EXTRACREDIT, SALECREDCARD, SALEDEBTCARD, PIXWITHDRAWAL, ADMCRYPTOSEND, ADMCRYPTOREC, P2PBTCTP, P2PBTCTC, P2PTP, P2PTC, CBK, P2MTP, SP, TEDTRANSFERSELF]

    Operation transaction type tag.

    states string[]

    Possible values: [accepted, declined, undone, pending, reverted, waiting_accept, waiting_revert]

    Operation State.

    owner_document string

    Owner document.

    beneficiary_document string

    Beneficiary document.

Responses

Message returned successfully.

Loading...