← All Recipes
Bazantic // Recipe
PPOps Payment Status Brief
ppops-payment-status-brief
Read the requested synthetic PPOps demo states and explain the limits of each observation. Cannot pay, deliver, request another payment, or determine merchant policy. Demo events are simulated; gateway runs in sandbox over a temporary HTTPS tunnel.
Recipe inputs
Complete fields before a run.
Output example
Representative published output.
{
"simulation": true,
"observations": [
{
"status": "OPEN",
"requestRef": "demo-open",
"interpretation": "Payment observed open with no remaining-time guarantee. API does not authorize delivery or payment request. No action permitted.",
"actionAuthority": "NONE"
},
{
"status": "PARTIAL",
"requestRef": "demo-partial",
"interpretation": "Partial payment received, possibly past expiry. API semantics prohibit requesting another payment. No action permitted.",
"actionAuthority": "NONE"
},
{
"status": "PAID",
"requestRef": "demo-paid",
"interpretation": "Reconciler reports paid. API explicitly denies delivery action authorization despite paid status. No action permitted.",
"actionAuthority": "NONE"
},
{
"status": "EXPIRED",
"requestRef": "demo-expired",
"interpretation": "Payment window expired; later payment remains possible. API does not authorize delivery or payment request. No action permitted.",
"actionAuthority": "NONE"
},
{
"status": "PAID_LATE",
"requestRef": "demo-late",
"interpretation": "Payment received late. Merchant policy required to proceed. API provides insufficient authority without policy context. No action permitted.",
"actionAuthority": "NONE"
}
]
}