Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

NameIndex
DescriptionList transactions for an EvoPay account
TypeGET
URL/v9/accounts/:account_id/transactions

Long Description

List all transactions for an EvoPay account that fall within the passed parameters.

Parameters

Name
Description
Value Type
Required
stateFilter by transaction state (pending, completed)StringOptional
sender_idID of the office who is the sender of the transactionintegerOptional
recipient_idID of the office who is the recipient of the transactionintegerOptional
office_idID of the office who is either the sender or recipientintegerOptional
order_idID of an order on which a transaction was used as paymentintegerOptional
order_group_idID of an order group on which a transaction was used as paymentintegerOptional
amountTransaction amount (can use gt, lt, gte, lte for comparison)decimalOptional
created_atTransaction creation time (can use gt, lt, gte, lte)dateOptional
updated_atTransaction update time (can use gt, lt, gte, lte)dateOptional
completed_atTransaction completion time (can use gt, lt, gte, lte)dateOptional

 

Examples

RequestResponse
 
Paste in Request Code
Paste in Response Code