query_payment_status
InactiveTool of Czechia Payments (Stripe — cards / Apple Pay)
Check whether a Czechia payment (created by create_payment_link) has been paid. Queries Stripe directly — pull-based, no webhook needed. paid=true when status is PAID. If the payment was created with issue_invoice=true, the result also includes invoice_url and invoice_pdf once paid.
Parameters schema
{
"type": "object",
"required": [
"session_id"
],
"properties": {
"session_id": {
"type": "string",
"description": "The session_id returned by create_payment_link"
}
}
}Parent server
Czechia Payments (Stripe — cards / Apple Pay)
https://github.com/junter1989k-ai/czechia-payments-mcp
2/7 registries