Body
Multiple query options are supported. You can build a complex query filling out the advancedFilter section. We also support "simple" queries which used by putting the key you want to filter by in the query section along with the value you want it to filter for. E.g., nameFirst=John will return all persons with a first name of John.
Complex filter configuration allowing for multiple conditions with AND/OR operators.
Array of field names to return in the response.
["id", "firstName", "lastName"]Set to true to merge requested fields with default response, or false/omit to return only requested fields plus ID.
Page number for pagination.
1
Number of items per page. Defaults to 500.
20
Field name to sort by.
"createdAt"
Sort direction: ascending (asc) or descending (desc).
asc, desc "desc"
Additional key-value pairs for simple filtering. Any field from the entity can be used as a filter key. E.g., field=value will return all records where that field matches the specified value.
"status=active"
Response
A list of Payments
Represents the total sum of money that is due for a particular payment.
Unique identifier.
Unique identifier for a specific invoice related to a payment.
Represents the unique identifier for the organization associated with a specific payment.
Unique identifier for an individual associated with a specific payment.
Contains the response message from the payment gateway regarding the transaction status.
Unique identifier for each payment made.

