Skip to main content

Transfer receipt

Request

ENDPOINT
/transaction_receipt/TRANSACTION_KEY
METHOD
GET
info

The response of this request will provide the data related to the queried transaction and if the PDF parameter is true, the "pdf_encoded_string" field will be available with the PDF string encoded in base-64.

Path params

FieldTypeDescriptionCharacters
TRANSACTION_KEY *stringKey of the queried transaction.UUID key

Query params

FieldTypeDescriptionCharacters
pdfbooleanBoolean that defines whether the response should generate a PDF or not.true/false
STATUS
200
Response Body: Transaction receipt with key
{
"is_schedule": true,
"origin_key": "f7507645-534c-4790-a19c-b89763d42fe5",
"schedule_date": "2021-11-06",
"scheduled_for_br_formatted": "Agendado Para 06/11/2021",
"source_account": {
"account_branch": "0001",
"account_digit": "9",
"account_number": "09661",
"financial_institution_compe_number": 329,
"financial_institution_name": "QI SOCIEDADE DE CRÉDITO DIRETO S.A.",
"owner_document_number": "45783565660"
},
"source_subtype": "pix_withdrawal",
"source_subtype_translation_ptbr": "Transferência de PIX",
"target_account": {
"account_branch": "3952",
"account_digit": "8",
"account_number": "1925255",
"account_type": "checking_account",
"account_type_str": "Conta Corrente",
"financial_institution_compe_number": 237,
"financial_institution_name": "BANCO BRADESCO S.A.",
"owner_document_number": "***.221.81*-**",
"owner_name": "Vivo Test",
"pix_key": "pix01@pix01.com",
"pix_transfer_type": "key"
},
"transaction_amount": 12.2,
"transaction_key": "53301505-342a-4bf4-b7de-845e5c79ed02"
}

Response

STATUS
200
Response Body: Manual transaction receipt
{
"chargeback_returned_amount": null,
"end_to_end_id": "E3210272497339911957760452404275",
"is_chargeback": false,
"pix_message": null,
"pix_transfer_key": "2c4d15c4-2a03-4979-813e-0ead374686d8",
"source_account_key": "e10a6f94-facc-4392-9eba-d0d0b278bc5d",
"receiver_conciliation_id": "REC00000000000000000000009459463343",
"pix_transfer_type": "transfer",
"target_account": {
"account_branch": "3952",
"account_digit": "8",
"account_number": "1925255",
"financial_institution_compe_number": 237,
"financial_institution_name": "BANCO BRADESCO S.A.",
"is_internal": false,
"ispb_number": "60746948",
"owner_document_number": "***22181***",
"owner_name": "Vivo Test",
"target_pix_key": "pix01@pix01.com"
},
"transfer_amount": 1891268.97
}
STATUS
400
Response Body
{
"data": "{\"title\": \"Bad Request\", \"description\": \"Invalid request body.\", \"translation\": \"Corpo da requisição inválido.\", \"extra_fields\": {}, \"code\": \"LEG000069\"}"
}