返回指定时间段内成功和取消的交易的详细信息列表。您可以在响应中获得付款信息,包括费用、税以及订单和用户的数据。您可以获得JSON或CSV格式的列表。您可以使用此 API调用进行财务对账。
注意
此API调用不包含project_id
路径参数,因此您需要使用在您公司的所有项目中都有效的API密钥来设置授权。
交易列表已成功返回。
[- {
- "payment_details": {
- "chargebackPenalty": {
- "amount": 0
}, - "commission_agent": {
- "amount": 0,
- "percent": 0
}, - "commission_agent_fixed": 0,
- "commission_ps": {
- "amount": 0,
- "fixed_amount": 0,
- "percent": 0
}, - "commission_ps_from_vat": {
- "amount": 0
}, - "commission_user": {
- "amount": 0.01,
- "percent": 33.33
}, - "commission_xsolla": {
- "amount": 0,
- "fixed_amount": 0,
- "percent": 5
}, - "cpa_network_commission": {
- "amount": 0,
- "percent": 0
}, - "direct_wht": {
- "amount": 0,
- "percent": 0
}, - "payment": {
- "amount": 0.03,
- "amount_from_ps": 0,
- "currency": "USD"
}, - "payout": {
- "amount": 0.02,
- "amount_from_ps": 0,
- "currency": "RUB",
- "fx_rate": 64.1386407767,
- "percent": 100
}, - "refundPenalty": {
- "amount": 0
}, - "repatriation_costs": {
- "amount": 0,
- "percent": 0
}, - "sales_tax": {
- "amount": 0,
- "percent": 0
}, - "vat": {
- "amount": 0,
- "percent": 0,
- "user_amount": 0,
- "user_percent": 0
}
}, - "purchase": {
- "friend": {
- "email": null,
- "user_id": null
}, - "items_amount": 1,
- "pin_codes": {
- "amount": null,
- "content": null,
- "currency": null
}, - "purchase_amount": 0.02,
- "simple_checkout": {
- "amount": null,
- "currency": null
}, - "subscription": {
- "name": null,
- "plan_id": null,
- "subscription_id": null
}, - "virtual_currency": {
- "amount": 0.02,
- "currency": "USD"
}, - "virtual_currency_amount": 1,
- "virtual_items": {
- "amount": null,
- "content": null,
- "currency": null
}
}, - "transaction": {
- "custom_parameters": null,
- "direct_account": 0,
- "dry_run": 0,
- "external_id": null,
- "id": 418756634,
- "payment_method": {
- "class": "Digital Payment Methods",
- "id": 2760,
- "name": "Your Balance"
}, - "project": {
- "id": 21092,
- "name": "Smith"
}, - "refund_reason": null,
- "refund_reason_comment": null,
- "status": "done",
- "transfer_date": "2019-02-11T13:32:00+03:00"
}, - "user": {
- "country": "US",
- "custom": null,
- "email": "email@example.com",
- "id": "a.smith",
- "ip": "209.11.22.33",
- "marketplace": "Pay Station",
- "name": "Tom",
- "phone": null
}, - "user_balance": {
- "payment_currency": {
- "deduction_amount": 0,
- "payout_amount_from_balance": 0.02,
- "purchase_amount_from_balance": 0.02
}
}
}
]