Collect payment on a Zenoti invoice using a guest's saved card, a gift card, or a custom/offline payment method.
domain: docs.zenoti.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Retrieve invoice details (with expand parameters like InvoiceItems, Transactions, or dues_and_fees as needed) to confirm the amount due.
To charge a saved card, call the online-payment endpoint at /v1/invoices/{invoice_id}/online_payments using the guest's stored card.
To redeem a gift card instead, call the gift-card payment endpoint at /v1/invoices/{invoice_id}/payments/gift_card.
To record a payment collected outside Zenoti (e.g., via a third-party processor), use the custom-payment insertion endpoint to log it against the invoice.
Re-fetch the invoice to confirm its balance and payment status after the transaction posts.
Known gotchas
The custom-payment endpoint only records that a payment was already collected elsewhere — it does not itself move money, so it must not be used as a substitute for an actual card charge.
Expand parameters materially change the invoice payload shape; requesting Transactions vs. no expand can make it look like payment data is 'missing' if you forgot to request it.
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?