GET - https://subscribercrmapi.acamh.org/api/paymentmethod

Lists all Payment Methods.

[
{
"Id": 1,
"Title": "Card",
"IsDirectDebit": false,
"Description": null,
"GiftAidExcluded": false,
"IsStandingOrder": false,
"IsCreditCard": true,
"AccountingBankCode": null,
"IsCheque": false,
"IsInvoice": false
},
{
"Id": 1,
"Title": "Direct Debit",
"IsDirectDebit": true,
"Description": null,
"GiftAidExcluded": false,
"IsStandingOrder": false,
"IsCreditCard": false,
"AccountingBankCode": null,
"IsCheque": false,
"IsInvoice": false
}
]