Skip to main content
GET
Export dashboard payment forecast

Authorizations

Authorization
string
header
required

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.

Maximum string length: 255
sort
enum<string>
default:schedule_date

Payment forecast sort field. Defaults to schedule_date when omitted.

Available options:
schedule_date,
consumer_name,
account_name,
sub_name,
placement_date,
pay_type,
amount
direction
enum<string>
default:asc

Sort direction.

Available options:
asc,
desc

Response

Dashboard payment forecast CSV returned.

The response is of type file.

Last modified on July 20, 2026