Export upcoming payments
Export scheduled upcoming payments for the Creditor Portal Dashboard > Performance > Upcoming Payments tab as CSV using the same filters and sorting as the list endpoint. Rows are scoped to the authenticated creditor company and assigned sub-account when applicable. The rolling window defaults to 30 days.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Search consumer full name, member account number, or original account number.
255Upcoming payments sort field. Defaults to schedule_date when omitted.
schedule_date, amount, account_number, consumer_name, account_name, sub_name, placement_date, pay_type Sort direction.
asc, desc Rolling day window applied to the scheduled payment date. Defaults to 30 days.
x >= 1Response
Upcoming payments CSV returned.
The response is of type file.

