Python
API Reference
ListOrders
ListOrders returns a page of the reseller’s orders, newest first. It is cursor-paginated: pass next_cursor from the previous page to fetch the next. A live key lists live orders and a test key lists its own sandbox orders.
GET
Python
Authorizations
Your API key, prefixed sc_live_ or sc_test_.
Query Parameters
limit is the maximum number of orders to return (1..100). Zero applies the default page size.
cursor is the next_cursor of the previous page. Empty for the first page.
reference, when set, filters the list to the orders carrying that client reference. The cursor is ignored when a reference is given.