Payments
List all Payments
GET
/
payments
Returns a list of Payment objects.
Query Parameters
The ID of the Payment's source.
The ID of the Payment's destination.
The ID of either the Payment's source or destination.
The ID of the Payment's source holder (Entity).
The ID of the Payment's destination holder (Entity).
The ID of either of the Payment's source or destination holder (Entity).
The Payment's status.
ISO 8601 formatted date (YYYY-MM-DD) to filter for Payments created on and after the date provided.
ISO 8601 formatted date (YYYY-MM-DD) to filter for Payments created on and before the date provided.
The number of the page to return.
The ID of a resource from which a page should start or end. Mutually exclusive with page
.
The number of Payments to return per page.
Returns
Returns a list of Payment objects.