Returns a list of payment schedules that match all the specified filter conditions. The list is sorted by updated_at in descending order. Use limit and offset to paginate through the results.
Use invoice_id to restrict results to one or more invoices. To fetch schedules for a single invoice by path, use the Retrieve payment schedules for an invoice API.
Sample Request
Sample Result[JSON]
URL Format
Input Parameters
Filter Params
optional, timestamp(UTC) in seconds filter
To filter based on updated_at.
This attribute will be present only if the resource has been updated after 2016-09-28.
Supported operators :
after, before, on, between
Example → updated_at[after] = "1435054328"
1435054328Returns
This attribute is returned only if more resources are present. To fetch the next set of resources use this value for the input parameter offset.
Resource object representing payment_schedule