Skip to main content
GET
Export dashboard payments collected

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, original account number, sub-account number, sub-account name, mobile number, or email address.

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

Payments collected sort field. Defaults to date when omitted.

Available options:
date,
consumer_name,
account_name,
subclient_name,
placement_date,
transaction_type,
amount
direction
enum<string>
default:desc

Sort direction.

Available options:
asc,
desc

Response

Dashboard payments collected CSV returned.

The response is of type file.

Last modified on July 20, 2026