Process a Mindbody sale by building a shopping cart and calling CheckoutShoppingCart.
domain: developers.mindbodyonline.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Authenticate with a staff user token for the site processing the sale.
Create a new shopping cart for the client using the Sale/carting endpoints.
Add items (services, packages, products) and payment information to the cart.
Call CheckoutShoppingCart to validate and complete the sale, processing all items added to the cart.
Use GetAcceptedCardType and GetCustomPaymentMethods beforehand to confirm which payment methods the site supports.
Known gotchas
Checkout is an all-or-nothing cart operation validated server-side; malformed or unavailable items in the cart can fail the whole checkout rather than partially completing.
Posting third-party/outside payment gateway transactions into Mindbody sales is a recurring point of confusion; confirm current guidance before assuming a direct 'post external payment' endpoint exists.
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?