qbo_payment_methods_update
Update a QuickBooks Online payment method record with new name, type, or active status using the record ID and sync token.
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 |