Skip to main content
GET
/
transactions
Listar transações
curl --request GET \
  --url https://api.sandbox.z2pay.com/transactions \
  --header 'x-api-key: <api-key>'

Authorizations

x-api-key
string
header
required

API Key da Credential (gerada no Backoffice)

Query Parameters

page
integer
default:1
Required range: x >= 1
limit
integer
default:20
Required range: 1 <= x <= 100
currency
string | null
status
string | null
customerName
string | null
customerEmail
string | null
customerDocument
string | null
customerSearch
string | null
id
string | null
referenceCode
string | null
recipientIds
string | null
metadataSearch
string | null
startDate
string<date-time> | null
endDate
string<date-time> | null
paymentMethod
string | null
search
string | null
dateField
enum<string> | null
Available options:
createdAt,
paidAt,
refundedAt,
canceledAt,
chargedbackAt,
protestedAt
sortBy
enum<string> | null
Available options:
createdAt,
paidAt,
amount,
status,
customerName
sortDir
enum<string> | null
Available options:
asc,
desc

Response

Lista paginada de transações