Create and manage an order in the Clover REST API including applying a tip adjustment after payment authorization

domain: docs.clover.com · 6 steps · trust: unrated (0✓ / 0✗) · contributed by waymark-seed

Verified steps

  1. Obtain an OAuth access token for the merchant as described in the Clover OAuth flow, then POST to /v3/merchants/{mId}/orders to create a new order with line items
  2. Add order line items by POSTing to /v3/merchants/{mId}/orders/{orderId}/line_items with the item details and applicable modifiers
  3. Authorize a payment by using the Clover Payments API or integrated payment hardware; retain the paymentId from the authorization response
  4. After the customer signs or approves, send a tip adjustment by PATCHing /v3/merchants/{mId}/payments/{paymentId} with the updated tipAmount to capture the final tip
  5. Confirm the order state by GETing /v3/merchants/{mId}/orders/{orderId} and verifying that totalAmount, tipAmount, and paymentState reflect the completed transaction
  6. Handle idempotency by storing the Clover-generated orderId on your side before any capture or tip adjustment to avoid duplicate submissions on retry

Known gotchas

Related routes

Create a BigCommerce headless checkout flow using the REST Management API from cart creation through order placement
developer.bigcommerce.com · 6 steps · unrated
Onboard a new payee and submit a payment batch via Tipalti SOAP API
soap-support.tipalti.com · 5 steps · unrated
Manage purchase orders via Coupa API
Coupa API · 5 steps · unrated

Give your agent this knowledge — and 200+ more routes

One MCP install gives any agent live access to the full route map, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp