Gets a list of transactions based on specific search parameters. You can get the list in JSON, CSV, or XLS format within 5 to 10 minutes after executing the request.
OK.
[- {
- "transaction": {
- "project": {
- "id": 123456,
- "name": "Example"
}, - "payment_method": {
- "id": 1,
- "name": "PayPal"
}, - "transfer_date": "2021-10-20",
- "id": 123456789,
- "refund_reason": null,
- "status": "done",
- "external_id": "example-external-id",
- "create_date": "2021-10-20",
- "dry_run": 0,
- "is_refund_allowed": 0
}, - "user": {
- "id": "example-id",
- "name": "Example",
- "custom": null,
- "email": "email@example.com",
- "phone": null,
- "country": "RU"
}, - "payment_details": {
- "payment": {
- "currency": "RUB",
- "amount": 7.96,
- "amount_from_ps": 7.96
}, - "sales_tax": {
- "percent": 0,
- "amount": 0
}
}, - "purchase": {
- "virtual_currency": {
- "amount": 0,
- "name": null
}, - "virtual_items": null,
- "simple_checkout": {
- "amount": 7.96,
- "currency": "RUB"
}, - "pin_codes": {
- "amount": null,
- "currency": null,
- "content": null
}, - "subscription": {
- "name": null
}
}, - "payment_system": {
- "decline_reason": null
}
}
]