Skip to main content
GET
Işlemleri listele

Authorizations

Authorization
string
header
required

Identity servisinden alinan Keycloak JWT. Format: Authorization: Bearer <token>. Token alma: POST /api/v1/auth/{slug}/token

Query Parameters

page
integer<int32>
page_size
integer<int32>
start_date
string<date-time>
end_date
string<date-time>
status
enum<string>
Available options:
Created,
Processing,
Authorized,
Completed,
Failed,
Refunded,
Canceled,
CanceledProcessing,
RefundProcessing,
ThreeDSecureInitProcessing,
ThreeDSecureAuthProcessing,
CaptureProcessing
operation_type
enum<string>
Available options:
Sale,
PreAuth,
PostAuth,
Void,
Refund,
Recurring
payment_type
enum<string>
Available options:
Card,
Wallet,
BkmExpress,
BankTransfer,
Link
secure_type
enum<string>
Available options:
Non3D,
ThreeDSv1,
ThreeDSv2,
ThreeDPay
card_schema_type
enum<string>
Available options:
Visa,
MasterCard,
Amex,
Troy,
UnionPay,
Proprietary
card_type
enum<string>
Available options:
Credit,
Debit,
Prepaid
installment_count
integer<int32>
bin_number
string
min_amount
integer<int64>
max_amount
integer<int64>
merchant_id
string<uuid>
external_merchant_id
string
basket_id
string
connector_code
string
connector_configuration_id
string<uuid>
search_term
string

Response

OK

items
object[] | null
page
integer<int32>
total_pages
integer<int32>
read-only
total_count
integer<int32>
read-only
has_previous_page
boolean
read-only
has_next_page
boolean
read-only