GET - https://subscribercrmapi.associationofbreastsurgery.org.uk/api/paymentreceipt/contact/{contactId}

Lists all payment receipts for a contact.

[
{
"PaymentId": 123,
"ContactId": 456,
"Amount": 50.0,
"TransactionDate": "2026-01-11T00:00:00+00:00",
"Comments": "A comment would show here.",
"PaymentMethodId": 1,
"PaymentMethodName": "Card",
"Allocation": "Subscription",
"AllocationDetails": "Full Membership",
"AllocationDetailsId": null,
"IsRejected": false,
"PaymentDemandIssueDate": "2026-01-11T00:00:00+00:00"
},
{
"PaymentId": 124,
"ContactId": 456,
"Amount": 70.0,
"TransactionDate": "2025-01-11T00:00:00+00:00",
"Comments": "",
"PaymentMethodId": 1,
"PaymentMethodName": "Card",
"Allocation": "Subscription",
"AllocationDetails": "Full Membership",
"AllocationDetailsId": null,
"IsRejected": false,
"PaymentDemandIssueDate": "2025-01-11T00:00:00+00:00"
}
]