EvoPay
GET/user/transactions/{id}Bearer

Detalhe de uma transação

Retorna o detalhe completo de uma transação, incluindo histórico de callbacks e infrações associadas.

Para saques via QR Code, o campo `withdrawQrCodeText` contém o payload EMV usado como destino. Para saques via chave PIX, `withdrawPixKey` e `withdrawPixType` estarão preenchidos.

Headers

AuthorizationBearer <seu_token>

Parâmetros

NomeInTipoDescrição
id*pathstring

Respostas

Detalhe da transação

CampoTipoDescrição
id
string
type
TransactionType
DEPOSITWITHDRAWCOMMISSION
status
TransactionStatus
PENDINGCOMPLETEDCANCELEDWAITING_FOR_REFUNDREFUNDEDEXPIREDERROR
amount
number
serviceFeeCharged
number?
clientReference
string?
qrCodeText
string?
qrCodeUrl
string?
qrCodeBase64
string?
generatedName
string?
generatedDocument
string?
generatedEmail
string?
payerName
string?
payerDocument
string?
payerInstitutionIspb
string?
payerInstitutionName
string?
receiverName
string?
receiverDocument
string?
receiverInstitutionIspb
string?
receiverInstitutionName
string?
withdrawPixKey
string?Chave PIX usada no saque (preenchido em saque via chave)
withdrawPixType
PixType?Tipo da chave PIX (preenchido em saque via chave)
cpfcnpjemailphoneevp
withdrawQrCodeText
string?Payload EMV Pix Copia e Cola usado no saque (preenchido em saque via QR Code)
endToEndId
string?
cancellationReason
string?
paidAt
string?date-time
refundEndToEndId
string?
refundAmount
number?
refundStatus
RefundStatus?
PENDINGCOMPLETEDCANCELED
refundReason
RefundReason?
CUSTOMER_REQUESTDENY_COMPANY_DEPOSITINFRACTION
refundDescription
string?
refundedAt
string?date-time
createdAt
stringdate-time
updatedAt
stringdate-time
CallbackLog
object[]Histórico de notificações enviadas, ordenado por createdAt desc
Infraction
object[]Infrações associadas, ordenado por createdAt desc

Exemplos

curl https://api.evopay.cash/v1/user/transactions/EPB1694C2C35E94053874D53B1 \
  -H "Authorization: Bearer <seu_token>"
EvoPay API Documentation