post https://gw.edu-nation.net/api/payments
Returns list of payments (including refunds) within a given date range. For each payment, you will get the full details including: added on date, issue date, receipt number, student name, paid by, amount, and payment method details.
You can use the "additional_fields" parameter to include more fields in the JSON results. Check the /fields service to explore the additional fields that you can add.
Example:
{
"additional_fields":"customField_35,idnumber,countryName"
}
Rate Limit: MEDIUM
Permission needed: Financial Reports (#400)
Reference Code: srv_54