In this session, the functionalities allow making, checking and following up the status of a bank transfer (TED and TEF).

Make transfer to any account holder

This functionality allows the transfer of amounts to the holder of a bank account, without the beneficiary's prior registration.

We request the fields:

FieldDescriptionFormatMandatory
FavorecidoData of the transfer beneficiary: name, CPF/CNPJ and account details (branch, account, bank, and type of account)objectYes
valorTransfer amountnumber Yes
efetuarEmDate on which the transfer should take placedate-timeNo

Response:

CampoDescriptionFormatNullable
NoTransfer request identifierstringNo
aprovadoIndicates whether the transfer was approved or rejectedbooleanNo
mensagemReturn message regarding the request (in case of rejection)stringYes

Efetuar transferência para qualquer titularidade sem cadastro do favorecido

Checking the data of the transfer carried out

This functionality retrieves data from a bank transfer made.

We request the fields:

FieldDescriptionFormatMandatory
solicitacaoIdTransfer identifierstringYes

Response:

FieldDescriptionFormatNullable
idTransfer identifierstringNo
contaOrigemAccount number debitedstringYes
valorAmount informed in the transfernumber No
codigoFinalidadePurpose code (same ownership = 110 and different ownership = 10)integerNo
dataTransacaoDate the transfer was madedate-timeNo
FavorecidoData of the transfer beneficiary (name, CPF/CNPJ and account details (branch, account, bank, and type of account)ObjectYes

Consultar os dados da transferência realizada

Checking the status of the transfer request

In this functionality, we return to the current position of the transfer status.

We request the fields:

FieldDescriptionFormatMandatory
solicitacaoIdTransfer identifierstring

Response:

FieldDescriptionFormatNullable
idTransfer identifierstringYes
situacaoStatus description, see table [Transfer Status]stringNo
statusDisplays the transfer status code, see table [Transfer Status]integerNo
observacaoNote with the reason for the failure, if it occursstringNo

Consultar o status da solicitação de transferência

Transfer status

The mapped statuses for the transfer are:

EnumerationDescription
1Canceled
2Automatically Canceled
3Scheduled
4Processing
5Completed
6Waiting for homologation
7Rejected
8Failure