v1

latestOpenAPI 3.0.22026-07-26286974.7 KB
Transactions

Fetch a list of sales transactions made in your school. (New transactions can take up to two minutes to be returned via API call from the time of sale.)

get/v1/transactions

Query parameters

user_idinteger
affiliate_idinteger
course_idinteger
pricing_plan_idinteger
is_fully_refundedboolean
is_chargebackboolean
startstring date-time

The beginning of the time period to return results for (exclusive), in ISO8601 format.

endstring date-time

The end of the time period to return results for (inclusive), in ISO8601 format.

pageinteger

Used in pagination when number of transactions exceed the maximum amount of results per page

perinteger

Used in pagination to define amount of transactions per page, when not defined the maximum is 20

Response

200 response