Payments
Payments represent how a constituent paid for a transaction.
Types of Payments
There are two types of payments in Neon CRM: online and offline.
It is not possible to process online payments via the Neon CRM API v2.
Through the API, your app can manage payments outside of Neon CRM and pass a record of the payment to Neon CRM with the transaction. These are referred to as "offline" payments.
Tender Types
The required fields for payments vary depending on the type of payment, known as the tender type. There are 9 standard tender types in Neon CRM:
- Cash
- Credit Card (Offline-No Charge)
- Check
- Credit Card (Online)
- In-Kind
- Wire Transfer
- PayPal
- E-Check/ACH
- Other
Users can also create custom tender types.
API Reference
API methods related to payments.
API v2
(See transaction methods for documentation on submitting payments with transactions.)