Xsolla-logo

모든 트랜잭션 검색

get/merchants/{merchant_id}/reports/transactions/search.{format}

특정 검색 매개 변수를 기반으로 트랜잭션 목록을 가져옵니다. 요청을 실행하면 5분에서 10분 이내에 JSON, CSV 또는 XLS 형식의 목록을 구할 수 있습니다.

SecuritybasicAuth
Request
path Parameters
merchant_id
required
integer

판매자 ID입니다.

format
required
string

데이터 형식

Enum: "json" "csv" "xls"
query Parameters
datetime_from
string <datetime>

날짜 범위의 시작입니다.

datetime_to
string <datetime>

날짜 범위의 끝입니다.

project_id
integer

프로젝트 ID.

transaction_id
integer

트랜잭션 ID.

type
string

검색 결과에 표시되는 거래 유형:

Enum: Description
all

모든 거래.

canceled

취소된 거래(테스트 거래 제외).

test

테스트 거래.

transferred

성공한 거래(테스트 거래 제외).

phone
string

게임유저 전화 번호입니다(국제 형식).

user_id
string

사용자 ID.

user_name
string

사용자 이름.

user_custom
string

게임유저 식별을 위한 파라미터를 사용자 지정합니다.

email
string <= 100 characters

사용자 이메일.

external_id
string

게임의 트랜잭션 ID 입니다. 각 사용자 결제별로 고유해야 합니다.

offset
integer

목록이 생성된 요소 개수(개수는 0부터 시작함).

limit
integer

페이지 요소 개수 제한.

status
string

추가적인 트랜잭션 상태.

Enum: "created" "processing" "done" "canceled" "error" "review" "refunded" "awaitingRefund"
Responses
200

OK.

Request samples
Response samples
application/json
[
  • {
    }
]