Long Description
List all transactions for an EvoPay account that fall within the passed parameters.
Parameters
Name | Description | Value Type | Required |
---|---|---|---|
state | Filter by transaction state (pending, completed) | String | Optional |
sender_id | ID of the office who is the sender of the transaction | integer | Optional |
recipient_id | ID of the office who is the recipient of the transaction | integer | Optional |
office_id | ID of the office who is either the sender or recipient | integer | Optional |
order_id | ID of an order on which a transaction was used as payment | integer | Optional |
order_group_id | ID of an order group on which a transaction was used as payment | integer | Optional |
amount | Transaction amount (can use gt, lt, gte, lte for comparison) | decimal | Optional |
created_at | Transaction creation time (can use gt, lt, gte, lte) | date | Optional |
updated_at | Transaction update time (can use gt, lt, gte, lte) | date | Optional |
completed_at | Transaction completion time (can use gt, lt, gte, lte) | date | Optional |
Examples
Request | Response |
---|---|
Paste in Request Code | Paste in Response Code |