Documentation Index
Fetch the complete documentation index at: https://nango.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
π Quickstart
Connect to the Pushpay ChMS API through Nango using HTTP Basic Authentication and your organization subdomain.Create an integration
In Nango (free signup), go to Integrations -> Configure New Integration -> Pushpay ChMS (v1).
Authorize Pushpay ChMS
Go to Connections -> Add Test Connection -> Authorize, then enter your church subdomain, API username, and API password (see the connect guide below). Later, youβll let your users do the same directly from your app.
Call the Pushpay ChMS API
Letβs make your first request to the Pushpay ChMS API (Or fetch credentials dynamically via the Node SDK or API.β
Youβre connected! Check the Logs tab in Nango to inspect requests.
api_status service). Replace the placeholders below with your secret key, integration ID, and connection ID:- cURL
- Node
Implement Nango in your app
Follow our Auth implementation guide to integrate Nango in your app.To obtain your own production credentials, follow the setup guide linked below.
π Pushpay ChMS (v1) guides
- How do I link my Pushpay ChMS account?
Subdomain, API user, and permissions in Pushpay ChMS
API notes
- Responses are XML; Nango forwards the raw body from the proxy.
- Optional
describe_api=1on any service returns accepted parameters without counting against your daily quota. - Rate limits: monitor
X-RateLimit-*headers; on HTTP429, honorRetry-After. There is also a separate daily limit per API user;api_statusreports usage and does not increment the counter.