v2

latestOpenAPI 3.1.0raw.githubusercontent.com2026-03-067997411.3 KB

Update an existing invoice. You can update the account, details, payment methods, and auto-pull settings.

patch/invoice/{invoiceId}

Path parameters

invoiceIdstring required

Request body

accountIdstring

The ID of the account to receive payment.

autoPullEnabledboolean

Whether to automatically pull payment via ACH debit when the payer has authorized recurring debits.

Example request

{
  "details": {
    "invoiceTz": "America/New_York"
  }
}

Response

OK

Example response

{
  "invoiceDetails": {
    "invoiceTz": "America/New_York"
  }
}