Skip to main content
GET
Get Transactions

Overview

Retrieve a paginated list of all transactions on your business account. This includes card issuance, funding, unloading, termination, transfers, collections, payouts, and deposits.

Filtering

Pagination

Response Fields

Example Usage

Authorizations

Authorization
string
header
required

JWT access token obtained from /auth/token

Query Parameters

page
integer
default:1

Page number

Required range: x >= 1
perPage
integer
default:50

Items per page (max 100)

Required range: 1 <= x <= 100
type
enum<string>

Filter by transaction type

Available options:
CREDIT,
DEBIT
status
enum<string>

Filter by status

Available options:
PENDING,
COMPLETED,
FAILED

Response

Transactions retrieved successfully

success
boolean
Example:

true

status
integer
Example:

200

message
string
data
object
meta
object