You're viewing a demo portfolio

Join the waitlist
PRSM

complete_checkout

Active

Tool of Custom Blinds Shop

declared in 1.0.0

Phase 2 of 2. Finalise a checkout and mint the payment link — Yoco for card payments or Ozow for instant EFT. Returns payment_url to share with the customer. Payment confirmation arrives via webhook; poll get_order afterwards to confirm paid status. Once called, the checkout is locked — use cancel_checkout to abort if the customer changes their mind before paying.

Parameters schema

{
  "type": "object",
  "required": [
    "checkout_id"
  ],
  "properties": {
    "checkout_id": {
      "type": "string"
    },
    "payment_method": {
      "enum": [
        "yoco",
        "ozow"
      ],
      "type": "string",
      "description": "Overrides any value set in create_checkout/update_checkout"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Custom Blinds Shop

https://github.com/CustomBlinds/cb-shop-mcp

1/7 registries
View full server →
complete_checkout — Custom Blinds Shop — PRSM MCP