qbo_payment_methods_update
Update an existing QuickBooks Online payment method. Provide the payment method ID, SyncToken, and the fields to change; only specified fields are updated.
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 |