Skip to main content

List Transfers of an Account

Request

ENDPOINT
/account/ACCOUNT_KEY/pix_transfers
METHOD
GET

Path Params

FieldTypeDescriptionCharacters
account_key *uuidv4Unique identification key of the QI account.36

Query Params

FieldTypeDescriptionCharacters
pix_transfer_directionenumeratorIndicator of the transaction direction (inbound or outbound). If not sent, outgoing will be consideredEnumerators pix_transfer_direction
request_control_keyuuidv4Unique request identification key used by the client.36
end_to_end_idstringIdempotency key of a Pix transaction32
transaction_keyuuidv4Identification key of the account movement36
date_fromstringStart date. Format "YYYY-MM-DD"
date_tostringEnd date. Format "YYYY-MM-DD"
pageintegerRequested page number. Default is 1
page_sizeintegerRequested page size in the query. Default and maximum value is 30Maximum value of 30

Enumerators pix_transfer_direction

EnumeratorDescription
incomingInbound Pix transfer
outgoingOutbound Pix transfer

Response

STATUS
201
Response Body
{
"data": [
{
"request_control_key": "6e290347-330d-4b3a-8ebb-2ac217ad6eb3",
"pix_message": "Guten tag!",
"pix_transfer_type": "manual",
"account_key": "fc6862c4-2b20-4057-8063-b8809866e494",
"updated_at": "2021-10-22T20:30:23.459Z",
"created_at": "2021-10-22T20:30:23.459Z",
"target_account": {
"account_branch": "0001",
"account_digit": "3",
"account_number": "12345678",
"owner_document_number": "***02502000***",
"owner_person_type": "legal",
"owner_name": "Qi Tech",
"account_type": "checking_account",
"ispb": "32402502",
"financial_institution_name": "QI SCD",
"pix_key": null
},
"receiver_conciliation_id": null,
"pix_transfer_key": "8cb70dea-9fb0-4a68-9572-99a72849c8d6",
"end_to_end_id": "E3240250220211022203051750897529",
"pix_transfer_status": "sent",
"transfer_amount": 126.97,
"fee_amount": 0.0,
"rejection_reason": null,
"reversals": [
{
"end_to_end_id": "D35713491202309182058jlqdBkkHSWU",
"transfer_amount": 0.01,
"reversal_reason": "client_request",
"pix_transfer_status": "received",
"pix_transfer_key": "423866cd-0f3f-4cdd-904b-0d2e33273afd",
"request_control_key": "7c5a1425-73eb-420e-b4fb-0ce3386c7d0a",
"created_at": "2021-10-23T20:30.459Z"
}
]
}
],
"pagination": {
"current_page": 1,
"rows_per_page": 30
}
}

Response Body: Error
{
"title": "title",
"description": "description in English",
"translation": "description in Portuguese",
"code": "code",
"extra_fields": {}
}
HTTP CodeQI Code
code
Title
title
Description (eng)
Description
Description (ptbr)
translation
400PXT000075Pix Transfer Key or End To End Not ProvidedNo pix transfer key or end to end id provided.Não foram fornecidos uma pix transfer key ou end to end id.
404PXT000023Outgoing PIX Transfer Not FoundPix transfer key {pix_transfer_key} was not foundTransferência PIX de saída com chave {pix_transfer_key} não foi encontrada.
403PIT000001User is not allowed to do this transactionUser is not allowed to do this transactionUsuário não tem autorização para fazer essa transação