PaymentMethods
Stores available payment-method definitions such as cash, check, credit card, or bank transfer, used when recording customer payments or vendor bill settlements.
Columns
| Name | Type | ReadOnly | References | Filterable | Sortable | Description |
| Id [KEY] | String | True | True | True |
Specifies the unique identifier (Id) of the payment method that is stored in QuickBooks Online. | |
| SyncToken | String | True | False | False |
Specifies the version number of the payment-method object that is used to lock the object for use by one application at a time. When an application modifies an object, its sync token is incremented. Attempts to modify an object specifying an older sync token fail. Only the latest version of the object is maintained by QuickBooks Online. | |
| MetaData_CreateTime | Datetime | True | True | True |
Specifies the date and time when the payment-method record was created in QuickBooks Online. | |
| MetaData_LastUpdatedTime | Datetime | True | True | True |
Specifies the date and time when the payment-method record was last updated in QuickBooks Online. | |
| Name | String | False | True | True |
Specifies the name of the payment method that is used to identify it in QuickBooks Online. | |
| Active | Boolean | False | False | False |
Specifies whether the payment method is active. Inactive payment methods can be hidden from display and cannot be used in financial transactions. | |
| Type | String | False | False | False |
Specifies the type of the payment method that defines the way the payment was made, such as Cash, Check, or Credit Card. |