Request statement export file.
POST/reports/statement/exports
Request statement export file.
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.
- application/json
Body
required
currency_symbol string
Operation currency symbol.
transaction_type_tag string
Possible values: [P2PBT
, WITHDRAW
, GWDEB
, GWCRED
, PIXCHANGE
, PIXDEVREC
, PIXDEVSEND
, PIXREC
, PIXREFUND
, PIXREFUNDDEV
, PIXSEND
, PIXWITHDRAWL
]
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
- 200
- 400
- 401
- 422
File returned successfully.
If any required params are missing or has invalid format or type.
User authentication failed.
If any required params are missing or has invalid format or type.
Loading...