GET PaymentTypes/ActivePaymentTypes
Returns all active payment types.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PaymentTypeDto| Name | Description | Type | Additional information |
|---|---|---|---|
| PaymentTypeId | integer |
None. |
|
| PaymentType | string |
None. |
|
| Descr | string |
None. |
|
| GlAccountNum | string |
None. |
|
| NormalBalance | string |
None. |
|
| DateChanged | date |
None. |
|
| DateCreated | date |
None. |
|
| DebitAccount | string |
None. |
|
| CreditAccount | string |
None. |
|
| CashBasis | boolean |
None. |
|
| CreditCardType | boolean |
None. |
|
| AccountingPackageId | integer |
None. |
|
| AccountingPackageName | string |
None. |
|
| CcGatewayId | integer |
None. |
|
| CashType | boolean |
None. |
|
| CheckType | boolean |
None. |
|
| AchType | boolean |
None. |
|
| AuthNetAch | boolean |
None. |
|
| GatewayTypeID | integer |
None. |
|
| ValidAch | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
- {
- "PaymentTypeId": 1,
- "PaymentType": "sample string 2",
- "Descr": "sample string 3",
- "GlAccountNum": "sample string 4",
- "NormalBalance": "sample string 5",
- "DateChanged": "2025-11-01T18:15:56.5839974Z",
- "DateCreated": "2025-11-01T18:15:56.5839974Z",
- "DebitAccount": "sample string 8",
- "CreditAccount": "sample string 9",
- "CashBasis": true,
- "CreditCardType": true,
- "AccountingPackageId": 12,
- "AccountingPackageName": "sample string 13",
- "CcGatewayId": 14,
- "CashType": true,
- "CheckType": true,
- "AchType": true,
- "AuthNetAch": true,
- "GatewayTypeID": 19,
- "ValidAch": true
{
- "PaymentTypeId": 1,
- "PaymentType": "sample string 2",
- "Descr": "sample string 3",
- "GlAccountNum": "sample string 4",
- "NormalBalance": "sample string 5",
- "DateChanged": "2025-11-01T18:15:56.5839974Z",
- "DateCreated": "2025-11-01T18:15:56.5839974Z",
- "DebitAccount": "sample string 8",
- "CreditAccount": "sample string 9",
- "CashBasis": true,
- "CreditCardType": true,
- "AccountingPackageId": 12,
- "AccountingPackageName": "sample string 13",
- "CcGatewayId": 14,
- "CashType": true,
- "CheckType": true,
- "AchType": true,
- "AuthNetAch": true,
- "GatewayTypeID": 19,
- "ValidAch": true