Skip to main content
GET
Export dashboard payment plans

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:consumer_name

Payment plans sort field. Defaults to consumer_name when omitted.

Available options:
consumer_name,
account_name,
sub_account,
placement_date,
member_account_number,
current_balance,
profile_created_on
direction
enum<string>
default:asc

Sort direction.

Available options:
asc,
desc

Response

Dashboard payment plans CSV returned.

The response is of type file.

Last modified on July 20, 2026