aid: tithely url: https://raw.githubusercontent.com/api-evangelist/tithely/refs/heads/main/apis.yml name: Tithe.ly kind: company description: Tithe.ly is a church technology platform for online and mobile giving, church management (ChMS), branded church apps, websites, events, and messaging. Its developer API lets churches and approved partners create donations, tokenize cards and bank accounts for PCI-safe payments, charge one-time and recurring gifts, manage giving funds (payment categories), and look up organizations. API access is gated - it is granted by request to organizations that use (or are moving to) Tithe.ly, and approved requesters receive public and private API keys by email. There are two documented generations - a V1 payments/tokenization API (Tithely.js plus charge endpoints) and a V2 REST API (organizations, transactions, funds, and mail). image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg tags: - Church Giving - Donations - Fundraising - Payments - Nonprofit - ChMS - Faith created: '2026-07-03' modified: '2026-07-03' specificationVersion: '0.19' apis: - aid: tithely:tithely-transactions-api name: Tithe.ly Transactions API tags: - Transactions - Donations - Giving image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg humanURL: https://tithe.ly/api/v2/docs baseURL: https://tithe.ly/api/v2 properties: - url: https://docs.tithe.ly/reference/introduction type: Documentation - url: https://tithe.ly/api/v2/docs type: APIReference - url: openapi/tithely-openapi.yml type: OpenAPI - url: collections/tithely.postman_collection.json type: PostmanCollection - url: collections/tithely.opencollection.json type: OpenCollection description: Create donation transactions (one-time or recurring) against an organization and a payment category (fund) using a tokenized payment method. The V2 transaction endpoint records giving on behalf of a church. - aid: tithely:tithely-payments-tokenization-api name: Tithe.ly Payments & Tokenization API tags: - Payments - Tokenization - PCI image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg humanURL: https://docs.tithe.ly/reference/tokenization-with-tithelyjs-v2 baseURL: https://tithe.ly/api/v1 properties: - url: https://docs.tithe.ly/reference/tokenization-with-tithelyjs-v2 type: Documentation - url: https://docs.tithe.ly/reference/setup type: Documentation - url: openapi/tithely-openapi.yml type: OpenAPI - url: collections/tithely.postman_collection.json type: PostmanCollection - url: collections/tithely.opencollection.json type: OpenCollection description: PCI-safe payment flow. Tithely.js renders a hosted iframe to tokenize a card or bank account client-side; the resulting token is attached to a user via payment-methods and charged with charge (repeat/recurring) or charge-once (one-time). Live base is https://tithe.ly/api/v1; test base is https://tithelydev.com/api/v1. - aid: tithely:tithely-organizations-api name: Tithe.ly Organizations API tags: - Organizations - Churches - Lookup image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg humanURL: https://tithe.ly/api/v2/docs baseURL: https://tithe.ly/api/v2 properties: - url: https://tithe.ly/api/v2/docs type: APIReference - url: openapi/tithely-openapi.yml type: OpenAPI - url: collections/tithely.postman_collection.json type: PostmanCollection - url: collections/tithely.opencollection.json type: OpenCollection description: Retrieve one or more Tithe.ly organizations (churches) by ID, and search organizations by owner. Used to resolve the church context a donation or fund belongs to. - aid: tithely:tithely-payment-categories-api name: Tithe.ly Payment Categories (Funds) API tags: - Funds - Payment Categories - Giving image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg humanURL: https://tithe.ly/api/v2/docs baseURL: https://tithe.ly/api/v2 properties: - url: https://tithe.ly/api/v2/docs type: APIReference - url: openapi/tithely-openapi.yml type: OpenAPI - url: collections/tithely.postman_collection.json type: PostmanCollection - url: collections/tithely.opencollection.json type: OpenCollection description: Create, read, and update payment categories - Tithe.ly's giving funds (General, Missions, Building, etc.) that donations are allocated to for a given organization. - aid: tithely:tithely-mail-api name: Tithe.ly Mail API tags: - Mail - Notifications - Email image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg humanURL: https://tithe.ly/api/v2/docs baseURL: https://tithe.ly/api/v2 properties: - url: https://tithe.ly/api/v2/docs type: APIReference - url: openapi/tithely-openapi.yml type: OpenAPI - url: collections/tithely.postman_collection.json type: PostmanCollection - url: collections/tithely.opencollection.json type: OpenCollection description: Send templated transactional emails (such as giving receipts and notifications) to recipients on behalf of an organization. - aid: tithely:tithely-accounts-api name: Tithe.ly Accounts API tags: - Authentication - Accounts - Login image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg humanURL: https://tithe.ly/api/v2/docs baseURL: https://tithe.ly/api/v2 properties: - url: https://tithe.ly/api/v2/docs type: APIReference - url: openapi/tithely-openapi.yml type: OpenAPI - url: collections/tithely.postman_collection.json type: PostmanCollection - url: collections/tithely.opencollection.json type: OpenCollection description: Authenticate a user and obtain the credentials used for subsequent V2 calls. All other V2 endpoints require the Authorization header formed from the issued API ID and API token. common: - type: DomainSecurity url: security/tithely-domain-security.yml - type: Authentication url: authentication/tithely-authentication.yml - type: GitHubOrganization url: https://github.com/tithely - type: LinkedIn url: https://www.linkedin.com/company/tithe-ly - type: Website url: https://get.tithe.ly/ - type: Documentation url: https://docs.tithe.ly/reference/introduction - type: Plans url: plans/tithely-plans-pricing.yml - type: RateLimits url: rate-limits/tithely-rate-limits.yml - type: FinOps url: finops/tithely-finops.yml - type: Blog url: https://get.tithe.ly/blog/rss.xml maintainers: - FN: Kin Lane email: kin@apievangelist.com