🚀 Quickstart
Connect to the Pushpay ChMS v2 API with Nango using OAuth 2.0 (System Auth).1
Create the integration
In Nango (free signup), go to Integrations -> Configure New Integration -> Pushpay ChMS (v2).Nango doesn’t provide a test OAuth app for Pushpay ChMS v2. You’ll need to register as a value-added partner and create your own OAuth application by following the setup guide. Then add the OAuth client ID, secret, and scopes in the integration settings in Nango.
3
Call the Pushpay ChMS API
Let’s make your first request to the Pushpay ChMS v2 API (Or fetch credentials dynamically via the Node SDK or API.✅ You’re connected! Check the Logs tab in Nango to inspect requests.
GET /individuals). Replace the placeholders below with your API key, integration ID, and connection ID:- cURL
- Node
4
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 (v2) guides
- How to register your own Pushpay ChMS v2 OAuth app
Become a partner and obtain OAuth client credentials for System Auth - How do I link my Pushpay ChMS account?
Church subdomain and authorization requirements
API notes
- All API calls use
https://api.ccbchurch.com(nothttps://{subdomain}.ccbchurch.com). - This integration uses System Auth (church administrator authorizes your vendor app). Identity Auth (
resource_owner_auth) is a separate flow for acting as an individual after System Auth is already granted.