API v2.5 Release Notes

This page details the new features, enhancements, and fixes in API v2.5, released on April 15th, 2023. Updated documentation for v2.5 will be published soon. Follow API v2 Versions for documentation updates.

New:

  • New activities endpoints are now available:
    • PATCH /activities
    • PUT /activities
    • DELETE /activities
  • New payments endpoints are now available:
    • POST /payments
    • POST /payments/{id}/refund
    • PUT /payments/{id}/notes
  • An origin object for origin category and detail has been added to all transaction-related endpoints
  • The field accountCurrentMembershipStatus has been added to the response body for GET /accounts/{id}
  • The Donation Appreciation system email & letter can now be generated via POST /pledge/{id}/pledgePayments
  • The field totalcharge and the discounts object have been added to the following endpoints:
    • POST /eventRegistrations
    • POST /eventRegistrations/calculate
    • POST /memberships
    • POST /memberships/calculateFee
  • The Matched Donation Acknowledgement system email & letter can now be generated via POST /pledge/{id}/pledgePayments
  • The Recurring Donation Schedule Created system email can now be generated via the following endpoints:
    • PATCH /recurring
    • POST /recurring
    • PUT /recurring
  • The Soft Credit Recipient Acknowledgement system email & letter can now be generated via the following endpoints:
    • PATCH /softcredits
    • POST /softcredits
    • PUT /softcredits
  • The Membership Auto-Renewal Enabled system email can now be generated via the following endpoints:
    • PATCH /memberships
    • POST /memberships
    • PUT /memberships
    • POST /memberships/{membershipId}/autoRenewal
    • POST /memberships/{membershipId}/renew

Fixed:

  • Various behind-the-scenes bug fixes and performance enhancements