Get payment runs
GET {{baseUrl}}/payment-runs?fieldsFilterable=<>&sort=<>
Retrieves the information about all payment runs. You can define filterable fields to restrict the data returned in the response.n
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fieldsFilterable | string | This parameter restricts the data returned in the response. You can use this parameter to supply a dimension you want to filter on.nn A single filter uses the following form: nnfieldsFilterable = field_valuen nFilters can be combined by using & . For example: fieldsFilterable = field_value & fieldsFilterable = field_valuennfieldsFilterable indicates the name of a supported field that you can use to filter the response data. The supported filterable fields of thi | |
sort | string | This parameter restricts the order of the data returned in the response. You can use this parameter to supply a dimension you want to sort on.nnA sortable field uses the following form: nnoperator field_namennYou can use at most two sortable fields in one URL path. Use a comma to separate sortable fields. For example: operator field_name, operator field_name nnoperator is used to mark the order of sequencing. The operator is optional. If you only specify the sortable field withou |