Skip to main content

Get Statement

GET 

/v2/operations/statement

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'. Retrieve a statement of the user's operations. When filtering by date, ensure that the date range is within the same month. If no date has been specified in the filters, the statement will be generated for the last 90 days.

Request

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: [operation_created_at]

    Page sort attribute.

    order string

    Possible values: [asc, desc]

    Default value: asc

    Page order.

    currency_symbol string

    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]

    Transaction tag.

    states string[]

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

    Operation State.

    created_at_start string

    Operation created at start.

    created_at_end string

    Operation created at end.

    value number

    Value.

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

The operations returned successfully.

Schema
    page numberrequired

    Page number.

    page_size numberrequired

    Page size.

    page_total numberrequired

    Page total.

    total numberrequired

    Total of elements.

    data objectrequired
    id stringrequired

    Report statement ID.

    fee numberrequired

    Fee.

    state stringrequired

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

    State.

    description string

    Description.

    currency_symbol stringrequired

    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]

    Transaction type tag.

    value numberrequired

    Value.

    beneficiary_wallet_uuid string

    Beneficiary wallet account ID.

    currency_id numberrequired

    Currency ID.

    reverted_at date-time

    Operation reverted at.

    owner_wallet_uuid string

    Owner wallet account ID.

    transaction_type_id numberrequired

    Transaction type ID.

    updated_balance number

    Updated balance.

    created_at date-timerequired

    Operation creation date.

    transaction_type stringrequired

    Transaction type.

    operation_ref_id stringrequired

    Operation reference ID.

    chargeback_id stringrequired

    Chargeback ID.

Loading...