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 Type | Endpoint | Description |
---|---|---|
Payments | POST /search/payments | Filter and search payments |
Payment by ID | GET /payments/{uuid} | Get a single transaction |
Subscription by ID | POST /subscriptions/{uuid} | Get a single subscription |
Supporters | GET /supporters | Return a list of Supporters |
Organisation Info | GET /organisations/{organisation_uuid} | Get basic organisation data |
For a complete list of available API resources, visit:
👉 https://docs.raisenow.com/api/