Skip to main content
GET
Listar transacoes
Lista transações paginadas por filtros de tipo, status, origem e período.

Authorizations

Authorization
string
header
required

Use sua secret key: Bearer sk_live_prod_...

Query Parameters

id
string
transactionId
string<uuid>
type
enum<string>
Available options:
CASHIN,
CASHOUT,
INFRACTION
status
enum<string>
Available options:
PENDING,
PROCESSING,
COMPLETED,
FAILED,
REVERSED,
CANCELLED,
CHARGEBACK
origin
enum<string>
Available options:
API,
PAINEL,
APP
date_from
string<date>
date_to
string<date>
page
integer
default:1
per_page
integer
default:15

Response

Transacao unica ou lista paginada

transactionId
string<uuid> | null
status
enum<string>
Available options:
PENDING,
PROCESSING,
COMPLETED,
FAILED,
REVERSED,
CANCELLED,
CHARGEBACK
type
enum<string>
Available options:
CASHIN,
CASHOUT,
INFRACTION
source
string
origin
enum<string>
Available options:
API,
PAINEL,
APP
amount
number
feeAmount
number
finalAmount
number
description
string | null
productName
string | null
trackingParameters
object | null
pixCode
string | null
pixKeyType
enum<string> | null
Available options:
CPF,
CNPJ,
EMAIL,
PHONE,
EVP
pixKey
string | null
clientName
string | null
clientEmail
string | null
clientPhone
string | null
clientCpf
string | null
externalId
string | null
gatewayId
string | null
endToEndId
string | null
receiptUrl
string | null
transactionDate
string<date-time> | null
paidAt
string<date-time> | null
createdAt
string<date-time> | null
updatedAt
string<date-time> | null
balanceImpact
boolean
settlementMode
string