Get transactions report
POST /api/reports/v1/transactions
POST
/api/reports/v1/transactions
Get detailed transactions report. Supports filtering by statuses and operation types. Date range must not exceed 14 days and start date must not be more than 90 days in the past.
Authorizations
Section titled “Authorizations ”Request Body
Section titled “Request Body ”object
date_from
required
Start date of the period. Must not be more than 90 days in the past.
string format: date
Example
2025-05-01 date_to
required
End date of the period. Must not exceed 14 days from start date.
string format: date
Example
2025-05-31 register_type
Version of the registrar.
string
operation_types
By default, all available operation types are returned.
Array<string>
statuses
By default, all available statuses are returned.
Array<string>
Responses
Section titled “ Responses ”object
transactions
Array
object
order_id
string
transaction_id
string
external_id
string
operation_type
string
status
string
status_code
integer
payment_method
string
project_name
string
order_description
string
payer_card_mask
string
payer_bank_name
string
bin_payment_system
string
bin_country_digit_code
string
payer_ip
string
original_amount
string format: decimal
Example
0 payer_amount
string format: decimal
Example
0 currency
string
payer_fee
string format: decimal
Example
0 merchant_fee
string format: decimal
Example
0 auth_code
string
rrn
string
created_at
string
processed_at
string
object
code
string
message
string
param
string
payment_id
string
type
string
error_id
string
object
code
string
message
string
param
string
payment_id
string
type
string
error_id
string
object
code
string
message
string
param
string
payment_id
string
type
string
error_id
string
Too Many Requests.
object
code
string
message
string
param
string
payment_id
string
type
string
error_id
string
Headers
Section titled “Headers ” X-RateLimit-Limit
integer
Request limit per second.
X-RateLimit-Remaining
integer
The number of requests left for the time window.
X-RateLimit-Reset
integer
Seconds needed for full regeneration.
object
code
string
message
string
param
string
payment_id
string
type
string
error_id
string