Renvoie une liste d'informations détaillées sur les transactions réussies et annulées pour une période donnée. Vous recevrez des informations sur les paiements, les frais, les taxes, les commandes et les utilisateurs. La liste est fournie au format JSON ou CSV. Cet appel API convient pour effectuer un rapprochement financier.
Remarque
Cet appel API ne contient pas le paramètre de chemin project_id
, vous devez donc utiliser la clé API valide dans tous les projets de l'entreprise pour l'autorisation.
Liste des transactions renvoyée avec succès.
[- {
- "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
}
}
}
]