get_payment_status
ActiveTool of Synchronity
FINAL STEP of the in-chat payment flow. Returns the current PaymentSession for an order. Poll this (every ~5 seconds) after initiate_payment/submit_payment_otp until payment_status becomes "paid" or "processing" (success — the order is confirmed) or "failed" (tell the user; they can retry by initiating a new payment). Do NOT treat the purchase as complete until this returns "paid" or "processing". No delegation needed (read-only).
Parameters schema
{
"type": "object",
"required": [
"order_id"
],
"properties": {
"site_id": {
"type": "string",
"description": "Registered site ID (optional if DEFAULT_SITE_ID is set)"
},
"order_id": {
"type": "string",
"description": "Order ID to check payment status for"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Synchronity
https://github.com/themewireco/synchronity
2/7 registries