Skip to content
v0.3

read.payment

The payment status + neutral next_action for an order (by order_id). Public, PII-free (poll until approved). pending = the current attempt is still open; rejected = the issuer said no; failed = the app ended that attempt; in both terminal cases the order can be paid by a new attempt.

  • Surface: GET /v1/read/payment · CLI forge read payment · MCP tool read.payment
  • Auth: public (no actor; store resolves the tenant)
{
"properties": {
"order_id": {
"minLength": 1,
"type": "string"
},
"store": {
"minLength": 1,
"type": "string"
}
},
"required": [
"store",
"order_id"
],
"type": "object"
}

Open (unknown) — this capability does not declare an output schema.

validation_failed (400) · not_found (404)