Get Transactions by Date

Retrieve a list of transactions based on date range and other search criteria.
A date range search is mandatory and the maximum date range is 30 days.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
date-time
required

Initial date, based when the order was created, to be searched. Only transactions created after the date sent in this parameter will be returned.
Format: YYYY-MM-DDThh:mm:ss.sTZD
Example: 2015-06-09T14:00:00.000-03:00

date-time

Final date, based when the order was created, to be searched. Only transactions created before this date will be returned.
If left blank, the current date will be considered unless it is greater than 30 days from initial-order-date.
Format: YYYY-MM-DDThh:mm:ss.sTZD
Example: 2015-06-10T14:00:00.000-03:00

date-time

Initial date, based when the order was paid, to be searched. Only transactions paid after the date sent in this parameter will be returned.
Format: YYYY-MM-DDThh:mm:ss.sTZD
Example: 2015-06-09T14:00:00.000-03:00

date-time

Final date, based when the order was paid, to be searched. Only transactions paid before this date will be returned.
Format: YYYY-MM-DDThh:mm:ss.sTZD
Example: 2015-06-10T14:00:00.000-03:00

date-time

Initial date, based on the last status change, to be searched. Only transactions with changes on their status after the date sent in this parameter will be returned.
Format: YYYY-MM-DDThh:mm:ss.sTZD

date-time

Final date, based on the last status change, to be searched. Only transactions with changes on their status before this dates will be returned.
Format: YYYY-MM-DDThh:mm:ss.sTZD
Example: 2015-06-10T14:00:00.000-03:00

string
enum

Transactions status to be filtered

integer

If the search result is presented in more than one page, it's possible to use this parameter to navigate among the pages

integer
≤ 10

Number of results per page. Default value and maximum accepted is 10

Response

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/vnd.boacompra.com.v1+json; charset=UTF-8