UCP Checker

ucp_payment_handler_complete_session

Completa una sessione payment handler UCP sottomettendo una credential tokenizzata (MIT). Usa questo tool per pagamenti MIT/ricorrenti dove la platform detiene già un token acquisito in una precedente transazione CIT. Non richiede HPP redirect — autorizzazione server-to-server.

Schema

Input Schema

{
    "type": "object",
    "required": [
        "merchantCode",
        "gatewaySessionId",
        "credential"
    ],
    "properties": {
        "credential": {
            "type": "object",
            "properties": {
                "type": {
                    "type": "string",
                    "description": "Credential type (e.g. tokenized_card)"
                },
                "pitype": {
                    "type": "string",
                    "description": "Payment instrument type (e.g. CC)"
                },
                "merCustId": {
                    "type": "string",
                    "description": "Merchant customer ID"
                },
                "tokenValue": {
                    "type": "string",
                    "description": "Payment token value"
                },
                "billAccntId": {
                    "type": "string",
                    "description": "Billing account ID"
                }
            },
            "description": "Tokenized payment credential (MIT \u2014 pre-acquired token)"
        },
        "description": {
            "type": "string",
            "description": "Payment description"
        },
        "merchantCode": {
            "type": "string",
            "description": "Merchant identifier (e.g. CONAD)"
        },
        "txIndicatorType": {
            "type": "string",
            "description": "Transaction indicator type (e.g. RECURRING, INSTALLMENT)"
        },
        "gatewaySessionId": {
            "type": "string",
            "description": "Gateway session ID to complete (from create_session)"
        },
        "recurrentIndicator": {
            "type": "boolean",
            "description": "True for recurring/subscription payment"
        }
    }
}
Verified Stores
0

No verified stores expose this tool yet.

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.

Free forever No spam Unsubscribe anytime

View a sample report →

Weekly UCP Report
Issue #51 · Sep 21, 2026
+664
new verified stores
Verified rate
Latest spec
Cart capability