Properties



API Guide


The content on this page is tailored for software developers planning to create integrations with the PrestePay Software setting.

The API allows users to retrieve transaction data for a specific school that needs to integrate data into another financial management application without going through manual processes. The endpoint supports POST requests and returns data in JSON format.

API Endpoint: POST https://api.prestepay.com

Request Parameters
The API expects the following POST parameters:

API_key: (Required) A string that serves as an API API_key. This must match the expected API_key as can be generated within the Prestpay software. Must be a 52 character valid key attached to the school e.g. 2X48BKE-966QXYV-FVQA71-NSLEVLH-YBE0QV-GJ5BBQ330LEV for the request to be valid.

school_id: (Required) An integer representing the unique code assigned to the school. This value can never change for a given school.

days: (Required) An integer representing the number of days to look back from the current date to retrieve transaction data. For example, if you set days to 130, the API will return transactions for the last 130 days.