Skip to main content
GET
Export bill pay donations

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

Search by donation date, donor name, consumer name, creditor name, donation amount, consumer DOB, or consumer SSN.

Maximum string length: 255
sort
enum<string>

Sort field.

Available options:
date,
donor-full-name,
consumer-full-name,
creditor-name,
donation-amount,
qualify,
consumer-dob,
consumer-ssn
direction
enum<string>

Sort direction.

Available options:
asc,
desc

Response

CSV export returned.

The response is of type string.

Last modified on July 20, 2026