qbo_payment_methods_update
Update a QuickBooks payment method by changing only the fields you provide. Supply the payment method ID and SyncToken to modify name, type, or active status.
Instructions
Sparse-update an existing PaymentMethod record. Only provided fields are changed; Id and SyncToken are required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Name | Yes | Payment method name, e.g. "Visa" or "Check" | |
| Type | No | Card type for credit-card methods: "CREDIT_CARD" or "NON_CREDIT_CARD" | |
| Active | No | Whether the method is active | |
| SyncToken | Yes | Current SyncToken of the record (required by QBO for sparse updates; fetch the record first to obtain it) | |
| paymentMethodId | Yes | The PaymentMethod ID to update |