Changelog
All notable changes to the current API will be documented here. To learn about API versioning, see API lifecycle.
Changes that affect multiple APIs are documented in the general changelog.
JUNE 2025​
Added transactionReference
to the response for /donations/v1/reports/payments
.
This field matches the reference field of the Report API and downloadable reports in the portal.
Added recipientHandles
as query parameter for the /donations/v1/reports/payments
endpoint. This allows filtering the recipientHandles
.
MAY 2025​
Renamed fields in the /donations/v1/reports/payments
endpoint​
Deprecated the fromDateTimeUtc
and toDateTimeUtc
query parameters, new ones are named from
and to
.
Deprecated the fromDateTimeUtc
and toDateTimeUtc
fields in the response, new ones are named from
and to
.
Deprecated the paymentDateTimeUtc
field in the response object, new one is called capturedAt
.
APRIL 2025​
Made first version of the /donations/v1/reports/payments
endpoint available.