Skip to main content

Accessing Organisation Data via the RaiseNow API

Once a partner has connected to an organisation via RaiseNow Connect and received the appropriate permissions, they can access donation, transaction, supporter, and payout data via the RaiseNow API.

This guide outlines the key endpoints and how to use them effectively.


Prerequisites

Before calling any endpoints, make sure:

  • You have completed the Connect onboarding process for an organisation, you can see how in here.
  • You are authenticated using the authentication method
  • You have correct permissions. You can find all the accounts and organisations you have access to by using this endpoint.

📁 Overview of Available Resources

Data TypeEndpointDescription
PaymentsPOST /search/paymentsFilter and search payments
Payment by IDGET /payments/{uuid}Get a single transaction
Subscription by IDPOST /subscriptions/{uuid}Get a single subscription
SupportersGET /supportersReturn a list of Supporters
Organisation InfoGET /organisations/{organisation_uuid}Get basic organisation data

For a complete list of available API resources, visit:
👉 https://docs.raisenow.com/api/