The details of a payment receipt.

Name Type Description Required
PaymentId Int32 The unique ID of the payment. No
ContactId Int32 The ID of the associated Contact. No
Amount Decimal No
TransactionDate DateTime No
Comments String No
PaymentMethodId Int32 No
PaymentMethodName String No
Allocation String The general category of what the payment was for (e.g., Subscription, Donation, Event, etc.). No
AllocationDetails String The specific item of what the payment was for (e.g., the subscription name, the fund name, the event short description or title - venue - event start date). No
AllocationDetailsId Int32 (Nullable) The ID of the specific item of what the payment was for (e.g., the subscription details ID, the fund ID, event ID). No
IsRejected Boolean Determines if this payment has been rejected (e.g., an attempt is made to collect a Direct Debit payment, but the payment cannot be taken). No
PaymentDemandIssueDate DateTime (Nullable) The date the payment was due. This will only be set where there is a demand associated to the payment (e.g., if the payment is for a subscription, this date would indicate when the payment for the subscription was due). No
Url Actions Description
api/paymentreceipt/contact/{contactId} GET Lists all payment receipts for a contact.