Name | Description | Type | Additional information |
---|---|---|---|
TransactionId | integer | ||
UserId |
User who placed this transaction. Null if user was not logged in |
integer | |
FirstName | string | ||
LastName | string | ||
string | |||
Phone | string | ||
UserProfileUrl |
Url for member profile for member who placed transaction if user was logged in |
string | |
Address | AddressModel | ||
EventId | integer | ||
EventName | string | ||
EventCode |
Unique identifier brought over from your accounting software that helps you manage your internal records of donations and payments |
string | |
EventUrl | string | ||
DonatedToUsers |
List of users who made donations on this transaction |
Collection of GiftedToUserModel | |
DonatedToUserId |
Gets the DonatedToUserId. Is Obsolete; Use DonatedToUsers |
integer | |
DonatedToFirstName |
Gets the DonatedToUser FirstName. Is Obsolete; Use DonatedToUsers |
string | |
DonatedToLastName |
Gets the DonatedToUser LastName. Is Obsolete; Use DonatedToUsers |
string | |
Description | string | ||
Type |
Transaction type - Cash, Check, CredidCard, or ACH |
string | |
TransactionFees |
Any credit card fees from the payment processor or ServiceReef transaction fees |
decimal number | |
Amount |
Transaction Amount |
decimal number | |
Date |
Date transaction was processed |
date | |
DateCreated |
Date transaction was created |
date | |
DateLastUpdated |
Date transaction was last updated |
date | |
Anonymous |
Payment was made anonymously |
boolean | |
CCLast4 |
Last 4 digits of credit card number if this was a credit card transaction |
string | |
PaymentProcessorName |
Name of the payment processor (Stripe, PayPal, etc) |
string | |
PaymentProcessorTransactionId |
Transaction ID from the payment processor |
string | |
PaymentProcessorBatchId |
Batch ID from the payment processor |
string | |
IntegrationIdentifiers |
Identifiers in integrated systems |
Collection of IntegrationIdentifierModel | |
FellowshipOneContributionReceiptId |
FellowshipOne's contribution receipt id. |
integer | |
RegularAttenderOfThisChurch |
Is the donor a regular attender |
boolean | |
ExternalId |
External Identifier |
string |