complete_checkout
Finalize checkout and create WooCommerce order with payment credentials
Schema
Input Schema
{
"type": "object",
"required": [
"checkout_id"
],
"properties": {
"checkout_id": {
"type": "string",
"description": "Checkout session ID to complete"
},
"payment_data": {
"type": "object",
"required": [
"handler_id",
"credential"
],
"properties": {
"brand": {
"type": "string",
"description": "Payment method brand (visa, mastercard, amex, etc.)"
},
"credential": {
"type": "string",
"description": "Tokenized payment credential (payment method ID or token)"
},
"handler_id": {
"type": "string",
"description": "Payment handler identifier (e.g., stripe, paypal)"
},
"last_digits": {
"type": "string",
"pattern": "^[0-9]{4}$",
"description": "Last 4 digits of payment method for display"
}
},
"description": "Payment credentials object with handler_id, credential, last_digits, and brand fields"
}
}
}
Verified Stores
17,389
Member Stores
Stores exposing the complete_checkout tool
Weekly UCP Report
Get the agentic commerce digest every Monday
Real adoption data, ecosystem trends, new spec versions, and the stores that broke or recovered this week. Read by founders and engineers building the next generation of commerce.
Weekly UCP Report
Issue #50 · Sep 14, 2026
+664
new verified stores
Verified rate
Latest spec
Cart capability
