public

public_v1_pay_transactions_list

Returns a list of all closed (fully captured, not just authorizations) transactions across all issued cards on the platform, regardless of the cards current status.

SecurityRemoteAuthentication or M2MAuthentication or BasicAuthentication or cookieAuth
Request
query Parameters
end_date
string <date-time>
format
string
Enum: "csv" "json"
order_by
string

Which field to use when ordering the results.

page
integer

A page number within the paginated result set.

page_size
integer

Number of results to return per page.

reconciliation_status
integer

The reconciliation status of the transaction designated by accounts payable

  • reviewed - Reviewed
  • pending - Pending
Enum: "pending" "reviewed"
search
string

A search term.

start_date
string <date-time>
Responses
200
Response Schema:
object
Array of objects (Transaction)
get/api/public/v1/pay/transactions/
Response samples
{
  • "pagination": {
    },
  • "data": [
    ]
}